Re: [Plplot-devel] plplot_pyqt

2009-06-15 Thread Hazen Babcock
Alan W. Irwin wrote: > > Hi Hazen: > > I am glad you put the question on list since these build system details > concerning add_custom_command (and add_custom_target) are important for all > PLplot developers if they want to understand or modify our build system > > Here is what you have now: >

Re: [Plplot-devel] plplot_pyqt

2009-06-15 Thread Alan W. Irwin
On 2009-06-15 12:30-0400 Hazen Babcock wrote: > Hi Alan, > > I'm getting closer, but I can see that there is at least one missing > dependency. I need to link to the qt.so library that is generated by our Qt > bindings, but I can't figure out what its name is in our build system. At > present I

[Plplot-devel] problem changing background colour with mem driver

2009-06-15 Thread David Gillard
I'm new to plplot. I noticed that the background color is not being changed when the device is set to 'mem'. So far as I can tell, this is because pl_bop isn't doing anything; look at plD_bop_mem in drivers/mem.c . So I changed plD_bop_mem as follows: void plD_bop_mem(PLStream *pls) { int i;

Re: [Plplot-devel] plplot_pyqt

2009-06-15 Thread Hazen Babcock
Alan W. Irwin wrote: > On 2009-06-15 12:30-0400 Hazen Babcock wrote: > >> Hi Alan, >> >> I'm getting closer, but I can see that there is at least one missing >> dependency. I need to link to the qt.so library that is generated by our Qt >> bindings, but I can't figure out what its name is in our

Re: [Plplot-devel] problem changing background colour with mem driver

2009-06-15 Thread Hezekiah M. Carty
On Mon, Jun 15, 2009 at 2:25 PM, David Gillard wrote: > I'm new to plplot. I noticed that the background color is not being changed > when the device is set to 'mem'. (resending to the mailing list) Welcome to PLplot! The mem driver leaves the provided memory space as-is in case this memory alre

Re: [Plplot-devel] plplot_pyqt

2009-06-15 Thread Alan W. Irwin
On 2009-06-15 14:57-0400 Hazen Babcock wrote: > Alan W. Irwin wrote: >> On 2009-06-15 12:30-0400 Hazen Babcock wrote: >> >>> Hi Alan, >>> >>> I'm getting closer, but I can see that there is at least one missing >>> dependency. I need to link to the qt.so library that is generated by our >>> Qt

Re: [Plplot-devel] plplot_pyqt

2009-06-15 Thread Hazen Babcock
Alan W. Irwin wrote: > On 2009-06-15 14:57-0400 Hazen Babcock wrote: > >> Alan W. Irwin wrote: >>> On 2009-06-15 12:30-0400 Hazen Babcock wrote: >>> Hi Alan, I'm getting closer, but I can see that there is at least one missing dependency. I need to link to the qt.so library th

[Plplot-devel] A minor bug in xcairo

2009-06-15 Thread Dmitri Gribenko
Hello all, I'm new to plplot. While playing with examples I have found that x01 behaves strangely, in particular the "-locate" switch. After reading some code, I've found that xcairo_get_cursor() in drivers/cairo.c calls some X API to get a mouse event. But X uses a coordinate system where orig

[Plplot-devel] Trivial comment fix in a makefile

2009-06-15 Thread Dmitri Gribenko
Hello all, Trivial comment fix in a makefile Index: cmake/modules/cairo.cmake === --- cmake/modules/cairo.cmake (revision 10044) +++ cmake/modules/cairo.cmake (working copy) @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin Stree