221 Star 941 Fork 692

GVPMindSpore/mindscience

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mindearth.utils.plt_global_field_data.rst 755 Bytes
一键复制 编辑 原始数据 按行查看 历史
liulei277 提交于 2023-10-09 15:47 +08:00 . earth utils docs modify

mindearth.utils.plt_global_field_data

.. py:function:: mindearth.utils.plt_global_field_data(data, feature_name, std, mean, fig_title, is_surface=False, is_error=False)

    绘制全球领域气象数据图。

    参数:
        - **data** (numpy.array) - 全球领域数据点。
        - **feature_name** (str) - 将要进行可视化的特征名。
        - **std** (numpy.array) - 每一等级变量的标准差。
        - **mean** (numpy.array) - 每一等级变量的均值。
        - **fig_title** (str) - 图像名称。
        - **is_surface** (bool) - 是否是表面特征,默认值: ``False`` 。
        - **is_error** (bool) - 是否是绘制误差,默认值: ``False`` 。
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mindspore/mindscience.git
git@gitee.com:mindspore/mindscience.git
mindspore
mindscience
mindscience
r0.5

搜索帮助