Note that there are some explanatory texts on larger screens.

plurals
  1. POMultigraphs with javascript
    primarykey
    data
    text
    <p>First of all look at <a href="https://stackoverflow.com/questions/7034/graph-visualization-code-in-javascript">this</a> question.</p> <p>None of those libraries support <a href="http://en.wikipedia.org/wiki/Multigraph" rel="nofollow noreferrer">Multigraphs</a> (or Pseudographs ). I mean I can't generate graphs like this:</p> <p><img src="https://i.stack.imgur.com/gc2MY.png" alt="Some Multigraph"></p> <p>Is there any jQuery plugin (or javascript library) out there for this purpose ?</p> <p>I thought i can use <a href="http://products.wolframalpha.com/api/" rel="nofollow noreferrer">WolframAlpha's API</a> and use its images, something like <a href="http://www.wolframalpha.com/input/?i=1-%3E2%202-%3E3%203-%3E4%204-%3E5%201-%3E6%202-%3E6%202-%3E6%202-%3E6%201-%3E2%203-%3E3%203-%3E6%204-%3E4%20graph" rel="nofollow noreferrer">this</a>:</p> <p><img src="https://i.stack.imgur.com/Wbzsh.gif" alt="enter image description here"></p> <p>but it have lots of problem:</p> <p>1- I can't move nodes or add remove edges interactively.</p> <p>2- Only 2000 API calls per month. Not enough.</p> <p>3- I can't produce large or intermediate graphs.</p> <p>4- Its really ugly !</p> <p>Please help me if you know some javascript library in order to draw Multigraphs, or anyway to produce such graphs. ( something like <a href="http://www.graphdracula.net/" rel="nofollow noreferrer">Dracula Graph Library</a> but with ability to draw Multigraphs ).</p> <p>BTW, I don't want to use Adobe Flash instead of javascript anymore.( any other solutions are acceptable for me )</p> <p>Thanks in advance.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload