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.
1 parent 890ee59 commit 0946a3cCopy full SHA for 0946a3c
1 file changed
lib/mpl_toolkits/mplot3d/axis3d.py
@@ -102,6 +102,7 @@ def init3d(self):
102
103
# Store dummy data in Polygon object
104
self.pane = mpatches.Polygon(np.array([[0,0], [0,1], [1,0], [0,0]]),
105
+ closed=False,
106
alpha=0.8,
107
facecolor=(1,1,1,0),
108
edgecolor=(1,1,1,0))
0 commit comments