comparison scripts/ChangeLog @ 12023:ff22f50a0266 release-3-2-x

print.m: reimplement options -landscape and -portrait.
author Ben Abbott <bpabbott@mac.com>
date Thu, 25 Jun 2009 06:36:46 +0200
parents d6ddf4f33b1c
children 6d6e703f467c
comparison
equal deleted inserted replaced
12022:bf661469a039 12023:ff22f50a0266
1 2009-06-24 Ben Abbott <bpabbott@mac.com>
2
3 * plot/__go_draw_figure__.m: Modify the implicit margin when gnuplot's
4 output is landscape.
5 * plot/gnuplot_drawnow.m: Simplify handling of the figure's paper
6 properties, and rely upon listeners for units conversion. Minor code
7 improvements.
8 * plot/print.m: Reimplement -landscape and -portrait to modify the
9 properties papersize and paperposition. Produce compatible results
10 when paperpositionmode=='auto'. Simplfy units conversion and
11 restoration of initial figure properties.
12
1 2009-06-24 Marco Caliari <marco.caliari@univr.it> 13 2009-06-24 Marco Caliari <marco.caliari@univr.it>
2 14
3 * general/repmat.m: Call kron, not spkron. 15 * general/repmat.m: Call kron, not spkron.
4 16
5 2009-06-24 Alexander Mamonov <mamonov@gmail.com> 17 2009-06-24 Alexander Mamonov <mamonov@gmail.com>