xref: /plan9/sys/src/cmd/plot/libplot/grade.c (revision 8ccd4a6360d974db7bd7bbd4f37e7018419ea908)
1 #include "mplot.h"
2 void grade(double x){
3 	e1->grade = x;
4 }
5