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

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

[Octave-bug-tracker] [bug #36326] title with axies handle corrupts figur


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #36326] title with axies handle corrupts figure
Date: Fri, 27 Apr 2012 23:43:24 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0

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

                 Summary: title with axies handle corrupts figure
                 Project: GNU Octave
            Submitted by: godfrey
            Submitted on: Fri 27 Apr 2012 11:43:24 PM GMT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: godfrey
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The following sequence, using fltk backend produces
corrupted plot:
figure(1)
plot(1:200)
figure(2)
plot(200:-1:1)
figure(1)
title(axes(),'title fig 1')

The title is written to figure 1, but the figure
itself is corrupted.  If the title command is used
immediately aftert the plot(1:200) everything is OK.
The problem occurs if you want to provide a title
(or, I think, other annotation) to a previous
figure.

I have only tested this with fltk. It is likely that
gnuplot handles this differently.







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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