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

« back to all changes in this revision

Viewing changes to docs/source/index.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
 
Chaco 4.1.0
2
 
===========
3
 
 
4
 
Chaco is a Python package for building interactive and custom 2-D plots and
5
 
visualizations.
6
 
Chaco facilitates writing
7
 
plotting applications at all levels of complexity, from simple scripts with
8
 
hard-coded data to large plotting programs with complex data interrelationships
9
 
and a multitude of interactive tools. While Chaco generates attractive static
10
 
plots for publication and presentation, it also works well for interactive
11
 
data visualization and exploration.
12
 
Chaco is part of the `Enthought Tool Suite <http://code.enthought.com/>`_.
13
 
 
14
 
Chaco includes renderers for many popular plot types, built-in implementations of
15
 
common interactions with those plots, and a framework for extending and
16
 
customizing plots and interactions.  Chaco can also render graphics in a
17
 
non-interactive fashion to images, in either raster or vector formats, and it
18
 
has a subpackage for doing command-line plotting or simple scripting.
19
 
 
20
 
For a quick sample of Chaco's features, see the
21
 
`gallery <http://code.enthought.com/projects/chaco/gallery.php>`_, the
22
 
:ref:`annotated examples <examples>` page, the
23
 
:ref:`tutorial and examples <tutorials>`
24
 
and the :ref:`resources <resources>` page.
25
 
 
26
 
 
27
 
 
28
 
Documentation
29
 
-------------
30
 
 
31
 
.. toctree::
32
 
  :maxdepth: 1
33
 
 
34
 
  Installation and quickstart guide <quickstart.rst>
35
 
  user_manual/tutorials_and_examples.rst
36
 
  user_manual/index.rst
37
 
  programmers_reference.rst
38
 
  tech_notes.rst
39
 
 
40
 
------------
41
 
 
42
 
.. image::  images/chaco_show.png
43
 
   :width: 800 px
44
 
   :align: center
45
 
 
46
 
* :ref:`search`