我想将标题的一部分改为粗体.例如:
plt.title("This is title number: " + str(number))
鉴于如上所述的标题,我将如何加粗该str(number)部分.
str(number)
python matplotlib
matplotlib ×1
python ×1