Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在图形坐标或像素坐标中找到轴的绘图区域的位置?
我实际上是在尝试在绘图下方的 x 轴区域上捕获点击和运动事件。所以我得到一个事件并试图测试它的 y 坐标是否低于绘图区域。我认为这很简单,但我似乎无法通过搜索找到任何东西。
已解决 - 找到了 - 不容易找到 - axes.bbox.bounds 边界以像素为单位,与事件相同。