How can I plot stripplot and adjust the size and color of points based on some variables? Like this
It’s possible but only to certain extend as the color and size parameter do not accept lists.
I answered a similar question here:
Thank you! It seems… color and size parameter do not accept lists in px.strip , and no “jitter” parameter in px.scatter .
px.strip
px.scatter
Hi @Jinze. Correct, you might come up with a custom jitter function which I considered to create last time but I did not spend more time on that. Shouldn’t be too difficult, though.