home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_c / plplot.lzh / PLPLOT / PLPLOT.LZH / plplot / src / plsym1.c < prev    next >
Encoding:
C/C++ Source or Header  |  1990-03-23  |  108 b   |  9 lines

  1. #include "plplot.h"
  2.  
  3. void plsym1(x,y,code)
  4. PLFLT x,y;
  5. PLINT code;
  6. {
  7.       plhrsh(code,wcpcx(x),wcpcy(y));
  8. }
  9.