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

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

[Octave-bug-tracker] [bug #33167] 1st plot(x) cmd -> warning and no plot


From: anonymous
Subject: [Octave-bug-tracker] [bug #33167] 1st plot(x) cmd -> warning and no plot, 2nd plot(x) cmd -> gnuplot "hangs"
Date: Tue, 26 Apr 2011 22:56:06 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.3; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

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

                 Summary: 1st plot(x) cmd -> warning and no plot, 2nd plot(x)
cmd -> gnuplot "hangs"
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 26 Apr 2011 10:56:05 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: Marcus Klakken
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: Microsoft Windows

    _______________________________________________________

Details:



======================================================
My Octave installation information
======================================================
I downloaded then ran ...
... Octave-3.2.4_i686-pc-mingw32_gcc-4.4.0_setup.exe

I created the startup file ...
... .octaverc:
 cd 'E:\My Documents\Octave_3.2.4'

======================================================
My Octave "bug" report summary
======================================================

The screen output of my interactive Octave session is 
shown below.

After going to my desired working directory location,
I created a vector to plot ...

    x = linspace(-5,5,9)

My "bug" to report:

... my first plot(x) command produced ...
   (octave-3.2.4.exe:4 shown below)

    no plot output and "echoed" a warning

... my second plot(x) command produced ...
   (octave-3.2.4.exe:5 shown below)

    a gnuplot window is opened that appears "hung"
    with no plot shown in it

... any further attempt to invoke plot(x) yields no response

======================================================
My interactive screen output is below
======================================================
GNU Octave, version 3.2.4
Copyright (C) 2009 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type `warranty'.

Octave was configured for "i686-pc-mingw32".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/help-wanted.html

Report bugs to <address@hidden> (but first, please read
http://www.octave.org/bugs.html to learn how to write a helpful report).

For information about changes from previous versions, type `news'.

warning: mark_as_command is obsolete and will be removed from a future version
of Octave
octave-3.2.4.exe:1> cd playground
octave-3.2.4.exe:2> dir
.                              ..                            
JOS_ZeroPhaseFilterExample1.m
octave-3.2.4.exe:3> x = linespace(-5,5,9)
error: `linespace' undefined near line 3 column 5
octave-3.2.4.exe:3> x = linspace(-5,5,9)
x =

  -5.00000  -3.75000  -2.50000  -1.25000   0.00000   1.25000   2.50000  
3.75000   5.00000

octave-3.2.4.exe:4> plot(x)
warning: isstr is obsolete and will be removed from a future version of
Octave, please use ischar instead
octave-3.2.4.exe:5> plot(x)
octave-3.2.4.exe:6>







    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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