Any idea why the ylabel isn't center justified and how I might go about centering it?
Rendering text with LaTeX (text.usetex: True
)
ylabel('Soil Moisture Sensitivity,\n(0.01 K m$^3$ m$^{-3}$)')
Tried adding \centering, didn't work.
did you try
ylabel('Soil Moisture Sensitivity,\n(0.01 K m$^3$ m$^{-3}$)', multialignment='center')
?
As seen here: http://matplotlib.sourceforge.net/examples/pylab_examples/multiline.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With