Skip to content

Commit 3f16a3b

Browse files
committed
Revert previous commit (Fix: 3D axes planes are drawn as triangles)
1 parent 0946a3c commit 3f16a3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/mpl_toolkits/mplot3d/axis3d.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ def init3d(self):
102102

103103
# Store dummy data in Polygon object
104104
self.pane = mpatches.Polygon(np.array([[0,0], [0,1], [1,0], [0,0]]),
105-
closed=False,
106105
alpha=0.8,
107106
facecolor=(1,1,1,0),
108107
edgecolor=(1,1,1,0))

0 commit comments

Comments
 (0)