plot_rcs_3d#
- MonostaticRCSPlotter.plot_rcs_3d(title='Monostatic RCS 3D', output_file=None, show=True, size=(1920, 1440))[source]#
Create a 3D plot of the monostatic RCS.
- 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.- size
tuple, default: (1920, 1440) Image size in pixel (width, height).
- title
- Returns:
matplotlib.pyplot.FigureMatplotlib figure object. If
show=True, a Matplotlib figure instance of the plot is returned. Ifshow=False, the plotted curve is returned.