We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afda25a + 6355c97 commit b99e636Copy full SHA for b99e636
lib/mpl_toolkits/mplot3d/art3d.py
@@ -12,7 +12,7 @@
12
import numpy as np
13
14
from matplotlib import (
15
- artist, colors as mcolors, lines, text as mtext, path as mpath)
+ artist, cbook, colors as mcolors, lines, text as mtext, path as mpath)
16
from matplotlib.collections import (
17
LineCollection, PolyCollection, PatchCollection, PathCollection)
18
from matplotlib.colors import Normalize
0 commit comments