Color averaging leads to wrong data representation when matrices are zoomed out too far.

Issue #255 closed
Christopher Keil repo owner created an issue

Lots of discussion about this occurred in #194. Turns out these are separate issues. The averaging of data in DoubleArrayDrawer paint() method leads to colors which are unrepresentative of the data when matrices are zoomed out such that more than one data value map to 1 pixel.

Comments (4)

  1. Christopher Keil reporter

    The issue that has plagued us so long has finally been resolved by e5f3f8c. Data is now actually represented correctly even in large matrices and far out zoom level.

  2. Log in to comment