octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #38372] Lots of warning messages when plot wit


From: José Luis García Pallero
Subject: [Octave-bug-tracker] [bug #38372] Lots of warning messages when plot with 3.7.2 version
Date: Fri, 22 Feb 2013 11:06:47 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20100101 Firefox/10.0.12 Iceweasel/10.0.12

URL:
  <http://savannah.gnu.org/bugs/?38372>

                 Summary: Lots of warning messages when plot with 3.7.2
version
                 Project: GNU Octave
            Submitted by: jgpallero
            Submitted on: vie 22 feb 2013 11:06:45 GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I have compiled the 3.7.2 version of octave. When I try to plot a simple
figure as

plot(randn(2))

the plot is created but lots of warnings are emmited:


octave:2> plot(randn(2))

multiplot> 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


multiplot> set style line 1 linecolor rgb "#0000ff" linetype 1 linewidth
0,500000;
                                                                          ^
           line 0: Extraneous arguments to set style line


multiplot> set style line 2 linecolor rgb "#0000ff" pointsize 2,000000;
                                                               ^
           line 0: Extraneous arguments to set style line


multiplot> set style line 2 linecolor rgb "#008000" linetype 1 linewidth
0,500000;
                                                                          ^
           line 0: Extraneous arguments to set style line


multiplot> set style line 3 linecolor rgb "#008000" pointsize 2,000000;
                                                               ^
           line 0: Extraneous arguments to set style line


multiplot> set xrange [1,000000000000000e+00:2,000000000000000e+00]
noreverse;
                        ^
           line 0: ':' or keyword 'to' expected


multiplot> set yrange [-2,000000000000000e+00:1,000000000000000e+00]
noreverse;
                         ^
           line 0: ':' or keyword 'to' expected


multiplot> set cbrange [0,000000000000000e+00:1,000000000000000e+00];
                         ^
           line 0: ':' or keyword 'to' expected


multiplot> set border lw 0,500000;
                          ^
           line 0: invalid expression





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?38372>

_______________________________________________
  Mensaje enviado vía/por Savannah
  http://savannah.gnu.org/




reply via email to

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