strengejacke / sjPlot

sjPlot - Data Visualization for Statistics in Social Science

Home Page:https://strengejacke.github.io/sjPlot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to change transparency of data points in plot_model() when show.data = TRUE?

adityac95 opened this issue · comments

I've made a call to plot_model() where show.data = TRUE, but the data points are obscuring the lines estimated by the model. How can you change the transparency of the data points in the call to plot_model(), or (if this isn't possible) what other ways are there to change them? I couldn't seem to do it with set_theme().