next up previous contents index
Next: SUBROUTINE RMREADBYTE Up: Miscellaneous Routines Previous: SUBROUTINE RMPIXB

SUBROUTINE RMPLOT

 RMPLOT plots an array of connected vectors using pixel locations on Ramtek or REF package. This routine is called by PLOTRM which is called by PLOT. RMPLOT simulates line widths using the width information stored in an internal common block by RMTEXTURE by replicating the line several times with pixel offsets to produce a "thick" line. Note: x is in pixels from right to left. y is in pixels from top of display.    

CALL RMPLOT (ic,n,ia,k,ie)

ic   (I): channel number (from RAMOPEN or IRMCHAN)
n    (I): number of point pairs (<129)
ia   (I): array of point pairs (in pixels)
             a(1)=x1,a(2)=y1,a(3)=x2,...
k    (I): color table index to use
ie   (I): (returned) error code



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