enthought / chaco

Chaco is a Python package for building interactive and custom 2-D plots.
http://docs.enthought.com/chaco/
Other
292 stars 99 forks source link

Fix CursorTool issue with LogMapper #803

Closed aaronayres35 closed 3 years ago

aaronayres35 commented 3 years ago

fixes #289 This PR pulls the content specific to #289 out from PR #726

aaronayres35 commented 3 years ago

Ah, similara to #804, this PR currently just makes a switch from one assumption to another. ie with the changes here, now the CursorTool will not work with LinearMappers. I will update the PR

aaronayres35 commented 3 years ago

Unfortunately a lot of these changes are some what related. The changes to LinearMapper made here could probably equally have gone in in #802