We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1686815 commit d5c878bCopy full SHA for d5c878b
qiskit/visualization/dag_visualization.py
@@ -81,7 +81,7 @@ def dag_drawer(dag, scale=0.7, filename=None, style="color"):
81
``rustworkx`` package to draw the DAG.
82
83
Args:
84
- dag (DAGCircuit): The dag to draw.
+ dag (DAGCircuit or DAGDependency): The dag to draw.
85
scale (float): scaling factor
86
filename (str): file path to save image to (format inferred from name)
87
style (str): 'plain': B&W graph
0 commit comments