Re: [Matplotlib-users] Problem with ticklabel

2014-11-15 Thread fcb525
And it works perfectly, thank you very much! -- View this message in context: http://matplotlib.1069221.n5.nabble.com/Problem-with-ticklabel-tp44376p44386.html Sent from the matplotlib - users mailing list archive at Nabble.com. -

Re: [Matplotlib-users] Problem with ticklabel

2014-11-14 Thread zhangtao
I think that "1e4" is a offset text, and not a part of ax2's yticklabels, so any color or font settings for yticklabels will not affect it. It's seems the offset text only uses matplotlib's default rcParams to draw, so my solution is to change rcParams. Try add these 4 lines before your plot cod

[Matplotlib-users] Problem with ticklabel

2014-11-14 Thread fcb525
Most of my issues have been answered through previous posts, but this is such a specific problem, that I can't find the answer anywhere. I'm new to matplotlib and therefore learning some of the basic things. My code is: import matplotlib import matplotlib.pyplot as plt import matplotlib.pylab as p