-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Hiroya-W edited this page Jul 27, 2023
·
6 revisions
Welcome to the qulacs-visualizer wiki!
MPLCircuitDrawer.draw()
method takes debug
argument.
def draw(
self, *, debug: bool = False, filename: Optional[str] = None
) -> matplotlib.figure.Figure:
If debug
is True
, the axis can be displayed. This will help you in your debugging.