From 8f2aac16810aab41e195e420a79a325be4b5b905 Mon Sep 17 00:00:00 2001 From: guanjihuan <34735497+guanjihuan@users.noreply.github.com> Date: Tue, 26 Oct 2021 20:58:10 +0800 Subject: [PATCH] Update API_reference.py --- API_reference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API_reference.py b/API_reference.py index 39c6ccb..f7d7e13 100644 --- a/API_reference.py +++ b/API_reference.py @@ -104,7 +104,7 @@ guan.plot(x_array, y_array, xlabel='x', ylabel='y', title='', filename='a', show guan.plot_3d_surface(x_array, y_array, matrix, xlabel='x', ylabel='y', zlabel='z', title='', filename='a', show=1, save=0, z_min=None, z_max=None) guan.plot_contour(x_array, y_array, matrix, xlabel='x', ylabel='y', title='', filename='a', show=1, save=0) -# download # Source code: https://py.guanjihuan.com/source-code/others +# others # Source code: https://py.guanjihuan.com/source-code/others guan.download_with_scihub(address=None, num=1) guan.str_to_audio(str='hello world', rate=125, voice=1, read=1, save=0, print_text=0) guan.txt_to_audio(txt_path, rate=125, voice=1, read=1, save=0, print_text=0)