From 8dff7a0b073a8a1789f93d27ec9885016e120e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=8A=E6=96=A4=E5=8C=96=E5=85=AB=E4=B8=A4?= <132244064+Hyh996@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:26:52 +0800 Subject: [PATCH] Update README.md --- .../README.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\346\227\205\346\270\270\346\225\260\346\215\256\345\210\206\346\236\220/README.md" "b/\346\227\205\346\270\270\346\225\260\346\215\256\345\210\206\346\236\220/README.md" index 6bc81f7..fbbeccc 100644 --- "a/\346\227\205\346\270\270\346\225\260\346\215\256\345\210\206\346\236\220/README.md" +++ "b/\346\227\205\346\270\270\346\225\260\346\215\256\345\210\206\346\236\220/README.md" @@ -405,7 +405,7 @@ _以plot为例_ 这里是直接百度就可以找到的文章,其中就介绍了plot的具体用法 -(参考文档)[https://blog.csdn.net/m0_46478042/article/details/137197294] +[参考文档](https://blog.csdn.net/m0_46478042/article/details/137197294) ```python plt.plot(x, y, fmt, **kwargs)