PLplot
5.9.9
|
#include "plplotP.h"
Go to the source code of this file.
Macros | |
#define | NEED_PLDEBUG 1 |
#define | MAP_FILE ".map" |
#define | OpenMap plLibOpenPdfstrm |
#define | CloseMap pdf_close |
#define | OFFSET ( 180 * 100 ) |
#define | SCALE 100.0 |
#define | W_BUFSIZ ( 32 * 1024 ) |
#define | NSEG 100 |
Functions | |
void | plmap (void(*mapform)(PLINT, PLFLT *, PLFLT *), const char *type, PLFLT minlong, PLFLT maxlong, PLFLT minlat, PLFLT maxlat) |
void | plmeridians (void(*mapform)(PLINT, PLFLT *, PLFLT *), PLFLT dlong, PLFLT dlat, PLFLT minlong, PLFLT maxlong, PLFLT minlat, PLFLT maxlat) |
#define OpenMap plLibOpenPdfstrm |