Switch plotting library to one with the necessary features
Closed this issue · 2 comments
nichollsh commented
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
nichollsh commented
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.