Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!columbia!rutgers!cbmvax!vu-vlsi!taw From: taw@vu-vlsi.UUCP (Thomas Williams) Newsgroups: net.sources Subject: GNUPLOT (4 of 4) Message-ID: <430@vu-vlsi.UUCP> Date: Mon, 17-Nov-86 19:41:23 EST Article-I.D.: vu-vlsi.430 Posted: Mon Nov 17 19:41:23 1986 Date-Received: Tue, 18-Nov-86 21:51:24 EST Organization: Villanova Univ. EE Dept. Lines: 1220 Keywords: plotting This is the last (4th) gnuplot shar file. It contains the entire help directory tree for GNUPLOT. Make a help subdirectory and unshar this file inside of it. NOTE: This help works with the recently posted vms-like 'help' program (sorry, couldn't find authors name) or it can be converted into a VMS .HLP file with the "vmshelp.csh" script. ---------------------------------CUT HERE------------------------------ #! /bin/sh # This is a shell archive, meaning: # 1. Remove everything above the #! /bin/sh line. # 2. Save the resulting text in a file. # 3. Execute the file with /bin/sh (not csh) to create the files: # gnuplot # This archive created: Mon Nov 17 19:36:15 1986 export PATH; PATH=/bin:$PATH if test ! -d 'gnuplot' then echo shar: creating directory "'gnuplot'" mkdir 'gnuplot' fi echo shar: entering directory "'gnuplot'" cd 'gnuplot' echo shar: extracting "'.HLP'" '(267 characters)' if test -f '.HLP' then echo shar: will not over-write existing file "'.HLP'" else cat << \SHAR_EOF > '.HLP' GNUPLOT is a command-driven interactive function plotting program. It is case sensitive (commands and function names written in lowercase are not the same as those written in CAPS). All command names may be abbreviated, as long as the abbreviation is not ambiguous. SHAR_EOF if test 267 -ne "`wc -c < '.HLP'`" then echo shar: error transmitting "'.HLP'" '(should have been 267 characters)' fi chmod +x '.HLP' fi # end of overwriting check echo shar: extracting "'save.HLP'" '(373 characters)' if test -f 'save.HLP' then echo shar: will not over-write existing file "'save.HLP'" else cat << \SHAR_EOF > 'save.HLP' This command saves either user-defined functions, variables, or both to the specified file. Syntax: save {option} Where