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

« back to all changes in this revision

Viewing changes to chaco/base_2d_plot.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:
31
31
    # Screen mapper for 2-D structured (gridded) index data.
32
32
    index_mapper = Instance(GridMapper)
33
33
 
34
 
    # Convenience property for accessing the datarange of the mapper.
 
34
    # Convenience property for accessing the data range of the mapper.
35
35
    index_range = Property
36
36
 
37
37
    # Convenience property for accessing the plots labels.