git: 9front

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