Misc module¶
The poliastro.plotting.misc module contains different
miscellaneous related to plotting, such as plotting the solar system:
-
poliastro.plotting.misc.plot_solar_system(outer=True, epoch=None, use_3d=False, interactive=False)¶ Plots the whole solar system in one single call.
New in version 0.9.0.
Parameters: - outer (bool, optional) – Whether to print the outer Solar System, default to True.
- epoch (Time, optional) – Epoch value of the plot, default to J2000.
- use_3d (bool, optional) – Produce 3D plot, default to False.
- interactive (bool, optional) – Produce an interactive (rather than static) image of the orbit, default to False. This option requires Plotly properly installed and configured for your environment.