Mercurial > hg > camir-ismir2012
comparison toolboxes/graph_visualisation/share/man/man1/lneato.1 @ 0:cc4b1211e677 tip
initial commit to HG from
Changeset:
646 (e263d8a21543) added further path and more save "camirversion.m"
author | Daniel Wolff |
---|---|
date | Fri, 19 Aug 2016 13:07:06 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:cc4b1211e677 |
---|---|
1 .TH LNEATO 1 | |
2 .SH NAME | |
3 lneato \- A Customizable Graph Editor | |
4 .SH SYNOPSIS | |
5 .B lneato | |
6 [ | |
7 .B -V | |
8 ] [ | |
9 .I file | |
10 ] | |
11 .SH DESCRIPTION | |
12 .B lneato | |
13 is a graph editor for the X Window System. It may be run as a standalone | |
14 editor, or as a front end for applications that use graphs. It can control | |
15 multiple windows viewing different graphs. | |
16 | |
17 .B lneato | |
18 is written on top of | |
19 .B neato | |
20 and | |
21 .BR lefty . | |
22 .B lefty | |
23 is a general-purpose programmable editor for technical pictures. It has an | |
24 interpretive programming language similar to AWK and C. The user interface and | |
25 graph editing operations of | |
26 .B lneato | |
27 are written as | |
28 .B lefty | |
29 functions. | |
30 Programmer-defined graph operations may be loaded as well. Graph layouts are | |
31 made by | |
32 .BR neato , | |
33 which runs as a separate process that communicates with | |
34 .B lefty | |
35 through pipes. | |
36 .SH USAGE | |
37 The file name is optional. If present, the graph contained in that file is | |
38 displayed in the | |
39 .B lneato | |
40 window. | |
41 .SH OPTIONS | |
42 .TP | |
43 .B -V | |
44 Prints the version. | |
45 .SH SEE ALSO | |
46 neato(1), lefty(1), dotty(1), | |
47 .br | |
48 .I dotty | |
49 user guide. |