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

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

[Octave-bug-tracker] [bug #39637] simple plot script produces empty plot


From: anonymous
Subject: [Octave-bug-tracker] [bug #39637] simple plot script produces empty plot, when rerun graph appears in figure.
Date: Wed, 31 Jul 2013 20:04:55 +0000
User-agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)

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

                 Summary: simple plot script produces empty plot, when rerun
graph appears in figure.
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 31 Jul 2013 20:04:53 UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: John bingham
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

I have loaded 3.6.4 - it works fine but old sripts that wored in 
3.2.4 fail to produce graphs.

In fact the problem seems very general.  I cannot get a plot first time I run
a script, I have to rerun the script to plot in the figure.  The problem also
works for command line plotting.

t=[0:.1:100]';
u=-1+0.02*t;
y=sin(0.2*t);
plot(t,y,t,u);
%y (y-axis) is plotted against t (x-axis)
%and u (y-axis) is plotted against t (x-axis).

I am running Vista, Octave 3.6.4 with gnuplot 4.6.

I still have 3.2.4 and the plots work fine.  Problem is I have a complex
script that I need 3.6.4 to run.

Any help with this bug appreciated.

Best regards


John





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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