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

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

[Octave-bug-tracker] [bug #38809] Cannot autoscale and togle grid subplo


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #38809] Cannot autoscale and togle grid subplots with fltk
Date: Tue, 23 Apr 2013 08:55:37 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31

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

                 Summary: Cannot autoscale and togle grid subplots with fltk
                 Project: GNU Octave
            Submitted by: tmacchant
            Submitted on: 2013年04月23日 08時55分36秒
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: Microsoft Windows

    _______________________________________________________

Details:


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).





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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