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

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

[Octave-bug-tracker] [bug #38825] OpenGL doesn't draw single points when


From: Rik
Subject: [Octave-bug-tracker] [bug #38825] OpenGL doesn't draw single points when no marker style is set
Date: Fri, 31 Jan 2014 16:13:01 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0

Update of bug #38825 (project octave):

                Priority:              5 - Normal => 3 - Low                
                  Status:                   Fixed => Confirmed              
             Open/Closed:                  Closed => Open                   
                 Summary: plot(0,0) shows no dot with OpenGL => OpenGL doesn't
draw single points when no marker style is set

    _______________________________________________________

Follow-up Comment #7:

This is the same bug in a different disguise.  Octave doesn't draw line
segments where one of the end points is a NaN.  A sequence like [NaN 1 NaN]
effectively has two line segments, each of which has an endpoint of NaN which
removes the segment from plotting.

A workaround is to add a marker style to the plot such as


plot ([NaN 1 NaN], 'o-') 


I'll  re-title the bug and re-open it, but since this has a workaround I'm
going to lower the priority.


    _______________________________________________________

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]