convert dot file to png

Developer from somewhere

Problem: have a dot file I’d like to view as a png.

Solution: found here

  • install graphviz
brew install graphviz
  • generate png:
dot -Tpng DocName.dot -o DocName.png