Re: Qwt, grid over the curve
Quote:
In my case I draw filled colour rectangles, witch occupy a large area
Where did you draw filled colour rects ? .. Did you use a custom grid ?
Quote:
Is possible somehow locate QwtPlotGrid over a curve?
See QwtPlotItem::z()
Re: Qwt, grid over the curve
At first I tried drwa this rect-s in curve, and then attach curve to plot. Grid from QwtPlotGrid, nothing special.
But now I going to QwtPlotShapeItem instead curve, so it locate under the curve, problem is solved. thx.