Skip to content

Latest commit

 

History

History
100 lines (66 loc) · 3.27 KB

resources.rst

File metadata and controls

100 lines (66 loc) · 3.27 KB

Other Chaco resources

Examples of what can be done with Chaco is available in the Chaco gallery.

Further Reading and resources

You can also learn more about Chaco:

  • running the tutorials <built_in_tutorials> included with the Chaco package,
  • following demos of Chaco <chaco_webinars> given during webinars Enthought to EPD subscribers,
  • reading seminar slides <chaco_presentations> posted on conference websites,
  • reading about the API <api_docs> from the developer guide.
  • following the Chaco mailing list: chaco-users@enthought.com

Built-in tutorials

For more details on how to use Chaco to embed powerful plotting functionality inside applications, refer to the tutorials page. In particular, some tutorial examples were added into the examples/tutorials/scipy2008/ directory. These examples are numbered and introduce concepts one at a time, going from a simple line plot to building a custom overlay with its own trait editor and reusing an existing tool from the built-in set of tools. You can browse them on the GitHub repository at: https://github.com/enthought/chaco/tree/master/examples/tutorials . Finally, it is recommended to explore the examples (examples section) as they are regularly updated to reflect the most recent changes and recommended ways to use Chaco.

Enthought webinars

The video webinars given in as part of the Enthought webinar series cover building interactive plotting using Chaco. If you are an EPD user, you can find the video, the slides, and the demo code for each webinar covering Chaco.

Presentations

There have been several presentations on Chaco at previous PyCon and SciPy conferences:

Developers references and API Docs

For developers and architects,