>
> 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

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to