Code¶
Force display format to PNG
In the VSCode plot panel and fredrikekre/Literate.jl notebooks, PNG images are generally smaller than SVG ones. To force plots to be shown as PNG images, you can use tkf/DisplayAs.jl to show objects in a chosen MIME type.
Get the ODE Function from an ODE system
f = ODEFunction(sys)
could be useful in plotting vector fields.
Plots.jl Tips
Some tips about Plots.jl, the de-facto standard visualization library in Julia.