Mercurial > hg > octave-lyh
comparison scripts/ChangeLog @ 4006:efac4b97bb09
[project @ 2002-07-26 01:20:46 by jwe]
author | jwe |
---|---|
date | Fri, 26 Jul 2002 01:20:46 +0000 |
parents | 29ea0e6bd19e |
children | 31448e09d38e |
comparison
equal
deleted
inserted
replaced
4005:fc000ebb19df | 4006:efac4b97bb09 |
---|---|
1 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> | |
2 | |
3 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
4 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
5 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
6 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
7 | |
8 * plot/errorbar.m: Use __errcomm__.m. | |
9 * plot/__errplot__.m: Minor cleanups. | |
10 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
11 * plot/__pltopt1__.m: Likewise. | |
12 | |
1 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> | 13 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
2 | 14 |
3 * general/rem.m: Delete redundant call to usage. | 15 * general/rem.m: Delete redundant call to usage. |
4 | 16 |
5 * general/mod.m: Additional error checks, Texinfoize doc string. | 17 * general/mod.m: Additional error checks, Texinfoize doc string. |