对于将 enaml 与 traits 和 matplotlib 一起使用的示例,什么是好的 link?

What is a good link to examples of enaml being used with traits and matplotlib?

我做过GUI构建,但没有Python。来自其他堆栈交换问题和我自己的调查。看起来我想在这项工作的大部分中使用 enaml 和 traits。是否有任何链接或参考资料可以帮助我入门。

这是一个集成matplotlib绘图和文本框和按钮的科学应用程序(我认为非常简单)。我看过这个例子,但不是很理解http://code.enthought.com/projects/traits/docs/html/tutorials/traits_ui_scientific_app.html

我还浏览了 Enthough Chaco 示例,但没有深入了解。有人构建了一个程序,我可以 运行 并查看他们的代码吗?还是他们是我不知道的示例库?我找到了 enaml 示例,但是使用 matplotlib 的示例是基本的,没有向我展示如何将我的算法连接到绘图。提前致谢!

不是完整答案,但有更多背景信息:

1) 使用https://github.com/nucleic/enaml, along with https://github.com/enthought/traits-enaml

2) 示例: https://github.com/nucleic/enaml/blob/master/examples/widgets/mpl_canvas.enaml