How can I make the title 'How to build habits' bigger | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
17th Apr 2024, 10:41 AM
P A Arrchith Iyer
P A Arrchith Iyer - avatar
4 Answers
+ 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