dstl / Stone-Soup

A software project to provide the target tracking community with a framework for the development and testing of tracking algorithms.
https://stonesoup.rtfd.io
MIT License
385 stars 127 forks source link

Add Mapping to plot_sensors. Hide plotting elements in Plotterly #836

Closed gawebb-dstl closed 10 months ago

gawebb-dstl commented 10 months ago

Added hide_plot_traces to the Plotterly class. This allows certain plotting elements to be hidden as default. The user can toggle there visibility. This can help highlight aspects of a graph in the documentation.

Added mapping to plot_sensors in Plotterly and Plotter class. Previously the mapping was hard coded to [0, 1]. The mapping is now softcoded with a default value of [0, 1] to avoid breaking anything