摘要: prism document plot linear regression GraphPad Prism 9 Curve Fitting Guide - Regression on data entered as mean, n and SD or SEM prism linear regressi 阅读全文
posted @ 2022-04-09 15:36 bH1pJ 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 粘贴转置 官网 GraphPad中国官网 - Prism 8 用户指南 - 调换行和列 GraphPad中国官网 - Prism 8 用户指南 - 从Excel粘贴数据(Windows) 阅读全文
posted @ 2022-04-09 15:18 bH1pJ 阅读(24) 评论(0) 推荐(0) 编辑
摘要: astype的返回值才是整数!!! a = abs(np.random.normal(0, 2, size=30)) a = a.astype(int) !!! 阅读全文
posted @ 2022-04-09 15:05 bH1pJ 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 1、双击魔棒工具 2、 https://jingyan.baidu.com/article/219f4bf7ced5999f442d38c7.html 阅读全文
posted @ 2022-04-09 14:27 bH1pJ 阅读(37) 评论(0) 推荐(0) 编辑
摘要: a= abs(np.random.normal(0, 2, size=(70,1))) b= abs(np.random.normal(10, 3, size=(70,1))) c= abs(np.random.normal(20, 3, size=(70,1))) data1 =np.vstack 阅读全文
posted @ 2022-04-09 14:13 bH1pJ 阅读(19) 评论(0) 推荐(0) 编辑
摘要: arr.T 阅读全文
posted @ 2022-04-09 14:12 bH1pJ 阅读(11) 评论(0) 推荐(0) 编辑
摘要: Python绘制散点图和对应的直方图 Scatter plot with histograms — Matplotlib 3.5.0 documentation 阅读全文
posted @ 2022-04-09 13:55 bH1pJ 阅读(24) 评论(0) 推荐(0) 编辑
摘要: Python Create a Bar with scatter points python - pyplot bar charts with individual data points - Stack Overflow sns.load_dataset sns.load_dataset('tip 阅读全文
posted @ 2022-04-09 13:53 bH1pJ 阅读(34) 评论(0) 推荐(0) 编辑
摘要: ctrl + q 哎 已经回答过这个问题了! pycharm的document如何调整出来?_Hodors的博客-CSDN博客 阅读全文
posted @ 2022-04-09 13:40 bH1pJ 阅读(4) 评论(0) 推荐(0) 编辑