Go to the documentation of this file.
16#define PLMETA_HEADER "PLPLOT"
17#define PLMETA_VERSION "2005a"
21#define PLSERV_HEADER "PLPLOT"
22#define PLSERV_VERSION "2005b"
27#define PLMETA_X_OLD 10000
28#define PLMETA_Y_OLD 10000
32#define PIXEL_RES_X_OLD 42
33#define PIXEL_RES_Y_OLD 56
38#define plm_wr( code ) \
39 if ( code ) { fprintf( stderr, "Unable to write to MetaFile\n" ); exit( 1 ); }
41#define plm_rd( code ) \
42 if ( code ) plexit( "Unable to read from MetaFile" )
55#define SWITCH_TO_TEXT 3
56#define SWITCH_TO_GRAPH 4
66#define NEW_COLOR0 NEW_COLOR
68#define CHANGE_STATE 15
70#define DRIVER_INTERFACE 17
74#define END_OF_FIELD 255