git: 9front

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