Revision: 8603
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8603&view=rev
Author:   leejjoon
Date:     2010-07-31 09:03:30 +0000 (Sat, 31 Jul 2010)

Log Message:
-----------
make grid method of axislines module compatible with matplotlib

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

Modified: branches/v1_0_maint/lib/mpl_toolkits/axisartist/axislines.py
===================================================================
--- branches/v1_0_maint/lib/mpl_toolkits/axisartist/axislines.py        
2010-07-30 18:58:18 UTC (rev 8602)
+++ branches/v1_0_maint/lib/mpl_toolkits/axisartist/axislines.py        
2010-07-31 09:03:30 UTC (rev 8603)
@@ -660,7 +660,7 @@
         return self._grid_helper
 
 
-    def grid(self, b=None, **kwargs):
+    def grid(self, b=None, which='major', **kwargs):
         """
         Toggel the gridlines, and optionally set the properties of the lines.
         """


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

------------------------------------------------------------------------------
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-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to