-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CursorTool does not work with LogMapper for both axes #289
Comments
This was referenced Apr 9, 2021
I am still able to reproduce this using the chaco/examples/demo/cursor_tool_demo.py Lines 55 to 61 in f5cd0ab
with
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using LogMapper for both axes
leads to the error below, when adding a cursor with following lines
The problem is, that LogMapper.map_screen returns a 1-element array, while LinearMapper returns a scalar value, if only one data point has to be mapped.
Following subclass of LogMapper works for me as a workaround
The text was updated successfully, but these errors were encountered: