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:
>
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
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;
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
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
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
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
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
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