bugGNU Octave - Bugs: bug #38809, Cannot autoscale and togle grid...

 
 

bug #38809: Cannot autoscale and togle grid subplots with fltk

Submitter:  Tatsuro MATSUOKA <tmacchant>
Submitted:  Tue 23 Apr 2013 08:55:36 AM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Other
Status:  Fixed Assigned to:  bpabbott
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 04 Aug 2013 02:17:54 AM UTC, comment #2: 

This has been fixed in the default branch

Ben Abbott <bpabbott>
Group Member
Sat 27 Apr 2013 12:13:41 PM UTC, comment #1: 

Auto-scaling and grid enabling/disabling (with either A and G keys or using buttons) only acts on the current axes which is the last created axes in your example.

Using the attached patch, zoom ans wheel operations on an axes makes this axes the "current" one. This is consistent with ML behavior.




(file #27959)

Pantxo Diribarne <pantxo>
Group Member
Tue 23 Apr 2013 08:55:36 AM UTC, original submission:  


graphics_toolkit fltk
x = -10:0.1:10;
subplot(2,1,1); plot(x, sin (x));
subplot(2,1,2); plot(x, cos (x));


I can zoom/pan both plots.
However, auto-scaling and toggling grid are only effective for the last plot(2,1,2).

Tatsuro MATSUOKA <tmacchant>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #27959:  fltk_change_ca.patch added by pantxo (2KiB - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bpabbott (Posted a comment)
  • -email is unavailable- added by pantxo (Updated the item)
  • -email is unavailable- added by tmacchant (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-08-04 bpabbott StatusNone Fixed
        Assigned toNone bpabbott
        Open/ClosedOpen Closed
        Release3.6.4 dev
        Operating SystemMicrosoft Windows Any
    2013-04-27 pantxo Attached File- Added fltk_change_ca.patch, #27959

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code