git: 9front

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