aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/plot/libplot/move.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/plot/libplot/move.c')
-rw-r--r--src/cmd/plot/libplot/move.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cmd/plot/libplot/move.c b/src/cmd/plot/libplot/move.c
new file mode 100644
index 00000000..4e60260b
--- /dev/null
+++ b/src/cmd/plot/libplot/move.c
@@ -0,0 +1,5 @@
+#include "mplot.h"
+void move(double xx, double yy){
+ e1->copyx = xx;
+ e1->copyy = yy;
+}