Am Mittwoch, den 20.05.2009, 10:21 -0500 schrieb Ryan May:
> 
> Except that it won't work like that. :) (I actually tried that the
> first time) You need to give Figure.colorbar() the mappable as the
> first argument.  So this would then become:
> 
>     ax1 = fig.add_subplot(231,aspect='equal')
>     pc = ax1.pcolor(xsr)
>     ax1.axis([0, 127, 0, 127])
>     fig.colorbar(pc)

Yep, that's it. It works now. Thank you for your help,

Cheers,
Markus


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to