add_range_profile#

MonostaticRCSPlotter.add_range_profile(plot_type='Line', color_bar='jet')[source]#

Add the 3D range profile.

This function visualizes a 3D range profile, which represents the RCS data as a function of range. The profile is rendered as a plot in the 3D scene using spherical coordinates (phi, theta) mapped into Cartesian coordinates (x, y). The range profile can be visualized in different plot types such as line plots or color-mapped surfaces.

Parameters:
plot_typestr, default: "Line"

The type of plot to create for the range profile. Options are "Extruded", "Line", “Plane H”`, "Plane V", “Projection”`, "Ribbon", and "Rotated".

color_barstr, default: "jet"

Color mapping to apply to the RCS data. It can be a color (such as "blue" or "green") or a colormap (such as "jet" or "viridis").