This is plgra.c in view mode; [Download] [Up]
/* Switches to graphics mode */ #include "plplot.h" void plgra() { int level; glev(&level); if (level < 1) plexit("Please call plstar before plgra."); grgra(); }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.