matplotlib is probably the single most used Python package for 2D-graphics. It provides both a very quick way to visualize data from Python and publication-quality figures in many formats. We are ...
from matplotlib import rcParams from matplotlib.font_manager import FontProperties # 推荐设置 params={‘font.family':'serif', 'font.serif':'Times New Roman ...