Mercurial > hg > octave-lyh
comparison scripts/ChangeLog @ 10528:6a2e4e464d38
Unset figure color in __go_draw_axes__ (partial fix for bug #29060)
author | David Bateman <dbateman@free.fr> |
---|---|
date | Fri, 16 Apr 2010 17:36:28 +0200 |
parents | 3306cfcb856e |
children | 7147078550fe |
comparison
equal
deleted
inserted
replaced
10527:b4d2080b6df7 | 10528:6a2e4e464d38 |
---|---|
1 2010-04-16 David Bateman <dbateman@free.fr> | 1 2010-04-16 David Bateman <dbateman@free.fr> |
2 | |
3 * plot/__go_draw_figure__.m: Pass bg_is_set to __go_draw_axes__. Don't | |
4 unset the background figure color. | |
5 * plot/__go_draw_axes__.m: Unset the background figure color here. | |
2 | 6 |
3 * statistics/distributions/*: Replace constructs like "NaN * one()" | 7 * statistics/distributions/*: Replace constructs like "NaN * one()" |
4 with "NaN()" and "Inf * ones ()" with "Inf()". | 8 with "NaN()" and "Inf * ones ()" with "Inf()". |
5 | 9 |
6 2010-04-15 David Bateman <dbateman@free.fr> | 10 2010-04-15 David Bateman <dbateman@free.fr> |