搜索结果
查询Tags标签: y4,共有 4条记录-
python_os_learning
# author: Roy.Gimport os# y1=os.getcwd()# print(y1,type(y1))# y2=os.chdir("E:\\pythonlearning_2")# print(y2)## os.makedirs("E:\\a\\b\\c\\")# os.removedirs("E:\\a\\b\\c\\")# # os.mkdir()# # os.rmdir()# y3=os.listdir("…
2022/1/9 17:07:21 人评论 次浏览 -
python_os_learning
# author: Roy.Gimport os# y1=os.getcwd()# print(y1,type(y1))# y2=os.chdir("E:\\pythonlearning_2")# print(y2)## os.makedirs("E:\\a\\b\\c\\")# os.removedirs("E:\\a\\b\\c\\")# # os.mkdir()# # os.rmdir()# y3=os.listdir("…
2022/1/9 17:07:21 人评论 次浏览 -
python画图(双y4线)
python画图(双y4线) font1 = {“family” : “Times New Roman”,“weight” : “normal”,“size” : 25,} #设置字体 plt.xlabel(‘Transfer learning data number’,font1) plt.xticks(fontsize=20)#字体 plt.xticks([0, 1, 2, 3, 4, 5,6,7,8,9,10])#x轴的范围 plt.y…
2021/10/16 11:09:51 人评论 次浏览 -
python画图(双y4线)
python画图(双y4线) font1 = {“family” : “Times New Roman”,“weight” : “normal”,“size” : 25,} #设置字体 plt.xlabel(‘Transfer learning data number’,font1) plt.xticks(fontsize=20)#字体 plt.xticks([0, 1, 2, 3, 4, 5,6,7,8,9,10])#x轴的范围 plt.y…
2021/10/16 11:09:51 人评论 次浏览