MRP.MRPPolarVisualization
plotting function to render polar plots of a reading
- class MRPPolarVisualization.MRPPolarVisualization(_reading: MRPReading)
Provides simple functions to plot a MRPReading using matplotlib in 2d or 3d
- plot2d_side(_filename: str | None = None)
Visualize the reading as 2D side view plot
- Parameters:
_filename (MRPReading) – If set to a valid filepath, the plot will be saved to a .png file
- plot2d_top(_filename: str | None = None)
Visualize the reading as 2D top-down plot
- Parameters:
_filename (MRPReading) – If set to a valid filepath, the plot will be saved to a .png file
- plot3d(_filename: str | None = None)
Visualize the reading as 3D plot
- Parameters:
_filename (MRPReading) – If set to a valid filepath, the plot will be saved to a .png file