~ubuntu-branches/ubuntu/utopic/python-chaco/utopic

« back to all changes in this revision

Viewing changes to docs/source/user_manual/tutorials_and_examples.rst

  • Committer: Package Import Robot
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2014-06-01 17:04:08 UTC
  • mfrom: (7.2.5 sid)
  • Revision ID: package-import@ubuntu.com-20140601170408-m86xvdjd83a4qon0
Tags: 4.4.1-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
 - Let the binary-predeb target work on the usr/lib/python* directory
   as we don't have usr/share/pyshared anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
.. _tutorials:
3
 
 
4
 
Tutorials and examples
5
 
======================
6
 
 
7
 
Tutorials
8
 
---------
9
 
 
10
 
* :ref:`Tutorial: Interactive plotting with Chaco <tutorial>` This is
11
 
  the main Chaco tutorial and introduces the basic concepts of
12
 
  how to use Chaco and Traits UI to do basic plots, customize
13
 
  layout, and add interactivity.
14
 
 
15
 
* :ref:`Tutorial: Using Chaco from IPython <tutorial_ipython>` This tutorial
16
 
  explains how to use Chaco from IPython using the Chaco ``shell``
17
 
  command-line plotting interface to build plots, in
18
 
  a Matlab or gnuplot-like style.
19
 
 
20
 
.. tutorial_wx
21
 
 
22
 
Examples
23
 
--------
24
 
 
25
 
* :ref:`Modeling Van del Waal's Equations <tutorial_van_der_waal>`
26
 
  is a complete example of creating a data
27
 
  model and then using Traits and Chaco to rapidly create interactive
28
 
  plot GUIs.
29
 
 
30
 
* :ref:`Creating an interactive Hyetograph <tutorial_hyetograph>`
31
 
  is an example of a hyetograph (a plot of rainfall intensity in relation
32
 
  to time) application. This example introduces the ``on_trait_listener``
33
 
  decorator and uses Chaco, simple Traits views, and live GUI interaction.