git: 9front

ref: ff938783a149a445fe8019cf5b31f4c49b8f0eef
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;
}