John Hunter-4 wrote: > > On Tue, Aug 3, 2010 at 6:23 AM, thowa <thors...@foren.walenzyk.de> wrote: >> >> Hi, >> >> I'm pretty new to Matplotlib and I'm really impressed about the >> possibilities !!! >> GREAT WORK !!! >> >> I have a figure with 3 subplots like this. >> >> *-------* *------------------------------* >> | | | | >> | A | | | >> | | | | >> *-------* | | >> | C | >> *-------* | | >> | | | | >> | B | | | >> | | | | >> *-------* *------------------------------* >> >> I want to have the text on the x-axes rotated, but only for subplot A and >> B >> The text for subplot C should remain unrotated. > > All of the text commands "text", "xlabel", "ylabel", "title" take a > rotation keyword argument, so you can pass that in and set the angle > you want. With an existing text instance, you can call the > set_rotation method. > >
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? -- View this message in context: http://old.nabble.com/Rotated-text-for-selected-subplots-tp29334275p29343081.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