help-octave
[Top][All Lists]
Advanced

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

OpenGL plot warning


From: Clinton Winant
Subject: OpenGL plot warning
Date: Tue, 17 Jan 2017 17:10:21 -0800

Can anyone explain what this warning means and how to avoid it:

warning: opengl_selector::select: selection buffer overflow
warning: called from
    ginput at line 88 column 7

As stated the warning occurs after 15-20 call to ginput.  Each call requests only a single value:

while button==1
  kount=kount+1
  [x(kount),y(kount),button]=ginput(1);
## show point
  plot(x(kount),y(kount),'k.','markersize',12);
endwhile


Thanks

reply via email to

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