plot_range_profile#
- MonostaticRCSPlotter.plot_range_profile(title='Range profile', output_file=None, show=True, show_legend=True, size=(1920, 1440))#
Create a 2D plot of the range profile.
- 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.- show_legendbool,
optional Whether to display the legend or not. The default is
True.- size
tuple,optional Image size in pixel (width, height).
- title
- Returns:
ansys.aedt.core.visualization.plot.matplotlib.ReportPlotterPyAEDT matplotlib figure object.