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 / plclr.c < prev    next >
Encoding:
C/C++ Source or Header  |  1990-03-23  |  160 b   |  12 lines

  1. #include "plplot.h"
  2.  
  3. void plclr()
  4. {
  5.    PLINT level;
  6.    glev(&level);
  7.    if (level < 1)
  8.       plexit("Please call plstar before calling plclr.");
  9.  
  10.    grclr();
  11. }
  12.