I am working on making a wind rose figure using the openair package. How can I increase the legend text font size, legend title font size, and left-align the legend title?
UPDATE: UPDATE: I was able to increase the font size of the legend text and title using fontsize = but still unsure how to left-align the legend title.
I am working on making a wind rose figure using the
openair
package. How can I increase the legend text font size, legend title font size, and left-align the legend title?Created on 2023-08-15 with reprex v2.0.2
UPDATE: UPDATE: I was able to increase the font size of the legend text and title using
fontsize =
but still unsure how to left-align the legend title.