git: 9front

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