plot_waterfall#

MonostaticRCSPlotter.plot_waterfall(title='Waterfall', output_file=None, show=True, is_polar=False, size=(1920, 1440), figure=None)[source]#

Create a 2D contour plot of the waterfall.

Parameters:
titlestr, default: "RectangularPlot"

Plot title.

output_filestr, default: None

Full path for the image file. The default is None, in which case an image is not exported.

showbool, default: True

Whether to show the plot. If False, the Matplotlib instance of the plot is shown.

is_polarbool, default: True

Whether to display in polar coordinates.

sizetuple, default: (1920, 1440)

Image size in pixel (width, height).

figurematplotlib.pyplot.Figure, default: None

An existing Matplotlib figure to add the plot to. If no figure is provided, new Figure and Axes objects are created.

Returns:
ansys.aedt.core.visualization.plot.matplotlib.ReportPlotter

PyAEDT Matplotlib figure object.