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

Change to from_geometry allowing for creating bounded plots from infnite geometry #3266

Closed
wants to merge 1 commit into from

Conversation

jeinstei
Copy link
Contributor

@jeinstei jeinstei commented Jan 15, 2025

Description

Infinite bound geometry can't be imported straight into a plot. This is to allow for bounding of infinite geometry into a plot object on import, easing the creation of plots from infinitely bound geometry.

Fixes #3262

Checklist

  • I have performed a self-review of my own code
  • I have run clang-format (version 15) on any C++ source files (if applicable)
  • I have followed the style guidelines for Python source files (if applicable)
  • I have made corresponding changes to the documentation (if applicable)
  • I have added tests that prove my fix is effective or that my feature works (if applicable)

@jeinstei
Copy link
Contributor Author

The from_geometry behavior is intended per @paulromano (#3262 (comment)). I'll reopen something with a better workflow, possibly for documentation, later.

@jeinstei jeinstei closed this Jan 15, 2025
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.

Better infinite bound handling in Python API plot methods
1 participant