shithub: front

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