This module provides an interface to layout and image generation of directed and undirected graphs in a variety of formats (PostScript, PNG, etc.) using the "dot", "neato", "twopi", "circo" and "fdp" programs from the Graphviz project (http://www.gra...
RSAVAGE/GraphViz-2.24 - 27 Dec 2016 00:13:13 UTC - Search in distribution- GraphViz::No - subclass of GraphViz with no nodes
- GraphViz::XML - Visualise XML as a tree
- GraphViz::Regex - Visualise a regular expression
- 6 more results from GraphViz »
The GraphViz widget is derived from Tk::Canvas. It adds the ability to render graphs in the canvas. The graphs can be specified either using the DOT graph-description language, or using via a GraphViz or GraphViz2 object. When show() is called, the g...
ETJ/Tk-GraphViz-1.10 - 13 Jan 2021 04:13:01 UTC - Search in distribution- lib/Tk/GraphViz/parseRecordLabel.pm
- tkgraphviz - visualise graphviz files with Tk
This module constructs a graph for a database showing tables and connecting them if they are related. While or after constructing the object, pass an open database handle, then call "graph_tables" to determine database metadata and construct a GraphV...
TEEJAY/GraphViz-DBI-0.02 - 29 Mar 2003 17:43:26 UTC - Search in distributionThis class constructs a graph showing the @ISA hierarchy (note: not object hierarchies) from a package name or a blessed scalar. The methods described here are defined by this class; all other method calls are passed to the underlying GraphViz object...
MARCEL/GraphViz-ISA-1.100860 - 27 Mar 2010 22:50:11 UTC - Search in distributionGraphviz::DSL is Perl version of Ruby gem *Gviz*. This module provide DSL for generating DOT file(and image if you install Graphviz dot command). Outputted DOT file may be similar to your DSL, because Graphviz::DSL try to keep objects order in DSL(Or...
SYOHEX/Graphviz-DSL-0.03 - 04 Jun 2013 13:47:51 UTC - Search in distributionSKIM/PYX-GraphViz-0.04 - 13 Oct 2015 13:24:00 UTC - Search in distribution
This module provides an interface to layout and image generation of directed and undirected graphs in a variety of formats (PostScript, PNG, etc.) using the "dot", "neato", "twopi", "circo" and "fdp" programs from the GraphViz project (http://www.gra...
NKH/PerlBuildSystem-0.44 - 12 May 2008 18:34:09 UTC - Search in distributionGraphViz::Mail takes a Mail::Thread::Container and generates a graph of the thread....
SIMONW/GraphViz-Mail-0.1 - 11 Dec 2003 15:52:40 UTC - Search in distributionPerl interface to graphing hosts in BIND zone files....
CHRIS/GraphViz-Zone-0.01 - 13 Jan 2002 14:03:14 UTC - Search in distributionMADSKILL/QBit-GraphViz-0.003 - 07 Dec 2016 19:21:41 UTC - Search in distribution
RENE/GraphViz-Graph-0.03 - 19 Jul 2017 08:42:42 UTC - Search in distribution
GraphViz::Makefile uses the GraphViz2 and Make modules to visualize Makefile dependencies. METHODS new($graphviz, $makefile, $prefix, %args) Create a "GraphViz::Makefile" object. The first argument should be a "GraphViz2" object or "undef". The secon...
ETJ/GraphViz-Makefile-1.20 - 24 Dec 2020 01:03:46 UTC - Search in distribution- tkgvizmakefile - create Tk graphs from Makefiles
This module uses Makefile::Parser to render user's Makefiles via the amazing GraphViz module. Before I decided to write this thing, there had been already a CPAN module named GraphViz::Makefile which did the same thing. However, the pictures generate...
AGENT/Makefile-GraphViz-0.21 - 08 Dec 2014 03:44:08 UTC - Search in distribution- gvmake - A make tool that generates pretty graphs from Makefiles
GraphViz can be used to produce good-looking network graphs. Wrapping with Gtk2 allows those images to respond to events such as "mouse-over", "clicked" etc. By implementing callbacks to the respective "signals", you can create fairly interactive net...
OFEYAIKON/Gtk2-Ex-GraphViz-0.01 - 28 Oct 2005 22:17:27 UTC - Search in distributionSKIM/Map-Tube-GraphViz-0.07 - 03 Nov 2020 13:05:35 UTC - Search in distribution
- Map::Tube::GraphViz::Utils - Utilities for Map::Tube::GraphViz module.
GraphViz::ISA::Multi visualizes the ISA relations between multiple modules. It is a addition to GraphViz::ISA, which can only show the ISA tree of one module....
MARCUS/GraphViz-ISA-Multi-0.02 - 07 Oct 2003 14:49:49 UTC - Search in distributionThis is a subclass of GraphViz::DBI. It can be used to generate a graph of foreign key relationships between the tables of a database, given a database handle (and perhaps a schema name and/or a catalog name). It should work for any database with a d...
DOOM/GraphViz-DBI-General-0.1 - 07 Apr 2005 00:25:49 UTC - Search in distributionMuster::Hook::GraphViz directed graphs with graphviz. This supports a subset of the IkiWiki plugin's functionality....
RUBYKAT/Muster-0.62 - 11 Oct 2017 20:46:34 UTC - Search in distributionGraph::Writer::GraphViz is a class for writing out a Graph object with GraphViz module. All GraphViz formats should be supported without a problem....
GUGOD/Graph-Writer-GraphViz-0.11 - 16 Oct 2011 04:52:17 UTC - Search in distributionThis is the Catalyst view class for GraphViz. Your application subclass should inherit from this class. This plugin renders the GraphViz object specified in "$c->stash->{graphviz}->{graph}" into the "$c->stash->{graphviz}->{format}" (one of e.g. png ...
JOHANL/Catalyst-View-GraphViz-0.05 - 17 Nov 2005 22:45:38 UTC - Search in distribution- Catalyst::Helper::View::GraphViz - Helper for GraphViz Views
- Catalyst::Helper::View::GraphView - Helper for GraphView Views