shithub: front

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