Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

graphviz(7) [debian 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)

Check Out this Related Man Page

TRED(1) 						      General Commands Manual							   TRED(1)

NAME
tred - transitive reduction filter for directed graphs SYNOPSIS
tred [ files ] DESCRIPTION
tred computes the transitive reduction of directed graphs, and prints the resulting graphs to standard output. This removes edges implied by transitivity. Nodes and subgraphs are not otherwise affected. The ``meaning'' and validity of the reduced graphs is application depen- dent. tred is particularly useful as a preprocessor to dot to reduce clutter in dense layouts. Undirected graphs are silently ignored. OPERANDS
The following operand is supported: files Names of files containing 1 or more graphs in dot format. If no files operand is specified, the standard input will be used. BUGS
Using bitmaps internally would substantially decrease running time. DIAGNOSTICS
If a graph has cycles, its transitive reduction is not uniquely defined. In this case tred emits a warning. AUTHORS
Stephen C. North <north@research.att.com> Emden R. Gansner <erg@research.att.com> SEE ALSO
gc(1), dot(1), acyclic(1), gvpr(1), gvcolor(1), ccomps(1), sccmap(1), libgraph(3) 21 March 2001 TRED(1)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Linux Redhat 8.0 Problem

can someone tell me what commands in Linux RedHat 8.0 will give me a graph of whats going on on my system. When Is ay graphs I mean graphs like does produced by perfview of solaris and glance of HP-UX. (3 Replies)
Discussion started by: TRUEST
3 Replies

2. Shell Programming and Scripting

Graph generation

How can I generate graphs using perl in unix solaris environment? Please suggest. (2 Replies)
Discussion started by: wadhwa.pooja
2 Replies

3. UNIX for Dummies Questions & Answers

File Permissions conflict with Cron

Our site has a page that creates a jpeg graph everytime you load it. I have written a very simple cron job (rm *.jpeg) to delete the graphs once a day. This doesn't happen because the jpegs are owned by nobody:nobody and are write protected. When I do the job manually I am always asked 'are... (3 Replies)
Discussion started by: RexJacobus
3 Replies

4. Shell Programming and Scripting

Creating graphs

Platform: solaris 9 x86 I want to be able to create excel like line graphs with basic input data and use it on a webpage or worst case so I can use it to insert to a document type of input file I would have, example below datainput.txt: date,requests,failures,success 20100501,80,10,70... (5 Replies)
Discussion started by: frustrated1
5 Replies

5. UNIX for Dummies Questions & Answers

Averaging 100 columns together line by line

Hi I have 100 xy graphs and need to average these together in a line by line fashion. The value of the x axis are the same. y differs e.g. taking only 2 graphs: graph 1 x y 1 3 2 5 3 7 4 9 5 11 graph 2 x y 1 4 2 6 3 10 (2 Replies)
Discussion started by: jenjen_mt
2 Replies

6. AIX

Memory utilization graph using RRDTool?

Has anyone ever seen one done? I recently setup lpar2rrd for a project i'm working on. Never noticed that lpar2rrd doesn't have the best memory usage graphs. It's only the whole system but I was wondering is there a way i can add in another webpage that pulls the data from the HMC to collect the... (2 Replies)
Discussion started by: vpundit
2 Replies

7. What is on Your Mind?

Cyberspace Situation Graphs - Cyberspace Situational Awareness

Hi. I've been very busy this month working on resurrecting my old projects related to "cyberspace situational awareness" (CSA) which began last month by surveying the downstream literature that referenced my papers in this area using Google Scholar and also ResearchGate and posting updates on my... (5 Replies)
Discussion started by: Neo
5 Replies