Skip to content

Commit be05ee7

Browse files
committed
Merge pull request #147 from enthought/refactor/image-plot
Refactor image plot
2 parents 86d3beb + 4a93e66 commit be05ee7

File tree

6 files changed

+598
-222
lines changed

6 files changed

+598
-222
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ New features/Improvements
99
* Replaced chaco.base.bin_search by numpy.searchsorted-based routine for
1010
5x speedup and remove use of zip in chaco.base.arg_find_runs in favour of
1111
column_stack for 10x speedup in bad cases. (PR #263)
12+
* `ImagePlot` refactored to clarify transformation applied to images and allow
13+
easier reuse of transformations in subclasses. (PR #147)
1214

1315
Fixes
1416

0 commit comments

Comments
 (0)