[Interest] efficient drawing advice

william.crocker at analog.com william.crocker at analog.com
Wed Mar 26 14:56:51 CET 2014


>
> I too have a similar requirements for monotonic data plots. How do you
> store the full million points data?

QVector<double> x, y;

>Do you keep all points in memory so
> that it is readily available when the user zooms?
>

Yes.

Bill




More information about the Interest mailing list