Hi Alan,
I will test this as soon as possible - that may be tomorrow. I did not know the
%zu format code and from what I have seen in a few posts on MSVC, that will
never support C99 in full - the compiler is called MS VC++ nowadays and the
support for C code (not C++) is partly there for histo
Hi All
I've just been able to go back and finish sorting the plmap changes to more
fully support shapefiles. I just wanted to run the changes past the list before
I submitted them.
I have left the current plmap function intact. I have added the functions
plmapline, plmapstring, plmapfill and pl
Hi Phil,
Could you show us the API for these new functions? That would make it easier to
see how they can be propagated to the other bindings.
Regards,
Arjen
From: phil rosenberg [mailto:philip_rosenb...@yahoo.com]
Sent: Wednesday, May 21, 2014 1:22 PM
To: PLplot development list
Subject: Re:
Of course, sorry, should have sent them to start with. Below copied from
plplot.h.
PLDLLIMPEXP void
c_plmapline( void ( *mapform )( PLINT, PLFLT *, PLFLT * ), const char *type,
PLFLT minlong, PLFLT maxlong, PLFLT minlat, PLFLT maxlat,
int* plotentries, int nplotentries);
// Plot map p
On 2014-05-21 04:22-0700 phil rosenberg wrote:
> Hi All
> I've just been able to go back and finish sorting the plmap changes to more
> fully support shapefiles. I just wanted to run the changes past the list
> before I submitted them.
>
> I have left the current plmap function intact. I have ad