home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
200-299
/
ff292.lzh
/
MultiPlot
/
source
/
plotlim.h
< prev
next >
Wrap
Text File
|
1989-12-10
|
249b
|
15 lines
/* 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