Mercurial > hg > octave-nkf
diff scripts/ChangeLog @ 7471:86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
author | David Bateman <dbateman@free.fr> |
---|---|
date | Tue, 12 Feb 2008 16:12:20 -0500 |
parents | dfcaf7ed48e3 |
children | 2d8315dcd8d2 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,8 +1,15 @@ +2008-02-12 David Bateman <dbateman@free.fr> + + * plot/__go_draw_axes__.m: Use the cdatamapping property to set + the cbrange. + * plot/__img__.m: Set cdatamapping to "direct". + * plot/imagesc.m: Set cdatamapping to "scaled". + 2008-02-08 Julien Pommier <pommier@pianoteq.com> * audio/wavread.m: Limit data read to end of data chunk. -2008-02-08 David Bateman <dbateman@free.fr? +2008-02-08 David Bateman <dbateman@free.fr> * plot/__contour__.m: Respect the graphic handle options that are passed.