The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:graphviz"

GraphViz - Interface to AT&T's GraphViz. Deprecated. See GraphViz2 River stage two • 29 direct dependents • 40 total dependents

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...

ETJ/GraphViz-2.26 - 03 Mar 2023 18:32:44 UTC

Tk::GraphViz - Render an interactive GraphViz graph River stage zero No dependents

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

GraphViz::No - subclass of GraphViz with no nodes River stage two • 29 direct dependents • 40 total dependents

Graphs produced by GraphViz are occasionally huge, making it hard to observe the structure. This subclass removes the nodes, so that only the edges are visible. This allows the structure to stand out....

ETJ/GraphViz-2.26 - 03 Mar 2023 18:32:44 UTC

PYX::GraphViz - GraphViz output for PYX handling. River stage one • 1 direct dependent • 1 total dependent

SKIM/PYX-GraphViz-0.06 - 19 Oct 2023 08:17:21 UTC

GraphViz::DBI - graph database tables and relations River stage one • 3 direct dependents • 3 total dependents

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

Graphviz::DSL - Graphviz Perl interface with DSL River stage zero No dependents

Graphviz::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

PBS::GraphViz - Interface to the GraphViz graphing tool River stage zero No dependents

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

GraphViz::XML - Visualise XML as a tree River stage two • 29 direct dependents • 40 total dependents

This module makes it easy to visualise XML as a tree. XML is hard for humans to grasp, especially if the XML is computer-generated. This modules aims to visualise the XML as a graph in order to make the structure of the XML clear and to aid in unders...

ETJ/GraphViz-2.26 - 03 Mar 2023 18:32:44 UTC

GraphViz::ISA - Graphing class hierarchies at run-time River stage zero No dependents

This 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

QBit::GraphViz - QBit wrapper on Graphviz. River stage one • 1 direct dependent • 3 total dependents

MADSKILL/QBit-GraphViz-0.003 - 07 Dec 2016 19:21:41 UTC

GraphViz::Mail - visualise a Mail thread as a tree River stage zero No dependents

GraphViz::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

GraphViz::Zone - Perl interface to graphing hosts in BIND zone files. River stage zero No dependents

Perl interface to graphing hosts in BIND zone files....

CHRIS/GraphViz-Zone-0.01 - 13 Jan 2002 14:03:14 UTC

GraphViz::Small - subclass of GraphViz with small nodes River stage two • 29 direct dependents • 40 total dependents

Graphs produced by GraphViz are occasionally huge, making it hard to observe the structure. This subclass simply makes the nodes small and empty, allowing the structure to stand out....

ETJ/GraphViz-2.26 - 03 Mar 2023 18:32:44 UTC

GraphViz::Graph - Object Oriented interface to graphviz. River stage one • 1 direct dependent • 1 total dependent

RENE/GraphViz-Graph-0.03 - 19 Jul 2017 08:42:42 UTC

GraphViz::Regex - Visualise a regular expression River stage two • 29 direct dependents • 40 total dependents

This module attempts to visualise a Perl regular expression. Understanding regular expressions is tricky at the best of times, and regexess almost always evolve in ways unforseen at the start. This module aims to visualise a regex as a graph in order...

ETJ/GraphViz-2.26 - 03 Mar 2023 18:32:44 UTC

GraphViz::Makefile - Create Makefile graphs using GraphViz River stage zero No dependents

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

Makefile::GraphViz - Draw building flowcharts from Makefiles using GraphViz River stage zero No dependents

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

Gtk2::Ex::GraphViz - A Gtk2 wrapper to the GraphViz.pm module. River stage zero No dependents

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

Map::Tube::GraphViz - GraphViz output for Map::Tube. River stage one • 1 direct dependent • 1 total dependent

SKIM/Map-Tube-GraphViz-0.07 - 03 Nov 2020 13:05:35 UTC

GraphViz::ISA::Multi - Display ISA relations between modules River stage zero No dependents

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
65 results (0.016 seconds)