Skip to content

Commit aa5da2e

Browse files
cgohlkeWeatherGod
authored andcommitted
Fix: 3D axes planes are drawn as triangles
1 parent d52c7ab commit aa5da2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mpl_toolkits/mplot3d/axis3d.py

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ 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,
105106
alpha=0.8,
106107
facecolor=(1,1,1,0),
107108
edgecolor=(1,1,1,0))

0 commit comments

Comments
 (0)