Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 9157:fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Tue, 28 Apr 2009 19:45:40 -0400 |
parents | 4c9aff0c9a61 |
children | 11e0f0e8ff00 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,9 @@ +2009-04-28 Ben Abbott <bpabbott@mac.com> + + * plot/print.m: Fix typo: 'gswin23c' -> 'gswin32c'. Suppress stderr + when printing. New sub-function: fix_eps_bbox(). Add option, "-tight", + to replace the gnuplot bbox with a tight bbox for eps-files. + 2009-04-23 Ben Abbott <bpabbott@mac.com> * plot/print.m: Use Ghostscript rather than ImageMagick's 'convert'.