Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in Data Science by (17.6k points)

Seems pretty Googleable but haven't been able to find something online that works.

I've tried both sns.boxplot('Day', 'Count', data= gg).title('lalala') and sns.boxplot('Day', 'Count', data= gg).suptitle('lalala'). None worked. I think it might be because I'm also working with matplotlib.

1 Answer

0 votes
by (41.4k points)

Add this below line of code at the end of your code:

import matplotlib.pyplot as plt

plt.title('add title here')

 

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Oct 5, 2020 in Python by Sudhir_1997 (55.6k points)

Browse Categories

...