Is there a way in matplotlib to partially specify the color of a string?
Example:
plt.ylabel("Today is cloudy.")
How can I show "today" as red, "is" as green and "cloudy." as blue?
Thanks.
|
Is there a way in matplotlib to partially specify the color of a string? Example:
How can I show "today" as red, "is" as green and "cloudy." as blue? Thanks.
| |||||||||
feedback
|
|
here's the interactive version (same one I posted to the list)
| |||
|
feedback
|
|
I only know how to do this non-interactively, and even then only with the 'PS' backend. To do this, I would use Latex to format the text. Then I would include the 'color' package, and set your colors as you wish. Here is an example of doing this:
This results in (converted from ps to png using ImageMagick, so I could post it here):
| |||
feedback
|