Home
last modified time | relevance | path

Searched refs:plotpoly (Results 1 – 3 of 3) sorted by relevance

/plan9-contrib/sys/src/cmd/plot/libplot/
H A Dpoly.c2 void plotpoly(int num[], double *ff[]){ in plotpoly() function
/plan9-contrib/sys/src/cmd/plot/
H A Dplot.h22 void plotpoly(int [], double *[]);
H A Dplot.c486 case POLY: polyarg(); plotpoly(cnt, pts); break; in process()