Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!ucsfcgl!pixar!thaw From: thaw@pixar.UUCP (Tom Williams) Newsgroups: comp.graphics Subject: Re: An Interactive Plotting Program Keywords: Interactive 3D Graphics Message-ID: <8442@pixar.UUCP> Date: 8 Jan 90 19:19:54 GMT References: <1300@amethyst.math.arizona.edu> Organization: Pixar -- Marin County, California Lines: 18 system@math.arizona.edu writes: AUTHORS > The front end code is modified from gnuplot 1.1.5 by Thomas > Williams and Collin Kelley by Maorong Zou. The graphical > driver was written by Maorong Zou. >BUGS > The program sometimes core dump with no good reasons. Interesting... A new version of Gnuplot (version 1.2) will be available in a few months. It adds a lot of functionality and several new device drivers. It should compile on most UNIX (UCB,SYSV), VMS, or MSDOS platforms. It supports a whole lot of devices, and it's simple to write a driver of your own. It doesn't support surface plots (yet), but I'd like to add it now that someone has done the work. Oh yeah, Gnuplot 1.2 doesn't core dump unless it has a very good reason :-). -Thomas Williams-