221 Star 941 Fork 692

GVPMindSpore/mindscience

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mindelec.vision.print_graph_2d.rst 548 Bytes
一键复制 编辑 原始数据 按行查看 历史
俞涵 提交于 2024-02-27 16:05 +08:00 . modify math format

mindelec.vision.print_graph_2d

.. py:function:: mindelec.vision.print_graph_2d(name, x, y, path, clear=True)

    绘制二维散点图。

    参数:
        - **name** (str) - 图形的名称。
        - **x** (numpy.ndarray) - 要绘制的数据x,shape为 :math:`(dim\_print,)`。
        - **y** (numpy.ndarray) - 要绘制的数据y,shape为 :math:`(dim\_print,)`。
        - **path** (str) - 图形的保存路径。
        - **clear** (bool) - 指定是否清除当前轴。默认值: ``True``。
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mindspore/mindscience.git
git@gitee.com:mindspore/mindscience.git
mindspore
mindscience
mindscience
master

搜索帮助