Re: [Plplot-devel] plimagefr coordinate transform support - complete

2008-04-29 Thread Hezekiah M. Carty
On Wed, Mar 19, 2008 at 2:31 PM, Andrew Ross <[EMAIL PROTECTED]> wrote: > > On Wed, Mar 19, 2008 at 01:12:24PM -0500, Maurice LeBrun wrote: > > On Wednesday, March 19, 2008 at 10:14:30 (-0700) Alan W. Irwin writes: > > > On 2008-03-19 10:59-0400 Hezekiah M. Carty wrote: > > > > > > > To sum

Re: [Plplot-devel] plimagefr coordinate transform support - complete

2008-04-01 Thread Hezekiah M. Carty
On Mon, Mar 31, 2008 at 3:52 PM, Hezekiah M. Carty <[EMAIL PROTECTED]> wrote: > > On Wed, Mar 19, 2008 at 2:31 PM, Andrew Ross > <[EMAIL PROTECTED]> wrote: > > > > On Wed, Mar 19, 2008 at 01:12:24PM -0500, Maurice LeBrun wrote: > > > On Wednesday, March 19, 2008 at 10:14:30 (-0700) Alan W. Irw

Re: [Plplot-devel] plimagefr coordinate transform support - complete

2008-03-31 Thread Hezekiah M. Carty
On Wed, Mar 19, 2008 at 2:31 PM, Andrew Ross <[EMAIL PROTECTED]> wrote: > > On Wed, Mar 19, 2008 at 01:12:24PM -0500, Maurice LeBrun wrote: > > On Wednesday, March 19, 2008 at 10:14:30 (-0700) Alan W. Irwin writes: > > > On 2008-03-19 10:59-0400 Hezekiah M. Carty wrote: > > > > > > > To sum

Re: [Plplot-devel] plimagefr coordinate transform support - complete

2008-03-19 Thread Andrew Ross
On Wed, Mar 19, 2008 at 01:12:24PM -0500, Maurice LeBrun wrote: > On Wednesday, March 19, 2008 at 10:14:30 (-0700) Alan W. Irwin writes: > > On 2008-03-19 10:59-0400 Hezekiah M. Carty wrote: > > > > > To sum up, I would like to submit patches in the follow steps: > > > (1) Add coordinate trans

Re: [Plplot-devel] plimagefr coordinate transform support - complete

2008-03-19 Thread Maurice LeBrun
On Wednesday, March 19, 2008 at 10:14:30 (-0700) Alan W. Irwin writes: > On 2008-03-19 10:59-0400 Hezekiah M. Carty wrote: > > > To sum up, I would like to submit patches in the follow steps: > > (1) Add coordinate transform to plimagefr and disable the dev_fastimg > > rendering path, but wit

Re: [Plplot-devel] plimagefr coordinate transform support - complete

2008-03-19 Thread Alan W. Irwin
On 2008-03-19 10:59-0400 Hezekiah M. Carty wrote: > To sum up, I would like to submit patches in the follow steps: > (1) Add coordinate transform to plimagefr and disable the dev_fastimg > rendering path, but without removing the dev_fastimg code. > (2) Update dev_fastimg to work with the updated

Re: [Plplot-devel] plimagefr coordinate transform support - complete

2008-03-19 Thread Hezekiah M. Carty
I forgot to CC the list... On Tue, Mar 18, 2008 at 4:32 PM, Alan W. Irwin <[EMAIL PROTECTED]> wrote: > Thanks Hez. > > I am not competent enough with driver/core C code to comment on the > specifics of your patch, but I would like to make some general comments. Thanks for the feedback Alan. I

Re: [Plplot-devel] plimagefr coordinate transform support - complete

2008-03-18 Thread Alan W. Irwin
On 2008-03-18 14:18-0400 Hezekiah M. Carty wrote: > Attached is a patch which adds coordinate transform support to > plimagefr, similar to what is available in the plshade*, plcont, plmap > and plmeridians functions. > > This patch is rather large, mainly because it removes a lot of code. > > - Th