What to do with map_data_array
Open
discussion
- Dominant language
- Python
- Stars
- 305
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Description
**Problem Description**
See comment: https://github.com/enthought/chaco/issues/662#issuecomment-831519824
searching the code base for `map_data_array` you find the method is defined on 4 classes, `AbstractMapper`, `GridMapper`, `LinearMapper` and `LogMapper`, but it is not called anywhere. In the class aside from `AbstractMapper`, `map_data_array` simply calls `map_data`.
For `AbstractMapper` the method is: https://github.com/enthought/chaco/blob/b74e14918ad533d973775d78feaf1b80bfa4095a/chaco/abstract_mapper.py#L39-L47
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.