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

GraphVisual auto-rescaling review #269

Merged
merged 11 commits into from
Oct 17, 2024
Merged

Conversation

sebjameswml
Copy link
Collaborator

Some of the logic for the rescaling was making more calls to setlimits() and friends than was strictly necessary. I've reviewed and modified this code, making use of morph::range for the max/min range testing. Also, I've brought in more extensive use of morph::range in GraphVisual generally (e.g. Flt datamin_x and Flt datamax_x are now morph::range<Flt> datarange_x, and removed the use of new/delete for graphDataCoords.

@sebjameswml sebjameswml linked an issue Oct 17, 2024 that may be closed by this pull request
@sebjameswml sebjameswml merged commit e6c856b into main Oct 17, 2024
6 checks passed
@sebjameswml sebjameswml deleted the 268-review-the-autorescale branch October 17, 2024 18:10
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.

Review the autorescale_x/autorescale_y logic in GraphVisual
1 participant