Graphviz v0.20 Release Notes

  • Add keyword-only neato_no_op argument to .render(), .pipe(), and stand-alone graphviz.render() and graphviz.pipe().

    ๐Ÿ— When building a Graph or Digraph, warn about an expected DOT syntax error in rendering when passing a string that ends with an odd number of backslashes (e.g. invalid dot.node('spam', label='\\') instead of correct ..., label=r'\\' for a node labled as a backslash).

    ๐Ÿ“š Increase visibility of graphviz.escape() in the documentation.