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 0946a3c commit 3f16a3bCopy full SHA for 3f16a3b
1 file changed
lib/mpl_toolkits/mplot3d/axis3d.py
@@ -102,7 +102,6 @@ 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