Re: [Plplot-devel] plcont documentation update

2008-04-15 Thread Hazen Babcock
On Apr 15, 2008, at 5:25 PM, Andrew Ross wrote: > On Tue, Apr 15, 2008 at 01:43:05PM -0400, Hezekiah M. Carty wrote: >> On Tue, Apr 15, 2008 at 4:52 AM, Andrew Ross >> <[EMAIL PROTECTED]> wrote: >>> >>> Hi Hez, >>> I've commited these changes with just a couple of modifications. >>> Note >>>

Re: [Plplot-devel] plcont documentation update

2008-04-15 Thread Andrew Ross
On Tue, Apr 15, 2008 at 01:43:05PM -0400, Hezekiah M. Carty wrote: > On Tue, Apr 15, 2008 at 4:52 AM, Andrew Ross > <[EMAIL PROTECTED]> wrote: > > > > Hi Hez, > > I've commited these changes with just a couple of modifications. Note > > that in C source files we use C style comments like /* */ a

Re: [Plplot-devel] plcont documentation update

2008-04-15 Thread Hezekiah M. Carty
On Tue, Apr 15, 2008 at 4:52 AM, Andrew Ross <[EMAIL PROTECTED]> wrote: > > Hi Hez, > I've commited these changes with just a couple of modifications. Note > that in C source files we use C style comments like /* */ and not > C++ comments like //. Some examples of the latter have crept into the

Re: [Plplot-devel] plcont documentation update

2008-04-15 Thread Andrew Ross
Hi Hez, Thanks for pointing this one out. Sorry I've not responded sooner, but I've been away. I suppose ideally plcont should do the same thing as plshades. Unfortunately for historical reasons plcont and plshades take different arguments. Since we don't know the max / min range for the axis in

[Plplot-devel] plcont documentation update

2008-04-03 Thread Hezekiah M. Carty
I ran in to a problem with plcont while translating example 16 to OCaml. While writing the OCaml PLplot bindings I mistakenly assumed that the plcont function would accept NULL for its pltr and pltr_data arguments and fall back on a default transform of some sort. However, setting pltr to NULL ga