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

Draw the phase curve by default in Sequence.draw() #771

Merged
merged 4 commits into from
Dec 3, 2024

Conversation

a-corni
Copy link
Collaborator

@a-corni a-corni commented Dec 2, 2024

Sets the default value of the draw_phase_curve argument to True.
It's working: can be checked in the documentation on EOM.
It's perhaps a bit annoying for people working with draw_phase_area: since draw_phase_curve is True by default now, they have to put draw_phase_cruve=False if they want the value of the phase displayed.

Suggestion: What about always printing the phase when draw_phase_area is selected (no matter the value of draw_phase_curve) ?

Fixes #760

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@a-corni a-corni requested a review from HGSilveri December 2, 2024 17:08
Copy link
Collaborator

@HGSilveri HGSilveri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@HGSilveri HGSilveri merged commit dd40da7 into develop Dec 3, 2024
9 checks passed
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.

Draw the phase curve by default in Sequence.draw()
2 participants