From: Alan W. I. <ir...@be...> - 2001-12-01 01:52:30
|
Joao, thanks very much for your cvs update (below) which has allowed me to greatly extend the testing of the octave examples via your updated x??c.m scripts and my changes to test_octave.sh. For the usual psc device, everything looked good for the x??c.m examples (excluding x14, x17, and x19 for obvious reasons) except for a minor problem with x18 where some lines were missing from pages 6 and 8 of the plot. I couldn't get very far with the png device because for some reason the options -fam -fflen 2 which are recognized by the "p" series of examples seem to be completely ignored by the x??c equivalent examples. (These options are also used for the jpeg and xfig driver tests). Without familying only the first page of each plot is shown for the png driver. Those looked fine, and I will look at the remainder of the pages once Joao finds a fix for the options problem. Joao, I am most impressed with the wide range of examples the testing script now exhibits for octave, and it motivates me more than ever to round out the python and java demos. Competition is good....;-) Alan email: ir...@be... phone: 250-727-2902 FAX: 250-721-7715 snail-mail: Dr. Alan W. Irwin Department of Physics and Astronomy, University of Victoria, P.O. Box 3055, Victoria, British Columbia, Canada, V8W 3P6 __________________________ Linux-powered astrophysics __________________________ On Wed, 28 Nov 2001, Joao Cardoso wrote: > Update of /cvsroot/plplot/plplot/bindings/octave/demos > In directory usw-pr-cvs1:/tmp/cvs-serv407/bindings/octave/demos > > Modified Files: > plplot_octave_demo.m 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: > Now the individual example script files look for the existence of global variables "device" and "file" > and use them if defined. By default, "xwin" is used. > > To use the Octave examples the same way as the pythomdemos or tcldemos, however, > plinit() and plend() should be conditionaly executed in each script, e.g., > > if (!exist("device")) > plinit > end > > The same for plend(). > > This way, the script files can be used by itself or called from a main octavedemo script file > that does the plinit() and plend(). > > _______________________________________________ > Plplot-cvs mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-cvs > |