Questions tagged [stripplot]

stripplot is used to draw a categorical scatterplot using jitter to reduce overplotting. A strip plot can be drawn on its own, but it is also a good complement to a box or violin plot in cases where you want to show all observations along with some representation of the underlying distribution. This tag should be used in addition to the plot package tag (e.g. seaborn, plotly, plotly-python, bokeh, ggplot).

16 questions
0
votes
1 answer

Seaborn stripplot variable marker sizes not working with categories

I am trying to plot a stripplot with 3 categories (column assigned to x) and have the marker sizes vary based on a column in a dataframe. However, the sizes don't line up even when I am setting the sizes attribute to the same as y (I am using sizes…
galexioza
  • 37
  • 5
1
2