Re: qwt plot and scrollbars
Brought to you by:
rathmann
|
From: Darryl W. <dar...@pr...> - 2009-03-10 18:49:28
|
Check out the realtime plot example that comes with Qwt. It shows how to make a "ScrollZoomer" but that may help point you in the right direction. It'd be kind of a hack but you could implement the scrollzoomer, and then when your data is added you can update the zoomRect. Or something along those lines. darryl Giacomo S. wrote: > Good morning. > > Is there a simple way to make my QwtPlot have the horizontal scrollbar > automatically shown when the x data vector size reaches a certain value? > > For instance, when I have 200 elements in the x axis, I want the plot to > enable scrolling. > > Thanks in advance > > Giacomo. > > > ------------------------------------------------------------------------------ > _______________________________________________ > qwt-interest mailing list > qwt...@li... > https://lists.sourceforge.net/lists/listinfo/qwt-interest > |