nichollsh / AGNI

A 1D radiative-convective model for the atmospheres of hot terrestrial planets.
https://nichollsh.github.io/AGNI/
1 stars 1 forks source link

Switch plotting library to one with the necessary features #17

Closed nichollsh closed 3 months ago

nichollsh commented 4 months ago

The code currently uses Plots.jl for making plots. However, this library is missing several features such as symlog scales. Instead, it should use a more complete library such as Makie.jl (https://docs.makie.org/stable/).

nichollsh commented 4 months ago

Docs here: https://docs.makie.org/stable/api/ https://beautiful.makie.org/examples/2d/lines/line_cmap

nichollsh commented 3 months ago

After some tests, I've decided that Plots.jl works well enough for this use-case. Publication plots can be done with Matplotlib if necessary.