Questions tagged [lmplot]

31 questions
-2
votes
1 answer

how to add a matplotlib plot to a multiple seaborn plot

i plot a multiple plot using seabor lmplot and i want to add a x=y line to this plot, can you help me to solve this problem? my code : sns.set_theme(style="white") sns.lmplot(data=data, x='Target',y='Predicted', hue="Type",col='Model',…
1 2
3