~ubuntu-branches/ubuntu/lucid/graphviz/lucid-security

« back to all changes in this revision

Viewing changes to dotty/dotty.1

  • Committer: Bazaar Package Importer
  • Author(s): Stephen M Moraco
  • Date: 2002-02-05 18:52:12 UTC
  • Revision ID: james.westby@ubuntu.com-20020205185212-8i04c70te00rc40y
Tags: upstream-1.7.16
ImportĀ upstreamĀ versionĀ 1.7.16

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.