|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #52599] gnuplot shows shaded images with imshow |
| Date: | Wed, 6 Dec 2017 17:15:36 -0500 (EST) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0 |
Update of bug #52599 (project octave):
Status: None => Works For Me
_______________________________________________________
Follow-up Comment #2:
I used
close all;
graphics_toolkit fltk; figure (); imshow(double(imread('legend.png')));
graphics_toolkit gnuplot; figure(); imshow(double(imread('legend.png')));
to test, but both images seem the same. This is before applying the patch in
comment #1. Is there a different test to try?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?52599>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |