Re: [Plplot-devel] GTK/extcairo example?

2009-04-20 Thread Jonathan Woithe
Hi Alan > > There are many other examples and demos in the plplot distribution which > > show off plplot in all its glory. Do we really need to complicate these > > "output driver" demos with code which essentially duplicates what's already > > in other examples? > > One purpose of the examples

Re: [Plplot-devel] GTK/extcairo example?

2009-04-20 Thread Alan W. Irwin
On 2009-04-21 08:46+0930 Jonathan Woithe wrote: > There are many other examples and demos in the plplot distribution which > show off plplot in all its glory. Do we really need to complicate these > "output driver" demos with code which essentially duplicates what's already > in other examples?

Re: [Plplot-devel] GTK/extcairo example?

2009-04-20 Thread Jonathan Woithe
Hi > extXdrawable_demo.c was donated a year ago by Jonathan Woithe. He kindly > agreed recently to relicense this code to LGPL to be consistent with the > rest of our licensing. ./extXdrawable_demo builds and works without issues, > but a plot consisting of just 3 points is less than exciting so

Re: [Plplot-devel] plplot version 5.9.3?

2009-04-20 Thread Alan W. Irwin
On 2009-03-24 22:37-0400 Hazen Babcock wrote: > Alan W. Irwin wrote: >> On 2009-03-24 09:41+0100 Werner Smekal wrote: >> >>> Missed that question. 2 months should be okay (beginning of May) [for next >> release date]. >> >> I am OK with the beginning of May as well. >> >> To the rest of the cor

Re: [Plplot-devel] GTK/extcairo example?

2009-04-20 Thread Alan W. Irwin
I have just committed (revision 9825) my work integrating into our installed examples build and test some examples demonstrating how to use the PLplot xcairo and extcairo devices to draw into an externally supplied XDrawable or Cairo context. To build these examples in the installed tree, simply c

Re: [Plplot-devel] The PLplot API is now accessible from Qt GUI applications

2009-04-20 Thread Alban Rochel
Alan W. Irwin wrote: > Thanks, Alban, for your efforts. > > I'm glad it works :) And our own version of the driver for QSAS will also benefit greatly from the added font management. > Alan > __ > Alan W. Irwin > Cheers, Alban -

Re: [Plplot-devel] [Plplot-cvs] SF.net SVN: plplot:[9820] trunk/cmake/modules/wingcc.cmake

2009-04-20 Thread Arjen Markus
Hi Werner, unless I am mistaken, I am using CMake 2.6.2 - maybe that is the reason for these oddities ... If version 2.6.3 takes care of all this, then so much the better! I will have to try it. That would become the earliest allowable version, I reckon. (I think the problems I mentioned before

Re: [Plplot-devel] [Plplot-cvs] SF.net SVN: plplot:[9820] trunk/cmake/modules/wingcc.cmake

2009-04-20 Thread Werner Smekal
Hi Arjen, I tested now your path in MSYS and it works. So far so good, but if I revert your changes it works as well! I don't understand this: > +# Use fixed names instead > +# Note: MINGWLIBPATH gave problem: CACHE unknown component Which version of cmake are you using? I'm using cma