help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

4.1.0+ / gnuplot backend cannot plot ponts/dots


From: Dmitri A. Sergatskov
Subject: 4.1.0+ / gnuplot backend cannot plot ponts/dots
Date: Fri, 10 Jun 2016 15:58:20 -0500

With recent 4.1.0+ and gnuplot backend all simbol or dot plots will
also include a line.
I.e. plot (x,y, ".") looks the same as plot (x,y,"-.")

graphics_toolkit gnuplot
x=y=linspace(1,10,10);
plot (x,y, "o")
plot (x,y, "-o")
plot (x,y, "o")
plot (x,y, ".")

Dmitri.
--




reply via email to

[Prev in Thread] Current Thread [Next in Thread]