git: 9front

ref: 569891ea44f3722a2da2bf6ead7ec59de6b8bebb
dir: /sys/src/cmd/plot/libplot/move.c/

View raw version
#include "mplot.h"
void move(double xx, double yy){
	e1->copyx = xx;	
	e1->copyy = yy;
}