Field3D.plot_z_midplane
Field3D.plot_z_midplane(self, attribute, vmin=None, vmax=None):
Description
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.
Parameters
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.
Returns
None
Last updated