octave-maintainers
[Top][All Lists]
Advanced

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

Re: rc1 and qt-gnuplot


From: Daniel J Sebald
Subject: Re: rc1 and qt-gnuplot
Date: Thu, 05 Dec 2013 03:10:10 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

On 12/05/2013 02:57 AM, Dmitri A. Sergatskov wrote:
On Thu, Dec 5, 2013 at 2:36 AM, Daniel J Sebald <address@hidden
<mailto:address@hidden>> wrote:



    Try these commands again, but this time try to redirect what Octave
    is sending through the pipe to a file with:

       plot(randn(3));
       graphics_toolkit gnuplot;
       drawnow ("x11", "/dev/null", false, "foo.gp <http://foo.gp>");



octave:1> plot(randn(3))
### got a fltk plot ####
octave:2> graphics_toolkit gnuplot
octave:3> drawnow ("x11", "/dev/null", false, "x11.gp <http://x11.gp>");
error: gl2ps-renderer:: Unknown terminal
sh: /dev/null: Permission denied
error: octave_base_value::matrix_value(): wrong type argument '<unknown
type>'
error: drawnow: A(I,J): row index out of bounds; value 1 out of bound 0
octave:3>

gl2ps-renderer? I don't know how that factors in. But there has been a lot of discussion in the past couple days about gl2ps missing during a build. Maybe it has something to do with that. Just guessing.

Dan


reply via email to

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