0
点赞
收藏
分享

微信扫一扫

【数据可视化应用】绘制风玫瑰图(附Python代码)

以前干嘛去了 2022-02-17 阅读 100

​​​​​​

https://github.com/python-windrose/windrosepip install windrosepip install git+https://github.com/python-windrose/windrosegit clone https://github.com/python-windrose/windrosepython setup.py installfrom windrose import WindroseAxesfrom matplotlib import pyplot as pltimport matplotlib.cm as cmimport numpy as np# Create wind speed and direction variablesws = np.random.random(500) * 6wd = np.random.random(500) * 360

图片

图片

# 導入包import numpy as npimport pandas as pdimport 
举报

相关推荐

0 条评论