Please, take your time and post a "standalone" code that reproduces
your problem so that others can actually test. Also, please describe
what results you have and why they are wrong.

On Tue, Aug 25, 2009 at 4:08 AM, Daniel
Platz<mail.to.daniel.pl...@googlemail.com> wrote:
> fig1.colorbar(pc1,ax=ax1,orientation='horizontal',pad=0.025,ticks=temp,format=r"$%2.1f\%%$")
>     cb1.ax.set_xticklabels(temp,fontsize=10,family='serif')

The set_xticklabels command actually overrides the format setting you
specified in the colorbar call, which might be the reason that the
script does not work as you intended. But, it is hard to tell without
the runnable code.

-JJ

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to