Change the font name of exponent labels in plotnine/matplotlib
I am trying to make a plot using plotnine. The y-axis is in log-scale and has an exponential labels. I want to change the font of the whole plot to something else such as “Gill Sans”. The font is reflected everywhere except the exponential labels. How to fix that? Below is a working example.