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

Scatter plot does not detect coloring changes #4391

Closed
janezd opened this issue Jan 31, 2020 · 0 comments · Fixed by #4405
Closed

Scatter plot does not detect coloring changes #4391

janezd opened this issue Jan 31, 2020 · 0 comments · Fixed by #4405
Assignees
Labels
bug A bug confirmed by the core team

Comments

@janezd
Copy link
Contributor

janezd commented Jan 31, 2020

Describe the bug

Scatter plot ignores data input when the affected attributes are unchanged. Other projections probably have a similar problem and it probably also affects size and shape.

To Reproduce

  1. Connect File -> Color -> Scatter plot
  2. In Scatter plot, set color to Cholesterol. X and Y should be, say, age and rest SBP.
  3. In Color, change the color for max HR.
  4. In Scatter plot, set color to max HR.

After this, max HR will be shown in the original color. I suspect that this occurs because at step 3 "max HR" was not in effective_data, so scatter plot ignored the new data input.

Expected behavior

I suppose projections should be more careful with effective_data. Perhaps this mechanism is flawed.

@janezd janezd added the bug report Bug is reported by user, not yet confirmed by the core team label Jan 31, 2020
@janezd janezd added bug A bug confirmed by the core team and removed bug report Bug is reported by user, not yet confirmed by the core team labels Jan 31, 2020
@VesnaT VesnaT self-assigned this Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug confirmed by the core team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants