Skip to content

Conversation

seisman
Copy link
Member

@seisman seisman commented Sep 18, 2025

Some wrappers have the no_clip parameter, which can be either False or True. This PR migrates the parameter to the new alias system.

no_clip in Figure.plot and Figure.plot3d are not updated in this PR, because in these two methods, no_clip can be False, True, "c" or "r" and we need to discuss the long-form arguments for "c"/"r". So leave it to a separate PR instead.

@seisman seisman added this to the 0.17.0 milestone Sep 18, 2025
@seisman seisman added maintenance Boring but important stuff for the core devs skip-changelog Skip adding Pull Request to changelog needs review This PR has higher priority and needs review. labels Sep 18, 2025
Comment on lines +113 to +115
no_clip
Do **not** clip contours or image at the frame boundaries [Default is ``False``
to fit inside ``region``].
Copy link
Member

Choose a reason for hiding this comment

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

I am wondering to what "image" is refering here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Boring but important stuff for the core devs needs review This PR has higher priority and needs review. skip-changelog Skip adding Pull Request to changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants