Home » Questions » Computers [ Ask a new question ]

Graphical GUI for Graphviz on Mac?

Graphical GUI for Graphviz on Mac?

I installed the Graphviz GUI from pixelglow.com, but it appears to only be a viewer for .dot Graphviz files. I am looking for a graphical editor, where I can create diagrams by pointing and clicking--just like the iPhone app Instaviz.

Asked by: Guest | Views: 145
Total answers/comments: 2
Guest [Entry]

"I assume you mean pixelglow.com which is a nice implementation of graphviz, I believe it includes dotty. If dot writing isn't actually a requirement you might check out the following:

Omnigraffle is by far the best app on the Mac for making graphs but it cannot export back to dot, and is not free (but does have a 20 object free limitation).

Gliffy is also nice (webapp).

You can also try getting Dia from fink but YMMV"
Guest [Entry]

"What you need is graphviz-visual-editor:
git clone github.com/magjac/graphviz-visual-editor
cd graphviz-visual-editor
npm install
make
npm run start"