git: 9front

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