Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff749cb commit ecf6d3bCopy full SHA for ecf6d3b
lib/matplotlib/axis.py
@@ -412,6 +412,7 @@ def _get_gridline(self):
412
linestyle=rcParams['grid.linestyle'],
413
linewidth=rcParams['grid.linewidth'],
414
alpha=rcParams['grid.alpha'],
415
+ markersize=0
416
)
417
l.set_transform(self.axes.get_xaxis_transform(which='grid'))
418
l.get_path()._interpolation_steps = GRIDLINE_INTERPOLATION_STEPS
@@ -550,6 +551,7 @@ def _get_gridline(self):
550
551
552
553
554
555
556
557
l.set_transform(self.axes.get_yaxis_transform(which='grid'))
0 commit comments