如何在matplotlib中将轴坐标值转换为数据坐标值

时间:2018-06-19 18:39:00

标签: python matplotlib

我在轴坐标中有matplotlib的值,我需要将它们转换为轴的数据坐标值。

https://matplotlib.org/users/transforms_tutorial.html

我该怎么做?

1 个答案:

答案 0 :(得分:1)

linked tutorial告诉您如何做。

ax.transAxes + ax.transData.inverted()