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

« back to all changes in this revision

Viewing changes to chaco/scatter_inspector_overlay.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:
53
53
 
54
54
        for inspect_type in (self.hover_metadata_name, self.selection_metadata_name):
55
55
            if inspect_type in plot.index.metadata:
56
 
                if hasattr(plot,"value") and not inspect_type in plot.value.metadata:
57
 
                    continue
 
56
                #if hasattr(plot,"value") and not inspect_type in plot.value.metadata:
 
57
                #    continue
58
58
                index = plot.index.metadata.get(inspect_type, None)
59
59
 
60
60
                if index is not None and len(index) > 0: