Mercurial > hg > octave-lyh
comparison scripts/ChangeLog @ 7462:dfcaf7ed48e3
Allow linewidth to be specified for contours
author | David Bateman |
---|---|
date | Fri, 08 Feb 2008 12:30:39 +0100 |
parents | da8e4aa06134 |
children | 86ba621332ff |
comparison
equal
deleted
inserted
replaced
7461:da8e4aa06134 | 7462:dfcaf7ed48e3 |
---|---|
1 2008-02-08 Julien Pommier <pommier@pianoteq.com> | 1 2008-02-08 Julien Pommier <pommier@pianoteq.com> |
2 | 2 |
3 * audio/wavread.m: Limit data read to end of data chunk. | 3 * audio/wavread.m: Limit data read to end of data chunk. |
4 | |
5 2008-02-08 David Bateman <dbateman@free.fr? | |
6 | |
7 * plot/__contour__.m: Respect the graphic handle options that are | |
8 passed. | |
9 * plot/__go_draw_axes__.m: Respect the linewidth for patch objects. | |
4 | 10 |
5 2008-02-01 Dave Goel <deego3@gmail.com> | 11 2008-02-01 Dave Goel <deego3@gmail.com> |
6 | 12 |
7 * signal/arch_rnd.m: Correctly index E and Y vectors. | 13 * signal/arch_rnd.m: Correctly index E and Y vectors. |
8 | 14 |