You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diagrams-builder-cairo: scale by zero! Halp!
CallStack (from HasCallStack):
error, called at src/Diagrams/Core/Transform.hs:425:11 in diagrams-core-1.4.1.1-K28WMLqu11XFyUMvGB0HVd:Diagrams.Core.Transform
Random graph from graph-generators.
import Diagrams.TwoD.GraphViz
import Data.Graph.Generators.Random.BarabasiAlbert
import Data.Graph.Generators.FGL
import Data.GraphViz
import Data.GraphViz.Commands
g = barabasiAlbertGraph' 10 2
dia = g >>= (simpleGraphDiagram Neato . graphInfoToUGr)
The text was updated successfully, but these errors were encountered:
Running this code through diagram-builder gives
Random graph from
graph-generators
.The text was updated successfully, but these errors were encountered: