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

Issue #72 and #77 redraw line data with time change #76

Merged
merged 6 commits into from
Mar 18, 2024

Conversation

JoerivanEngelen
Copy link
Contributor

@JoerivanEngelen JoerivanEngelen commented Mar 13, 2024

Fixes #72 and #77

This adds functionality for redrawing for transient line data.

This is the first time I'm using mixins, @Huite could you check if what I'm doing is appropriate?

Copy link
Contributor

@Huite Huite left a comment

Choose a reason for hiding this comment

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

All changes look good.

All criticism is related to naming and lack of comments of stuff I wrote three years ago...

imodqgis/cross_section/cross_section_data.py Outdated Show resolved Hide resolved
imodqgis/cross_section/cross_section_data.py Outdated Show resolved Hide resolved
imodqgis/cross_section/cross_section_data.py Show resolved Hide resolved
imodqgis/cross_section/cross_section_data.py Outdated Show resolved Hide resolved
imodqgis/cross_section/cross_section_data.py Outdated Show resolved Hide resolved
…its requires_loading() method, which would return False if different cross-section was drawn but same timestep selected
@JoerivanEngelen JoerivanEngelen changed the title Issue #72 redraw line data with time change Issue #72 and #77 redraw line data with time change Mar 18, 2024
@JoerivanEngelen
Copy link
Contributor Author

I also encountered an additional bug, which I pushed a fix for to this branch: #77

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.

Cross-section widget: Plotted cross-section data not redrawn after switching time
2 participants