Re: [Plplot-devel] Cairo Driver Family

2007-08-16 Thread Alan W. Irwin
On 2007-08-08 14:27-0700 Alan W. Irwin wrote: Just to review the status here of Hazen's work on dealing with the various cairo issues I brought up... (1) The PostScript bounding box seems of adequate size now for all cases. It is somewhat bigger than what is needed for certain plots, but in the i

Re: [Plplot-devel] Cairo Driver Family

2007-08-16 Thread Alan W. Irwin
On 2007-08-16 20:44-0400 Hazen Babcock wrote: > I tried to follow ps.c more closely. Does pscairo (i.e. version 7808+) work > correctly now (with -portrait mode)? Yes! Thanks, Hazen. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and

Re: [Plplot-devel] Cairo Driver Family

2007-08-16 Thread Hazen Babcock
On Aug 16, 2007, at 2:04 AM, Alan W. Irwin wrote: >> Ok. My latest commit may have gotten this all sorted out. I'm a >> little puzzled why the PLplot library doesn't just pass the driver >> the right transform matrix for the new orientation since it is >> going to the effort of rotating eve

Re: [Plplot-devel] MinGW configure problem

2007-08-16 Thread Alan W. Irwin
On 2007-08-16 22:34+0200 Werner Smekal wrote: > Hi, > > I eventually had some time to test the latest plplot svn version on > Windows MinGW. With cmake version 2.4-patch 6 I had the following > showstopper during the configure step: > > -- Looking for isnan > -- Looking for isnan - found > -- SWIG

Re: [Plplot-devel] -DHAVE_NUMPY=OFF does not work for svn trunk

2007-08-16 Thread Andrew Ross
On Thu, Aug 16, 2007 at 06:52:47PM +0100, Andrew Ross wrote: > On Thu, Aug 16, 2007 at 08:56:31AM -0700, Alan Irwin wrote: > > (2) For exactly the same revision as last night (i.e., without your recent > > workaround to disable example 21) and with python2.4-numeric-ext installed, > > the error mes

[Plplot-devel] plwarn, plabort, plexit versus ctest (Was -DHAVE_NUMPY=OFF does not work for svn trunk)

2007-08-16 Thread Alan W. Irwin
On 2007-08-16 18:52+0100 Andrew Ross wrote: > This (PLPLOT ERROR not delivering a non-zero error code) is nothing to do > with python - a quick test with the C examples > shows the same thing if you make zg all zeros in example 21 (this is > what is returned by griddata in the faulty Numeric case

[Plplot-devel] MinGW configure problem

2007-08-16 Thread Werner Smekal
Hi, I eventually had some time to test the latest plplot svn version on Windows MinGW. With cmake version 2.4-patch 6 I had the following showstopper during the configure step: -- Looking for isnan -- Looking for isnan - found -- SWIG_VERSION = 1.3.29 CMake Error: Error in cmake code at Z:/DevZ

Re: [Plplot-devel] -DHAVE_NUMPY=OFF does not work for svn trunk

2007-08-16 Thread Andrew Ross
On Thu, Aug 16, 2007 at 08:56:31AM -0700, Alan Irwin wrote: > On 2007-08-16 08:52+0100 Andrew Ross wrote: > > > > >Alan, > > > >Example 21 is now disabled in the automatic tests since is doesn't work > >with Numeric anyway. > > > >I've commented out the use of RandomArray for now since the only pl

Re: [Plplot-devel] -DHAVE_NUMPY=OFF does not work for svn trunk

2007-08-16 Thread Alan W. Irwin
On 2007-08-16 08:52+0100 Andrew Ross wrote: > > Alan, > > Example 21 is now disabled in the automatic tests since is doesn't work > with Numeric anyway. > > I've commented out the use of RandomArray for now since the only place > it is used is in example 21. Example 17 actually uses random.random,

Re: [Plplot-devel] -DHAVE_NUMPY=OFF does not work for svn trunk

2007-08-16 Thread Andrew Ross
Alan, Example 21 is now disabled in the automatic tests since is doesn't work with Numeric anyway. I've commented out the use of RandomArray for now since the only place it is used is in example 21. Example 17 actually uses random.random, which is part of python. This only generates single rando

Re: [Plplot-devel] -DHAVE_NUMPY=OFF does not work for svn trunk

2007-08-16 Thread Andrew Ross
Sorry, not example 9, but example 17. Still thinking about text clipping. Actually I notice that example 21 also uses random so disabling won't necessarily help. On Wed, Aug 15, 2007 at 03:59:37PM -0700, Alan Irwin wrote: > Hi Andrew: > > I just tried the following cmake options with a fresh svn

Re: [Plplot-devel] -DHAVE_NUMPY=OFF does not work for svn trunk

2007-08-16 Thread Andrew Ross
Hi Alan, RandomArray is one of the Numeric extensions rather than a core part of Numeric. To get this you need to install python-numeric-ext as well as python-numeric under Debian. I should make a note of this. RandomArray was added for example x09 which won't work correctly under Numeric anyw