git: 9front

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