It would be nice to have partial coloring of the text strings. Example: ``` plt.ylabel("Sun is shining.") ``` Show "Sun" as red, "is" as green and "shining." as blue. Possible use case: separate coloring can be used as legend for plots.