What will be the python statement to print graph title in the right? *
0/1
pt.title('sale in diff year',loc='right')
pt.showtitle('sale in diff year',loc='right')
pt.display('sale in diff year', loc='right')
pt.show('sale in diff year',loc='right')
Answers
Answered by
1
Answer:
The title() method in matplotlib module is used to specify title of the visualization depicted and displays the title using various attributes.
Syntax: matplotlib.pyplot.title(label, fontdict=None, loc='center', pad=None, **kwargs)
Parameters:
Explanation:
I think it is helpful for you.
please follow me and make me a brainlist
Similar questions