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: Thu, 27 Jun 2013 16:17:50 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0

Update of bug #38825 (project octave):

                  Status:                    None => In Progress            

    _______________________________________________________

Follow-up Comment #2:

Just to get an idea of what is happening, what does the following return in
Matlab?


h = plot (0,0);
get (h, 'type')
get (h, 'linestyle')
get (h, 'marker')


Also, does the color rotate?  For example


plot (0,0);
hold on
plot (1,1);
plot (2,2);


Does this produce 3 dots of the same color or 3 differently colored dots?


    _______________________________________________________

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]