Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!emory!gatech!purdue!dormer From: dormer@cs.purdue.EDU (John Dormer) Newsgroups: comp.unix.programmer Subject: Re: Plot(3) Label Message-ID: <12522@medusa.cs.purdue.edu> Date: 20 Nov 90 17:25:17 GMT References: <1990Nov19.004321.9057@ralph.lafayette.la.us> Reply-To: dormer@cs.purdue.edu (John Dormer) Organization: occasional on alternate Tuesdays Lines: 11 For a data graphing project, I had to make labels at times as well. Our package here on medusa.cs.purdue.edu (SequentSymmetry on Dynix) puts a label up and to the right of the last point plotted. You can control it using the m instruction (I've been doing a lot of writing plot scripts by hand to see what happens). Maybe there are many dozens of different versions of the plot(1) command. Remember, man pages get passed on, and that one for plot(5) is not the most specific I've ever seen ;) John Dormer dormer@medusa.cs.purdue.edu