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
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
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,
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