Hi,
>
> The problem is here:
>
> static PLFLT downscale = 0.;
>
>
> This should be stored separately as part of each plot stream rather
> than being a single static global variable.
Yes, this variable needs to be moved to the PLcairo struct. A instance
of this struct is saved into the dev vari
On 2008-10-23 23:28-0400 Hazen Babcock wrote:
>
> On Oct 23, 2008, at 6:41 PM, Hezekiah M. Carty wrote:
>
>> On Thu, Oct 23, 2008 at 5:22 PM, Hezekiah M. Carty
>> <[EMAIL PROTECTED]> wrote:
>>> I have run across a problem using the extcairo driver and multiple,
>>> differently dimensioned plots.
On Oct 23, 2008, at 6:41 PM, Hezekiah M. Carty wrote:
> On Thu, Oct 23, 2008 at 5:22 PM, Hezekiah M. Carty
> <[EMAIL PROTECTED]> wrote:
>> I have run across a problem using the extcairo driver and multiple,
>> differently dimensioned plots. The attached C program
>> ext-cairo-test-problem.c is
I have run across a problem using the extcairo driver and multiple,
differently dimensioned plots. The attached C program
ext-cairo-test-problem.c is a modified version of
examples/c/ext-cairo-test.c from the PLplot source tree and
illustrates the problem I am having.
To compile the attached code
On Mon, Oct 20, 2008 at 10:18 PM, Alan W. Irwin
<[EMAIL PROTECTED]> wrote:
> Thanks, Hez, for coming up with a reasonable idea for dealing with this
> nasty user inconsistency issue without expanding our API and also thanks for
> implementing most of it. (And don't worry about the small additional
On Thu, Oct 23, 2008 at 6:41 PM, Hezekiah M. Carty <[EMAIL PROTECTED]> wrote:
> On Thu, Oct 23, 2008 at 5:22 PM, Hezekiah M. Carty <[EMAIL PROTECTED]> wrote:
>> I have run across a problem using the extcairo driver and multiple,
>> differently dimensioned plots. The attached C program
>> ext-cairo
On Thu, Oct 23, 2008 at 5:22 PM, Hezekiah M. Carty <[EMAIL PROTECTED]> wrote:
> I have run across a problem using the extcairo driver and multiple,
> differently dimensioned plots. The attached C program
> ext-cairo-test-problem.c is a modified version of
> examples/c/ext-cairo-test.c from the PLp
Hi Alan,
> Hi Werner:
>
> I looked over the current validator warnings, and they all appear to be
> about coincidences in the colour theme between some background colours and
> others. So this is a deficiency in the particular designed colour scheme
> you adopted (or adapted) from the web.
>
>