Re: [Plplot-devel] plmap no user data

2013-10-07 Thread phil rosenberg
Hi Alan Thanks, I hadn't seen this function I will give it a try. It might be useful to  mention this in the plmap documentation for other users who want something more general too.   Thanks again   Phil From: Alan W. Irwin To: phil rosenberg Cc: "plplot-dev

Re: [Plplot-devel] plmap no user data

2013-10-07 Thread Alan W. Irwin
On 2013-10-07 08:01-0700 phil rosenberg wrote: > Hi > I've just been sorting out plotting some transformed map data - in this case plotting data on a globe as would be viewed from space. After writing a transform class I realised that there is no void* parameter to pass transform data to plmap an

[Plplot-devel] plmap no user data

2013-10-07 Thread phil rosenberg
Hi I've just been sorting out plotting some transformed map data - in this case plotting data on a globe as would be viewed from space. After writing a transform class I realised that there is no void* parameter to pass transform data to plmap and no void * parameter of mapform. Am I missing a w