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

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

[Octave-bug-tracker] [bug #38825] plot(0, 0) shows no dot with OpenGL


From: Rik
Subject: [Octave-bug-tracker] [bug #38825] plot(0, 0) shows no dot with OpenGL
Date: Mon, 01 Jul 2013 01:34:26 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0

Follow-up Comment #5, bug #38825 (project octave):

I fixed the plot routines for samples like plot(0,0) which are an example of
scalar/scalar inputs.  Could you test how Matlab behaves for vector/scalar
inputs?  Right now Octave is definitely wrong because it doesn't plot anything
unless you add a marker style to the plot command.  Could you run the
following commands and upload a png of each plot?


plot (1:5, 1)
plot (1:5, 1, 'o')



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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