octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave-gui graphics problems


From: Dmitri A. Sergatskov
Subject: Re: Octave-gui graphics problems
Date: Thu, 9 Jun 2016 12:32:12 -0500

​Apparently plots with ~30000 dots oveflows OpenGL buffer.
A simple test:

>> graphics_toolkit qt
>> x=randn(
​3​
0000,1);
​# ​x=randn( 2​
0000,1);
​ works OK​

>> plot(x,"o")
​# or plot(x,".")
# line plot:
# plot(x) would print OK​

>> print t2.pdf
GL2PS info: OpenGL feedback buffer overflow

​This is with nvidia graphics (nouveau driver).

Dmitri.
--


reply via email to

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