Data is represented as a vector of values which are follow each other after some interval. For each temporal discrete I must plot square with value typed inside if value != 0 (I use QwtPlotMarker for it) or plot nothing if value equals zero (actually I do it with making QwtPlotIntervalCurve's pen's color equal to canvas' color). Every square that represents value of the same vector must be placed at the same Y coordinate. But if I change Y axis' scale, actual size of square must be same (like at the picture I attached in my previous post)
Bookmarks