ogstools.plot.plot_setup module#
Plot configuration setup.
- class ogstools.plot.plot_setup.PlotSetup[source]#
Bases:
objectConfiguration class for easy plot adjustments.
Each entry has a default value as listed in
ogstools.plot.plot_setup_defaults.- num_levels: int#
The aimed number of levels / bins of the colorbar. See
ogstools.plot.levels
- __init__(combined_colorbar, custom_cmap, continuous_cmap, dpi, min_ax_aspect, max_ax_aspect, invert_colorbar, layout, material_names, num_levels, num_streamline_interp_pts, vmax, vmin, show_element_edges, log_scaled, show_region_bounds, tick_pad, tick_length, fontsize, linewidth, label_split, arrowsize)#
- show_element_edges: bool | str#
Controls the display of element edges, can be a boolean or ‘str’. In the latter case element edges are always shown for if the name matches the variable data name.