ogstools.plot.plot_setup_defaults module#

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