Skip to content

Commit 559a396

Browse files
fixed failing tests
1 parent 235fdd6 commit 559a396

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tikzplotlib/cleanfigure.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
import matplotlib as mpl
33
from matplotlib import pyplot as plt
44
import mpl_toolkits
5-
5+
from mpl_toolkits.mplot3d.axes3d import Axes3D
6+
from mpl_toolkits.mplot3d.art3d import Line3DCollection, Poly3DCollection
7+
from matplotlib.collections import LineCollection, PathCollection
68

79
# TODO: see which test cases the matlab2tikz guys used [!!!]
810
# TODO: find suitable test cases for remaining functions. [!!]

0 commit comments

Comments
 (0)