Re: [Matplotlib-users] About the scientific ticker format on pylab plot

2014-03-03 Thread Eric Firing
On 2014/03/03 11:40 AM, Ying Liu wrote: > Hi, > > I want to know how to set the scientific ticker format in pylab. I know > that I can set it to the form of 1e21, but what I want is something like > x10^21, as follows: > > Inline image 1 -> Inline image 2 > > > Can anybody tell me how to do

[Matplotlib-users] About the scientific ticker format on pylab plot

2014-03-03 Thread Ying Liu
Hi, I want to know how to set the scientific ticker format in pylab. I know that I can set it to the form of 1e21, but what I want is something like x10^21, as follows: [image: Inline image 1] -> [image: Inline image 2] Can anybody tell me how to do this? I searched on thi