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

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

[Octave-bug-tracker] [bug #34359] Problems with hold


From: Kai Habel
Subject: [Octave-bug-tracker] [bug #34359] Problems with hold
Date: Thu, 22 Sep 2011 19:17:00 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0.0) Gecko/20100101 Firefox/4.0

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

                 Summary: Problems with hold
                 Project: GNU Octave
            Submitted by: kahacjde
            Submitted on: Thu 22 Sep 2011 09:16:59 PM CEST
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

While writing tests for hold and related functions I came across the following
problem with gnuplot and fltk.


figure
l=line;
hold on
p=patch
hold off
get(gca,'nextplot')
p=patch([0 1 0], [0 1 1], "red");

Now you can see both patches and the line still be drawn. But I think that
only the red patch should be visible.

The nextplot property of the current axis is set correctly to "replace" after
hold off

Kai




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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