x 和 y 的独立坐标系

Separate system of coordinates for x and y

我正在使用 matplotlib 在我的项目中绘图。我的图表上有一个时间序列,我想添加一个文本注释。但是我希望它像这样浮动:文本的 x 维度将绑定到数据(例如 x 轴上的某个日期,如 2015-05-04)和 y 维度绑定到轴坐标系统(例如轴的顶部目的)。你能帮我完成这样的事情吗?

看来我找到了解决办法:应该使用混合转换: http://matplotlib.org/users/transforms_tutorial.html#blended-transformations