On Fri, May 01, 2009 at 08:34:22PM +0100, Andrew Ross wrote:
> On Fri, May 01, 2009 at 03:26:57PM -0400, Hezekiah M. Carty wrote:
> > On Fri, May 1, 2009 at 2:38 PM, Andrew Ross
> > wrote:
> > > I yesterday ran into the same problem with the octave bindings and today
> > > found svn had solved it.
On Fri, May 01, 2009 at 03:26:57PM -0400, Hezekiah M. Carty wrote:
> On Fri, May 1, 2009 at 2:38 PM, Andrew Ross
> wrote:
> > I yesterday ran into the same problem with the octave bindings and today
> > found svn had solved it. I checked recent commits to cairo.c and I can't
> > see any explicit m
On Fri, May 1, 2009 at 2:38 PM, Andrew Ross
wrote:
> I yesterday ran into the same problem with the octave bindings and today
> found svn had solved it. I checked recent commits to cairo.c and I can't
> see any explicit mention of it. I haven't tested with other languages.
> As an aside, calling p
On Fri, May 01, 2009 at 11:42:56AM -0400, Hezekiah M. Carty wrote:
> While doing some comparisons using the Qt and Cairo devices on my own
> plots, I noticed that the:
>
> plsdev(something_cairo);
> plenv ...;
> plend();
> plsdev(something_cairo);
> plenv...;
>
> sequence with Cairo output device
On Fri, May 1, 2009 at 12:37 PM, Hazen Babcock wrote:
> Hezekiah M. Carty wrote:
>>
>> While doing some comparisons using the Qt and Cairo devices on my own
>> plots, I noticed that the:
>>
>> plsdev(something_cairo);
>> plenv ...;
>> plend();
>> plsdev(something_cairo);
>> plenv...;
>>
>> sequenc
On Fri, May 1, 2009 at 12:37 PM, Hazen Babcock wrote:
> Hezekiah M. Carty wrote:
>>
>> While doing some comparisons using the Qt and Cairo devices on my own
>> plots, I noticed that the:
>>
>> plsdev(something_cairo);
>> plenv ...;
>> plend();
>> plsdev(something_cairo);
>> plenv...;
>>
>> sequenc
Hezekiah M. Carty wrote:
> While doing some comparisons using the Qt and Cairo devices on my own
> plots, I noticed that the:
>
> plsdev(something_cairo);
> plenv ...;
> plend();
> plsdev(something_cairo);
> plenv...;
>
> sequence with Cairo output devices no longer gives segmentation faults
> on
While doing some comparisons using the Qt and Cairo devices on my own
plots, I noticed that the:
plsdev(something_cairo);
plenv ...;
plend();
plsdev(something_cairo);
plenv...;
sequence with Cairo output devices no longer gives segmentation faults
on my Ubuntu Intrepid system using the latest PLp