grss.prop.prop_utils.plot_solar_system#
- grss.prop.prop_utils.plot_solar_system(axis, xy_plane, alpha=0.25, lstyle='--')#
Plots the solar system in the x-y or x-z plane. For visual purposes only.
- Parameters:
axis (matplotlib axis) – axis to plot on
xy_plane (bool) – True to plot in x-y plane, False to plot in x-z plane
alpha (float, optional) – transparency of the planet’s orbit, by default 0.25
lstyle (str, optional) – linestyle of the planet’s orbit, by default ‘–’
- Returns:
None – None
- Return type:
NoneType