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

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

[Octave-bug-tracker] [bug #34015] "image" doesn't work with "hold on"


From: anonymous
Subject: [Octave-bug-tracker] [bug #34015] "image" doesn't work with "hold on"
Date: Sun, 14 Aug 2011 19:05:00 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0

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

                 Summary: "image" doesn't work with "hold on"
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sun 14 Aug 2011 07:04:59 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: Matthias Jüschke
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Example:


g=.1:.1:10;
h=g'*g;
imagesc(g,g,sin(h))
hold on
imagesc(g,g+10,sin(h))
hold off
axis([0 10 0 20])


In MATLAB, both images are shown. Octave/Gnuplot only shows the bitmap of the
latest image command.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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