Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mpl failure when no label #4610

Closed
ajavadia opened this issue Jun 24, 2020 · 1 comment
Closed

mpl failure when no label #4610

ajavadia opened this issue Jun 24, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@ajavadia
Copy link
Member

Simple matplotlib drawer fails due to labels:

from qiskit.circuit.library import QuantumVolume
qv = QuantumVolume(6, 6, seed=1)
qv.draw('mpl')

AttributeError: 'Instruction' object has no attribute 'label'

@ajavadia ajavadia added the bug Something isn't working label Jun 24, 2020
@Cryoris
Copy link
Contributor

Cryoris commented Jun 24, 2020

Duplicate of #4439, addressed in the draft PR #4389.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants