PDA

View Full Version : Include three Y axes?



dobedidoo
26th October 2017, 13:13
Hi,

I've fairly recently discovered Qwt and it's a great package! It's helped me solve many of my problems, but still I'm struggling with two things. One of them regards the possibility to plot three curves in the same plot, each curve relative to it's own Y axis. That is, I need to include three Y axes in my plot. I would not be surprised if this could be done (from what I've seen about Qwt this far), but until now I've only been able to use two Y axes in my plot (one left and one right).

So, is it "possible" to include a third (in my case, a second left y axis) in my QwtPlot? I've really tried to Google around about this, but unfortunately without success.

Best regards!

Uwe
26th October 2017, 14:26
There is a specific branch of Qwt that supports multiaxes: https://svn.code.sf.net/p/qwt/code/branches/qwt-6.1-multiaxes.
This branch exists since several years and is actively maintained. It is planned to become the main version of Qwt at some point in the future.

Uwe