Clearer output format params in `QuantumCircuit.draw` (#8120)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
Niko Savola 2022-05-30 17:54:14 +03:00 committed by GitHub
parent 081d8d700b
commit b8cb9573b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1736,7 +1736,7 @@ class QuantumCircuit:
**text**: ASCII art TextDrawing that can be printed in the console.
**matplotlib**: images with color rendered purely in Python.
**mpl**: images with color rendered purely in Python using matplotlib.
**latex**: high-quality images compiled via latex.