Revision: 8700
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8700&view=rev
Author:   mdboom
Date:     2010-09-14 15:53:59 +0000 (Tue, 14 Sep 2010)

Log Message:
-----------
Fix mismatched opening/closing group.

Modified Paths:
--------------
    branches/v1_0_maint/lib/mpl_toolkits/axisartist/axis_artist.py

Modified: branches/v1_0_maint/lib/mpl_toolkits/axisartist/axis_artist.py
===================================================================
--- branches/v1_0_maint/lib/mpl_toolkits/axisartist/axis_artist.py      
2010-09-14 15:21:21 UTC (rev 8699)
+++ branches/v1_0_maint/lib/mpl_toolkits/axisartist/axis_artist.py      
2010-09-14 15:53:59 UTC (rev 8700)
@@ -132,9 +132,9 @@
         if self._invalid:
             self.recache()
 
+        if not self._visible: return
         renderer.open_group('line2d')
 
-        if not self._visible: return
         gc = renderer.new_gc()
         self._set_gc_clip(gc)
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to