Files
2020-09-26 22:03:11 +08:00

3 lines
487 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 事件处理
Matplotlib支持使用GUI中立事件模型进行[事件处理](https://matplotlib.org/users/event_handling.html)因此您可以连接到Matplotlib事件而无需了解Matplotlib最终将插入哪个用户界面。 这有两个好处你编写的代码将更加可移植Matplotlib事件就像数据坐标空间和事件发生在哪些轴之类的东西所以你不必混淆低级转换细节来自画布空间到数据空间。还包括对象拾取示例。