wfpunch <bill.pu...@gmail.com> writes:

> I'm not clear on how to do the rotation of the font by the 45 degree angle
> (as in the date mode) using just xticks.  If there is some part to xticks
> that would allow it I'd be pleased to hear it. Thanks.

Add the rotation keyword argument:

xticks(arange(5), ('Tom', 'Dick', 'Harry', 'Sally', 'Sue'), rotation=45)

-- 
Jouni K. Seppänen
http://www.iki.fi/jks


------------------------------------------------------------------------------
Crystal Reports &#45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty&#45;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