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

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

[Octave-bug-tracker] [bug #55707] plot(vector, scalar) is very slow


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #55707] plot(vector, scalar) is very slow
Date: Wed, 13 Feb 2019 09:20:41 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0

Follow-up Comment #4, bug #55707 (project octave):

@Pantxo: The results for your test code in Matlab:

>> x = 1:1000; % vector
y = 10;     % scalar
hlines = plot (x, y);
sprintf ('x,y-> %d line(s), marker ''%s''', numel (hlines), get (hlines(1),
'Marker'))

ans =

x,y-> 1000 line(s), marker 'none'



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55707>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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