plot_waterfall#
- MonostaticRCSPlotter.plot_waterfall(title='Waterfall', output_file=None, show=True, is_polar=False, size=(1920, 1440), figure=None)#
Create a 2D contour plot of the waterfall.
- Parameters:
- title
str
,optional
Plot title. The default is
"RectangularPlot"
.- output_file
str
,optional
Full path for the image file. The default is
None
, in which case an image in not exported.- showbool,
optional
Whether to show the plot. The default is
True
. IfFalse
, the Matplotlib instance of the plot is shown.- is_polarbool,
optional
Whether to display in polar coordinates. The default is
True
.- size
tuple
,optional
Image size in pixel (width, height).
- figure
matplotlib.pyplot.Figure
,optional
An existing Matplotlib Figure to which the plot is added. If not provided, a new Figure and Axes objects are created. Default is
None
.
- title
- Returns:
ansys.aedt.core.visualization.plot.matplotlib.ReportPlotter
PyAEDT matplotlib figure object.