shithub: front

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