home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 329.lha / MultiPlot / source / plotlim.h < prev    next >
Text File  |  1990-01-05  |  249b  |  15 lines

  1. /* plotlim.h */
  2. #define MAXHORIZ 640
  3. #define MaxVERT 512
  4. #define RMARGIN 2
  5. #define XMAXP (MAXHORIZ-RMARGIN)
  6.  
  7. #define MAXTICS 20
  8. #define NTICS_DEFAULT 6
  9. #define X_TIC_SIZE 6
  10. #define Y_TIC_SIZE 8
  11. #define PLOTCOLORBASE 4
  12. #define DEFAULT_POINT_SIZE 4
  13.  
  14.  
  15.