plot_3d#

ReportPlotter.plot_3d(trace=0, snapshot_path=None, show=True, color_map_limits=[0, 1], is_polar=True)[source]#

Create a Matplotlib 3D plot based on a list of data.

Parameters:
traceint, str optional

Trace index or name on which create the 3D Plot.

snapshot_pathstr, optional

Full path to image file if a snapshot is needed.

showbool, optional

Whether to show the plot or return the matplotlib object. Default is True.

color_map_limitslist, optional

Color map minimum and maximum values.

is_polarbool, optional

Whether if the plot will be polar or not. Polar plot will hide axes and grids. Default is True.

Returns:
matplotlib.pyplot.Figure

Matplotlib figure object.