[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #42103] legend does not support image objects
From: |
Rik |
Subject: |
[Octave-bug-tracker] [bug #42103] legend does not support image objects |
Date: |
Sat, 12 Apr 2014 20:38:48 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0 |
URL:
<http://savannah.gnu.org/bugs/?42103>
Summary: legend does not support image objects
Project: GNU Octave
Submitted by: rik5
Submitted on: Sat 12 Apr 2014 01:38:47 PM PDT
Category: Octave Function
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Matlab Compatibility
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: Any
_______________________________________________________
Details:
image objects in Matlab have a DisplayName property and can be used in
legends. Following cset 2deed6538c72, Octave image objects now have the
DisplayName property as well. Legend needs to be modified to support these
objects.
It would be useful if someone with access to Matlab could also test whether
the default legend location is changed to be "outside" the plot box. Sample
code for testing:
close all
hi = image ();
hl = legend ('Test');
get (hl, 'location')
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?42103>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #42103] legend does not support image objects,
Rik <=