是否有人知道是否可以在图中旋转图例matplotlib?我使用下面的代码制作了一个简单的图,并在绘画中编辑了图表以显示我想要的内容.
matplotlib
plt.plot([4,5,6], label = 'test') ax = plt.gca() ax.legend() plt.show()
python matplotlib
matplotlib ×1
python ×1