/* plotlim.h */
#define MAXHORIZ 640
#define MaxVERT 512
#define RMARGIN 2
#define XMAXP (MAXHORIZ-RMARGIN)

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


