Loading...

Plotting

Plotting base classes and configuration for VAST Orbit visualizations.

For detailed plotting guides and examples, see Chart Gallery User Guide.


Base

PlottingBase(*args, **kwargs)

Methods:

PlottingBase.get_cmap([color, reverse, idx])

Returns the CMAP associated to the input color.

PlottingBase.get_colors([d, idx])

If a color or list of colours is available in the input dictionary, return it.


SQL


Switching Libraries

Plotly:

vastorbit.set_option("plotting_lib", "plotly")

Matplotlib:

vastorbit.set_option("plotting_lib", "matplotlib")