octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #48198] With recent 4.1.0+ and gnuplot backend


From: Thomas Dean
Subject: [Octave-bug-tracker] [bug #48198] With recent 4.1.0+ and gnuplot backend all simbol or dot plots will also include a line.
Date: Fri, 10 Jun 2016 21:45:28 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

Follow-up Comment #2, bug #48198 (project octave):

x = 2 * pi * rand (1, 200);
y = sin (x) + sin (2 * x) + 0.2 * randn (size (x));

scatter(x,y) does not work.
scatter(x,y,[]) does not work
scatter(x,y,[],[]) does not work
scatter(x,y,[],x) does work
scatter(x,y,[],y) does work
scatter (x, y, [], rand(200,1))
scatter (x, y, [], 1.25*ones(200,1))


x = randn (100, 1);
y = randn (100, 1);
scatter (x, y) works 

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48198>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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