标签: matplotlib seaborn
我正在尝试为x轴设置颜色,但找不到方法。我正在尝试:
g.axes.get_xaxis().set_facecolor('black')
但收到错误
'XAxis' object has no attribute 'set_facecolor'.