I need to put two words in a figure, using ax.text or fig.text. The problem is that the first word should be written in bold and italic, the second without any particular style. For example
one two
The two words should be written as if they are in the same sentence. I can use two calls to ax.text, but I would like to avoid to set manually the alignment between the two labels. What's the best way to do it?
