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