# Gist boxed2.gs drawing style # $Id: boxed2.gs,v 1.1 1993/08/27 17:08:43 munro Exp $ # Two overlayed coordinate systems on a portrait page with frame # Legends: two columns below viewport, no contour legends # See work.gs for description of meanings # Note: # The lower x ticks and x labels are drawn by the left axis system, # but the upper x ticks are drawn by the right axis system. There is # no other warning if the x limits of the left system are not the # same as the x limits of the right system. landscape= 0 # The default coordinate system template is identical to work.gs default = { legend= 0, viewport= { 0.1757, 0.6143, 0.4257, 0.8643 }, ticks= { horiz= { nMajor= 5.0, nMinor= 25.0, logAdjMajor= 1.2, logAdjMinor= 1.2, nDigits= 3, gridLevel= 1, flags= 0x02b, tickOff= 0.0007, labelOff= 0.010, tickLen= { 0.009, 0.006, 0.004, 0.0027, 0.0018 }, tickStyle= { color= -2, type= 1, width= 1.0 }, gridStyle= { color= -2, type= 3, width= 1.0 }, textStyle= { color= -2, font= 0x08, height= 0.0182, orient= 0, alignH= 0, alignV= 0, opaque= 0 }, xOver= 0.395, yOver= 0.370 }, vert= { nMajor= 5.0, nMinor= 25.0, logAdjMajor= 1.2, logAdjMinor= 1.2, nDigits= 4, gridLevel= 1, flags= 0x02b, tickOff= 0.0007, labelOff= 0.006, tickLen= { 0.009, 0.006, 0.004, 0.0027, 0.0018 }, tickStyle= { color= -2, type= 1, width= 1.0 }, gridStyle= { color= -2, type= 3, width= 1.0 }, textStyle= { color= -2, font= 0x08, height= 0.0182, orient= 0, alignH= 0, alignV= 0, opaque= 0 }, xOver= 0.150, yOver= 0.370 }, frame= 1, frameStyle= { color= -2, type= 1, width= 1.0 }}} # The first coordinate system has left ticks and labels system= { legend= "Left Axis (0)", ticks= { horiz= { flags= 0x029 }, vert= { flags= 0x029 } }} # The second coordinate system has right ticks and labels system= { legend= "Right Axis (1)", ticks= { horiz= { flags= 0x00a }, vert= { flags= 0x04a } }} legends= { x= 0.04698, y= 0.350, dx= 0.3758, dy= 0.0, textStyle= { color= -2, font= 0x00, height= 0.0156, orient= 0, alignH= 1, alignV= 1, opaque= 0 }, nchars= 36, nlines= 20, nwrap= 2 } clegends= { nlines= 0 }