File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -476,12 +476,9 @@ def __call__(self, s):
476
476
'polaraxes.grid' : [True , validate_bool ], # display polar grid or not
477
477
478
478
# axes3d props
479
- 'axes3d.grid' : [True , validate_bool ], # display 3d grid
480
479
'axes3d.axisbelow' : [False , validate_bool ],
481
480
'axes3d.hold' : [True , validate_bool ],
482
481
'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
485
482
'axes3d.titlesize' : ['large' , validate_fontsize ], # fontsize of the axes title
486
483
'axes3d.grid' : [False , validate_bool ], # display grid or not
487
484
'axes3d.labelsize' : ['medium' , validate_fontsize ], # fontsize of the x any y labels
You can’t perform that action at this time.
0 commit comments