datavisyn / visyn_core

BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Scatter plot sometimes does not render points #115

Open dvmartinweigl opened 1 year ago

dvmartinweigl commented 1 year ago

In bioinsight it occasionally happens that single points in scattervis wont get rendered, while the data seems to be correct. Also the scale adapts accordingly and the tooltip is present. This especially happens when we filter in categories with single data points. It is very likely a scattervis problem, as everything works fine in the bar chart using the exact same logic.

https://github.com/datavisyn/visyn_core/assets/101096478/060e20a9-7f1f-496b-ad9d-33c3f25572fa

dvchristianbors commented 1 month ago

@dvmartinweigl Could you please test this again with the new scatter plot implementation to see if this is still valid?