git: 9front

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