Forum Discussion
Anonymous
6 years agoNot applicable
Scatter chart, duplicate values. How to show them?
Hello, I have a scatter chart which holds coordinates X and Y, on it i have unique items with their own ID's i'd like to show. However, if two different items have the same X and Y it only shows ...
Anonymous
6 years agoNot applicable
It's best to use color saturation for showing density of points. The density would be correlated with the number of points at the location of interest.
Also, in R there are plots that add random jitter to points that are at the same location. I don't think this is available in PBI visuals but you could use R or Python to create such jittering plots.
Best
D
Also, in R there are plots that add random jitter to points that are at the same location. I don't think this is available in PBI visuals but you could use R or Python to create such jittering plots.
Best
D