Graphical GUI for Graphviz on Mac?

5

2

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.

I would rather not code graphs by hand.

Does anyone know of anything--preferably free?

Chad Johnson

Posted 2009-11-28T20:18:26.127

Reputation: 382

Answers

7

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

Tyler

Posted 2009-11-28T20:18:26.127

Reputation: 4 203

+1 Dia can export Dot. Even though it is 'attributed' dot, it's an excellent suggestion. – DaveParillo – 2009-11-28T21:56:19.033

Oops...yeah, I meant pixelglow.com Yeah, I want something simple, like the iPhone app. Omnigraffe is too much, and it's too expensive for my needs. – Chad Johnson – 2009-11-28T23:32:26.203

1

Graphviz comes with dotty. It's not included in the Mac Version?

DaveParillo

Posted 2009-11-28T20:18:26.127

Reputation: 13 402

I tried it, but all I can do is draw ellipses. Unless I am missing something, it is useless. I can't draw other shapes, and I can't connect shapes with lines. – Chad Johnson – 2009-11-28T23:27:42.330

You can. Check out the dotty guide: http://www.graphviz.org/Documentation/dottyguide.pdf. But based on your experience so far, I would go with a simpler tool that can export dot, such as Dia.

– DaveParillo – 2009-11-28T23:47:22.197

Get Dia from darwin ports: http://dia.darwinports.com/

– DaveParillo – 2009-11-28T23:51:52.157

0

I really like Leonhard - but I've always found it difficult to find the app again. Hopefully putting the link here will help!

Sam Starling

Posted 2009-11-28T20:18:26.127

Reputation: 101

-1

Graph Galaxy is a modern WYSIWYG editor for Graphviz.

You can use it to create a large graph without writing any source code. It has an intuitive and efficient user interface. One of the most powerful features is that it implements a full-featured attribute system to support the cascading style. That means it's easy to set the default attributes for graph components.

tang3w

Posted 2009-11-28T20:18:26.127

Reputation: 1