We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b3879a commit e221ffeCopy full SHA for e221ffe
lib/matplotlib/units.py
@@ -45,6 +45,7 @@ def default_units(x, axis):
45
from numbers import Number
46
47
import numpy as np
48
+from numpy import ma
49
50
from matplotlib import cbook
51
0 commit comments