Open wwwwwww123 opened 6 years ago
Hi, is it possible in matplotlib at all?..
Yes, it is possible if we were to use annotate(). I attempted with adjust_text but it didn't seemed to work. So I was wondering if there is a way to do this?
Just curious - how exactly can you do it?
If you have to use annotate
and not text
, it is currently not possible with adjustText
, I am afraid...
One example is using \textcolor[HTML]{0BFF01}{Text to colour}.
Mmm can please you give a concrete example with code?
Hi, how do we assign different colours to different letters in the same text label using adjust Text?