We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78fdd17 commit 574a486Copy full SHA for 574a486
pymc/model_graph.py
@@ -463,10 +463,7 @@ def make_graph(
463
node_formatters = node_formatters or {}
464
node_formatters = update_node_formatters(node_formatters)
465
466
- graph = graphviz.Digraph(name)
467
- if graph_attrs is not None:
468
- graph.attr(**graph_attrs)
469
-
+ graph = graphviz.Digraph(name, graph_attr=graph_attrs)
470
for plate in plates:
471
if plate.dim_info:
472
# must be preceded by 'cluster' to get a box around it
0 commit comments