strengejacke / sjPlot

sjPlot - Data Visualization for Statistics in Social Science
https://strengejacke.github.io/sjPlot
603 stars 91 forks source link

Change width of "zero effect line" in plot_model() function #897

Open eimichae85 opened 1 year ago

eimichae85 commented 1 year ago

Hi there, Is it possible that after the update the gray zero effect line in the plot_model() function got narrower by default? A year ago the zero effect line defaults looked like this:

Comb_scraper_beta

Yet when I recently created a plot the zero effect line is much narrower Comb_Herbtot_beta2XXX

Is it possible to manipulate the zero-effect line size (I want it to look like the older, wider line again). I guess somehow via the vline() function? But how?

Thanks M.