LNEATO(1) General Commands Manual LNEATO(1)NAME
lneato - A Customizable Graph Editor
SYNOPSIS
lneato [ -V ] [ -lmmode ] [ -ellev ] [ file ]
DESCRIPTION
lneato is a graph editor for the X Window System. It may be run as a standalone editor, or as a front end for applications that use
graphs. It can control multiple windows viewing different graphs.
lneato is written on top of neato and lefty. lefty is a general-purpose programmable editor for technical pictures. It has an interpre-
tive programming language similar to AWK and C. The user interface and graph editing operations of lneato are written as lefty functions.
Programmer-defined graph operations may be loaded as well. Graph layouts are made by neato, which runs as a separate process that communi-
cates with lefty through pipes.
If the input graph contains xdot attributes, lneato will use that to display the graph. Otherwise, it runs neato to obtain layout informa-
tion.
USAGE
The file name is optional. If present, the graph contained in that file is displayed in the lneato window.
OPTIONS -V Prints the version.
-lmmode
Sets the layout mode. The mode can be sync or async. The default is async.
-ellev Sets the mesage level. The lev can be 0 or 1. The default is 0.
SEE ALSO neato(1), lefty(1), dotty(1), xdot(3),
dotty user guide.
LNEATO(1)
Check Out this Related Man Page
DOTTY(1) General Commands Manual DOTTY(1)NAME
dotty - A Customizable Graph Editor
SYNOPSIS
dotty [ -V ] [ file ]
DESCRIPTION
dotty is a graph editor for the X Window System. It may be run as a standalone editor, or as a front end for applications that use graphs.
It can control multiple windows viewing different graphs.
dotty is written on top of dot and lefty. lefty is a general-purpose programmable editor for technical pictures. It has an interpretive
programming language similar to AWK and C. The user interface and graph editing operations of dotty are written as lefty functions. Pro-
grammer-defined graph operations may be loaded as well. Graph layouts are made by dot, which runs as a separate process that communicates
with lefty through pipes.
USAGE
The file name is optional. If present, the graph contained in that file is displayed in the dotty window.
OPTIONS -V Prints the version.
SEE ALSO dot(1), lefty(1)
dotty user guide.
DOTTY(1)
Hi, I'm in dire need of some help for AWK. I'm a college student and my statistics professor decided he'd teach AWK in the last two days of our class, even when it's not programming class and we don't even have computers in class to experiment. Anyway, I tried looking at AWK tutorials, but it... (4 Replies)
how can i specify more than 1 consition in the following AWK statament??
i.e. if $2 is ABCD and $3 is MNOP and $4 is KLPM
similarly for OR
#!/bin/ksh
awk -F '' ' $2 == "ABCD" { print $2, $3;}' file.xml (2 Replies)
i have following code that runs fine on my Ubuntu workstation. However when i run this on a HPUX it wont open the text file i am trying to open for editing. I figured i just have to change gvim editor to vi, but that didnt work out well. Can some one help me out here? This is written in Perl
... (1 Reply)
Hello,
I have conducted a series of investigations into lexicon data structures, and smaller really does mean faster, but a graph compression algorithm with instantaneous run time is not an area I decided to research until now. Initially, I was primarily concerned with the functionality and... (0 Replies)