diagrams-graphviz: Graph layout and drawing with GraphViz and diagrams

[ bsd3, graphics, library ] [ Propose Tags ]

Use GraphViz and diagrams together, with each doing what it does best: GraphViz for laying out graphs, and diagrams for drawing them.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.3.0.0, 1.3.0.1, 1.3.1, 1.4, 1.4.1, 1.4.1.1
Change log CHANGES.markdown
Dependencies base (>=4.6 && <4.20), containers (>=0.4 && <0.7), diagrams-lib (>=1.3 && <1.5), fgl (>=5.5 && <5.9), graphviz (>=2999.17 && <2999.21), split (>=0.2 && <0.3) [details]
License BSD-3-Clause
Copyright Brent Yorgey 2014,2015
Author Brent Yorgey
Maintainer byorgey@gmail.com
Revised Revision 5 made by BrentYorgey at 2024-01-26T17:57:55Z
Category Graphics
Home page https://diagrams.github.io/
Source repo head: git clone git://github.com/diagrams/diagrams-graphviz.git
Uploaded by BrentYorgey at 2020-02-18T22:06:44Z
Distributions NixOS:1.4.1.1
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 4543 total (21 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-02-18 [all 1 reports]

Readme for diagrams-graphviz-1.4.1.1

[back to package description]

Use GraphViz and diagrams together, with each doing what it does best: GraphViz for laying out graphs, and diagrams for drawing them.

Makes use of the excellent graphviz package for doing the actual communication with graphviz. So this package is actually little more than some glue code that makes it a bit easier to interface diagrams and the graphviz package.