Daniel@0: .TH LNEATO 1 Daniel@0: .SH NAME Daniel@0: lneato \- A Customizable Graph Editor Daniel@0: .SH SYNOPSIS Daniel@0: .B lneato Daniel@0: [ Daniel@0: .B -V Daniel@0: ] [ Daniel@0: .I file Daniel@0: ] Daniel@0: .SH DESCRIPTION Daniel@0: .B lneato Daniel@0: is a graph editor for the X Window System. It may be run as a standalone Daniel@0: editor, or as a front end for applications that use graphs. It can control Daniel@0: multiple windows viewing different graphs. Daniel@0: Daniel@0: .B lneato Daniel@0: is written on top of Daniel@0: .B neato Daniel@0: and Daniel@0: .BR lefty . Daniel@0: .B lefty Daniel@0: is a general-purpose programmable editor for technical pictures. It has an Daniel@0: interpretive programming language similar to AWK and C. The user interface and Daniel@0: graph editing operations of Daniel@0: .B lneato Daniel@0: are written as Daniel@0: .B lefty Daniel@0: functions. Daniel@0: Programmer-defined graph operations may be loaded as well. Graph layouts are Daniel@0: made by Daniel@0: .BR neato , Daniel@0: which runs as a separate process that communicates with Daniel@0: .B lefty Daniel@0: through pipes. Daniel@0: .SH USAGE Daniel@0: The file name is optional. If present, the graph contained in that file is Daniel@0: displayed in the Daniel@0: .B lneato Daniel@0: window. Daniel@0: .SH OPTIONS Daniel@0: .TP Daniel@0: .B -V Daniel@0: Prints the version. Daniel@0: .SH SEE ALSO Daniel@0: neato(1), lefty(1), dotty(1), Daniel@0: .br Daniel@0: .I dotty Daniel@0: user guide.