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