comparison toolboxes/graph_visualisation/share/man/man1/dotty.1 @ 0:e9a9cd732c1e tip

first hg version after svn
author wolffd
date Tue, 10 Feb 2015 15:05:51 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e9a9cd732c1e
1 .TH DOTTY 1
2 .SH NAME
3 dotty \- A Customizable Graph Editor
4 .SH SYNOPSIS
5 .B dotty
6 [
7 .B -V
8 ] [
9 .I file
10 ]
11 .SH DESCRIPTION
12 .B dotty
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 dotty
18 is written on top of
19 .B dot
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 dotty
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 dot ,
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 dotty
40 window.
41 .SH OPTIONS
42 .TP
43 .B -V
44 Prints the version.
45 .SH SEE ALSO
46 dot(1), lefty(1)
47 .br
48 .I dotty
49 user guide.