I have data with >1e6 entries. I want from these arrays howeve only a subset to be plotted. For example only the last 1000 entries.
To assign the data fast I use 'setRawData'

But what needs to be done to let qwt know that it shall only work with the last 1000 entries?

Matthias