My lables for the different bars are not centered below the bar but are all to the left side of the bars (lower left corner).



This is what I am basically doing:

        axes = panel.figure.add_subplot(2, 2, 3)
...
        axes.bar(indx, values, color=colors)
        axes.set_xticklabels(labels)

I can not find how to provide the lables to the "bar" call or how else to make sure that "Rot" is centered under the first bar, "Weiß" under the second bar and so on.

Ideally I would like to have these labels printed at an angle.

Appreciate any hints
Werner

P.S.
mpl version: '0.99.0'
Python 2.5.2 on Vista
------------------------------------------------------------------------------
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