I use interact_plot to visualise the interaction effect of my numerical moderator (mean; +1SD; -1SD).
The problem is that the lines for mean and +1SD are dashed and for -1SD solid.
I would like to visualise my mean as a solid line and the two SD as a dashed line, but I can't find the code.
Here is my current code:
mod1plot <- interact_plot(mod1, pred=TIME, modx=N, plot.points = TRUE,
int.width = 0.5, y.label = 'Score au Moca', x.label = 'Avant/après rééducation', main.title = 'Effet modérateur du névrosisme sur le Moca', legend.main = 'Névrosisme', colors = 'Blues',
line_styles = line_styles, vary.lty = TRUE)
mod1plot
And I would like to display my mean as a solid line and the two SD as a dashed line, but I can't figure out how to do this.

dput()or using some fake data or using a built-in dataset.