help-octave
[Top][All Lists]
Advanced

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

Re: svgalib


From: A. S. Budden
Subject: Re: svgalib
Date: Mon, 22 Sep 2003 14:24:40 +0100
User-agent: Mutt/1.4.1i-nntp3

Thus spake A. S. Budden:
> Thus spake John W. Eaton:
> > On 22-Sep-2003, A. S. Budden <address@hidden> wrote:
> > 
> > > Can anyone help me with this problem please?
> > 
> > Does
> > 
> >   bash> echo "set term linux; plot sin(x);" | gnuplot
> > 
> > work on your system?
> 
> Does a similar thing to starting in octave -- [svgalib: allocated
> virtual console #8] and on virtual console 8 I get the gnuplot window
> but no graph is seen.
> 
> I guess this is a gnuplot problem then.  I don't suppose you have any
> idea what's causing it do you?
> 
> Many thanks for your help,
> 
> Al

However, the following does work:

echo "set term linux; plot sin(x);" > test; gnuplot test

In case that helps at all

Al



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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