0
How can I make the title 'How to build habits' bigger
https://sololearn.com/compiler-playground/cJ0V20333AN8/?ref=app
4 Respostas
+ 4
print() is for logging to console – it is not for styling
+ 2
You could put the title as plot title.
+ 1
Use this! Using this you can modify size, colors and alignment too...
plt.title('TITLE TEXT', fontsize=40, color='white', loc='center')
0
So, what else can I use