Standard Settings: set gfon -40 set gsiz 0.5 set asiz 0.36 set vsiz 0.36 set vfon -70 set lfon -60 set xmgr 1.5 set xmgl 2.5 set tfon -20 set tsiz 0.4 set ksize .18 ------------------------------------------- Examples: set chhe 0.45 itx 5.0 0.4 '[t]?F!=0.6' set chhe 0.25 itx 4.0 1.45 '[h]^2&? Jae! =33.1' set txci 1 set plci 4 set ltyp 2 set lwid 4 line 0.0 0.855 100.0 0.855 set plci 2 set ltyp 2 set lwid 4 line 0.0 0.950 100.0 0.950 * Make Key: set plci 1 set ltyp 1 set lwid 2 dbox 30 125 0.37 0.48 set pmci 2 key 35.0 0.4 20 'Two Track' ! set pmci 4 key 35.0 0.45 31 'One Track' ! ------------------------------------------- ITX (print comments): set txci 2 (color) set txfp -60 (font) set chhe 0.5 (size) set tang 30 (angle in deg.) itx x y 'text' ------------------------------------------- ? = Subscript ^ = Superscript ! = Normal Script & = Backspace ------------------------------------------- op logy *--> Set Y-Axis to Log scale op logx ------------------------------------------- Draw a Line (Line or Dline for log): set PLCI 2 (color) set LWID 6 (width) set LTYP 3 (dash) line x1 y1 x2 y2 ------------------------------------------- Draw a box (Box or Dbox for log): box x1 x2 y1 y2 ------------------------------------------- Legend or Key: key x y ltyp "text" width L=line ------------------------------------------- Set Axis Titles After Plotting: atitle 'x-axis title' 'y-axis title' u or atitle '' 'Number of Events' u ------------------------------------------- Change the number of X-Axis ticks (and #labels): set ndvx 0 ==> Default ticking set ndvx ii ==> Custom ii = [#mini ticks]*100 + [#main ticks] Examples: set ndvx 1006 This will make 6 main ticks with labels (including two edges, so 4 labeled ticks in middle of graph). Inbetween main ticks there will be 10 mini ticks. set ndvx 506 6 Main, labeled ticks 5 mini ticks between main ticks -------------------------------------------