bugGNU Octave - Bugs: bug #39637, script produces empty fltk plot,...

 
 

bug #39637: script produces empty fltk plot, when rerun graph appears in figure.

Submitter:  None
Submitted:  Wed 31 Jul 2013 08:04:53 PM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Other
Status:  Need Info Assigned to:  None
Originator Name:  John bingham Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * dev
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 01 Aug 2013 11:44:18 PM UTC, comment #2: 

There have been some changes to the FLTK toolkit.  It is possible this bug is no longer present.  Can someone running the developers sources on Windows check?

Ben Abbott <bpabbott>
Group Member
Wed 31 Jul 2013 08:46:26 PM UTC, comment #1: 

I found a solution;

include

graphics_toolkit gnuplot

in the script file.

Anonymous
Wed 31 Jul 2013 08:04:53 PM UTC, original submission:  

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

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Updated the item)
  • -email is unavailable- added by bpabbott (Updated the item)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-10-08 rik5 Open/ClosedOpen Closed
    2013-08-01 bpabbott StatusNone Need Info
        Release3.6.4 dev
        Summarysimple produces empty fltk plot, when rerun graph appears in figure. script produces empty fltk plot, when rerun graph appears in figure.
    2013-08-01 bpabbott CategoryPlotting Plotting with OpenGL
        Summarysimple plot script produces empty plot, when rerun graph appears in figure. simple produces empty fltk plot, when rerun graph appears in figure.

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code