首页 > TAG信息列表 > annot

数据分析-画图工具 matplotlib

matplotlib —— 数据图绘制工具 matplotlib 是绘制统计图的python工具。 示例绘图 https://matplotlib.org/tutorials/introductory/sample_plots.html 设置 Settings # 文字不清晰?清晰度、分辨率不够?用以下设置提高画质 plt.rcParams['figure.dpi'] = 200 plt.rcParams['savefig