Hi,
we are tryng to develop an application based on Qwt that resemble an industrial recorder. Our application needs to have 4 real time curves each of them with its own axes. The axes scale can be displayed or not, depending from the user selection. We patched the qwt with Qwt6.0.1_10AxisPerSide.patch. The application works fine if we run it with one horizontal axes (time axes) and 4 vertical axes (value axes) where we plot the runtime values returned by a temparature reader. In this case the curve are perfectly overlapped as should be. We can enable and disable axes scale and the plot comes as expected.
When we run the application with 4 horizontal axes (value axis) and 1 vertical axes (time) to resemble a recorder when all axis scale are visibile the plot is obtained as expected with all curves overlapped, while if a scale is disabled the associated curve is offseted with respect to the one with the scale that is visible.

Thanks for your help.