bugGNU Octave - Bugs: bug #34247, set( gca(), "nextplot",...

 
 

bug #34247: set( gca(), "nextplot", "replacechildren") does not work

Submitter:  Alexander Klein <matalex>
Submitted:  Wed 07 Sep 2011 05:25:20 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Alexander Klein Open/Closed:  * Closed
Release:  * 3.2.4 Operating System:  * Mac OS
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 07 Sep 2011 05:56:31 PM UTC, comment #1: 

This problem is already fixed in the current stable release, 3.4.2.

The change that fixed it is:

http://hg.savannah.gnu.org/hgweb/octave/rev/82ee24bf783c

If you want to fix this in 3.2.x, you'll need to apply it and recompile Octave from sources.  Otherwise, I recommend upgrading to the current release.

John W. Eaton <jwe>
Group administrator
Wed 07 Sep 2011 05:25:20 PM UTC, original submission:  

Hello,

when setting the nexplot property, I get the following error:


octave:14> set ( gca(), "nextplot", "replacechildren" )
error: invalid value = replacechildren
error: set: invalid value for radio property "nextplot" (value = replacechildren)


On the other hand, if I try


octave:14> set ( gca(), "nextplot", "replace_children" )


I will get no error from set, but from other functions like newplot and pcolor, for example.

Alexander Klein <matalex>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jwe (Posted a comment)
  • -email is unavailable- added by matalex (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-09-07 jwe StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-bb6a.
    Corresponding source code