home *** CD-ROM | disk | FTP | other *** search
- // Prototypes for plotting functions, for plotter
- // ⌐ 1999-2000 Glenn Strong <Glenn.Strong@cs.tcd.ie>
- // Issued under the GNU General Public license, version 2
- // Plot the current function
- EXTERNAL PlotFunction:(f$)
- // Draw the axis
- EXTERNAL Axis:
- // Draw the caption
- EXTERNAL Caption:
-