What are the best practices to put a very simple plot on custom `show`s of the types in a package?

So you want to have some “simple” plots that don’t come with a heavy dependency? I suggest you take a look at the different plotting paclages Julia has to offer:

Maybe VegaLite.jl or PlotlyLight.jl is a good fit for your project?

1 Like