• Ask a Question
  • Create a Poll
150
    Ask a Question
    Cancel
    150
    More answer You can create 5 answer(s).
      Ask a Poll
      Cancel

      Why am I getting a line shadow in a seaborn line plot

      Here is the code:

      fig=plt.figure(figsize=(14,8)) sns.lineplot(x='season', y='team_strikerate', hue='batting_team', data=overall_batseason) plt.legend(title = 'Teams', loc = 1, fontsize = 12) plt.xlim([2008,2022]) 

      And here is the image enter image description here

      Just to let you know, I’ve already drawn another similar lineplot above this one.

      0 Answers