Re: [Plplot-devel] Should we uniformly use the const attribute for our input arrays?

2011-03-20 Thread Alan W. Irwin
On 2011-03-19 18:33-0700 Alan W. Irwin wrote: > I have just completed 7 > comprehensive tests for the shared configuration type. These consist > of ctest, and 3 versions (build tree, installed examples tree and > traditional installed examples tree) of the test_noninteractive and > test_interactiv

Re: [Plplot-devel] Status of propagation efforts

2011-03-20 Thread Hezekiah M. Carty
On Tue, Mar 8, 2011 at 7:06 PM, Alan W. Irwin wrote: > On 2011-03-06 19:58-0500 Hezekiah M. Carty wrote: > >> OCaml should be matching more closely now: > > Hi Hez: > > The C implementation of the range adjustment sucked in an obvious way > so I had to change it and all other implementations of ex

Re: [Plplot-devel] Status of propagation efforts

2011-03-20 Thread Alan W. Irwin
On 2011-03-20 18:00-0400 Hezekiah M. Carty wrote: > On Tue, Mar 8, 2011 at 7:06 PM, Alan W. Irwin > wrote: >> On 2011-03-06 19:58-0500 Hezekiah M. Carty wrote: >> >>> OCaml should be matching more closely now: >> >> Hi Hez: >> >> The C implementation of the range adjustment sucked in an obvious

Re: [Plplot-devel] Should we uniformly use the const attribute for our input arrays?

2011-03-20 Thread Andrew Ross
On Sat, Mar 19, 2011 at 06:33:39PM -0700, Alan Irwin wrote: > On 2011-03-17 20:09- Andrew Ross wrote: > > > Please test this. User reports useful too. This is quite a change and > > a number of the old functions such as plcol still appeared dotted > > around the plplot code so I suspect users

[Plplot-devel] plarc API change to add rotation parameter (unimplemented)

2011-03-20 Thread Hezekiah M. Carty
To follow up on an earlier discussion on the development list, I have added a "rotate" argument to plarc. This feature is not implemented internally yet! I wanted to get the API change in now to avoid having to account for a separate API change later. Commit 11665 completes the propagation effor

Re: [Plplot-devel] plarc API change to add rotation parameter (unimplemented)

2011-03-20 Thread Alan W. Irwin
On 2011-03-20 19:14-0400 Hezekiah M. Carty wrote: > To follow up on an earlier discussion on the development list, I have > added a "rotate" argument to plarc. This feature is not implemented > internally yet! I wanted to get the API change in now to avoid having > to account for a separate API

Re: [Plplot-devel] plarc API change to add rotation parameter (unimplemented)

2011-03-20 Thread Hezekiah M. Carty
On Sun, Mar 20, 2011 at 8:53 PM, Alan W. Irwin wrote: > On 2011-03-20 19:14-0400 Hezekiah M. Carty wrote: > >> To follow up on an earlier discussion on the development list, I have >> added a "rotate" argument to plarc.  This feature is not implemented >> internally yet!  I wanted to get the API c

Re: [Plplot-devel] Should we uniformly use the const attribute for our input arrays?

2011-03-20 Thread Alan W. Irwin
On 2011-03-20 22:54- Andrew Ross wrote: > Octave example 19 is now (finally!) implemented. Hi Andrew: Good work! I am really happy to see that perfect octave result which we have never had before. I am making some good progress with Lua and pllegend. The pllegend API was easy to implement