Multiple lines on the same plot
Posted by amagri on Oct 12, 2005; 6:34pm
URL: http://imagej.273.s1.nabble.com/Multiple-lines-on-the-same-plot-tp3704684.html
I would like to plot multiple lines on the same plot but have not been
successful. I have tried
Plot Resp = new Plot("Results", "Time interval between frames", "SUV*1000",
time, a);
Resp.addPoints(time, c, 0);
Resp.show();
with "a" and "c" being float arrays, and have found only "a" being plotted.
How can I plot with both arrays on the same plot?
Alphonso Magri