thowa wrote:
> 
> 
> 
> I'm afraid, I made myself not clear enough.
> I want to rotate the numbers on the axis (similar to what autofmt_xdate()
> is doing).
> As I understand, autofmt_xdate() is changing the rotation of the numbers
> for all sub-plots.
> But I want to do it only for selected subplots.
> 
> Is that is possible?
> 

I have realized, that it is possible.
e.g. by using 

    plot.set_xticklabels(bins, rotation=45)



Thanks a lot!


-- 
View this message in context: 
http://old.nabble.com/Rotated-text-for-selected-subplots-tp29334275p29344561.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to