Are recipes still an "advanced topic"? - General Usage - Julia Programming Language
I was recently trying to figure out how to let users of my code make some plots, without making Plots.jl (and its hefty list of dependencies) a dependency of the package.
Recipes seem like they’re aimed at this use case…