ericagol / NbodyGradient.jl

N-body integrator computes derivatives with respect to initial conditions for TTVs, RV, Photodynamics & more
MIT License
20 stars 9 forks source link

Make some plotting tools #80

Open langfzac opened 2 years ago

langfzac commented 2 years ago

We should make some basic plotting functionality such as plotting TTVs or displaying positions/orbital elements over time.

To get started:

giordano commented 2 years ago

Make new plot and scatter methods that dispatch on TransitTiming.

If you're using Plots.jl, the standard way to do this is to use https://github.com/JuliaPlots/RecipesBase.jl

langfzac commented 2 years ago

If you're using Plots.jl, the standard way to do this is to use https://github.com/JuliaPlots/RecipesBase.jl

Awesome, thanks!