[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #41466] imagesc(x, y, ...) vs. imagesc(x', y,
From: |
Muhali |
Subject: |
[Octave-bug-tracker] [bug #41466] imagesc(x, y, ...) vs. imagesc(x', y, ...) |
Date: |
Wed, 05 Feb 2014 20:32:45 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0 |
URL:
<http://savannah.gnu.org/bugs/?41466>
Summary: imagesc(x, y,...) vs. imagesc(x', y,...)
Project: GNU Octave
Submitted by: muhali
Submitted on: Wed 05 Feb 2014 12:32:44 PM PST
Category: Plotting
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: None
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: GNU/Linux
_______________________________________________________
Details:
With x = [1 2] the following two images have different colors and apparently
also different axis limits:
imagesc(x, x, x'*x) ;
get(gca, 'xlim')
imagesc(x', x, x'*x) ;
get(gca, 'xlim')
ML behaves differently in both cases (same figure, same axis limits).
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?41466>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #41466] imagesc(x, y, ...) vs. imagesc(x', y, ...),
Muhali <=