osx - Is there any good IDE or WYSIWYG editor for graphviz? -


In fact, I downloaded the GUI for the graphite (do not remember the site), who said that he had won the Apple Design Award. But this tool really displays only * .dot file that I created. Bus. It's just called "graphwiz" ... I think there are better tools to use graphic tech.

I tried this one:

Although they say that they won an applet design award, I can not really see any special GUI there in a very bad interface. In the current version of Graphviz.app, the "external editor" button is not shown above - or render / p>

I downloaded from 'graphviz-2.27.20101110.0545.pkg'. Note that there are several places to download various things which are called Graphviz themselves:

  • Use the first one , I chose the most recent development snapshot - with a glance at the mailing lists that it is still very active, which you will not be able to know from pixelogala sites, which is still the "content is coming soon" message since 2004 .

    Anyway, when 2.27 has started, it throws an "open" dialogue. Opening a .dot file will show a graph, but canceling will not reduce anything on the menu bar. Do not be disappointed, make a file with the text

      graph graphname {}  

    and call it something.Dot.

    Open in Grapeways, and you get a GUI with an empty graph:

    alt text

    Type some more text in the file, such as:

      article graphname {a - b - c - d - - A; AC; B - D; }  

    Graphviz window updates automatically when you save it to show:

    There are many options in the" Attributes "toolbox, but it appears that they want you to edit the source with your own hands. I like the "Add Top" and "Add Edge" button, and the ability to move around the corner, but it is not, apparently

    So, apparently, the WYSIWYG editor is your favorite text editor on one side of the screen, and graphwizard on the other, as far as an IDE goes, it looks like the best thing available right The printout for the DOT format is not the idea of ​​all the WYSIWYG editors or IDEs, but it probably works for active users.


    Comments

    Popular posts from this blog

    python - Overriding the save method in Django ModelForm -

    html - CSS autoheight, but fit content to height of div -

    qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -