git: 9front

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