Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site hscfvax.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!panda!talcott!wjh12!hscfvax!unfres From: unfres@hscfvax.UUCP (Janet) Newsgroups: net.unix Subject: plot(3X) on other terminals? Message-ID: <149@hscfvax.UUCP> Date: Tue, 3-Dec-85 13:57:36 EST Article-I.D.: hscfvax.149 Posted: Tue Dec 3 13:57:36 1985 Date-Received: Thu, 5-Dec-85 07:26:24 EST Organization: Health Sciences Computing Facility, Harvard University Lines: 16 I am trying to use the plot(3X) graphics library on the Vax. I would like to load my program with the device-independent plot library (-lplot) and then run it with a filter specific to my terminal, e.g., cc -o program program.c -lplot program | plot -Ttermtype as described in the UNIX manual (BSD 4.2). My problem is that there are only four or five different terminals for which filters are provided, none of which I have. Specifically, I would like to run my program using an IBM PC/XT or a DEC Professional as my terminal. Does anyone know of additional plot filters or device-specific plot libraries that are compatible with plot(3X)? Thanks,