home *** CD-ROM | disk | FTP | other *** search
- /* plotview.h generated from plotview.psw
- by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989
- */
-
- #ifndef PLOTVIEW_H
- #define PLOTVIEW_H
-
- extern void createPSDefs( void );
-
- extern void PSDrawAxis(float ac, float x, float y, float w, float h);
-
- extern void PSWriteXLabel(float gray, float x, float y, float w, float h, const char *lab);
-
- extern void PSWriteYLabel(float gray, float x, float y, float w, float h, const char *lab);
-
- extern void PSEnableInstance(float instcol);
-
- extern void PSDisableInstance( void );
-
- extern void PSDrawCrossHair(float startx, float starty, float minx, float maxx, float miny, float maxy);
-
- extern void PSOverlayBox(float minx, float maxx, float miny, float maxy);
-
- extern void PSGridWrite(float textcol, float gx, float gy, float minx, float maxx, float miny, float maxy);
-
- extern void PSBox(float lc, float lw, float x, float y, float w, float h);
-
- extern void PSfillrect(float x, float y, float xn, float yn);
-
- #endif PLOTVIEW_H
-