git: 9front

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