Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 7676:6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
author | David Bateman <dbateman@free.fr> |
---|---|
date | Mon, 31 Mar 2008 22:12:01 -0400 |
parents | 8abada567409 |
children | 5988e08c1ae6 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -5,6 +5,10 @@ 2008-03-31 David Bateman <dbateman@free.fr> + * plot/__go_draw_axes__.m: Set the tick direction in the main call + the set tics rather than separately to avoid issues with multiple + ticks in plotyy. + * plot/gtext.m: New function to place text on a plot. * plot/waitforbuttonpress.m: New function. * plot/Makefile.in (SOURCES): Add them to the list.