home *** CD-ROM | disk | FTP | other *** search
- // Marker is the geometric figure for drawing the graphs.
-
- #ifndef __MARKER_H_
- #define __MARKER_H_
-
- #include "graphpp.h"
-
- enum { NONE, BAR, CIRCLE, TRIANGLE, STAR5, STAR6, CROSS, X_CROSS,
- DIAMOND, TRIANGLE2, BAR2, CIRCLE2 };
-
- extern void show_marker(int type, loc pos, int color, int size = 4);
-
- #endif __MARKER_H_