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

« back to all changes in this revision

Viewing changes to chaco/abstract_mapper.py

  • 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:
16
16
    # on this mapper for visual output should do a redraw or repaint.
17
17
    updated = Event
18
18
 
 
19
    # FIXME: domain_limits is never used
 
20
 
19
21
    # A tuple representing the minimum and maximum values of the domain (data
20
22
    # space).  The dimensionality of each value varies depending on the
21
23
    # dimensions of the mapper, so for 1D mappers these will be scalars, for