git: 9front

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