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

Unify style across circuit visualizers #2797

Closed
3 of 5 tasks
ajavadia opened this issue Jul 15, 2019 · 5 comments · Fixed by #4274
Closed
3 of 5 tasks

Unify style across circuit visualizers #2797

ajavadia opened this issue Jul 15, 2019 · 5 comments · Fixed by #4274
Assignees
Labels
good first issue Good for newcomers status: pending PR It has one or more PRs pending to solve this issue

Comments

@ajavadia
Copy link
Member

ajavadia commented Jul 15, 2019

The circuit visualizers are currently configurable via some kwargs to the circuit.draw() function, but also the mpl drawer accepts a style dict. This request is to unify the interface so that the important ones are accessed via the kwargs. The mpl style should probably just be trimmed down to some coloring schemes.

Here's a rundown of the status of each:

@ajavadia ajavadia added the good first issue Good for newcomers label Jul 15, 2019
@maxKenngott
Copy link

I'd like to give this one a shot if possible.

@1ucian0
Copy link
Member

1ucian0 commented Jul 20, 2019 via email

@1ucian0
Copy link
Member

1ucian0 commented Aug 22, 2019

@maxKenngott Probably the best way it to make a PR for each of the items in this issue. Are you going for any one in particular first?

@1ucian0
Copy link
Member

1ucian0 commented Sep 17, 2019

'plot_barriers' kwarg: this works well. The mpl style key 'plotbarriers' is redundant and should be removed.

Fixed in #3105

@1ucian0
Copy link
Member

1ucian0 commented Sep 19, 2019

I used a flight to attack some of them. Let me know what's on your plate @maxKenngott !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers status: pending PR It has one or more PRs pending to solve this issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants