Hi everyone,

I am currently developping an application which uses QwtPlot to draw curves. When I add a curve to a plot, I also add a title in the left axis, so when there are several curves in a plot, the title of the left axis is the superposition of all the titles of the curves in the plot (I use RichText to do this). The point is that I have several plots in a vertical layout, and I'd like all these plot canvas to be vertically aligned. I know it's a recurrent problem, I tried what Uwe described in it :
http://permalink.gmane.org/gmane.com...wt.general/455

It works well when there is only one curve in each plot, but as soon as there are more than one curve, it doesn't work anymore.

You can have an illustration of my problem here :
http://www.hostingpics.net/viewer.ph...blemLayout.png

I spent hours trying to solve it, anything worked

If anyone have a way to fix it ..

Thanks.