resolved the "first datapoint is not properly connected" issue

pull/8/merge
MichaelZinsmaier 13 years ago
parent bef801557d
commit b91cc42ba2

@ -365,6 +365,9 @@
xnew[0] = xdata[0]; xnew[0] = xdata[0];
ynew[0] = ydata[0]; ynew[0] = ydata[0];
result.push(xnew[0]);
result.push(ynew[0]);
for ( j = 1; j < num; ++j) { for ( j = 1; j < num; ++j) {
xnew[j] = xnew[0] + j * step; xnew[j] = xnew[0] + j * step;

Loading…
Cancel
Save