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 e4771f0 commit 3405fa7Copy full SHA for 3405fa7
lib/matplotlib/cbook.py
@@ -668,7 +668,7 @@ def remove(self, o):
668
self.push(elem)
669
670
671
-def safe_masked_invalid(x, copy=False):
+def safe_masked_invalid(x, copy=True):
672
x = np.array(x, subok=True, copy=copy)
673
if not x.dtype.isnative:
674
# If we have already made a copy, do the byteswap in place, else make a
0 commit comments