From: Neal B. <ndb...@gm...> - 2025-01-09 20:08:53
|
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? |