octave-maintainers
[Top][All Lists]
Advanced

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

Re: rc1 and qt-gnuplot


From: Dmitri A. Sergatskov
Subject: Re: rc1 and qt-gnuplot
Date: Thu, 5 Dec 2013 09:10:34 -0600




On Thu, Dec 5, 2013 at 9:01 AM, Dmitri A. Sergatskov <address@hidden> wrote:



So can some of you guys can send me .gp file so I check if I
can crash standalone gnuplot?



Never mind, I can do it myself with a different terminal:

 octave:1> graphics_toolkit gnuplot
octave:2> plot (randn(3))
octave:3> drawnow ("x11", "/dev/null", false, "x11.gp");
octave:4> drawnow ("qt", "/dev/null", false, "qt.gp");
warning: broken pipe

So the following line segfaults gnuplot.

set terminal qt enhanced title "Figure 1" size 560,420 position 300,580

Dmitri.
--


reply via email to

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