bugGNU Octave - Bugs: bug #41773, "imshow (im , 'xdata', [-5...

 
 

bug #41773: "imshow (im , 'xdata', [-5 5], 'ydata', [-5 5])" fails

Submitter:  Pantxo Diribarne <pantxo>
Submitted:  Tue 04 Mar 2014 07:28:30 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 3.8.0 Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 05 Mar 2014 07:56:17 AM UTC, comment #2: 

Yes, I had seen and posted this one on the easy bug list.
I'll remove it.

Pantxo Diribarne <pantxo>
Group Member
Wed 05 Mar 2014 03:56:52 AM UTC, comment #1: 

This just appears to be a copy and paste typo in

changeset:   17734:64ad713b3a64
user:        Pantxo Diribarne <pantxo.diribarne@gmail.com>
date:        Sat Apr 06 13:56:21 2013 +0200
summary:     imshow.m: Add support for "xdata" and "ydata" options, make option parser case insensitive

I fixed it here http://hg.savannah.gnu.org/hgweb/octave/rev/8e384416ebb3.

Rik <rik5>
Group administrator
Tue 04 Mar 2014 07:28:30 PM UTC, original submission:  

See the following example:


im = rand (10, 10);
imshow (im, 'xdata', [-15 15]) #works
imshow (im, 'ydata', [-15 15]) #works
imshow (im, 'xdata', [-15 15], 'ydata', [-15 15]) # error: imshow: expect a vector for ydata


Pantxo Diribarne <pantxo>
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 rik5 (Posted a comment)
  • -email is unavailable- added by pantxo (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
    2014-03-05 rik5 StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code