首页 > TAG信息列表 > tight
使用wind API查询某股票股价
需求分解 使用wind 提供的python API接口查询某支股票的收盘价 使用matplotlib对收盘价进行图形展示 利用python word相关包生成word格式报告 part1:使用使用wind 提供的python API接口查询某支股票的收盘价 遇到的问题 matplotlib导出的图形没有标题和坐标轴 参考1:https://bPython:解决Matplotlib保存图片显示不全问题
保存图片的时候设置参数bbox_inches = 'tight',如: plt.savefig("Matplotlib/graph.png", bbox_inches = 'tight') 以下是bbox_inches参数介绍: bbox_inches: str or Bbox, default: rcParams["savefig.bbox"] (default: None) Bounding box in inch