git: 9front

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