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:
- title
str, default:"ISAR" Plot title.
- output_file
str, 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.- size
tuple, default: (1920, 1440) Image size in pixel (width, height).
- figure
matplotlib.pyplot.Figure, default:None An existing Matplotlib figure to add the plot to. If no figure is provided, new
FigureandAxesobjects are created.
- title
- Returns:
ansys.aedt.core.visualization.plot.matplotlib.ReportPlotterPyAEDT matplotlib figure object.