Re: [Plplot-devel] extcairo driver comment fix

2008-09-04 Thread Andrew Ross
Hez, Thanks for spotting this. Patch applied. Looks like SVN commits are working again. Andrew On Wed, Sep 03, 2008 at 05:11:35PM -0400, Hezekiah M. Carty wrote: > While experimenting with adding some support to the OCaml bindings for > supplying PLplot with an external Cairo context to plot

[Plplot-devel] extcairo driver comment fix

2008-09-03 Thread Hezekiah M. Carty
While experimenting with adding some support to the OCaml bindings for supplying PLplot with an external Cairo context to plot on, I found a small commenting error in the extcairo driver. It is only exposed if the extcairo driver is enabled, otherwise the affected sections is #ifdef'd out. The at

Re: [Plplot-devel] extcairo driver

2008-04-07 Thread Alan W. Irwin
On 2008-04-07 22:07-0400 Hazen Babcock wrote: > A trivial example (of extcairo): > > #include > > #include > #include > > #include > > int main(int argc, char *argv[]) > { > cairo_surface_t *cairoSurface; > cairo_t *cairoContext; > > cairoSurface = cairo_ps_surface_create("test.ps", 720,

[Plplot-devel] extcairo driver

2008-04-07 Thread Hazen Babcock
Hello, I've added a new driver to the cairo family that lets you draw into a "external" cairo context (v8362). It is the same idea as Jonathan's extension to xcairo driver to allow the use of external XDrawables. Hopefully this will (also) be useful for integrating PLplot into larger GUI