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.
2 parents afda25a + 6355c97 commit b99e636Copy full SHA for b99e636
1 file changed
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