[Matplotlib-users] multiplier and colorbar ticklabels

2013-08-20 Thread Oleksandr Huziy
Hi matplotlib users: Could you please help me with this? I have created a map plot and a colorbar. For the colorbar I've used the format argument, supplying the following object as a value: #format the colorbar tick labels sfmt = ScalarFormatter(useMathText=True) sfmt.set_powerlimits((-2, 2)) c

Re: [Matplotlib-users] pcolor

2011-04-01 Thread Oleksandr Huziy
and(15000,1) >#print x >plt.pcolor(x) >plt.savefig('test_pcolor.png', bbox_inches = 'tight') >print "Hello World" > > matplotlib version is: > 1.0.0 > $Revision: 8503 $ > $Date: 2010-07-06 08:56:31 -0500 (Tue, 06 Jul 2010) $ &