1LNEATO(1) General Commands Manual LNEATO(1)
2
3
4
6 lneato - A Customizable Graph Editor
7
9 lneato [ -V ] [ file ]
10
12 lneato is a graph editor for the X Window System. It may be run as a
13 standalone editor, or as a front end for applications that use graphs.
14 It can control multiple windows viewing different graphs.
15
16 lneato is written on top of neato and lefty. lefty is a general-pur‐
17 pose programmable editor for technical pictures. It has an interpre‐
18 tive programming language similar to AWK and C. The user interface and
19 graph editing operations of lneato are written as lefty functions.
20 Programmer-defined graph operations may be loaded as well. Graph lay‐
21 outs are made by neato, which runs as a separate process that communi‐
22 cates with lefty through pipes.
23
25 The file name is optional. If present, the graph contained in that file
26 is displayed in the lneato window.
27
29 -V Prints the version.
30
32 neato(1), lefty(1), dotty(1),
33 dotty user guide.
34
35
36
37 LNEATO(1)