On Thu, Jan 08, 2009 at 08:37:36AM +0100, Arjen Markus wrote: > > tcl > > Missing examples : 17 19 > > Differing postscript output : > > Missing stdout : > > Differing stdout : > > > > The API exercised by example 19 is not straightforward to implement, but > > it's been done for Fortran (both f77 and f95) so hopefully somebody will > > take up this challenge for java, octave, and python. My understanding is > > that Arjen is working on this issue for Tcl. > > > > 17 is missing for Tcl and OCaml, but it should be less of a challenge than > > implementing the API for 19. My understanding is that Hez is working on > > OCaml example 17. > > > > I was surprised to see example 17 missing yesterday. But then I started > to convert the C code into Tcl and I noticed that the plstrip* functions > are not available within the Tcl bindings. So it is not just a matter > of missing example code. > > With the exception of one new type of data, adding the interface will > not be problematic.
Arjen, That's great - thanks. > I am ignoring the plsError() function in the C code - certainly for the > moment. There is a way to implement it (via Tcl_LinkVar()), but I do not > think it is worth the effort right now. Several other languages ignore the plsError function in example 17. This is not strictly part of the common api anyway. > I will implement example 19, as I have thought of a convenient way > to do it. That would also be great. I think it should be possible to call java functions from C, but I need (at least) a few hours working out how to do it with swig and the jni. That leaves octave and python. Octave should also be possible, if messy, but will also require some learning on my part. Andrew ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel