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

Search results for "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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution
  • gvmake - A make tool that generates pretty graphs from Makefiles

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

GraphViz::DBI::General - graph table relationships from a DBI handle River stage zero No dependents

This 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 distribution

Muster::Hook::GraphViz - Muster graph directive using GraphViz. River stage zero No dependents

Muster::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 distribution

Graph::Writer::GraphViz - GraphViz Writer for Graph object River stage one • 1 direct dependent • 1 total dependent

Graph::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.12 - 12 Apr 2022 14:57:39 UTC - Search in distribution

Catalyst::View::GraphViz - GraphViz View Class River stage zero No dependents

This 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
177 results (0.075 seconds)