How do I change the color of the axes of a matplotlib 3D plot?

前端 未结 2 1368
无人共我
无人共我 2020-12-20 06:38

I have set

import matplotlib as mpl
AXES_COLOR = \'#333333\'
mpl.rc(\'axes\', edgecolor=AXES_COLOR, labelcolor=AXES_COLOR, grid=True)
mpl.rc(\'xtick\', color         


        
2条回答
提交回复
热议问题