Re: Plotting overbar to represent a mean

From: Dave Kennison (kennison AT unknown)
Date: Fri Nov 21 1997 - 13:52:18 MST


Ted,

You can use "H" and "V" function codes to accomplish this. I haven't fine
tuned it, but the following program comes close:

      PROGRAM TESTIT
        CALL OPNGKS
        CALL SET (0.,1.,0.,1.,0.,1.,0.,1.,1)
        CALL PLCHHQ (.5,.5,
     + ':F30:V:H-22V16:-:H4V-16::F34:WQ:F33:z:F35:B',
     + .2,0.,0.)
        CALL FRAME
        CALL CLSGKS
        STOP
      END

You may have to play with the exact numbers following the "H" and "V" codes.

Dave Kennison



This archive was generated by hypermail 2b29 : Wed Jun 28 2000 - 09:40:32 MDT