naive_taylor_diagram 源码
天真的泰勒图 这是使用python创建的简单实现。 安装 git clone /https:the/webite/naive_taylor_diagram cd naive_taylor_diagram pip install . Matplotlib和numpy是必需的。 您可以通过运行以下命令安装它们: pip install numpy matplotlib 用法 import numpy as np import matplotlib.pyplot as plt import naive_taylor_diagram.taylor_diagram as td # -- synthetic data -- # phase = np.pi/10 # phase difference between reference and synt_mes magnt = 1.5 # mag
文件列表
naive_taylor_diagram-main.zip
(预估有个8文件)
naive_taylor_diagram-main
setup.py
307B
.gitignore
33B
LICENSE
1KB
examples
Figure_1.png
102KB
example1.py
1KB
README.md
1KB
naive_taylor_diagram
taylor_diagram.py
7KB
暂无评论