home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / disks / disk373.lzh / Multiplot / source / mplot_src / src.zoo / plotlim.h < prev    next >
Text File  |  1990-08-02  |  218b  |  14 lines

  1. /* plotlim.h */
  2. #define MaxHORIZ 640
  3. #define MaxVERT 512
  4.  
  5. #define MAXTICS 20
  6. #define NTICS_DEFAULT 6
  7. #define X_TIC_SIZE 6
  8. #define Y_TIC_SIZE 8
  9. #define ERR_DELIM 3
  10. #define PLOTCOLORBASE 4
  11. #define DEFAULT_POINT_SIZE 8
  12.  
  13.  
  14.