help-octave
[Top][All Lists]
Advanced

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

Re: Plot Problem Again


From: Nils Naumann
Subject: Re: Plot Problem Again
Date: Thu, 27 Jun 96 09:35:47 -0100

In article
<address@hidden> John Utz
<address@hidden> writes:

Hallo

> > address@hidden:~> octave
> > Octave, version 1.1.1.
> > Copyright (C) 1992, 1993, 1994, 1995 John W. Eaton.
> > This is free software with ABSOLUTELY NO WARRANTY.
> > For details, type `warranty'.
> >
> > octave:1> x=[-10:1:10]'; y=sin(x);
set term x11
  ^^^^^^^^^^  try this in octave too.
> > octave:2> plot(x,y);

You may have a hidden .gnuplot file somwhere on your Harddisk who set the
svgalib mode. Look for it and remove the line in question.  Or you have set
the enviroment variables GNUTERM to use svgalib. Check this too.

Nils



reply via email to

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