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

Fix categorical selection #727

Merged
merged 4 commits into from
Aug 24, 2015

Conversation

astrofrog
Copy link
Member

@JudoWill @ChrisBeaumont - this is an immediate fix for the selection in scatter plots with rectangular selections when categorical ROI are present.

I would like to merge this pretty soon and release 0.5.3, since this is a reasonably big bug, and #692 could then go in 0.6.

else:
subset = RangeSubsetState(lo, hi, self.xatt)
subset = RangeSubsetState(lo, hi, self._get_attribute(coord))
Copy link
Member Author

Choose a reason for hiding this comment

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

Just for info, this was part of the bug (it was always selecting on x-axis)

@ChrisBeaumont
Copy link
Member

Bugfixes look reasonable to me

@astrofrog
Copy link
Member Author

@ChrisBeaumont - thanks for reviewing!

astrofrog added a commit that referenced this pull request Aug 24, 2015
@astrofrog astrofrog merged commit 1aff115 into glue-viz:master Aug 24, 2015
astrofrog added a commit to astrofrog/glue that referenced this pull request Aug 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants