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:
- title
str, default:"RectangularPlot" 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.- show_legendbool, default:
True Whether to display the legend.
- size
tuple, default: (1920, 1440) Image size in pixel (width, height).
- title
- Returns:
ansys.aedt.core.visualization.plot.matplotlib.ReportPlotterPyAEDT matplotlib figure object.