shithub: front

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