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

Search results for "module:Graph::Simple"

Graph::Simple - simple and intuitive interface for manipulating graph River stage zero No dependents

In computer science, a graph is an abstract data type that is meant to implement the graph and hypergraph concepts from mathematics. A graph data structure consists of a finite (and possibly mutable) set of ordered pairs, called *edges*, of certain e...

SUKRIA/Graph-Simple-0.04 - 14 Sep 2013 09:42:17 UTC

ODO::Graph::Simple - Simple graph implementation River stage one • 1 direct dependent • 1 total dependent

This a very simple implementation of ODO's graph inteface (see ODO::Graph) that defers to the underlying storage mechanism to execute the caller's request....

EKAWAS/PLUTO-0.30 - 12 May 2011 23:49:49 UTC

R::YapRI::Graph::Simple - A module to create simple graphs using R through R::YapRI::Base River stage zero No dependents

This module is a wrapper of R::YapRI::Base to create simple graphs using R, with the following features: 1) It loads the data from Perl to R using R::YapRI::Data::Matrix. 2) It works with blocks, so it can define a block in the beginning of the modul...

BOMBARELY/R-YapRI-0.09 - 22 Mar 2016 17:46:27 UTC

Text::Graph - Perl module for generating simple text-based graphs. River stage zero No dependents

Some data is easier to analyze graphically than in its raw form. In many cases, however, a full-blown multicolor graphic representation is overkill. In these cases, a simple graph can provide an appropriate graphical representation. The Text::Graph m...

GWADEJ/Text-Graph-0.83 - 25 Dec 2014 00:29:17 UTC

Graph::XGMML - Simple Graph.pm-like interface for generating XGMML graphs River stage one • 1 direct dependent • 2 total dependents

To produce useful diagrams on extremely large graphs, sometimes it is necesary to move beyond simple graphing tools to applications specifically designed for rendering very large graphs, many of which were designed for biology applications (such as m...

ADAMK/Graph-XGMML-0.01 - 10 Aug 2009 12:22:31 UTC

GD::Graph - Graph Plotting Module for Perl 5 River stage two • 31 direct dependents • 34 total dependents

GD::Graph is a *perl5* module to create charts using the GD module. The following classes for graphs with axes are defined: "GD::Graph::lines" Create a line chart. "GD::Graph::bars" and "GD::Graph::hbars" Create a bar chart with vertical or horizonta...

BPS/GDGraph-1.56 - 13 Jan 2023 13:28:32 UTC

ODO::Graph - Base methods for a graph object River stage one • 1 direct dependent • 1 total dependent

Base graph object that defines the graph interface....

EKAWAS/PLUTO-0.30 - 12 May 2011 23:49:49 UTC

Graph::Line - generate line graphs River stage zero No dependents

Graph::Line generates line graphs for Graph::Undirected objects. Constructor "new" is the only overridden method, constructing (nondestructively) a line graph for input graph. Both simple and multiedged graphs are supported. Constructor "new" accepts...

MERKYS/Graph-Line-0.1.0 - 05 Feb 2021 13:25:21 UTC

GOBO::Graph River stage zero No dependents

A collection of inter-related GOBO::Node objects. With a simple ontology these are typically GOBO::TermNode objects, although other graphs e.g. instance graphs are possible. This module deliberately omits any kind of graph traversal functionality. Th...

CMUNGALL/GOBO-0.03 - 17 Aug 2009 18:03:10 UTC

Mail::Graph - draw graphical stats for mails/spams River stage zero No dependents

This module parses mailbox files in either compressed or uncompressed form and then generates pretty statistics and graphs about them. Although at first developed to do spam statistics, it works just fine for normal mail. File Format The module reads...

TELS/Mail-Graph-0.14 - 04 Jan 2004 13:27:51 UTC

Graph::Easy - Convert or render graphs (as ASCII, HTML, SVG or via Graphviz) River stage two • 24 direct dependents • 27 total dependents

"Graph::Easy" lets you generate graphs consisting of various shaped nodes connected by edges (with optional labels). It can read and write graphs in a variety of formats, as well as render them via its own grid-based layouter. Since the layouter work...

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Maker - Create many types of graphs River stage one • 1 direct dependent • 1 total dependent

BATZ/Graph-Maker-0.02 - 21 May 2008 22:47:07 UTC

Devel::Graph - Turn Perl code into a graphical flowchart River stage zero No dependents

This module decomposes Perl code into blocks and generates a Graph::Flowchart object out of these. The resulting object represents the code in a flowchart manner and it can return an Graph::Easy object. This in turn can be converted it into all outpu...

TELS/Devel-Graph-0.12 - 15 Dec 2007 13:55:07 UTC

Boost::Graph - Perl interface to the Boost-Graph C++ libraries. River stage zero No dependents

Boost::Graph is a perl interface to the Boost-Graph C++ libraries that offer many efficient and peer reviewed algorithms....

DBURDICK/Boost-Graph-1.4 - 11 Jul 2007 18:07:27 UTC

Graph::Writer - base class for Graph file format writers River stage two • 13 direct dependents • 14 total dependents

Graph::Writer is a base class for Graph file format writers. A particular subclass of Graph::Writer will handle a specific file format, and generate a Graph, represented using Jarkko Hietaniemi's Graph class. You should never create an instance of th...

NEILB/Graph-ReadWrite-2.10 - 27 Mar 2021 17:31:55 UTC

Graph::Reader - base class for Graph file format readers River stage two • 13 direct dependents • 14 total dependents

Graph::Reader is a base class for Graph file format readers. A particular subclass of Graph::Reader will handle a specific file format, and generate a Graph, represented using Jarkko Hietaniemi's Graph class. You should never create an instance of th...

NEILB/Graph-ReadWrite-2.10 - 27 Mar 2021 17:31:55 UTC

Graph::Regexp - Create graphical flowchart from a regular expression River stage zero No dependents

This module takes the debug dump of a regular expression (regexp) as generated by Perl itself, and creates a flowchart from it as a Graph::Easy object. This in turn can be converted it into all output formats currently supported by "Graph::Easy", nam...

TELS/Graph-Regexp-0.05 - 13 Apr 2008 20:00:03 UTC

Imager::Graph - Perl extension for producing Graphs using the Imager library. River stage one • 2 direct dependents • 2 total dependents

Imager::Graph provides style information to its base classes. It defines the colors, text display information and fills based on both built-in styles and modifications supplied by the user to the draw() method. POD ERRORS Hey! The above document had ...

TONYC/Imager-Graph-0.12 - 12 May 2015 08:41:33 UTC

Graph::Convert - Convert between graph formats: Graph and Graph::Easy River stage one • 1 direct dependent • 1 total dependent

"Graph::Convert" lets you convert graphs between the graph formats from Graph and Graph::Easy. It takes a graph object in either format, and converts it to the desired output format. It handles simple graphs (directed or undirected) as well as multi-...

TELS/Graph-Convert-0.09 - 19 Nov 2007 17:50:37 UTC

Graph::Dijkstra - Dijkstra computations with methods to input/output graph datasets from/to supported file formats River stage zero No dependents

Efficient implementation of Dijkstras shortest path algorithm in Perl using a Minimum Priority Queue (Array::Heap::ModifiablePriorityQueue**). Computation methods. farthestNode() Shortest path to farthest node from an origin node shortestPath() Short...

DDALLEN/Graph-Dijkstra-0.70 - 14 Mar 2016 13:13:05 UTC
62 results (0.043 seconds)