From: Joao C. <jc...@us...> - 2002-11-10 23:46:52
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory usw-pr-cvs1:/tmp/cvs-serv1571/bindings/octave/demos Modified Files: p14.m Log Message: Use the new meshc, surfc and bgr colormap. |
From: Alan W. I. <ai...@us...> - 2002-12-05 02:53:05
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory sc8-pr-cvs1:/tmp/cvs-serv24395/bindings/octave/demos Added Files: .cvsignore 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: Alan W. I. <ai...@us...> - 2002-12-11 17:12:31
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory sc8-pr-cvs1:/tmp/cvs-serv27693/bindings/octave/demos Modified Files: x01c.m x02c.m x03c.m x04c.m x05c.m x06c.m x07c.m x08c.m x09c.m x10c.m x11c.m x12c.m x13c.m x14c.m x15c.m x16c.m x17c.m x18c.m Log Message: src/plcore.c: reactivate release of libltdl resources in plend bindings/octave/demos/x??c.m: plend ==> plend1 |
From: Joao C. <jc...@us...> - 2002-12-21 00:38:40
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory sc8-pr-cvs1:/tmp/cvs-serv6237/bindings/octave/demos Added Files: p17.m Log Message: Add demo to show usage of plimage.m |
From: Joao C. <jc...@us...> - 2002-12-21 00:40:21
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory sc8-pr-cvs1:/tmp/cvs-serv6505/bindings/octave/demos Added Files: lena.img Log Message: Add 'lena' in Octave image format for usage by p17.m |
From: Joao C. <jc...@us...> - 2002-12-21 00:40:54
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory sc8-pr-cvs1:/tmp/cvs-serv6763/bindings/octave/demos Modified Files: p20.m Log Message: Add p17 demo in a subwindow. |
From: Joao C. <jc...@us...> - 2002-12-21 00:41:57
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory sc8-pr-cvs1:/tmp/cvs-serv7146/bindings/octave/demos Modified Files: p14.m p15.m p16.m p5.m p6.m p7.m p8.m p9.m Log Message: Small fixes, mainly restoring plot status as it was before the demo. |
From: Joao C. <jc...@us...> - 2002-12-23 20:06:08
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory sc8-pr-cvs1:/tmp/cvs-serv4344/bindings/octave/demos Modified Files: Makefile.am Log Message: Add new p17.m demo. |
From: Joao C. <jc...@us...> - 2003-01-16 20:28:22
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory sc8-pr-cvs1:/tmp/cvs-serv32480/bindings/octave/demos Modified Files: x08c.m x09c.m x11c.m Log Message: Bring in sync with the corresponding C demos. |
From: Alan W. I. <ai...@us...> - 2003-01-19 03:05:24
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory sc8-pr-cvs1:/tmp/cvs-serv24111/bindings/octave/demos Modified Files: x08c.m Log Message: AWI bugfix for Joao Cardoso. z(isinf(z)) = -5; changed to: of = do_fortran_indexing; do_fortran_indexing = 1; z(isinf(z)) = -5; do_fortran_indexing = of; As a result of this fix, all octave examples now run on the AWI Debian woody (octave-2.0.16.92-7) system. |
From: Rafael L. <rla...@us...> - 2003-02-13 23:45:14
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory sc8-pr-cvs1:/tmp/cvs-serv7840/bindings/octave/demos Modified Files: Makefile.am Log Message: Added EXTRA_DIST for including the octave demo files into the tarball with "make dist". |
From: Rafael L. <rla...@us...> - 2003-02-19 17:34:50
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory sc8-pr-cvs1:/tmp/cvs-serv16832/bindings/octave/demos Modified Files: Makefile.am Log Message: Changed the instances of @VARIABLE@ to $(VARIABLE) in all Makefile.am's, as I proposed in plplot-devel. This huge change has been successfully tested with my automatic Debian packages generator. Hope that nothing is broken now. If you are wondering how I got it so quickly and so reliably, here is the simple shell command that does the trick: perl -pi -e 's/@([-_a-zA-Z0-9]+)@/\$($1)/g' `find . -name Makefile.am` [I love Perl.] |
From: Joao C. <jc...@fe...> - 2003-02-20 00:55:30
|
On Wednesday 19 February 2003 17:34, Rafael Laboissiere wrote: > Update of /cvsroot/plplot/plplot/bindings/octave/demos > In directory sc8-pr-cvs1:/tmp/cvs-serv16832/bindings/octave/demos > > Modified Files: > =09Makefile.am > Log Message: > > Changed the instances of @VARIABLE@ to $(VARIABLE) in all Makefile.am's= , as > I proposed in plplot-devel. This huge change has been successfully tes= ted > with my automatic Debian packages generator. Hope that nothing is brok= en > now. > > If you are wondering how I got it so quickly and so reliably, here is t= he > simple shell command that does the trick: > > perl -pi -e 's/@([-_a-zA-Z0-9]+)@/\$($1)/g' `find . -name Makefile.= am` I don't imagine what XXV century Egyptologists will think about it, but i= f=20 they don't find another Rosette stone they will be in trouble :) Joao > > [I love Perl.] > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. > The most comprehensive and flexible code editor you can use. > Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. > www.slickedit.com/sourceforge > _______________________________________________ > Plplot-cvs mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-cvs |
From: Rafael L. <rla...@us...> - 2003-02-27 22:47:08
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory sc8-pr-cvs1:/tmp/cvs-serv31199/demos Modified Files: Makefile.am Log Message: Added EXTRA_DIST definitions, such that make dist will included the needed files into the distribution tarball. |
From: Joao C. <jc...@us...> - 2003-03-18 18:36:12
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory sc8-pr-cvs1:/tmp/cvs-serv16111/bindings/octave/demos Added Files: p18.m Log Message: Demo for set_view |
From: Joao C. <jc...@us...> - 2003-03-18 18:55:58
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory sc8-pr-cvs1:/tmp/cvs-serv25953/bindings/octave/demos Modified Files: p1.m p3.m Log Message: Vectorize code. Take automatic_replot into account. |
From: Joao C. <jc...@us...> - 2003-03-18 18:56:28
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory sc8-pr-cvs1:/tmp/cvs-serv26273/bindings/octave/demos Modified Files: p2.m Log Message: Split long line. |
From: Joao C. <jc...@us...> - 2003-03-18 18:57:02
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory sc8-pr-cvs1:/tmp/cvs-serv26561/bindings/octave/demos Modified Files: p4.m p5.m p6.m Log Message: Take automatic_replot into account. |
From: Joao C. <jc...@us...> - 2003-03-18 18:57:53
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory sc8-pr-cvs1:/tmp/cvs-serv26994/bindings/octave/demos Modified Files: p9.m Log Message: Take automatic_replot and autostyle into account. |
From: Joao C. <jc...@us...> - 2003-03-18 18:58:28
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory sc8-pr-cvs1:/tmp/cvs-serv27331/bindings/octave/demos Modified Files: p8.m Log Message: Use mesh/meshc and another colormap |
From: Joao C. <jc...@us...> - 2003-03-18 20:10:59
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory sc8-pr-cvs1:/tmp/cvs-serv30733/bindings/octave/demos Modified Files: p12.m Log Message: Correct mouse click detection |
From: Joao C. <jc...@us...> - 2003-03-18 20:11:20
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory sc8-pr-cvs1:/tmp/cvs-serv30971/bindings/octave/demos Modified Files: p13.m Log Message: Use legends with meaning. |
From: Joao C. <jc...@us...> - 2003-03-18 20:12:01
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory sc8-pr-cvs1:/tmp/cvs-serv31243/bindings/octave/demos Modified Files: p14.m Log Message: Use argument, plsurf, shading, colormaps |
From: Joao C. <jc...@us...> - 2003-03-18 20:12:27
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory sc8-pr-cvs1:/tmp/cvs-serv31580/bindings/octave/demos Modified Files: p15.m Log Message: Use gray colormap, flat/faceted shading. |
From: Joao C. <jc...@us...> - 2003-03-18 20:13:14
|
Update of /cvsroot/plplot/plplot/bindings/octave/demos In directory sc8-pr-cvs1:/tmp/cvs-serv31931/bindings/octave/demos Modified Files: p16.m Log Message: Use peaks() instead of rosenbrock(), change colormap, add copyright message. |