尝试找到一个纯Python滚动条、滑块或仪表小部件来控制图形的x轴(wxPython)

发布于 2024-09-30 04:15:30 字数 106 浏览 2 评论 0 原文

有谁知道其中的示例/教程?我想使用鼠标单击/拖动和控制 xy 图(对于 mpl)的 x-min 和 x-max 值。 放入 wxPython-

提前

谢谢。 --DM

Does anyone know of an example / tutorial of one? I want to control the x-min and x-max values of an xy plot (for mpl) using mouse clicks / drag & drop in wxPython-

Thx in advance.

--DM

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

自由如风 2024-10-07 04:15:30

这应该很容易做到。您看过文档和这个示例

因此,当滑块发生变化时,您可以轻松设置所需的值。此外,还有一个 SetMinSetMax 方法可以满足您的需求。

This should be pretty easy to do. Have you looked at the docs and this example?

So when the slider changes, you can easily set the values you desire. Also, there is a SetMin and SetMax method for what you want.

遇到 2024-10-07 04:15:30

RulerCtrl 小部件可能可以满足您的需求。

它与任何 Python GUI 一样是“纯 Python”,因为它是从 wxPython 原语构建的。下面是 wxPython 演示的屏幕截图。您可以单击箭头并沿着标尺拖动它们。

替代文本

The RulerCtrl widget by Andrea Gavana can probably do what you want.

It's "pure Python" as much as any Python GUI can be in the sense that it's built from wxPython primitives. Below is a screenshot from the wxPython demo. You can click on the arrows and drag them along the ruler.

alt text

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文