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

fixing Waveform.show() to have better figure. #740

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

weinbe58
Copy link
Member

from bloqade import piecewise_linear

wf = piecewise_linear([0.1,1,0.1],[0,1,1,0])

wf.show()

gives the following
output

@weinbe58 weinbe58 linked an issue Oct 23, 2023 that may be closed by this pull request
2 tasks
@johnzl-777 johnzl-777 enabled auto-merge (squash) October 23, 2023 18:36
@github-actions
Copy link
Contributor

github-actions bot commented Oct 23, 2023

PR Preview Action v1.4.4
Preview removed because the pull request was closed.
2023-10-23 18:42 UTC

@johnzl-777 johnzl-777 merged commit c3fce56 into main Oct 23, 2023
7 checks passed
@johnzl-777 johnzl-777 deleted the 669-fix-plotting-for-waveforms branch October 23, 2023 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix plotting for Waveforms.
2 participants