Re: [Plplot-devel] D bindings (nearly finished) and tests on Mac OS X

2009-08-18 Thread Jerry
I'm working on the Ada. Had a weird cmake problem until I installed Qt--seemed to me like even though I told it not to build for Qt it was trying anyway. Don't know if it was a cmake problem or a Jerry problem but I can once again get a build. (Not all of the Qt devices are working but I'll

Re: [Plplot-devel] Alternate cmap0 in plctrl.c

2009-08-18 Thread Alan W. Irwin
On 2009-08-18 18:21-0500 Hezekiah M. Carty wrote: > On Tue, Aug 18, 2009 at 4:45 PM, Hezekiah M. > Carty wrote: >> Is it worth adding a PLplot cmake/compile-time option to change the >> default color map 0 to this or some other alternate?  This would allow >> someone who wants white backgrounds to

Re: [Plplot-devel] Alternate cmap0 in plctrl.c

2009-08-18 Thread Alan W. Irwin
On 2009-08-18 16:45-0500 Hezekiah M. Carty wrote: > PLplot has apparently had, for some time, a commented-out alternate > color map 0 with a white background and multiple foreground colors. I > think that this, or a similar cmap0, is worth including with PLplot. I agree that looks pretty good an

Re: [Plplot-devel] Alternate cmap0 in plctrl.c

2009-08-18 Thread Hezekiah M. Carty
On Tue, Aug 18, 2009 at 4:45 PM, Hezekiah M. Carty wrote: > Is it worth adding a PLplot cmake/compile-time option to change the > default color map 0 to this or some other alternate?  This would allow > someone who wants white backgrounds to be the rule rather than the > exception to avoid having t

Re: [Plplot-devel] PLplot + Windows + Octave

2009-08-18 Thread Daniel Sachse
Hi Andrew, Andrew Ross wrote: > I have been considering trying using swig instead. We already use > swig for generating the java, python and lua bindings. This might > require a bit of work to set up but should in the long run be more > flexible and maintainable since we already have some swig >

[Plplot-devel] OCaml bindings and examples now up to date

2009-08-18 Thread Hezekiah M. Carty
As of revision 10288, the OCaml bindings should be up to date with the C PLplot API, including examples. I get clean ctest output on my system (Ubuntu 9.04 64bit) for the C <-> OCaml comparison. I did run in to one compilation issue. I use snprintf in the C portion of the OCaml bindings (the fil

Re: [Plplot-devel] PLplot + Windows + Octave

2009-08-18 Thread Andrew Ross
On Tue, Aug 18, 2009 at 05:03:39PM +0200, Daniel Sachse wrote: > Hi all, > > I've sent this question as a Support Request on SFnet and was referred > to this mailing list (not without some good initial help, thanks smekal). > > The case is this: > > I'm trying to get PLplot to work together wit

Re: [Plplot-devel] Question on plstrip_gen

2009-08-18 Thread Alan W. Irwin
On 2009-08-18 09:44-0700 Alan W. Irwin wrote: > On 2009-08-18 16:27+0100 Alban Rochel wrote: >> [...]I wonder if it wouldn't be more sensible to change >> the fill to a call to plP_esc(PLESC_CLEAR, NULL) if the driver supports it? > > I think this is a good idea (using plclear which calls plP_esc,

Re: [Plplot-devel] Question on plstrip_gen

2009-08-18 Thread Alan W. Irwin
On 2009-08-18 16:27+0100 Alban Rochel wrote: > Hello everyone, > > I have started updating the Qt drivers to handle PLESC_FLUSH, and trying > this on example x17c, I've noticed serious speed issues, which led me to > this observation: when the chart is regenerated, the plot is cleared > with a cal

Re: [Plplot-devel] I have retired hpgl, impress, and ljii. Should we retire tek as well?

2009-08-18 Thread Alan W. Irwin
On 2009-08-15 12:51-0700 Alan W. Irwin wrote: > Some recent testing I have done has shown a number of run-time issues > (segfaults and such) with the deprecated hpgl, impress, and ljii devices. > Since no user has complained about these run-time issues, I assume this > means these historical devic

Re: [Plplot-devel] D bindings (nearly finished) and tests on Mac OS X

2009-08-18 Thread Andrew Ross
> On Tue, Aug 18, 2009 at 11:05:31AM +0200, Werner Smekal wrote: > > Ok, > > > > I submitted now the last D example and the D bindings are therefore > > finished. Actually not really finished, since example 20 delivers > > slightly different postscript results than the C example. Although if

[Plplot-devel] PLplot + Windows + Octave

2009-08-18 Thread Daniel Sachse
Hi all, I've sent this question as a Support Request on SFnet and was referred to this mailing list (not without some good initial help, thanks smekal). The case is this: I'm trying to get PLplot to work together with Octave on a (urks) Windows machine. PLplot compiles (and runs) fine for GCC

[Plplot-devel] Question on plstrip_gen

2009-08-18 Thread Alban Rochel
Hello everyone, I have started updating the Qt drivers to handle PLESC_FLUSH, and trying this on example x17c, I've noticed serious speed issues, which led me to this observation: when the chart is regenerated, the plot is cleared with a call to plfill: plfill(4, &x[0], &y[0]); where x={0.,1.,1.,0

[Plplot-devel] [ plplot-Support Requests-2839637 ] PLplot + Octave + Windows: choose two. (plplot_octave.cc))

2009-08-18 Thread SourceForge.net
Support Requests item #2839637, was opened at 2009-08-18 16:29 Message generated for change (Tracker Item Submitted) made by antarse42 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=202915&aid=2839637&group_id=2915 Please note that this message will contain a full

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

2009-08-18 Thread Werner Smekal
Hi Andrew, > > I encountered a possible bug with the openjdk java compilers. Which > version > of java are you using? Everything worked for me with gcj. The standard java vm provided by Apple for Mac OS X 10.5. I have no idea to find out which version exactly. According to http://developer.a

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

2009-08-18 Thread Andrew Ross
Werner, On Tue, Aug 18, 2009 at 11:00:47AM +0200, Werner Smekal wrote: > Hi, > > I just ran the plplot tests (latest svn) on Mac OS X, turning > everything on I got and the Java tests fail in example 19: > >3/ 17 Testing examples_java > Test command: /bin/bash -c EXAMPLES_DIR=/Users/smeka

[Plplot-devel] D bindings (nearly finished) and tests on Mac OS X

2009-08-18 Thread Werner Smekal
Ok, I submitted now the last D example and the D bindings are therefore finished. Actually not really finished, since example 20 delivers slightly different postscript results than the C example. Although if I compare the output (xwin, wxwidgets, psc) visually I can't spot any difference.

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

2009-08-18 Thread Werner Smekal
Hi, I just ran the plplot tests (latest svn) on Mac OS X, turning everything on I got and the Java tests fail in example 19: 3/ 17 Testing examples_java Test command: /bin/bash -c EXAMPLES_DIR=/Users/smekal/Development/ plbuild/examples\ SRC_EXAMPLES_DIR=/Users/smekal/Development/plplot/ e