Hello,

I have tendency to use unicode strings for my simple units e.g.
plt.xlabel(u"Concentration (# cm⁻³)")

Wondering if it is possible to subscript and/or superscript any character in
unicode strings? In other words could the following be done via unicode
only?

plt.title(r"N$_{ccn} = C s^k$")


Thanks.

Gökhan
------------------------------------------------------------------------------

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to