From: Joao C. <jc...@us...> - 2002-11-10 23:37:29
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory usw-pr-cvs1:/tmp/cvs-serv31202/bindings/octave/PLplot Modified Files: mesh.m surfl.m Added Files: meshc.m meshz.m surf.m surfc.m Log Message: uniformize mesh, meshc, meshz, surf, surfl and surfc; __pl_mesh handles them all. Correct bug where the transpose of org z should be used. |
From: Joao C. <jc...@us...> - 2002-11-10 23:38:37
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory usw-pr-cvs1:/tmp/cvs-serv31538/bindings/octave/PLplot Added Files: bgr.m Log Message: Add a colormap from blue->green->red. Good for magnitude coloring plots. |
From: Joao C. <jc...@us...> - 2002-11-10 23:39:31
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory usw-pr-cvs1:/tmp/cvs-serv31810/bindings/octave/PLplot Added Files: peaks.m Log Message: Add the well known Matlab (R) peaks function. |
From: Joao C. <jc...@us...> - 2002-11-10 23:39:50
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory usw-pr-cvs1:/tmp/cvs-serv31895/bindings/octave/PLplot Modified Files: shade.m Log Message: Correct bug: arg z should be transposed |
From: Joao C. <jc...@us...> - 2002-11-10 23:41:48
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory usw-pr-cvs1:/tmp/cvs-serv32482/bindings/octave/PLplot Modified Files: plcolormap.m Log Message: Code reorganization dealing with the 'default' option. |
From: Alan W. I. <ai...@us...> - 2002-12-05 02:53:05
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv24395/bindings/octave/PLplot Modified Files: .cvsignore Added Files: Makefile.am Log Message: (mostly) finish configuration of octave using autotools. Over to Joao now to sort out why the installed p7.m and p15.m examples don't work and why none of the x??.m examples work. |
From: Joao C. <jc...@us...> - 2002-12-13 00:08:34
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv8314/bindings/octave/PLplot Modified Files: shade.m Log Message: Change the way how the z matrix is indexed, as a consequence of the recent rosenbrok function change and direct comparision with matlab (R). |
From: Joao C. <jc...@us...> - 2002-12-13 00:09:57
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv8698/bindings/octave/PLplot Modified Files: figure.m Log Message: When automatic_replot is set, __pl_plplotit needs __pl.item initialized. |
From: Joao C. <jc...@us...> - 2002-12-21 00:44:02
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv7733/bindings/octave/PLplot Added Files: shading.m Log Message: Allow to specify the way surf() will draw the surface. |
From: Joao C. <jc...@us...> - 2002-12-21 00:45:35
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv8112/bindings/octave/PLplot Modified Files: plimage.m Log Message: Add API entry plimage(). |
From: Joao C. <jc...@us...> - 2002-12-21 00:47:15
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv8426/bindings/octave/PLplot Modified Files: plclearplot.m Log Message: Use the plclear() API entry, which is now working. |
From: Joao C. <jc...@us...> - 2002-12-21 00:49:51
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv8916/bindings/octave/PLplot Added Files: colormap.m Log Message: Replace Octave default colormap(). plcolormap() will remain for compatibilities reasons, but will be just a call to colormap(). |
From: Joao C. <jc...@us...> - 2002-12-21 00:50:26
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv9070/bindings/octave/PLplot Modified Files: bgr.m Log Message: Keep compatibility with Octave-2.0.16 |
From: Joao C. <jc...@us...> - 2002-12-21 00:51:38
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv9399/bindings/octave/PLplot Modified Files: arrow.m arrows.m autostyle.m axis.m axis_set.m blue.m bone.m bottom_title.m closeallfig.m closefig.m comet.m contour.m cool.m copper.m fig.m fig_raise.m fig_state.m figure.m fill.m free_fig.m ginput.m green.m grid.m gtext.m hls2rgb.m hot.m hsv.m label_plot.m legend.m loglog.m lp_setup.m mesh.m meshc.m meshz.m mplot.m multiplot.m oneplot.m pink.m plclg.m plcolormap.m pldef.m plot.m plot3.m plot_border.m plot_margin.m plplot_octave_path.m plrb.m plsetopt.m polar.m prism.m red.m rgb2hls.m rgbplot.m save_fig.m semilogx.m semilogy.m set_view.m shade.m shg.m stripc.m stripc_add.m stripc_del.m subplot.m subwindow.m surf.m surfc.m surfl.m tdeblank.m text.m title.m top_title.m use_plplot.m xlabel.m xticks.m ylabel.m yticks.m zlabel.m zoom.m Log Message: Update/correct copyright message. |
From: Joao C. <jc...@us...> - 2002-12-23 20:06:36
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv4495/bindings/octave/PLplot Modified Files: Makefile.am Log Message: Add new shading.m script. |
From: Joao C. <jc...@us...> - 2003-01-16 04:08:31
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv27762a/bindings/octave/PLplot Removed Files: massage.c Log Message: Remove stray file. The correct massage.c is in bindings/octave |
From: Rafael L. <rla...@us...> - 2003-02-16 22:31:14
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv6975/bindings/octave/PLplot Added Files: plplot_octave_path.m.in Removed Files: plplot_octave_path.m Log Message: Since the advent of the Autotools configuration scheme, the replacement of the string PLPLOT_OCTAVE_DIR in file plplot_octave_path.m is not done anymore. The necessary code to do it was in cf/pkg_octave.in, which was included in one of the old Octave bindings Makefile. The simplest way that I found to circumvent this problem is to take advantage of the AC_SUBST mechanism of Autoconf. Therefore, I cvs removed the plplot_octave_path.m file and added plplot_octave_path.m.in, which contains the string @OCTAVE_DIR@ that gets replaced when AC_OUTPUT is called. Joao, if you are hearing to this and disagree with my changes, please manifest yourself. Without this change, or something functionally equivalent, the Octave bindings are unusable. |
From: Joao C. <jc...@fe...> - 2003-02-17 00:56:33
|
On Sunday 16 February 2003 22:31, Rafael Laboissiere wrote: > Update of /cvsroot/plplot/plplot/bindings/octave/PLplot > In directory sc8-pr-cvs1:/tmp/cvs-serv6975/bindings/octave/PLplot > > Added Files: > =09plplot_octave_path.m.in > Removed Files: > =09plplot_octave_path.m > Log Message: > Since the advent of the Autotools configuration scheme, the replacement= of > the string PLPLOT_OCTAVE_DIR in file plplot_octave_path.m is not done > anymore. The necessary code to do it was in cf/pkg_octave.in, which wa= s > included in one of the old Octave bindings Makefile. > > The simplest way that I found to circumvent this problem is to take > advantage of the AC_SUBST mechanism of Autoconf. Therefore, I cvs remo= ved > the plplot_octave_path.m file and added plplot_octave_path.m.in, which > contains the string @OCTAVE_DIR@ that gets replaced when AC_OUTPUT is > called. > > Joao, if you are hearing to this and disagree with my changes, please > manifest yourself. Without this change, or something functionally > equivalent, the Octave bindings are unusable. I don't disagree, but I don't think that "Without this change, or somethi= ng=20 functionally equivalent, the Octave bindings are unusable." is accurate,= as=20 you said in another e-mail. Indeed, plplot_octave_path is only used by=20 use_plplot, which is buggy and don't work. Also you might want to know that octave-plplot does not depends by itself= on=20 octave-2.1, as Alan makes its testing with octave-2.0.16 and promptly rep= orts=20 incompatibilities he founds and that I'm happy to fix. Does Debian-stable use the octave-2.1 series? I think that RH-8.0 uses=20 octave-2.1.3?. Suse-8.1 don't has octave! (but suse-8.0 had 2.0.16). As you have expertise that I lack, could you comment on the following set= up to=20 avoid rebuilding the .o file whenever a "make install" or plain make com= mand=20 is issued? This works for both octave-2.1.36 and 2.0.16. Remember that mkoctfile-2.0= =2E16=20 does not supports the -c option. plplot_octave.oct: plplot_octave.o # this compiles (slow) and links, generating .o and .oct, # but links with the wrong LD_RUN_PATH (doesn't matter) plplot_octave.o: plplot_octave.cc =09@MKOCTFILE@ -v -I. \ =09-L../../src/.libs plplot_octave.cc $(octave_libs) # relinks unconditionally, fast all-local: plplot_octave.o =09LD_RUN_PATH=3D`pwd`/../../src/.libs/ @MKOCTFILE@ -v -I. \ =09plplot_octave.o -L../../src/.libs $(octave_libs) # relinks unconditionally, fast install-exec-local: plplot_octave.o =09LD_RUN_PATH=3D$(libdir) @MKOCTFILE@ -v -I. \ =09plplot_octave.o -L$(libdir) $(octave_libs) Joao |
From: Rafael L. <rla...@us...> - 2003-02-17 10:26:33
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv17563/bindings/octave/PLplot Modified Files: bgr.m fig_raise.m plot_margin.m plrb.m shading.m stripc_del.m Log Message: Added final newline character to these files, since this was fooling the diff command (needed for the Debian package building). This will not be needed in the future, when the Debian packages will be built directly from the tarball (and not from CVS sources). Since this change is totally harmless and since it is always good to have final nelines in source files, I am committing anyway. |
From: Rafael L. <rla...@us...> - 2003-02-17 16:51:18
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv32153/bindings/octave/PLplot Modified Files: Makefile.am plplot_octave_path.m.in Log Message: Made the Octave installation more sane. This included several changes: * use_plplot.m and and plplot_octave_path.m get installed in a directory belonging to the default Octave path. This is very important, otherwise the users will not be able to issue the command "use_plplot"out of the box. * For that, I used the technique of calling octave_config_info and checking the field localfcnfiledir in sysloc.in. * The other files m files are installed, as usual in ${prefix}/share/plplot_octave. The .oct file is isntalled in Octave binary the version-specific directory. * There are now three AC_SUBSTituted variabels that get propagted in the Makefile.am's PLPLOT_OCTAVE_DIR (for the m fiels) OCTAVE_M_DIR (for use_plplot.m and and plplot_octave_path.m) OCTAVE_OCT_DIR (for plplot_octave.oct) * These variables are effectively used in the Makefile.am. The previous set up was completely inconsistent, since the "share/plplot_octave" directory was used in may places. Even worse: it was preceeded by $(datadir). What a mess! * In bindings/octave/PLplot/Makefile.am there are now two different installation directories, one for PLPLOT_OCTAVE_DIR and the other for OCTAVE_M_DIR, with the m files being accordingly distributed. * bindings/octave/PLplot/plplot_octave_path.m.in uses now @PLPLOT_OCTAVE_DIR@ in order to get the right isntallation directory. |
From: Rafael L. <rla...@us...> - 2003-02-18 14:55:24
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv22213/bindings/octave/PLplot Modified Files: Makefile.am Log Message: Oops, I screwed up the variables plplot_octavedir and octave_mdir in my last commit. Fixed now. |
From: Alan W. I. <ai...@us...> - 2003-02-18 15:41:34
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv14274/PLplot Modified Files: .cvsignore Log Message: Tweaks |
From: Rafael L. <rla...@us...> - 2003-02-27 22:45:46
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv30353/PLplot Modified Files: Makefile.am Log Message: Fixed some typos to make EXTRA_DIST really work. |
From: Rafael L. <rla...@us...> - 2003-02-28 21:07:03
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv16026 Modified Files: plplot_octave_path.m.in Log Message: Added "//" to the end of @PLPLOT_OCTAVE_DIR@, otherwise the files under support/ are not found by Octave. The bad effect of this is that although use_plplot is called, the graphics are still in Gnuplot. Also, the code for replacing "//" by "/" has been removed, since the configuration guesses are always correct. |
From: Rafael L. <rla...@us...> - 2003-03-05 14:49:58
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv8236 Modified Files: Makefile.am Log Message: Added colormap.m to variable binding_m_files, such that it gets installed correctly. |