visualization: regression into dispersion plot

buen día!! necesito hacer un grafico de este tipo


me salen 6 gráficos desconectados

Please show us your code and a little of your data. To share data, post the output of the dput() function. To show 20 rows of data from a data frame named DF, run

dput(head(DF,20))

You may also find this helpful.