Is there anyway I can bold a single character in python Matplotlib with same font type?
For example: COOH
The closest solution I found using python is:
plt.xlabel('C'+r'$\bf{O}$'+'OH')
However, the font type will become math Italian and is not the same with default font type