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

« back to all changes in this revision

Viewing changes to docs/source/api/data_ranges.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
 
.. _data_ranges:
3
 
 
4
 
Data Ranges
5
 
-----------
6
 
 
7
 
.. currentmodule:: chaco.api
8
 
 
9
 
:class:`AbstractDataRange`
10
 
==========================
11
 
.. autoclass:: AbstractDataRange
12
 
    :members:
13
 
    :show-inheritance:
14
 
 
15
 
:class:`BaseDataRange`
16
 
======================
17
 
.. autoclass:: BaseDataRange
18
 
    :members:
19
 
    :show-inheritance:
20
 
 
21
 
:class:`DataRange1D`
22
 
====================
23
 
.. autoclass:: DataRange1D
24
 
    :members:
25
 
    :show-inheritance:
26
 
 
27
 
:class:`DataRange2D`
28
 
====================
29
 
.. autoclass:: DataRange2D
30
 
    :members:
31
 
    :show-inheritance: