shithub: front

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