diagrams-graphviz: Graph layout and drawing with GrahpViz 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]

Downloads

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.10), containers (>=0.4 && <0.6), diagrams-lib (>=1.3 && <1.4), fgl (>=5.5 && <5.6), graphviz (>=2999.17 && <2999.19), split (>=0.2 && <0.3) [details]
License BSD-3-Clause
Copyright Brent Yorgey 2014,2015
Author Brent Yorgey
Maintainer byorgey@gmail.com
Category Graphics
Home page http://projects.haskell.org/diagrams/
Source repo head: git clone git://github.com/diagrams/diagrams-graphviz.git
Uploaded by BrentYorgey at 2016-07-13T16:33:58Z
Distributions NixOS:1.4.1.1
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 4533 total (28 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 2016-07-13 [all 1 reports]

Readme for diagrams-graphviz-1.3.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.