/* plotlim.h */
#define MaxHORIZ 640
#define MaxVERT 512
#define RMARGIN 2

#define MAXTICS 20
#define NTICS_DEFAULT 6
#define X_TIC_SIZE 6
#define Y_TIC_SIZE 8
#define ERR_DELIM 3
#define PLOTCOLORBASE 4
#define DEFAULT_POINT_SIZE 6


