PLplot  5.13.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
plmap.c File Reference
#include "plplotP.h"

Go to the source code of this file.

Macros

#define DEBUG
 
#define NEED_PLDEBUG
 
#define NSEG   100
 

Functions

void plmap (PLMAPFORM_callback mapform, PLCHAR_VECTOR name, PLFLT minx, PLFLT maxx, PLFLT miny, PLFLT maxy)
 
void plmapline (PLMAPFORM_callback mapform, PLCHAR_VECTOR name, PLFLT minx, PLFLT maxx, PLFLT miny, PLFLT maxy, PLINT_VECTOR plotentries, PLINT nplotentries)
 
void plmapstring (PLMAPFORM_callback mapform, PLCHAR_VECTOR name, PLCHAR_VECTOR string, PLFLT minx, PLFLT maxx, PLFLT miny, PLFLT maxy, PLINT_VECTOR plotentries, PLINT nplotentries)
 
void plmaptex (PLMAPFORM_callback mapform, PLCHAR_VECTOR name, PLFLT dx, PLFLT dy, PLFLT just, PLCHAR_VECTOR text, PLFLT minx, PLFLT maxx, PLFLT miny, PLFLT maxy, PLINT plotentry)
 
void plmapfill (PLMAPFORM_callback mapform, PLCHAR_VECTOR name, PLFLT minx, PLFLT maxx, PLFLT miny, PLFLT maxy, PLINT_VECTOR plotentries, PLINT nplotentries)
 
void plmeridians (PLMAPFORM_callback mapform, PLFLT dlong, PLFLT dlat, PLFLT minlong, PLFLT maxlong, PLFLT minlat, PLFLT maxlat)
 

Macro Definition Documentation

#define DEBUG

Definition at line 40 of file plmap.c.

#define NEED_PLDEBUG

Definition at line 41 of file plmap.c.

#define NSEG   100

Definition at line 739 of file plmap.c.

Function Documentation

void plmap ( PLMAPFORM_callback  mapform,
PLCHAR_VECTOR  name,
PLFLT  minx,
PLFLT  maxx,
PLFLT  miny,
PLFLT  maxy 
)

Definition at line 599 of file plmap.c.

void plmapfill ( PLMAPFORM_callback  mapform,
PLCHAR_VECTOR  name,
PLFLT  minx,
PLFLT  maxx,
PLFLT  miny,
PLFLT  maxy,
PLINT_VECTOR  plotentries,
PLINT  nplotentries 
)

Definition at line 695 of file plmap.c.

void plmapline ( PLMAPFORM_callback  mapform,
PLCHAR_VECTOR  name,
PLFLT  minx,
PLFLT  maxx,
PLFLT  miny,
PLFLT  maxy,
PLINT_VECTOR  plotentries,
PLINT  nplotentries 
)

Definition at line 628 of file plmap.c.

void plmapstring ( PLMAPFORM_callback  mapform,
PLCHAR_VECTOR  name,
PLCHAR_VECTOR  string,
PLFLT  minx,
PLFLT  maxx,
PLFLT  miny,
PLFLT  maxy,
PLINT_VECTOR  plotentries,
PLINT  nplotentries 
)

Definition at line 650 of file plmap.c.

void plmaptex ( PLMAPFORM_callback  mapform,
PLCHAR_VECTOR  name,
PLFLT  dx,
PLFLT  dy,
PLFLT  just,
PLCHAR_VECTOR  text,
PLFLT  minx,
PLFLT  maxx,
PLFLT  miny,
PLFLT  maxy,
PLINT  plotentry 
)

Definition at line 673 of file plmap.c.

void plmeridians ( PLMAPFORM_callback  mapform,
PLFLT  dlong,
PLFLT  dlat,
PLFLT  minlong,
PLFLT  maxlong,
PLFLT  minlat,
PLFLT  maxlat 
)

Definition at line 742 of file plmap.c.