vatsal's blog

By vatsal, history, 7 years ago, In English

I always wondered if there was a program to draw the graph given the input of the graph just like the input given in graph problems. My friend introduced me to Graphviz and showed me how it draws the graph given the input after some tweaking and scripting. Does anyone know how to do the same on Ubuntu 32 bit system? I am facing problems reproducing the script,etc as he uses Windows.

UPD: I have now solved the problem. It was something with the files. Thank you for your kind support.

  • Vote: I like it
  • +17
  • Vote: I do not like it

| Write comment?
»
7 years ago, # |
  Vote: I like it +27 Vote: I do not like it

I usually use the tool from csacademy to draw graphs. It's simple to use and more powerful than any other I could find (like it can even automatically draw the graph in form of a rooted tree).

»
7 years ago, # |
  Vote: I like it +3 Vote: I do not like it

Graphviz works great on Linux. What problems are you having?