Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • Interesting. Is the generated graph readable for 1500 functions? Commented Feb 15, 2012 at 11:22
  • The deal is that actually I need to compare two graphs from two different versions of software, so there is no aim to read/understand the whole graph, I need only some paths and I know where I should look for them. OTOH, generation png image takes about 5 minutes on my Core i7-2600 3.4GHz / 8 Gb DDR3 an resulting file's size is 23 MBytes. Not all image viewers can handle it fast and correctly (perfect stress-test IMO :) )
    – maverik
    Commented Feb 15, 2012 at 14:44
  • 1
    are we supposed to actually type in the -T<type> ? or do we replace <type> with something?
    – nmz787
    Commented Oct 24, 2017 at 19:27
  • 3
    @nmz787 yes you need to specify the type. e.g. dot -Tsvg dotfile.dot -o graphfile.svg. You can also use pdf or png amongst others.
    – Wodin
    Commented Feb 24, 2018 at 7:55