[Matplotlib-users] Rotated text for selected subplots

2010-08-03 Thread thowa

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.

Is that is possible?

Best regards,
Thorsten
-- 
View this message in context: 
http://old.nabble.com/Rotated-text-for-selected-subplots-tp29334275p29334275.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
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] Rotated text for selected subplots

2010-08-04 Thread thowa


John Hunter-4 wrote:
> 
> On Tue, Aug 3, 2010 at 6:23 AM, thowa  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
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] Rotated text for selected subplots

2010-08-04 Thread thowa


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
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-users