git: 9front

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