I'm using matplotlib-3.10.0

I wanted to get exponent multiples of 3, and I want them formatted with
LaTeX notation like 3 x 10^6 (imagine I typed a superscript here), rather
than 3 M, which is what I'm getting.  I tried:
            formatter = ticker.EngFormatter(useMathText=True,)
with and without also usetex=True, but I only get 3 M.

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

Reply via email to