git: 9front

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