comparison scripts/ChangeLog @ 9008:7a7cf569528d

gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
author Ben Abbott <bpabbott@mac.com>
date Mon, 23 Mar 2009 18:21:25 -0400
parents 5cc15e4b4e5c
children f914834836e7
comparison
equal deleted inserted replaced
9007:7e31df9a0334 9008:7a7cf569528d
1 2009-03-23 Ben Abbott <bpabbott@mac.com>
2
3 * plot/gnuplot_drawnow.m: Check that gnuplot has internal variable
4 "GPVAL_TERMINALS".
5 * plot/__gnuplot_has_feature__.m: Add "variable_GPVAL_TERMINALS".
6
1 2009-03-21 Ben Abbott <bpabbott@mac.com> 7 2009-03-21 Ben Abbott <bpabbott@mac.com>
2 8
3 * plot/gnuplot_drawnow.m: Verify the gnuplot terminal is supported. 9 * plot/gnuplot_drawnow.m: Verify the gnuplot terminal is supported.
4 * plot/__gnuplot_get_var__.m: Add function to get gnuplot variables. 10 * plot/__gnuplot_get_var__.m: Add function to get gnuplot variables.
5 * plot/print.m: Restore the behavior for option -S<num>,<num>. 11 * plot/print.m: Restore the behavior for option -S<num>,<num>.