vijual icon indicating copy to clipboard operation
vijual copied to clipboard

Graph Layout Library For Clojure

Results 7 vijual issues
Sort by recently updated
recently updated
newest added

Upgrading to Clojure 1.8 Took out deprecated clojure-contrib in favor of math.numeric-tower Took out deprecated seq-utils and reimplemented positions in terms of map-indexed

Hello, I used your library a bit in the past and wanted to use it again in a small personal project. Here are my changes for Clojure 1.2 compatibility (I...

I see there is a fork which is up to date. Do you accept patches?

(draw-directed-graph [ [1 2] [2 1] ]) shows two arrows from 1 to 2 rather than an arrow from 1 to 2 and one from 2 to 1 (or a...

I just stumbled over some drawing-problems in massive graphs. Under the following links, you can find the two issues and the whole image: http://www.abload.de/img/screenshot2010-01-24atguiz.png http://www.abload.de/img/screenshot2010-01-24atl5wm.png http://www.abload.de/img/foozut4.png I don't know if...

The app looks realy cool, but only god knows how to get it to work!