• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MSDOS.helpH A D03-May-2022321 127

NeXT.helpH A D03-May-2022274 75

READMEH A D03-May-20222.1 KiB5442

acc.jgrH A D03-May-2022721 3928

acc.texH A D03-May-2022168 168

ad.jgrH A D03-May-2022474 2018

alb.jgrH A D03-May-202216.1 KiB444437

bailey.jgrH A D03-May-2022500 3125

bailey.ptsH A D03-May-202280 76

cube.jgrH A D03-May-20221 KiB3629

descrip.mmsH A D03-May-20221.2 KiB4742

disk.jgrH A D03-May-2022361 1410

draw.cH A D03-May-202221.6 KiB775714

ebars.jgrH A D03-May-2022605 2522

edit.cH A D03-May-202233.5 KiB1,1401,092

ex1.jgrH A D03-May-2022954 3731

ex2.jgrH A D03-May-20221.4 KiB5951

exit.cH A D03-May-20221.1 KiB5017

g8.jgrH A D03-May-2022996 6857

g8col.jgrH A D03-May-20221 KiB7359

g9n10.jgrH A D03-May-20223.8 KiB153135

gpaper.jgrH A D03-May-2022214 106

hypercube.jgrH A D03-May-20221.5 KiB7157

jgraph.1H A D03-May-202246.5 KiB1,6641,640

jgraph.cH A D03-May-20227.8 KiB367306

jgraph.comH A D03-May-20221.3 KiB4039

jgraph.hH A D03-May-20224.1 KiB243218

jmalloc.cH A D03-May-202211.3 KiB445361

list.cH A D03-May-20222.2 KiB9663

list.hH A D03-May-2022991 349

mab2.jgrH A D03-May-2022512 2120

mab2.timesH A D03-May-20222.5 KiB8684

makefileH A D03-May-20222.4 KiB131103

nr.jgrH A D03-May-20223.4 KiB9484

printline.cH A D03-May-20226.6 KiB326275

prio_list.cH A D03-May-20221.8 KiB7044

prio_list.hH A D03-May-2022800 290

process.cH A D03-May-202223.3 KiB850768

redexp.vmsH A D03-May-202218.8 KiB527462

show.cH A D03-May-202211.5 KiB431394

sin.cH A D03-May-2022143 87

sin.jgrH A D03-May-2022523 2519

sin.ptsH A D03-May-202212.4 KiB668667

sin1.jgrH A D03-May-20221.1 KiB4735

sin2.cH A D03-May-2022142 87

sin2.jgrH A D03-May-2022469 2921

sin2.ptsH A D03-May-202263.1 KiB3,3313,330

sin3.jgrH A D03-May-2022630 2620

sin3.ptsH A D03-May-202212.4 KiB668667

token.cH A D03-May-20227.7 KiB423372

tree.awkH A D03-May-20221.3 KiB4531

wortman.jgrH A D03-May-202222 KiB710706

README

1$Revision: 8.3 $
2
3Jgraph takes the description of a graph or graphs in the standard
4input, and produces a postscript file on the standard output.  Jgraph
5is ideal for plotting any mixture of scatter point graphs, line
6graphs, and/or bar graphs, and embedding the output into LaTeX, or
7any other text processing system which can read postscript.
8
9The graph description language is simple enough to get nice looking
10graphs with a minimum of effort, yet powerful enough to give the user
11the flexibility to tailor the appearance of the graph to his or her
12individual preferences.  This includes plotting multiple graphs and
13laying them out separately on the page (or pages).
14
15The program is written in C, and shouldn't take anything too fancy
16or machine-dependent.  It has been tested on DECstations,
17sun3's, and sparc's (and is being used on many other types
18of machines, including those running VMS and DOS).
19
20There is a makefile, a man page (in jgraph.1), source code, and
21example graphs.
22
23Jgraph is available via anonymous ftp to princeton.edu, in the
24file pub/jgraph.Z.  This file is a compressed shell bundle file.
25
26Jgraph is also available from netlib, a mail archive server.
27To acquire jgraph from netlib, send a mail message to
28netlib@ornl.gov with nothing but the text:
29
30send jgraph.shar from misc
31
32It will respond by mailing you messages which comprise
33the file jgraph.shar.  To extract jgraph.shar from these
34messages, first save each one into a file.  Then for each
35of these files, strip off all the lines up to but not including
36the '#!/bin/sh' line.  Then run /bin/sh on each file.  When
37you're done, you should be left with the file jgraph.shar, upon
38which you then run /bin/sh -- this will produce all the jgraph
39source files.
40
41There is also a mailing list in which I inform users directly
42about bug fixes.  This is for those who don't read comp.sources.misc,
43or those who would like to hear about minor bug fixes which I
44haven't posted as a patch to comp.sources.misc.
45
46Please send me comments and/or bug reports.
47
48Author: Jim Plank
49Email:  jsp@princeton.edu
50USmail:	Department of Computer Science
51	Princeton University
52	35 Olden St.
53	Princeton, NJ 08544-2087
54