How can I split the `ylabel` of a matplotlib figure into rows?
My suggestion would be to introduce linebreaks in the string.
plt.ylabel('Spacing of\nZeroes of\n$J_{\\nu}(x)$', rotation=0, ha="right")
My suggestion would be to introduce linebreaks in the string.
plt.ylabel('Spacing of\nZeroes of\n$J_{\\nu}(x)$', rotation=0, ha="right")