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 a19324c commit 0ba30a0Copy full SHA for 0ba30a0
1 file changed
lib/matplotlib/lines.py
@@ -664,7 +664,8 @@ def recache(self, always=False):
664
self.axes.name == 'rectilinear' and
665
self.axes.get_xscale() == 'linear' and
666
self._markevery is None and
667
- self.get_clip_on()):
+ self.get_clip_on() and
668
+ self.get_transform() == self.axes.transData):
669
self._subslice = True
670
nanmask = np.isnan(x)
671
if nanmask.any():
0 commit comments