plot_range_profile#

MonostaticRCSPlotter.plot_range_profile(title='Range profile', output_file=None, show=True, show_legend=True, size=(1920, 1440))[source]#

Create a 2D plot of the range profile.

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.

show_legendbool, default: True

Whether to display the legend.

sizetuple, default: (1920, 1440)

Image size in pixel (width, height).

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

PyAEDT matplotlib figure object.