[Plplot-devel] Migrating the OCaml bindings to the official PLplot repository

2008-03-08 Thread Hezekiah M. Carty
PLplot core devs, If there is an interest, I would like to integrate the OCaml bindings I have written for PLplot in to the official source tree. I have tried to structure building these bindings so that this will be relatively straightforward. I updated the OCaml PLplot bindings to be up to dat

Re: [Plplot-devel] Migrating the OCaml bindings to the official PLplot repository

2008-03-08 Thread Alan W. Irwin
On 2008-03-08 16:34-0500 Hezekiah M. Carty wrote: > PLplot core devs, > > If there is an interest, I would like to integrate the OCaml bindings > I have written for PLplot in to the official source tree. I have > tried to structure building these bindings so that this will be > relatively straigh

Re: [Plplot-devel] Migrating the OCaml bindings to the official PLplot repository

2008-03-08 Thread Alan W. Irwin
P.S. Hi again, Hez: I just noticed that swig has supported OCaml for some time. We are all set up for generating language bindings with swig (currently our python and java interfaces are generated that way). Are you also using swig? If not, it doesn't matter since we also have plenty of langua

[Plplot-devel] plimage patch to support fixed value -> color ranges

2008-03-08 Thread Hezekiah M. Carty
In its current form, plimage automatically scales the plotted colors to take advantage of as much dynamic range in the color scale 1 as possible - the minimum value in the given image corresponds to a color of 0.0 and the maximum value in the image corresponds to a color of 1.0. The attached patch

Re: [Plplot-devel] plimage patch to support fixed value -> color ranges

2008-03-08 Thread Alan W. Irwin
On 2008-03-08 23:48-0500 Hezekiah M. Carty wrote: > In its current form, plimage automatically scales the plotted colors > to take advantage of as much dynamic range in the color scale 1 as > possible - the minimum value in the given image corresponds to a color > of 0.0 and the maximum value in t