Revision: 8603 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8603&view=rev Author: leejjoon Date: 2010年07月31日 09:03:30 +0000 (2010年7月31日) 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.