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.
|