comparison scripts/ChangeLog @ 6004:01556febbaaf

[project @ 2006-09-26 21:16:52 by jwe]
author jwe
date Tue, 26 Sep 2006 21:16:52 +0000
parents 49dfdb54bb2b
children 437f9086b967
comparison
equal deleted inserted replaced
6003:7f8e4f5e2eb7 6004:01556febbaaf
1 2006-09-26 David Bateman <dbateman@free.fr>
2
3 * __plt3__.m: Using global variables __plot_data__,
4 __plot_data_offset__ and __plot_command__ to store plots and
5 correctly handle multiplots, and hold state. Only accept a single
6 data parameter plus, using, format and with strings. Remove
7 setting of gnuplot parameters.
8 * __make_using_clause__.m: New function extracted from __plt__.m.
9 * __setup_plot__.m: Convert to a function and pass the plotting
10 command to use.
11 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__.
12 * contour.m: Use unwind protect on the parametric state of plot
13 and __plt3__ instead of calling __gnuplot_splot__ directly.
14 * mesh.m: ditto.
15 * plot3.m: Error checking, setting of parametric state and
16 formation of matrix to plot moved from old __plt3__.
17
1 2006-09-22 Michael Creel <michael.creel@uab.es> 18 2006-09-22 Michael Creel <michael.creel@uab.es>
2 19
3 * deprecated/chisquare_pdf.m: Typo in documentation. 20 * deprecated/chisquare_pdf.m: Typo in documentation.
4 21
5 2006-09-22 Søren Hauberg <soren@hauberg.org> 22 2006-09-22 Søren Hauberg <soren@hauberg.org>