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

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

[Octave-bug-tracker] [bug #39546] Disappearing subplot when zooming.


From: anonymous
Subject: [Octave-bug-tracker] [bug #39546] Disappearing subplot when zooming.
Date: Mon, 22 Jul 2013 03:35:25 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0

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

                 Summary: Disappearing subplot when zooming.
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 22 Jul 2013 03:35:24 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Dustin Webb
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.2
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When I create two subplots side-by-side and attempt to zoom in on the left one
it disappears. The left one also disappears when I zoom in on the right one.
In both scenarios the right plot remains rendered and behaves correctly.

Code to replicate this issue:

x = [10:100];
subplot(1,2,1);
plot(x);
subplot(1,2,2);
plot(x);




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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