From: Joao C. <jc...@us...> - 2003-03-19 19:24:57
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv28397/bindings/octave/PLplot Modified Files: arrow.m arrows.m gtext.m shg.m stripc_add.m stripc_del.m text.m Log Message: Add __pl_init, such that a plot figure is automatically opened. |
From: Joao C. <jc...@us...> - 2003-03-19 20:35:22
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv31286/bindings/octave/PLplot Modified Files: Makefile.am Log Message: Add drawnow.m and stopdraw.m |
From: Joao C. <jc...@us...> - 2003-03-21 18:17:02
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv9878/bindings/octave/PLplot Modified Files: grid.m Log Message: Make grid return the current grid status as a numeric value. grid now accepts a numeric argument. |
From: Joao C. <jc...@us...> - 2003-03-21 18:27:41
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv18406/bindings/octave/PLplot Modified Files: figure.m Log Message: Suggests setting automatic_replot in ~/.octaverc instead of setting it. Add lab_str and lab_sym to the __pl structure Initialize __pl.lab_pos to 1 |
From: Joao C. <jc...@us...> - 2003-03-21 18:29:33
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv19674/bindings/octave/PLplot Modified Files: legend.m Log Message: Update to the new __pl.fmt<plot_item>_<stream> format. |
From: Joao C. <jc...@us...> - 2003-03-21 18:32:19
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv21421/bindings/octave/PLplot Modified Files: polar.m Log Message: Initialize the __pl structure x/y min/max values, as __pl_store assumes it! |
From: Joao C. <jc...@us...> - 2003-03-21 18:42:42
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv23615/bindings/octave/PLplot Modified Files: free_fig.m Log Message: Don't create a new figure is no one is open or plplot_octave is initialized |
From: Joao C. <jc...@us...> - 2003-03-21 18:52:14
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv12039/bindings/octave/PLplot Modified Files: colormap.m Log Message: Only makes an atempt to update the plot if automatic_replot is set. |
From: Joao C. <jc...@us...> - 2003-03-21 19:06:14
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv9177/bindings/octave/PLplot Modified Files: shading.m Log Message: Add a "contour" option to "shading", for surf plots |
From: Joao C. <jc...@us...> - 2003-03-21 19:07:45
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv11355/bindings/octave/PLplot Modified Files: axis.m Log Message: Exchange the order of evaluation of a test, as a string is also a vector. |
From: Joao C. <jc...@us...> - 2003-03-21 20:28:38
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv11008/bindings/octave/PLplot Added Files: griddata.m Log Message: First, not yet working, version. |
From: Joao C. <jc...@us...> - 2003-04-09 01:17:53
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv4254/bindings/octave/PLplot Modified Files: griddata.m Log Message: Finish implementation. |
From: Joao C. <jc...@us...> - 2003-04-09 01:19:07
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv4697/bindings/octave/PLplot Modified Files: Makefile.am Log Message: Add griddata.m |
From: Rafael L. <rla...@us...> - 2003-04-13 20:54:08
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv22357/bindings/octave/PLplot Modified Files: Makefile.am plplot_octave_path.m.in shading.m toggle_plplot_use.m use_plplot.m Log Message: Updated Copyright notices by adding year 2003. This does not cover all the files changed this year (for instance, drivers/*.c are lacking), but this is an important step for the legal release of PLplot 5.2.1. |
From: Joao C. <jc...@us...> - 2003-04-16 23:50:55
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv27532/bindings/octave/PLplot Modified Files: plsetopt.m Log Message: If plplot is not initialized, dont create a new figure, because some options must be set using plsetopt() before calling plinit(). Instead, just call plplot_stub. |
From: Joao C. <jc...@us...> - 2003-12-30 03:19:17
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv11197/bindings/octave/PLplot Modified Files: axis.m closeallfig.m fig.m figure.m grid.m legend.m loglog.m meshc.m mesh.m meshz.m mplot.m plimage.m plot_border.m plot.m polar.m semilogx.m semilogy.m set_view.m shade.m surfc.m surf.m Log Message: Drop Octave-2.0.x compatibility at the script level. The PLplot library bindings are still Octave-2.0.x compatible. Octave-2.0.x is very old, and even the Octave developper recomends using Octave-2.1.50. The script components of the Octave bindings now require Octave-2.1.50 or greater; however, the PLplot library bindings are still compatible with any Octave version. |
From: Joao C. <jc...@us...> - 2004-01-04 18:05:00
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv16360/bindings/octave/PLplot Modified Files: figure.m Log Message: Correct typo: require Octave >= 2.1.50 and not 2.1.51 |
From: Rafael L. <rla...@us...> - 2004-01-15 08:17:09
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv21866 Modified Files: toggle_plplot_use.m Log Message: Removed whitespaces before the parenthesis of the calls to glob, what was causing problems with the default setting of whitespace_in_literal_matrix in Octave 2.1.52. |
From: Rafael L. <rla...@us...> - 2004-01-15 08:23:57
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv23052 Modified Files: plplot_octave_path.m.in Log Message: Made the existence check of __pl_plplot_octave_path work in Octave 2.1.52. |
From: Rafael L. <rla...@us...> - 2004-01-17 16:41:38
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv5024/bindings/octave/PLplot Modified Files: Makefile.am toggle_plplot_use.m use_plplot.m Log Message: This jumbo cvs commit is the result of a herculean task to update the copyright notices of most of the source files of PLplot. I hope that I did not introduce any serious breakage. This seems plausible, because I did changes only at the beginning of the files and only in commented lines. However, I used a semi-automatic procedure for doing that and some bugs may have slipped into the files. The sources still build okay (at least the Debian packages) and I can install the libraries, and compile and run some C examples. That is not enough, so PLEASE TEST! This is what I did in more detail: 1) From the CVS ChangeLog, I considered all the files that changed since the last release (5.2.1). I then added the line: Copyright (C) 2004 Joe C. V. S. Committer where the name of the developper who did the CVS commit is included. 2) Notice that the year in the line above should read 2004, even if the changes were done last year, since Copyright years refer to when the software is released. 3) For the same reason, I did not bother adding missing Copyright entries for previous authors of each file. One copyright holder is enough for our purposes. 4) I also reformatted and reworded the License Conditions text. This included changing things like "This file is free software" to "PLplot is free sofware" and so on. 5) Finally, some files were lacking License notices, especially the src/*.c. I added them and put in the Copyright holder line the name of the developer who did the last cvs commit for the file. If you wish to know where your name appears, you can run from the $(top_builddir): grep -ri "copyright.*2004". |
From: Rafael L. <rla...@us...> - 2004-01-21 22:17:40
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv32254/bindings/octave/PLplot Modified Files: plplot_octave_path.m.in Log Message: Changed boolean operation OR from element-by-element to short-circuit (as it was intended to be, originally). This was causing an error in Octave 2.1.50. |
From: Rafael L. <rla...@us...> - 2004-01-21 22:20:47
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv928 Modified Files: Tag: v5_3_0 plplot_octave_path.m.in Log Message: Changed boolean operation OR from element-by-element to short-circuit (as it was intended to be, originally). This was causing an error in Octave 2.1.50. |