home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 035 / splot122.zip / DOC / SPLOTDOC.TEX / img12.png < prev    next >
Portable Network Graphic  |  1994-09-22  |  145KB  |  1984x2806
Labels: text | screenshot | font
OCR: Chapter 4 Splot Library Functions What follows is a list of the built in library functions. This document does not include information on C in general or details of the editor usage. Editor documentation is found in chapter ?? and C information can be found in any number of readily available texts. 4.1 Drawing Library Reference 4.1.1 Drawing Functions void abox(double xsi, double ysi, double xorig, double yorig); Adds an axes box to the current path. The box is drawn with a size of xsi by ysi and centered on the page. No internal coordinate system is set up. Use ascale() for this or use axes_box() to combine both functions. The last two parameters are optional and if present, specify the position of the axes origin relative to the page origin. For the last two parameters the special consta ...