Field3D.plot_z_midplane
Last updated
Last updated
Plots the z midplane of a specified attribute in the Field3D class. The purpose of this plotting utility is not to substitute tailored plots to use in publications, but to visualize the data in an easy and immediate way while you're conducting analysis.
attribute
(str): The name of the attribute to plot.
vmin
(float, optional): The minimum value for the color scale. Default is None.
vmax
(float, optional): The maximum value for the color scale. Default is None.
None