plot_isar_2d#

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

Create a 2D pcolor plot of the 2D ISAR image.

Parameters:
titlestr, default: "ISAR"

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.

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.