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 235fdd6 commit 559a396Copy full SHA for 559a396
tikzplotlib/cleanfigure.py
@@ -2,7 +2,9 @@
2
import matplotlib as mpl
3
from matplotlib import pyplot as plt
4
import mpl_toolkits
5
-
+from mpl_toolkits.mplot3d.axes3d import Axes3D
6
+from mpl_toolkits.mplot3d.art3d import Line3DCollection, Poly3DCollection
7
+from matplotlib.collections import LineCollection, PathCollection
8
9
# TODO: see which test cases the matlab2tikz guys used [!!!]
10
# TODO: find suitable test cases for remaining functions. [!!]
0 commit comments