Re: [Plplot-devel] Loading segmented color scales with plspal1

2009-08-20 Thread Andrew Ross
Hez, I've fixed up the other languages and implementations of example 16. A relatively quick fix. Checked and working. Andrew On Wed, Aug 19, 2009 at 08:20:23PM -0500, Hezekiah M. Carty wrote: On Wed, Aug 19, 2009 at 7:16 PM, Hezekiah M. Cartyhezekiahca...@users.sourceforge.net wrote: On

[Plplot-devel] Qt driver update

2009-08-20 Thread Rochel, Alban
Hello all, Here is a patch for the Qt driver. It fixes a couple of minor bugs, and it also adds the possibility to pass PLplot command line arguments to the qtext driver (embedded widget in a Qt application) and handles flush and clear for the interactive devices. However, there still are

Re: [Plplot-devel] Qt driver update

2009-08-20 Thread Andrew Ross
Hi Alban, Thanks for this. I've committed it to svn. Andrew On Thu, Aug 20, 2009 at 11:50:34AM +0100, Rochel, Alban wrote: Hello all, Here is a patch for the Qt driver. It fixes a couple of minor bugs, and it also adds the possibility to pass PLplot command line arguments to the qtext

Re: [Plplot-devel] Java tests on Mac OS X fail

2009-08-20 Thread Werner Smekal
Hi Andrew, seems to work, I get now the following diff results of ctest: 19/ 19 Testing examples_compare Test command: /bin/bash -c ./test_diff.sh Test timeout computed to be: 1500 c++ Missing examples: Differing postscript output : 29 Missing stdout :

Re: [Plplot-devel] Java tests on Mac OS X fail

2009-08-20 Thread Werner Smekal
Hi Andrew, doesn't compile any more: [ 12%] Built target plplot_widgetmodule make -f bindings/java/CMakeFiles/plplotjavac_wrap.dir/build.make bindings/java/CMakeFiles/plplotjavac_wrap.dir/depend cd /Users/smekal/Development/plbuild /Users/smekal/Applications/ CMake

Re: [Plplot-devel] Loading segmented color scales with plspal1

2009-08-20 Thread Hezekiah M. Carty
On Thu, Aug 20, 2009 at 4:06 AM, Andrew Rossandrewr...@users.sourceforge.net wrote: I've fixed up the other languages and implementations of example 16. A relatively quick fix. Checked and working. Thank you very much Andrew! Hez -- Hezekiah M. Carty Graduate Research Assistant University of

Re: [Plplot-devel] Java tests on Mac OS X fail

2009-08-20 Thread Andrew Ross
I've fixed up the python problem - I'd just missed one occurence of plspal1 in example 16. I'm still interested in the c++ and f77 differences. I do not see these on either a 32-bit or 64-bit Ubuntu system. What are the differences, either visually or in terms of diffing the postscript files?

Re: [Plplot-devel] Python rendering tests

2009-08-20 Thread Alan W. Irwin
On 2009-08-19 10:33-0700 Alan W. Irwin wrote: On 2009-08-17 23:31-0400 Hazen Babcock wrote: Alan W. Irwin wrote: ./test_superscript_subscript.py -dev xwin -cmap0 cmap0_black_on_white.pal -dev xwin and -dev svg (when the result is rendered with the the ImageMagick display application)

Re: [Plplot-devel] Qt driver update

2009-08-20 Thread Alan W. Irwin
Hi Alban: The first part of this addressed to you, but there are some comments about the animated octave examples that are addressed to Andrew at the end. On 2009-08-20 11:50+0100 Rochel, Alban wrote: Hello all, Here is a patch for the Qt driver. It fixes a couple of minor bugs, and it also

[Plplot-devel] Ada examples now all give just a red rectangle with no plot

2009-08-20 Thread Alan W. Irwin
I presume this has something to do with the recent core cmap[01] changes. Hopefully, the fix can be found in a hurry because I think otherwise this would be a showstopper for the release Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics

[Plplot-devel] octave 3.2 support

2009-08-20 Thread Orion Poplawski
I'm trying to get plplot 5.9.4 to build under Fedora Development with octave 3.2.2 and running into some trouble. First issues appear to be some stricter syntax checking fixed by the attached patch. I'm now facing some segmentation fault issues running the octave examples, but it is hindered