Re: [Matplotlib-users] '_label_angles' attribute missing

2010-01-22 Thread Gökhan Sever
This fixes my upside-down looking top x-labels. I must have missed your updates. Thanks for the quick solution again. On Thu, Jan 21, 2010 at 10:36 PM, Jae-Joon Lee wrote: > The rotation of the ticklabels are now measured relative to the > direction of the ticks. While I understand this can be

Re: [Matplotlib-users] '_label_angles' attribute missing

2010-01-21 Thread Jae-Joon Lee
The rotation of the ticklabels are now measured relative to the direction of the ticks. While I understand this can be confusing at first, this is kind of necessary to support axis along an arbitrary path. For example, the default rotation for the ticklabels in the top axis is 180, not 0 (but it

Re: [Matplotlib-users] '_label_angles' attribute missing

2010-01-21 Thread Gökhan Sever
JJ, One thing is still little mysterious. My top xticks are reversed. See in the saved image: http://img46.imageshack.us/img46/3849/imagevp.png The code that produces that script: http://code.google.com/p/ccnworks/source/browse/trunk/dccn_plot.py Any ideas? On Thu, Jan 21, 2010 at 5:45 PM, Ja

Re: [Matplotlib-users] '_label_angles' attribute missing

2010-01-21 Thread Jae-Joon Lee
On Thu, Jan 21, 2010 at 6:16 PM, Gökhan Sever wrote: > Yes, it is running from the latest trunk check-out. The internals of how ticks, ticklables work in the svn version have significantly changed, which I hope is an improvement. Unfortunately, "_label_angles" is deprecated and should not be used

Re: [Matplotlib-users] '_label_angles' attribute missing

2010-01-21 Thread Gökhan Sever
Yes, it is running from the latest trunk check-out. On Thu, Jan 21, 2010 at 3:27 PM, Jae-Joon Lee wrote: > Do you happen to use the svn version? > Regards, > > -JJ > > > On Thu, Jan 21, 2010 at 3:06 PM, Gökhan Sever > wrote: > > Possibly a question for JJ: > > > > pary.axis["right"].get_hel

Re: [Matplotlib-users] '_label_angles' attribute missing

2010-01-21 Thread Jae-Joon Lee
Do you happen to use the svn version? Regards, -JJ On Thu, Jan 21, 2010 at 3:06 PM, Gökhan Sever wrote: > Possibly a question for JJ: > >     pary.axis["right"].get_helper()._label_angles["right"]=270 > > This lines complain in my script when I try to run it: > > Traceback (most recent call las

[Matplotlib-users] '_label_angles' attribute missing

2010-01-21 Thread Gökhan Sever
Possibly a question for JJ: pary.axis["right"].get_helper()._label_angles["right"]=270 This lines complain in my script when I try to run it: Traceback (most recent call last): File "/usr/local/bin/aerosol_plot.py", line 276, in pary.axis["right"].get_helper()._label_angles["right"]=2