Re: [Plplot-devel] Multiple extcairo plot streams plot dimension problem

2008-10-24 Thread Hazen Babcock
On Oct 24, 2008, at 10:26 PM, Hazen Babcock wrote: > > On Oct 24, 2008, at 12:38 AM, Alan W. Irwin wrote: > >> On 2008-10-23 23:28-0400 Hazen Babcock wrote: >>> >> Hi Hazen, >> >> The problem occurs in svg.c as well, and there may be others. > > On closer inspection, the svg driver is pretty much

Re: [Plplot-devel] Multiple extcairo plot streams plot dimension problem

2008-10-24 Thread Hazen Babcock
On Oct 24, 2008, at 12:38 AM, Alan W. Irwin wrote: > On 2008-10-23 23:28-0400 Hazen Babcock wrote: >> > Hi Hazen, > > The problem occurs in svg.c as well, and there may be others. On closer inspection, the svg driver is pretty much riddled with this problem. You could have all kinds of strange

Re: [Plplot-devel] Multiple extcairo plot streams plot dimension problem

2008-10-24 Thread Hazen Babcock
On Oct 24, 2008, at 2:22 PM, Hezekiah M. Carty wrote: > On Fri, Oct 24, 2008 at 2:49 AM, Werner Smekal > <[EMAIL PROTECTED]> wrote: >> Hi, >> >>> >>> The problem is here: >>> >>> static PLFLT downscale = 0.; >> >>> >>> >>> This should be stored separately as part of each plot stream rather >>>

Re: [Plplot-devel] Multiple extcairo plot streams plot dimension problem

2008-10-24 Thread Hezekiah M. Carty
On Fri, Oct 24, 2008 at 2:49 AM, Werner Smekal <[EMAIL PROTECTED]> wrote: > 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