Mercurial > hg > camir-ismir2012
annotate 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 |
rev | line source |
---|---|
Daniel@0 | 1 .TH LNEATO 1 |
Daniel@0 | 2 .SH NAME |
Daniel@0 | 3 lneato \- A Customizable Graph Editor |
Daniel@0 | 4 .SH SYNOPSIS |
Daniel@0 | 5 .B lneato |
Daniel@0 | 6 [ |
Daniel@0 | 7 .B -V |
Daniel@0 | 8 ] [ |
Daniel@0 | 9 .I file |
Daniel@0 | 10 ] |
Daniel@0 | 11 .SH DESCRIPTION |
Daniel@0 | 12 .B lneato |
Daniel@0 | 13 is a graph editor for the X Window System. It may be run as a standalone |
Daniel@0 | 14 editor, or as a front end for applications that use graphs. It can control |
Daniel@0 | 15 multiple windows viewing different graphs. |
Daniel@0 | 16 |
Daniel@0 | 17 .B lneato |
Daniel@0 | 18 is written on top of |
Daniel@0 | 19 .B neato |
Daniel@0 | 20 and |
Daniel@0 | 21 .BR lefty . |
Daniel@0 | 22 .B lefty |
Daniel@0 | 23 is a general-purpose programmable editor for technical pictures. It has an |
Daniel@0 | 24 interpretive programming language similar to AWK and C. The user interface and |
Daniel@0 | 25 graph editing operations of |
Daniel@0 | 26 .B lneato |
Daniel@0 | 27 are written as |
Daniel@0 | 28 .B lefty |
Daniel@0 | 29 functions. |
Daniel@0 | 30 Programmer-defined graph operations may be loaded as well. Graph layouts are |
Daniel@0 | 31 made by |
Daniel@0 | 32 .BR neato , |
Daniel@0 | 33 which runs as a separate process that communicates with |
Daniel@0 | 34 .B lefty |
Daniel@0 | 35 through pipes. |
Daniel@0 | 36 .SH USAGE |
Daniel@0 | 37 The file name is optional. If present, the graph contained in that file is |
Daniel@0 | 38 displayed in the |
Daniel@0 | 39 .B lneato |
Daniel@0 | 40 window. |
Daniel@0 | 41 .SH OPTIONS |
Daniel@0 | 42 .TP |
Daniel@0 | 43 .B -V |
Daniel@0 | 44 Prints the version. |
Daniel@0 | 45 .SH SEE ALSO |
Daniel@0 | 46 neato(1), lefty(1), dotty(1), |
Daniel@0 | 47 .br |
Daniel@0 | 48 .I dotty |
Daniel@0 | 49 user guide. |