This is plssym.c in view mode; [Download] [Up]
#include "plplot.h"
void plssym(def,scale)
double def,scale;
{
double defalt,ht;
if (def != 0.0)
ssym(def,(scale*def));
else {
gsym(&defalt,&ht);
ssym(defalt,(scale*defalt));
}
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.