Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dotty(1) [netbsd 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)

Check Out this Related Man Page

GRAPHVIZ(7)						 Miscellaneous Information Manual					       GRAPHVIZ(7)

NAME
graphviz - rich set of graph drawing tools SYNOPSIS
This manpage has been written to fulfil the need of a centralized documentation presenting all available tools in the graphviz package. AVAILABLE TOOLS
Graph layout programs dot filter for hierarchical layouts of graphs neato filter for symmetric layouts of graphs twopi filter for radial layouts of graphs circo filter for circular layout of graphs fdp filter for symmetric layouts of graphs All of the filters work with either directed or undirected graphs, though dot is typically used for directed graphs and neato for undi- rected graphs. Note also that neato -n[2] can be used to render layouts produced by the other filters. Graph drawing programs lefty A Programmable Graphics Editor lneato lefty + neato dotty lefty + dot Graph layout enhancement gvcolor flow colors through a ranked digraph unflatten adjust directed graphs to improve layout aspect ratio gvpack merge and pack disjoint graphs Graph information and transformation gc count graph components acyclic make directed graph acyclic nop pretty-print graph file ccomps connected components filter for graphs sccmap extract strongly connected components of directed graphs tred transitive reduction filter for directed graphs dijkstra single-source distance filter bcomps biconnected components filter for graphs gvpr graph pattern scanning and processing language prune prune directed graphs Other gxl2dot, dot2gxl GXL-DOT converters AUTHOR
This manual page was written by Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> in november 2006, based on an initial documentation effort by Joachim Berdal Haga <jbh@lupus.ig3.net>. It can be distributed under the same terms as the graphviz package. November 19, 2006 GRAPHVIZ(7)
Man Page

4 More Discussions You Might Find Interesting

1. Red Hat

How to install expect after installing tcl on Redhat Linux

Hi, I have install tcl and then expect but I am getting below ouput while trying which expect which expect /usr/bin/which: no expect in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin) I have copied both in... (6 Replies)
Discussion started by: manish_1678
6 Replies

2. Shell Programming and Scripting

Problem in appending text to a file located in remote server

ssh -q "server_name sudo echo 'dbagroup::1234' >> sudo /etc/group"if i execute the above code its not getting appended. my requirement is to login to remote server and append dbagroup::1234 in /etc/group i am able to achieve this with tee -a command want to know why its not working with >>... (5 Replies)
Discussion started by: chidori
5 Replies

3. Homework & Coursework Questions

How to set a non-login non-interactive shell for a user?

I am sorry for creating a new topic after my previous inquiry was closed, but I tried and tried and I do not know how to edit my previous post. This is not exactly any homework, this is one of 40 questions we were expected to prepare for one of the labs. I searched and read what I could and still... (4 Replies)
Discussion started by: me_me_me
4 Replies

4. UNIX for Beginners Questions & Answers

Migrating jobs from COBOL Mainframe system to UNIX system

In a nutshell requirement is to migrate the system from mainframe environment to UNIX environment (MF cobol would be used I guess). I have not much of idea in this field. I need to do some investigation on following points - - Ease of conversion - Known Data compatibility issue - Issue in... (9 Replies)
Discussion started by: Tjsureboy4me
9 Replies