8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
plt.rc_context {"font.sans-serif":"SimHei"} does not work , but it work well in plt.rcParams.update(rc).
Code for reproduction
rc={ "font.sans-serif":"SimHei", "axes.unicode_minus":False, } with plt.rc_context(rc): plt.xlabel("上海市")
Expected outcome