git: 9front

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