Re: Plot without lines?
Posted by Gabriel Landini on Dec 18, 2005; 2:25pm
URL: http://imagej.273.s1.nabble.com/Plot-without-lines-tp3704210p3704212.html
Thanks Wayne & Joel.
On Saturday 17 December 2005 20:55, Rasband Wayne wrote:
> Plot plot = new Plot("Scatter Plot", "X", "Y", new double[1],
> new double[1]);
The above works fine. There is a side effect: the "List" button in the plots
window now shows "0 , 0.000" instead of the plot that I add next (but it
makes perfectly sense since one is passing an empty data set).
Perhaps it would be a bit more flexible for scatterplots if the plot, by
default, would output only symbols, and add an option to connect the points
if required.
I understand that this would require recode many other plotting areas of IJ
that are already working fine, so I am perfectly happy if stays as it is.
Cheers,
Gabriel