qecoplot
Economically plot large datasets
Help text:
qecoplot(xx, yy, n) plots the data (xx,yy) using SAMPLEMINMAX to
reduce data length to the given number of points.
The results are plotted as a qpatch.
It is mandatory that xx is uniformly spaced.
qecoplot(x0, dx, yy, n) specifies x-coordinates in a more efficicient
way: xx = (x0, x0+dx, x0+2*dx, ...).
If n is omitted, it defaults to 100.
Note: This is the kind of plot that MEABench calls "TrueBlue".
Download pdf.