lucabaldini / xpedaq

Data acquisition software for the X-ray polarimetry explorers
GNU General Public License v2.0
0 stars 0 forks source link

Mismatch between pixel position and color map cell in monitor application #102

Closed albertomanfreda closed 8 years ago

albertomanfreda commented 8 years ago

According to QCustomplot documentation (link), in a QCPColorMap the first cell is centered on the lower range boundary and the last cell on the upper range boundary, which means that the center of the cells displayed is not aligned with the center of the bins in the underlying 2D histogram.

Should not be hard to fix.