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

Refactor plotting #528

Merged
merged 23 commits into from
Jan 7, 2019
Merged

Commits on Jan 4, 2019

  1. isort

    astrojuanlu committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    d78cc69 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Split plotting module in submodules

    Fix poliastro#338.
    
    * Rename OrbitPlotter to StaticOrbitPlotter
    * Only expose OrbitPlotter2D/3D in poliastro.plotting
    * Make plot_solar_system use OrbitPlotter2D/3D
    * Split tests
    
    Some tests failing.
    astrojuanlu committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    0ea45ea View commit details
    Browse the repository at this point in the history
  2. Refactor OrbitPlotter3D

    Fix poliastro#460.
    
    Already works with a given figure.
    Tracking of existing trajectories still missing, and
    corresponding tests failing.
    astrojuanlu committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    d057681 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aca06b8 View commit details
    Browse the repository at this point in the history
  4. Add set_frame to OrbitPlotter2D

    Fix poliastro#480
    Some issues remain.
    astrojuanlu committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    eaa71e9 View commit details
    Browse the repository at this point in the history
  5. Add Orbit.plot method

    astrojuanlu committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    cf14bc2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b74bd1d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e2d6cf View commit details
    Browse the repository at this point in the history
  8. Fix OrbitPlotter2D output

    astrojuanlu committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    c1b2be5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7a0f202 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    61742be View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    23b09c2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    02d4718 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7420900 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8c6de63 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9112d0e View commit details
    Browse the repository at this point in the history
  16. Docstring improvements

    astrojuanlu committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    cee4460 View commit details
    Browse the repository at this point in the history
  17. Cleanup

    astrojuanlu committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    d978dd4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    21f04a2 View commit details
    Browse the repository at this point in the history
  19. Rerun notebooks

    astrojuanlu committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    6e12f1f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b8c0e3f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    260a751 View commit details
    Browse the repository at this point in the history
  22. Fix docs

    Is not there a better way?
    astrojuanlu committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    0cd1262 View commit details
    Browse the repository at this point in the history