Is there any easy way to make text italic in Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is there any easy way to make text italic in Python?

I use SPYDER to model some stuff and I was wondering if there was maybe any way that I could use Italics on the x/y labels on my graphs thanks

11th Nov 2018, 2:10 AM
Gabriel McCarthy
Gabriel McCarthy - avatar
1 Answer
+ 2
Of course there is a way, but you would have to write it yourself as it appears SPYDER doesn't provide it. Since it is open source, you could grab the method's source and modify it as you desire.
13th Nov 2018, 3:43 AM
John Wells
John Wells - avatar