* PAWINIT.KUMAC Initialization of all PAW parameters used by GEM * Copied from Steve Mrenna's MTOLD.KUMAC, 930420 * * 941117 Show fit results by default * 950429 Reorganize and remove obsolete commands * 040606 Increased size of titles and labels * MACRO PAWINIT EXEC OPTS | *** Plotting options flags EXEC HPLSET | *** High level graphics initialization EXEC HIGZ | *** Low level graphics initialization RETURN MACRO OPTS | *** Plotting options flags OPTION * OPTION DATE | Draw date of plot OPTION FIT | Shows fit parameters OPTION NBOX | No outer box OPTION NSQR | Plot should NOT have square frame OPTION NSTA | Plots NO stats on plot OPTION TIC | Tic-marks surrounding plots * OPTION UTIT | User hist titles -- doesnt display creation title OPTION ZFL1 | Save current picture (useful for PS macros) RETURN MACRO HPLSET | *** High level graphics initialization SET * SET *FON -40 | All fonts in PostScript Helvetica SET TFON -60 ! Histogram title: bold Helvetica SET GFON -70 ! Global title: slanted bold Helvetica SET 2SIZ 0.20 | Scatter plot and table size SET ASIZ 0.35 | ATITLE sizes SET BCOL 1.00 | Sets fill area color of hist rounding box SET BWID 2.0 | Line width of histogram rounding box SET CSIZ 0.30 | Comment and stat size SET DMOD 1 | Solid lines default SET FIT 111 | Print fit name, value and error SET FWID 4.0 | Sets function line width -- thick lines SET GSIZ 0.50 | Global title size SET HWID 2.0 | Line width of histogram lines SET KSIZ 0.30 | Character KEY size SET NDVX 505 | 5 primary divisions, 5 secondary divisions SET NDVY 505 | 5 primary divisions, 5 secondary divisions SET NDVZ 505 | 5 primary divisions, 5 secondary divisions SET PWID 3.0 | Line width around picture -- thick lines SET STAT 0001110 | Print mean, RMS, entries SET TSIZ 0.50 | Title font size SET VSIZ 0.30 | Axis VALUE LABEL size SET XLAB 1.20 | Distance for ATITLE on Y axis SET XMGL 2.0 | Margin between Y axis and edge on LEFT side SET XMGR 2.0 | Margin between Y axis and edge on RIGHT side SET XTIC 0.3 | Size of X axis tic marks SET XVAL 0.2 | Distance from Y axis LABELS to axis in cm SET XWID 2.0 | Width of X tic marks SET YGTI 0.50 | Global title Y spacing SET YHTI 1.20 | Title y-position SET YLAB 0.60 | Distance for ATITLE on X axis SET YMGL 2.0 | Margin between X axis and edit on LOWER side SET YMGU 2.0 | Margin between X axis and edge on UPPER side SET YTIC 0.3 | Size of Y axis tic marks SET YWID 2.0 | Width of Y tic marks RETURN MACRO HIGZ | *** Low level graphics initialization IGSET * IGSET CHHE 0.35 | Basic character size for text strings IGSET LWID 1.5 | Non-specific line widths IGSET MSCF 1.0 | Set the marker scale factor IGSET MTYP 1 | Marker type ...should use 1 (dots) for scatter plots IGSET TANG 0.0 | Horizontal ITX -- Needs to be set before EACH plot? IGSET TXAL 23 | Center ITX -- Needs to be set before EACH plot? IGSET TXFP -40 | All fonts in PostScript Helvetica RETURN