Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

seaborn set title

# plot the data
lineplt = sns.lineplot(x= 'column_x', y="column_y", data=dataframe)
# Creating seaborn Title
lineplt.set(title = 'Your Title')
plt.show()
Source by itsmycode.com #
 
PREVIOUS NEXT
Tagged: #seaborn #set #title
ADD COMMENT
Topic
Name
8+8 =