Greetings,
I started using Julia a week ago and I’m documenting my transition from a background in MATLAB + Python to Julia at cooperrc.github.io.
I found myself stuck today when I tried to build my own theme and add it to PlotThemes.jl. Everything works great, except changing the legend_font_pointsize. It only has an effect if its included in the plot call.
Thanks! One follow-up though, it looks like the PlotThemes does not use Plots as a dependency. It only passes the PlotUtils values to the plot commands.
If I include Plots.Font, then I get an error or I can add using Plots to PlotThemse.jl. Then, I get a warning.
Is there a standard practice for specifying fonts via a call like Plots.theme(...)? Should I be using a different method for font specifications?