add_isar_2d#
- MonostaticRCSPlotter.add_isar_2d(plot_type='plane', color_bar='jet')#
Add the ISAR 2D.
- Parameters:
- plot_type
str
,optional
The type of plot to create for the range profile. It can be
"plane"
,"relief"
, and “projection”`. The default is"plane"
.- color_bar
str
,optional
Color mapping to be applied to the RCS data. It can be a color (
"blue"
,"green"
, …) or a colormap ("jet"
,"viridis"
, …). The default is"jet"
.
- plot_type