I'm plotting a beeswarm plot for shap values in R with shapviz command. I'm using the following code:
sv_importance(shp1, kind= "beeswarm")
However, I would like to increase the transparency of the dots in the plot. Do you have any suggestions about how to do it? Thanks!


It is easy: just pass
alphatosv_importance(), like this:You can also set dot
sizeor beeswarmwidthetc.Disclaimer: I am the author of "shapviz"