📜  如何反转绘图轴python代码示例

📅  最后修改于: 2022-03-11 14:46:53.051000             🧑  作者: Mango

代码示例2
plt.gca().invert_xaxis()
plt.gca().invert_yaxis()