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

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

[Octave-bug-tracker] [bug #38542] Cannot zoom plots with GnuPlot


From: anonymous
Subject: [Octave-bug-tracker] [bug #38542] Cannot zoom plots with GnuPlot
Date: Mon, 18 Mar 2013 22:39:19 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22

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

                 Summary: Cannot zoom plots with GnuPlot
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 18 Mar 2013 10:39:17 PM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: jp
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.3
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When trying to zoom into any subplot, all subplots disappear except the
last-plotted subplot. This has been reproduced on several machines. Using
3.6.3 right now.

Is there some option that I'm missing for gnuplot?

FLTK plots appropriately zoom, but the quality of the plot is horrible (no
subplot borders, etc.), so I prefer to use gnuplot if possible.

I did look into existing bugs and strangely do not find this. This makes
subplots almost totally unusable.

example:

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

Then just try doing any kind of zoom or replot, etc. The top plot will
disappear.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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