graphonline
graphonline copied to clipboard
This is source code of graphonline service. Graphonline helps visualize graph and applies a lot of algorithms.
Feature request: It would be really helpful to be a be able to apply arbitrary styles to vertices and edges, rather than only having selected/common states. For example, when trying...
the coloring feature sometimes makes errors. I have a three colorable graph which it says is four colorable: The adjacency matrix is here if you want to try it yourself:...
GET http:///tmp/saved/XX/XXXXX.png 404 (Not Found) actualy in my case path need to be http:///**graph**/tmp/saved/XX/XXXXX.png I do not know if it is correct post all errors with common reason?
Hi! I'm a musician doing a musical investigation on the circle of fifth and I'm new to graphonline. I want to make new nodes from crossing edges. Is it possible...
I get 404 error when I try to change language In my case gragh deployed in subdir graph And page that I have 404 error has URL http:///graph/en/graph
I used Graph online for the first time today and first of all congratulations for the tool! I tried some of the exporting/saving methods and I noticed that for one...
I would be super useful if the adjacency matrix input would have a checkbox that is enabled for a square matrix that allows to enable directed graph support.
[GraphML edges](http://graphml.graphdrawing.org/specification/xsd.html#element-edge) are directed depending on edge attribute `directed` set to graph attribute `edgedefault` by default. Graphonline uses edge attribute `isDirect` instead and ignores graph attribute `edgedefault`. To maintain backwards...