boinor.plotting.misc ==================== .. py:module:: boinor.plotting.misc .. autoapi-nested-parse:: Module of sub-package plotting containing miscellaneous functions Functions --------- .. autoapisummary:: boinor.plotting.misc.plot_solar_system Module Contents --------------- .. py:function:: plot_solar_system(epoch=None, labels=None, outer=True, backend=None, length_scale_units=u.km) Plots the whole solar system in one single call. .. versionadded:: 0.9.0 :param epoch: Epoch value of the plot, default to J2000. :type epoch: ~astropy.time.Time, optional :param labels: A list of strings containing the labels of the bodies. :type labels: list[str] :param outer: Whether to print the outer Solar System, default to True. :type outer: bool, optional :param backend: An instance of ``OrbitPlotterBackend`` for rendendering the scene. :type backend: ~boinor.plotting.orbit.backends._base.OrbitPlotterBackend :param length_scale_units: Desired units of lenght used for representing distances. :type length_scale_units: ~astropy.units.Unit :returns: An object for plotting orbits. :rtype: ~boinor.plotting.orbit.plotter.OrbitPlotter