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