DPlot_AddData() does not work anymore with v2.1.5
Posted: Fri Jan 04, 2008 5:51 am
Hi,
I recently upgraded to 2.1.5 and noticed that the DPlot_AddData does not work as it should. I am passing in mode DATA_XYXY two differents float vectors for x and y, but DPlot plots as x the ordinal index and as y the x values. For sake of clarity, given two float arrays x[], y[] of size N:
1) it plots float(i), x, instead of x, y where i = 0 .. N-1:I practically get only lines (since I am actually plotting as function of time).
2) if I run CTEST3.exe (in DPlotJr where I find the DPlotLib.dll) I got same behaviour if I check the "Use DPlot_AddData" checkbox.
Best,
Marco
I recently upgraded to 2.1.5 and noticed that the DPlot_AddData does not work as it should. I am passing in mode DATA_XYXY two differents float vectors for x and y, but DPlot plots as x the ordinal index and as y the x values. For sake of clarity, given two float arrays x[], y[] of size N:
1) it plots float(i), x, instead of x, y where i = 0 .. N-1:I practically get only lines (since I am actually plotting as function of time).
2) if I run CTEST3.exe (in DPlotJr where I find the DPlotLib.dll) I got same behaviour if I check the "Use DPlot_AddData" checkbox.
Best,
Marco