From 6f73f2c80564709024e9eb9b8bcec22b9d4b1b31 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Mon, 27 Jun 1983 21:23:05 -0800 Subject: [PATCH] date and time created 83/06/27 14:23:05 by sam SCCS-vsn: lib/libplot/t450/space.c 4.1 --- usr/src/lib/libplot/t450/space.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 usr/src/lib/libplot/t450/space.c diff --git a/usr/src/lib/libplot/t450/space.c b/usr/src/lib/libplot/t450/space.c new file mode 100644 index 0000000000..246eba9a6f --- /dev/null +++ b/usr/src/lib/libplot/t450/space.c @@ -0,0 +1,13 @@ +#ifndef lint +static char sccsid[] = "@(#)space.c 4.1 (Berkeley) %G%"; +#endif + +# include "con.h" +space(x0,y0,x1,y1){ + botx = -2047.; + boty = -2047.; + obotx = x0; + oboty = y0; + scalex = 4096./(x1-x0); + scaley = 4096./(y1-y0); +} -- 2.20.1