1 :language: python
2 :linenos:
3 :lines: 9-
4
5"""
6
7setup_dict = {
8 "default_cmap": "RdBu_r",
9 "custom_cmap": None,
10 "dpi": 120,
11 "min_ax_aspect": 0.5,
12 "max_ax_aspect": 2.0,
13 "invert_colorbar": False,
14 "layout": "compressed",
15 "material_names": None,
16 "num_levels": 11,
17 "num_streamline_interp_pts": 50,
18 "vmin": None,
19 "vmax": None,
20 "scale_type": "auto",
21 "show_element_edges": "MaterialIDs",
22 "show_region_bounds": True,
23 "log_scaled": False,
24 "combined_colorbar": False,
25 "tick_pad": 14,
26 "tick_length": 14,
27 "fontsize": 32,
28 "linewidth": 1,
29 "label_split": 37,
30}