Re: Multiple Y axis in QwtPlot
Brought to you by:
rathmann
|
From: Uwe R. <Uwe...@ti...> - 2019-03-12 17:06:14
|
> Is it possible to have multiple Y axis ? I see that there is an enum > yleft and yright, does that mean that we can have multiple Y axis, one > in left and the other in the right ? Yes - see the bode example. In case you want more you need this one: https://sourceforge.net/p/qwt/code/HEAD/tree/branches/qwt-6.1-multiaxes ( The branch name is misleading as it is in line with trunk not 6.1 ) Uwe |