|
From: Allin C. <cot...@wf...> - 2009-09-07 21:49:14
|
On Mon, 7 Sep 2009, Ethan Merritt wrote: > On Monday 07 September 2009, Richard Henwood wrote: > > Hi All, > > > > I've been using Cairo (cairographics.org) a fair bit recently. I have > > not found a plotting library which is as mature as gnuplot. > > > > I understand that the wxWidgets terminal uses cairo. > > > > Has anyone considered the possibility of exposing the cairo context from > > within gnuplot/wxWidgets to the outside world? > > The development version has two new drivers - pngcairo and pdfcairo, > the use the cairo library. Not sure if that's what you meant. > Both drivers will be in the version 4.4 release candidate, which I > hope we can put out soonish. I think what Richard was asking is whether the "cairo drawing context" struct, or "cairo_t", that is used internally by gnuplot could somehow be exposed programmatically. But I don't see how this could be done -- seems to me it would require building gnuplot as a library, not a stand-alone executable. Allin Cottrell |