plot_isar_2d#

MonostaticRCSPlotter.plot_isar_2d(title='ISAR', output_file=None, show=True, size=(1920, 1440))#

Create a 2D contour plot of the ISAR.

Parameters:
titlestr, optional

Plot title. The default is "RectangularPlot".

output_filestr, 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. If False, the Matplotlib instance of the plot is shown.

sizetuple, optional

Image size in pixel (width, height).

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

PyAEDT matplotlib figure object.