8000 Merge branch 'master' of github.com:bbasseri/matplotlib · bbasseri/matplotlib@d4bf9fa · GitHub
[go: up one dir, main page]

Skip to content

Commit d4bf9fa

Browse files
author
Aleks
committed
Merge branch 'master' of github.com:bbasseri/matplotlib
2 parents 72b6282 + 03d9658 commit d4bf9fa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/matplotlib/rcsetup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,12 +476,9 @@ def __call__(self, s):
476476
'polaraxes.grid' : [True, validate_bool], # display polar grid or not
477477

478478
# axes3d props
479-
'axes3d.grid' : [True, validate_bool], # display 3d grid
480479
'axes3d.axisbelow' : [False, validate_bool],
481480
'axes3d.hold' : [True, validate_bool],
482481
'axes3d.facecolor' : ['w', validate_color], # background color; white
483-
'axes3d.edgecolor' : ['k', validate_color], # edge color; black
484-
'axes3d.linewidth' : [1.0, validate_float], # edge linewidth
485482
'axes3d.titlesize' : ['large', validate_fontsize], # fontsize of the axes title
486483
'axes3d.grid' : [False, validate_bool], # display grid or not
487484
'axes3d.labelsize' : ['medium', validate_fontsize], # fontsize of the x any y labels

0 commit comments

Comments
 (0)
0