git: 9front

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