Go to the documentation of this file.
18 #define PLMETA_HEADER "PLPLOT"
19 #define PLMETA_VERSION "2005a"
23 #define PLSERV_HEADER "PLPLOT"
24 #define PLSERV_VERSION "2005b"
29 #define PLMETA_X_OLD 10000
30 #define PLMETA_Y_OLD 10000
34 #define PIXEL_RES_X_OLD 42
35 #define PIXEL_RES_Y_OLD 56
40 #define plm_wr( code ) \
41 if ( code ) { fprintf( stderr, "Unable to write to MetaFile\n" ); exit( 1 ); }
43 #define plm_rd( code ) \
44 if ( code ) plexit( "Unable to read from MetaFile" )
57 #define SWITCH_TO_TEXT 3 // Obsolete, replaced by ESCAPE
58 #define SWITCH_TO_GRAPH 4 // Obsolete, replaced by ESCAPE
61 #define NEW_COLOR 7 // Obsolete, replaced by CHANGE_STATE
62 #define NEW_WIDTH 8 // Obsolete, replaced by CHANGE_STATE
66 #define ADVANCE 12 // Obsolete, BOP/EOP used instead
68 #define NEW_COLOR0 NEW_COLOR
70 #define CHANGE_STATE 15
71 #define BOP0 16 // First BOP in a file
72 #define END_OF_FIELD 255