Mercurial > hg > octave-lyh
comparison scripts/ChangeLog @ 8220:4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Wed, 15 Oct 2008 14:19:33 -0400 |
parents | 8a5fbd656f55 |
children | 06094fa570a3 |
comparison
equal
deleted
inserted
replaced
8219:f8a885ccd5b4 | 8220:4e05ba66ead2 |
---|---|
1 2008-10-14 Ben Abbott <bpabbott@mac.com> | |
2 | |
3 * plot/__go_draw_axes__.m (do_tics_1): New args, fontname and fontsize. | |
4 Pass fontspec for tic marks to gnuplot. | |
5 (do_tics): Pass axes fontname and fontsize to do_tics_1. | |
6 | |
7 * plot/newplot.m: Perserve fontangle, fontname, fontsize, | |
8 fontunits, fontweight, position, outerposition, and | |
9 activepositionproperty axes properties when replacing plot. | |
10 | |
1 2008-10-15 Daniel J. Sebald <daniel.sebald@ieee.org> | 11 2008-10-15 Daniel J. Sebald <daniel.sebald@ieee.org> |
2 | 12 |
3 * plot/__go_draw_axes__.m: Make previous change work for surface | 13 * plot/__go_draw_axes__.m: Make previous change work for surface |
4 plots. | 14 plots. |
5 | 15 |
6 2008-10-14 Daniel J. Sebald <daniel.sebald@ieee.org> | 16 2008-10-14 Daniel J. Sebald <daniel.sebald@ieee.org> |
7 | 17 |
8 * plot/__go_draw_axes__.m: Send binary data to gnuplot. | 18 * plot/__go_draw_axes__.m: Send binary data to gnuplot. |
9 | 19 |
10 2008-10-13 Ben Abbott <bpabbott@mac.com> | 20 2008-10-13 Ben Abbott <bpabbott@mac.com> |
11 | 21 |
12 * plot/__go_draw_axes__.m: Fix concatenation of handles. | 22 * plot/__go_draw_axes__.m: Fix concatenation of handles. |
13 | 23 |
14 2008-10-12 David Bateman <dbateman@free.fr> | 24 2008-10-12 David Bateman <dbateman@free.fr> |
15 | 25 |