Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

Can you do this on the command line with regular graphviz?


sort by: page size:

Not with graphviz but it calls to a Perl package called graph-easy which provides a command-line utility. So you could install and use that.

This uses Graphviz

like graphviz does

I'm using graphviz for that.

Can I use this to do some of what Graphviz does?

Because I like Graphviz but the results are never beautiful.


If graphviz (per rlw101's comment) doesn't work,

maybe pic? (from groff)

or a few macros (maybe m4) and fig? (with fig2dev)


Part of the GraphViz package.

It you have the data, it can be accomplished pretty easily with Graphviz, an open source graphing tool.

GraphViz?

See graphviz

Graphviz is a solid tool for this sort of thing

Oh cool, didn't know it could do that so easily. GraphViz is really something.

I built a tool for generating graphviz graphs at http://dottask.mattboehm.rocks .

Once you get used to the controls, it's very quick and has a ton of useful features (including export to dot so that you can further customize things.)


I've seen DOT/GraphViz before, but I think its complexity put me off a bit. I'll give it another shot.

The other tools have promise as well.


Wow, looks useful online extension of Graphviz.. Thanks for sharing :)

that's it, thank you! i suppose graphviz will have this eventually

Yes it does. I often use draw.io. I've heard of graphviz but never looked into it. I found the original comment very useful because now I know:

- draw.io and graphviz have similar use cases (otherwise it wouldn't have been mentioned)

- Both have VS code plugins

- graphviz is a more structured language

- graphviz is more mature

- graphviz can be used from command line


As far as I know, yes. Or use the wasm version of graphviz.

I use graphviz, https://github.com/anaynayak/aws-security-viz, and xdot.py somewhat regularly to mechanically generate pretty graphs of things like connectivity between EC2 security groups.

It's wonderful and I love being able to use my $EDITOR / awk / sed / etc to manipulate the results.

next

Legal | privacy