Ryan May wrote:
> Hey,
> 
> I noticed today, while working on my skewT, that you can't tell the axis 
> objects to clip their ticklines. If you want to set clipping on each 
> individual tickline.  I saw that the code is there in the relevant 
> classes, but the lines to set clipping are disabled in set_clip_path() 
> or _set_artist_props().  My SVN foo is failing me right now, so I can't 
> find anything to tell me why these changes were made.

Does this link work for you?  (Sometimes sourceforge is painfully slow, 
sometimes bits of it seem to simply go away.)

http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/lib/

I find the browser view quite helpful for finding out which changes were 
made when, and by whom.  To find out why, one must often ask or go to 
the mailing list archive.


> 
> Anyone have any ideas?

I don't, but it appears that the set_clip_path method was introduced in 
4817 by Mike D., complete with the commented-out lines.
http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/lib/matplotlib/axis.py?annotate=5651
http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/lib/matplotlib/axis.py?view=diff&r1=4816&r2=4817
> 
> Ryan
> 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to