Re: [Plplot-devel] [PATCH] Fix plfimage function

2010-03-05 Thread David MacMahon
On Mar 5, 2010, at 8:03 , Alan W. Irwin wrote: Thanks for that suggestion for avoiding strcat whose effect depends on octave version. (Ugh!) To be fair, the 3.0.1 behavior was arguably a bug since it was not Matlab-compatible behavior and I think Matlab compatibility is one of Octave's

Re: [Plplot-devel] [PATCH] Fix plfimage function

2010-03-05 Thread David MacMahon
On Mar 4, 2010, at 21:46 , David MacMahon wrote: I'm looking into some possible conflicts between system tcl/tk and macports tcl/tk... Sure enough. I was inadvertently using a mix of system (Mac OS X 10.4) tcl (8.4) and MacPorts tcl (8.5). I've remedied the situation by using only the

[Plplot-devel] [PATCH] Fix cmake warning about mismatched if/endif.

2010-03-05 Thread David MacMahon
--- examples/CMakeLists.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 899795a..b7eddd3 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -771,7 +771,7 @@ if(BUILD_TEST) list(APPEND

[Plplot-devel] [ plplot-Bugs-2964497 ] p octave examples not ready for prime time

2010-03-05 Thread SourceForge.net
Bugs item #2964497, was opened at 2010-03-05 13:03 Message generated for change (Tracker Item Submitted) made by airwin You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=102915aid=2964497group_id=2915 Please note that this message will contain a full copy of the

[Plplot-devel] p octave examples need some TLC for the interactive case

2010-03-05 Thread Alan W. Irwin
The p octave examples were designed many years ago by Joao Cardoso (since retired from PLplot). At that time, -dev xwin worked for most/all of those p examples and gave some nice-looking interactive effects. (Joao had an extraordinary artistic ability to make good-looking examples.) However,