ref: ea22101d5f06bc00ab8bf9afe2b6af30d041a55b dir: /sys/src/cmd/plot/libplot/line.c/
#include "mplot.h" void plotline(double x0, double y0, double x1, double y1){ move(x0, y0); vec(x1, y1); }