3

I use QwtPlot 6.1.3.

Is there any way to display multiple curves, sharing a single X axis, but each one with its own Y axis ?

I didn't find anything in the documentation, and my Google searchs didn't return anything usefull (just some hacks)

Something similar to this :

enter image description here

Thanks

Aurelien
  • 1,032
  • 2
  • 10
  • 24

1 Answers1

0

Qwt doesn't supports multiple axis attached to the same Canvas, it has however a fork that supports:

https://sourceforge.net/p/qwt/code/HEAD/tree/branches/qwt-6.1-multiaxes/

Tomaz Canabrava
  • 2,320
  • 15
  • 20