I need to plot a set of data, and then I need to zoom only the x axis, and panning to scroll the plot.
Using simple_plot.cpp example I am able to plot data vector.
Then how can I zoom x axis?

thanks

ps: I tried QwtPlotMagnifier with poor results.