polar_plot_3d#
- FfdSolutionData.polar_plot_3d(qty_str='RealizedGain', phi_scan=0, theta_scan=0, title='3D Plot', convert_to_db=True, export_image_path=None)[source]#
Create a 3d plot of specified quantity.
- Parameters:
- qty_str
str
,optional
Quantity to plot. Default “RealizedGain”.
- phi_scan
float
,int
,optional
Phi Scan Angle in degree. Default 0.
- theta_scan
float
,int
,optional
Theta Scan Angle in degree. Default 0.
- title
str
,optional
Plot title. Default “3D Plot”.
- convert_to_dbbool,
optional
Either if the quantity has to be converted in db or not. Default is True.
- export_image_path
str
,optional
Full path to image file. Default is None to not export.
- qty_str