[Pkg-octave-devel] Plotting with 3.6.2

Thomas Weber tweber at debian.org
Mon Jun 11 22:34:35 UTC 2012


Hi, 

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. 

	Thomas



More information about the Pkg-octave-devel mailing list