How can I make the title 'How to build habits' bigger | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
17th Apr 2024, 10:41 AM
P A Arrchith Iyer
P A Arrchith Iyer - avatar
4 Respostas
+ 4
print() is for logging to console ā€“ it is not for styling
17th Apr 2024, 11:27 AM
Lisa
Lisa - avatar
+ 2
You could put the title as plot title.
17th Apr 2024, 11:36 AM
Lisa
Lisa - avatar
+ 1
Use this! Using this you can modify size, colors and alignment too... plt.title('TITLE TEXT', fontsize=40, color='white', loc='center')
17th Apr 2024, 12:51 PM
`Š½Ń‚Ń‚pā“ā°ā¶
`Š½Ń‚Ń‚pā“ā°ā¶ - avatar
0
So, what else can I use
17th Apr 2024, 11:35 AM
P A Arrchith Iyer
P A Arrchith Iyer - avatar