On Mon, Dec 8, 2008 at 4:19 PM, Ryan May <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Was just looking through the examples and noticed that 
> pylab_examples/dashtick.py
> does not work here for me on SVN head.
>
> Traceback (most recent call last):
>   File "dashtick.py", line 61, in <module>
>     test_dashticklabel()
>   File "dashtick.py", line 40, in test_dashticklabel
>     fontsize=FONTSIZE,
>   File "/home/rmay/.local/lib64/python2.5/site-packages/matplotlib/pyplot.py",
> line 162, in setp
>     ret = _setp(*args, **kwargs)
>   File "/home/rmay/.local/lib64/python2.5/site-packages/matplotlib/artist.py",
> line 982, in setp
>     func = getattr(o,funcName)
> AttributeError: 'Text' object has no attribute 'set_dashrotation'
>
> I'm clueless on this code, so this is just an FYI.

TextWithDash is still used on the maintenance branch for tick labels,
but no longer on the trunk.  I suspect it did not work with the
arbitrary projections Michael developed support for and he removed it,
but Michael can confirm.  The code is poorly maintained, so I am happy
to see it no longer in the core tick labeling.  I have removed the
example from svn.

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to