How do I set the color of the plot’s title, without affecting anything else? I would have thought
plot_titlefontcolor=:red
would create a red font title, but it doesn’t appear to have an effect.
How do I set the color of the plot’s title, without affecting anything else? I would have thought
plot_titlefontcolor=:red
would create a red font title, but it doesn’t appear to have an effect.
It appears that simply
titlefontcolor=:red
does the trick.