Re: [Plplot-devel] Volunteer requested to implement legend-drawing capability for the PLplot core library.

2010-09-10 Thread Hezekiah M. Carty
On Thu, Sep 9, 2010 at 3:00 PM, Alan W. Irwin wrote: > I am transferring this discussion from plplot-general to plplot-devel > with a different subject. > > On 2010-09-09 10:36-0400 Hezekiah M. Carty wrote: > >> The OCaml bindings include a character_height function which (should?) >> return the c

Re: [Plplot-devel] ABI compliance tracker

2010-09-10 Thread Alan W. Irwin
Just to give an update on this topic to this list, I agreed with Hazen off list to make checking for backwards-incompatible changes in our API with abi-compliance-checker as easy as possible for him. Accordingly, I have made some good initial progress with creating scripts/check_backwards_incompati

Re: [Plplot-devel] Volunteer requested to implement legend-drawing capability for the PLplot core library.

2010-09-10 Thread Hezekiah M. Carty
On Fri, Sep 10, 2010 at 6:01 PM, Hezekiah M. Carty wrote: > On Thu, Sep 9, 2010 at 3:00 PM, Alan W. Irwin > wrote: >> Hez, from your OCaml experience with legends would you be willing to >> implement a legend-drawing capability in libplplot and also modify one >> of our C examples to use that ne

Re: [Plplot-devel] Volunteer requested to implement legend-drawing capability for the PLplot core library.

2010-09-10 Thread Alan W. Irwin
On 2010-09-10 18:46-0400 Hezekiah M. Carty wrote: > The initial version of pllegend is now in PLplot trunk, revision > 11165. Thanks very much for this effort. However, it appears you forgot to svn add and commit your new pllegend.c. Once that rather urgent (since it makes builds impossible) is

Re: [Plplot-devel] Volunteer requested to implement legend-drawing capability for the PLplot core library.

2010-09-10 Thread Hezekiah M. Carty
On Fri, Sep 10, 2010 at 9:09 PM, Alan W. Irwin wrote: > On 2010-09-10 18:46-0400 Hezekiah M. Carty wrote: > >> The initial version of pllegend is now in PLplot trunk, revision >> 11165. > > Thanks very much for this effort.  However, it appears you forgot to > svn add and commit your new pllegend.