Open langfzac opened 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
If you're using Plots.jl, the standard way to do this is to use https://github.com/JuliaPlots/RecipesBase.jl
Awesome, thanks!
We should make some basic plotting functionality such as plotting TTVs or displaying positions/orbital elements over time.
To get started:
TransitTiming
type.plot
andscatter
methods that dispatch onTransitTiming
.