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

Search results for "module:Graph::Writer"

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::Writer::HTK - write a perl Graph out as an HTK lattice file River stage two • 13 direct dependents • 14 total dependents

This module will write a directed graph to a file in the HTK <http://htk.eng.cam.ac.uk> lattice format. The graph must be an instance of the Graph class....

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

Graph::Writer::Dot - write out directed graph in Dot format River stage two • 13 direct dependents • 14 total dependents

Graph::Writer::Dot is a class for writing out a directed graph in the file format used by the *dot* tool (part of the AT+T graphviz package). The graph must be an instance of the Graph class, which is actually a set of classes developed by Jarkko Hie...

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

Graph::Writer::VCG - write out directed graph in VCG format River stage two • 13 direct dependents • 14 total dependents

Graph::Writer::VCG is a class for writing out a directed graph in the file format used by the *VCG* tool, originally developed for Visualising Compiler Graphs. The graph must be an instance of the Graph class, which is actually a set of classes devel...

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

Graph::Writer::DSM - draw graph as a DSM matrix River stage one • 1 direct dependent • 1 total dependent

Write graph as a quadractic matrix N x N, where N is the number of vertices in the graph. It is useful to visualize graphs with at least 1k vertices. See more about DSM: <http://en.wikipedia.org/wiki/Design_structure_matrix>....

JOENIO/Graph-Writer-DSM-0.008 - 02 Feb 2018 19:55:28 UTC

Graph::Writer::XML - write out directed graph as XML River stage two • 13 direct dependents • 14 total dependents

Graph::Writer::XML is a class for writing out a directed graph in a simple XML format. The graph must be an instance of the Graph class, which is actually a set of classes developed by Jarkko Hietaniemi. The XML format is designed to support the Grap...

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

Task::Graph::Writer - Install the Graph::Writer modules. River stage zero No dependents

SKIM/Task-Graph-Writer-0.02 - 29 Sep 2015 09:54:08 UTC

Graph::Writer::DrGeo - Save the graph output DrGeo scheme script. River stage one • 1 direct dependent • 1 total dependent

Dr. Geo is a GTK interactive geometry software. It allows one to create geometric figure plus the interactive manipulation of such figure in respect with their geometric constraints. It is useable in teaching situation with students from primary or s...

GUGOD/Graph-Writer-DrGeo-0.01 - 18 Sep 2004 17:32:07 UTC

Graph::Writer::TGXML - write out directed graph as TouchGraph LinkBrowser XML River stage one • 1 direct dependent • 1 total dependent

Graph::Writer::TGXML is a class for writing out a directed graph in a format suitable for use with TouchGraph's LinkBrowser. The graph must be an instance of the Graph class, which is actually a set of classes developed by Jarkko Hietaniemi. The XML ...

JROBINSON/Graph-Writer-TGXML-0.03 - 10 Nov 2019 21:14:35 UTC

Graph::Writer::Graph6 - write Graph.pm in graph6, sparse6 or digraph6 format River stage one • 1 direct dependent • 1 total dependent

"Graph::Writer::Graph6" writes a "Graph.pm" graph to a file or file handle in graph6, sparse6 or digraph6 format. These formats are per <http://cs.anu.edu.au/~bdm/data/formats.txt> graph6 represents an undirected graph with no self-loops or multi-edg...

KRYDE/Graph-Graph6-9 - 27 Mar 2021 23:35:12 UTC

Graph::Writer::Sparse6 - write Graph.pm in sparse6 format River stage one • 1 direct dependent • 1 total dependent

"Graph::Writer::Sparse6" writes a "Graph.pm" graph to a file or file handle in sparse6 format. It is the same as my $writer = Graph::Writer::Graph6->new (format => 'sparse6'); See Graph::Writer::Graph6 for details....

KRYDE/Graph-Graph6-9 - 27 Mar 2021 23:35:12 UTC

Graph::Writer::daVinci - write out directed graph in daVinci format River stage two • 13 direct dependents • 14 total dependents

Graph::Writer::daVinci is a class for writing out a directed graph in the file format used by the *daVinci* tool. The graph must be an instance of the Graph class, which is actually a set of classes developed by Jarkko Hietaniemi....

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

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

Graph::Writer::Cytoscape - Write a directed graph out as Cytoscape competible input file River stage one • 1 direct dependent • 1 total dependent

Graph::Writer::Cytoscape is a class for writing out a directed graph as Cytoscape competible input file. The graph must be an instance of the Graph class, which is actually a set of classes developed by Jarkko Hietaniemi. The Cytoscape format is desi...

HSUREN/Graph-Writer-Cytoscape-1.00 - 16 May 2012 04:59:09 UTC

Graph::Writer::DSM::HTML - draw graph as a DSM matrix in HTML format River stage one • 1 direct dependent • 1 total dependent

See Graph::Writer::DSM....

JOENIO/Graph-Writer-DSM-0.008 - 02 Feb 2018 19:55:28 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

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::Graph6 - read and write graph6, sparse6, digraph6 format graphs River stage one • 1 direct dependent • 1 total dependent

This module reads and writes graph6, sparse6 and digraph6 files or strings as per <http://cs.anu.edu.au/~bdm/data/formats.txt> These formats represent a graph (a graph theory graph) with vertices numbered 0 to n-1 encoded into printable ASCII charact...

KRYDE/Graph-Graph6-9 - 27 Mar 2021 23:35:12 UTC

Graph::ReadWrite - modules for reading and writing directed graphs River stage two • 13 direct dependents • 14 total dependents

This module is a placeholder in the Graph-ReadWrite distribution, which is a collection of modules for reading and writing directed graphs. You don't use "Graph::ReadWrite", you use one of the reader or writer modules for a specific format: * Graph::...

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

Graph::SocialMap - Easy tool to create social network map River stage zero No dependents

This module implement a interesting graph application that is called the 'Social Relation Map'. It provides object-oriented way to retrieve many social information that can be found in this map. The "new()" constructor accepts one argument in the for...

GUGOD/Graph-SocialMap-0.13 - 16 Apr 2022 02:41:09 UTC
26 results (0.035 seconds)