Re: [Pdl-devel] MathGL 2.3.5: Main

2016-10-17 Thread kmx
As for MathGL - I already have a plotting perl module based on this library https://metacpan.org/pod/distribution/IUP/lib/IUP/MglPlot.pod But frankly speaking, the whole IUP distribution is for me only a side project and do not invest too much time into it. -- kmx On 17.10.2016 11:31, Karl G

[Pdl-devel] MathGL 2.3.5: Main

2016-10-17 Thread Karl Glazebrook
I thought this might be of interest given our previous ‘new plotting library’ discussion - K. > http://mathgl.sourceforge.net/doc_en/Main.html > -- Check out the vibra

Re: [Pdl-devel] interpol vs interpolate

2016-10-17 Thread Karl Glazebrook
Right now, interpol() is a perl wrapper calls the pp routine interpolate() and barfs if it returns an error status. (both at the pp level) One could change interpolate() to do different things in a wantarray/scalar context... - but I do not think that is possible at the pp-level? It seems ine