Skip to content

Commit e221ffe

Browse files
committed
Add missing ma import
1 parent 7b3879a commit e221ffe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/units.py

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def default_units(x, axis):
4545
from numbers import Number
4646

4747
import numpy as np
48+
from numpy import ma
4849

4950
from matplotlib import cbook
5051

0 commit comments

Comments
 (0)