220 Star 947 Fork 698

GVPMindSpore/mindscience

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

mindearth.utils.plt_metrics

.. py:function:: mindearth.utils.plt_metrics(x, y, fig_title, label, ylabel="", xlabel="Forecast Time (hours)", loc="upper right")

    根据给定的日期和数据索引获取数据文件名称。

    参数:
        - **x** (numpy.array) - 绘图中的横坐标。
        - **y** (numpy.array) - 绘图中的纵坐标。
        - **fig_title** (str) - 绘图的标题。
        - **label** (str) - 绘图的标签。
        - **ylabel** (str) - y轴的标签,默认值: ``""`` 。
        - **xlabel** (str) - x轴的标签,默认值: ``"Forecast Time (hours)"`` 。
        - **loc** (str) - 图例的位置,默认值: ``"upper right"`` 。
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mindspore/mindscience.git
git@gitee.com:mindspore/mindscience.git
mindspore
mindscience
mindscience
r0.7

搜索帮助