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

Re: [Pkg-octave-devel] Plotting with 3.6.2



Thomas Weber <tweber@debian.org> writes:

> am I the only one having problems like the following (gnuplot-x11 is
> installed):
>
> ==============================================================================
> octave:1> x =linspace(-10,10,100);
> octave:2> plot(x,sin(x))
>
> gnuplot> set grid linewidth 0,500000, linewidth 0,500000;
>          line 0: ';' expected
> warning: division by zero
>          line 0: undefined variable: Inf
>          line 0: undefined variable: Inf
>          line 0: undefined variable: Inf
>
> gnuplot> set style line 1 linecolor rgb "#0000ff" linetype 1 linewidth 0,500000;
>          line 0: Extraneous arguments to set style line
>
> gnuplot> set style line 2 linecolor rgb "#0000ff" pointsize 2,000000;
>          line 0: Extraneous arguments to set style line
>
> gnuplot> set xrange [-1,000000000000000e+01:1,000000000000000e+01] noreverse;
>          line 0: ':' or keyword 'to' expected
>
> gnuplot> set yrange [-1,000000000000000e+00:1,000000000000000e+00] noreverse;
>          line 0: ':' or keyword 'to' expected
>
> gnuplot> set border lw 0,500000;
>          line 0: invalid expression 
> ==============================================================================
>
> The plot looks fine, but the above is printed on the Octave prompt. 

In my sid chroot, with gnuplot-x11 installed, the plot is fine and I
don't have these gnuplot messages.

-- 
Sébastien Villemot
Researcher in Economics & Debian Maintainer
http://www.dynare.org/sebastien
Phone: +33-1-40-77-84-04 - GPG Key: 4096R/381A7594

Attachment: pgpqCdInHo9tx.pgp
Description: PGP signature


Reply to: