标签: python matplotlib
我在轴坐标中有matplotlib的值,我需要将它们转换为轴的数据坐标值。
https://matplotlib.org/users/transforms_tutorial.html
我该怎么做?
答案 0 :(得分:1)
linked tutorial告诉您如何做。
ax.transAxes + ax.transData.inverted()