A simple tool for graph vizualization
Difference between en7 and en8, changed 0 character(s)
Hi there!↵

I've made a [simple tool for graph vizualization](http://mxwell.github.io/draw-graph/), that might be helpful in problems solving. The idea was to make something that could be used as easy as just copy-paste from input examples into the tool.↵

It's built on top of Google's Image Charts. Though service is [deprecated](https://developers.google.com/chart/image/?hl=en) currently, it works fine. Thanks to Google.↵

**How to use**: one of common ways to represent a graph is edges, described on separate lines with their endpoints and possibly some label (weight, cost, etc).↵

So all you need is to input these lines into the text area and press the button. Try it with these lines:↵

```↵
1 3 10↵
2 4 11↵
5 4 10↵
3 5 12↵
1 6 10↵
6 5 12↵
```↵

Is that easy?↵

You can also:↵

- comment out some lines with `#`;↵
- set checkbox to ignore the first line, that usually contains number of nodes or some other data;↵
- not show labels;↵
- plot a directed graph;↵
- **UPD** share link to a plotted graph, like [this](http://mxwell.github.io/draw-graph/?q=digraph%7B1-%3E2;1-%3E3;1-%3E4;2-%3E3;3-%3E4;4-%3E2;4-%3E5%7D).↵

*Thanks to [user:homo_sapiens,2015-11-24] for review of the tool.*

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en8 English MuratKhayrulin 2015-11-26 08:09:19 0 (published)
ru4 Russian MuratKhayrulin 2015-11-26 08:08:40 151 Мелкая правка: 'ер, [так](mxwell.git' -
en7 English MuratKhayrulin 2015-11-26 08:05:22 8
en6 English MuratKhayrulin 2015-11-25 07:11:45 152 Tiny change: 'graph;\n- ( **added 2015/11/25** ) share lin' - (saved to drafts)
en5 English MuratKhayrulin 2015-11-24 09:05:39 0 (published)
ru3 Russian MuratKhayrulin 2015-11-24 09:02:16 3
ru2 Russian MuratKhayrulin 2015-11-24 09:00:51 78
en4 English MuratKhayrulin 2015-11-24 08:59:29 13 Tiny change: 'he tool.\n\n\n[cut]\n\' -
en3 English MuratKhayrulin 2015-11-24 08:58:40 4 Tiny change: ' tool.\n\n[cut]\n\nIt's b' -> ' tool.\n\n\n[cut]\n\n\nIt's b'
ru1 Russian MuratKhayrulin 2015-11-24 08:56:58 1169 Первая редакция перевода на Русский
en2 English MuratKhayrulin 2015-11-24 08:54:41 25 Tiny change: 'for reviewing of the to' -> 'for review of the to'
en1 English MuratKhayrulin 2015-11-24 08:40:10 1088 Initial revision (saved to drafts)