Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 273 Bytes

core.rst

File metadata and controls

14 lines (10 loc) · 273 Bytes

Core module

This module contains the basic classes for plottings in 2-dimensions and 3-dimensions:

.. graphviz::

   digraph {
      "poliastro.plotting.core" -> "OrbitPlotter3D", "OrbitPlotter2D" ;
   }

.. automodule:: poliastro.plotting.core
    :members: