next up previous contents index
Next: SUBROUTINE SPLOTSX Up: MASTER Subroutines Previous: SUBROUTINE SEISPL

SUBROUTINE SPLOTS

SPLOTS plots points and/or curves defined by x,y pairs in log and/or linear scaling with option error bars.  SPLOTS calls SPLOTSX and is provided to simplify axis specification.

CALL SPLOTS(x,y,nld,npd,nl,np,iflag,nopt,as,xl,yl,
                 xt,nxt,yt,nyt,t,nt,<xm,xx,ym,yx<,ic>>)

see SPLOTSX for variable description

common /csplots/xmr,dxr,ymr,dyr

xmr   (R): returned value of xmin
dxr   (R): returned value of scale factor (xmax-xmin)/xlen
ymr   (R): returned value of ymin
dyr   (R): returned value of scale factor (ymax-ymin)/ylen



David Long
Wed Jun 12 10:34:11 MDT 1996