bugGNU Octave - Bugs: bug #39416, contour levellist listener

 
 

bug #39416: contour levellist listener

Submitter:  Ben Abbott <bpabbott>
Submitted:  Sat 06 Jul 2013 03:37:26 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  bpabbott
Originator Name:  Ben Abbott Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 28 Jul 2013 07:43:41 PM UTC, comment #2: 

No problems reported. I'm closing

Ben Abbott <bpabbott>
Group Member
Sat 06 Jul 2013 06:20:37 PM UTC, comment #1: 
Ben Abbott <bpabbott>
Group Member
Sat 06 Jul 2013 03:37:26 PM UTC, original submission:  


[x, y, z] = peaks ();
[c, h] = contour (x, y, z);
levellist = get (h, "levellist")
levellist =

 Columns 1 through 10:

  -6.546645  -5.217388  -3.888132  -2.558876  -1.229620   0.099636   1.428893   2.758149   4.087405   5.416661

 Column 11:

   6.745917

set (h, "levellist", (-6):6)
get (h, "levellist")
ans =

  -5.217388  -3.888132  -2.558876  -1.229620   0.099636   1.428893   2.758149   4.087405   5.416661   6.745917

get (h, 'levellistmode')
ans = auto


The result should be (-6):6, and the mode should be "manual".

Ben Abbott <bpabbott>
Group Member

 

(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 bpabbott (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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-07-28 bpabbott StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2013-07-06 bpabbott StatusNone Ready For Test
        Assigned toNone bpabbott

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code