#powerbi#python#stripplot
strip plot in seaborn
When you are using regular scatterplot with data value it shows the Bubbles on either x axis or y axis, based on the data field faced and that some times overlap bubbles of same value.
This may not be the right interpretation of Data strip plot randomly places data bubbles like strips, when they are getting overlapped to make readability of data is clear.
This particular argument is called jitter.
So, without looking at the shape of the plot both scatter plot and strip plot convey the same message.
Comments