You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Connect File -> Color -> Scatter plot
In Scatter plot, set color to Cholesterol. X and Y should be, say, age and rest SBP.
In Color, change the color for max HR.
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.
The text was updated successfully, but these errors were encountered:
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
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
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.The text was updated successfully, but these errors were encountered: