bugGNU Octave - Bugs: bug #32305, __fltk_redraw__() called by...

 
 

bug #32305: __fltk_redraw__() called by __axis_label__ when not using FLTK

Submitter:  Richard Campbell <campbell>
Submitted:  Mon 31 Jan 2011 04:32:30 PM UTC
   
 
Category:  Plotting with gnuplot Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Mac OS
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 31 Jan 2011 11:24:15 PM UTC, comment #1: 

The call to _fltk_redraw_ should not have been added to that function.  Given the current implementation of the graphics system, it was added an attempt to ensure that the axis label position information was up to date by the time xlabel, ylabel, etc. returned.  But calling a "drawnow" function, especially one that is toolkit specific, was not the right thing to do.  I've removed it and am discussion what the proper fix should be with the Kostas, who made the previous change.

John W. Eaton <jwe>
Group administrator
Mon 31 Jan 2011 04:32:30 PM UTC, original submission:  

The error doesn't stop 'title' from working. There should be a conditional statement in _axis_label_.m to prevent this error.


octave:2> title('test')
error: `__fltk_redraw__' undefined near line 41 column 5
error: called from:
error:   /Users/campbell/Downloads/octave-3.3.91/scripts/plot/private/__axis_label__.m at line 41, column 5
error:   /Users/campbell/Downloads/octave-3.3.91/scripts/plot/title.m at line 33, column 7


Richard Campbell <campbell>

 

(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 jwe (Posted a comment)
  • -email is unavailable- added by jwe
  • -email is unavailable- added by jwe
  • -email is unavailable- added by campbell (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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-01-31 jwe StatusNone Fixed
        Open/ClosedOpen Closed
    2011-01-31 jwe Carbon-Copy- Added logari81
        Carbon-Copy- Added bpabbott

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code