Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a1a293

Browse files
committed
make grid method of axislines module compatible with matplotlib
svn path=/branches/v1_0_maint/; revision=8603
1 parent ac5e56e commit 5a1a293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/axisartist/axislines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ def get_grid_helper(self):
660660
return self._grid_helper
661661

662662

663-
def grid(self, b=None, **kwargs):
663+
def grid(self, b=None, which='major', **kwargs):
664664
"""
665665
Toggel the gridlines, and optionally set the properties of the lines.
666666
"""

0 commit comments

Comments
 (0)