Skip to content

Commit b60f558

Browse files
committed
update
1 parent 9c892bb commit b60f558

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+25940
-11
lines changed

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"editor.fontSize": 16,
33
"debug.console.fontSize": 16,
4-
"terminal.integrated.fontSize": 16
4+
"terminal.integrated.fontSize": 16,
5+
"python.autoComplete.extraPaths": [
6+
    "/usr/lib/python3/dist-packages",
7+
   
8+
  ],
9+
10+
511
}

matplp/analyse.zip

-14.5 MB
Binary file not shown.

matplp/analyse/allrecords.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def getpicture(y):#matplotlib绘图 发言分布
2626
plt.xticks(range(0,24),rotation=75,fontsize=10)#设置横坐标显示24次。
2727
plt.yticks(range(0,1000,50))
2828
# plt.legend(loc='lower right') # 绘制图例
29-
# plt.show()
29+
plt.show()
3030
plt.savefig("hour.png",format='png')
3131
plt.close()
3232
def getciyun(value):

matplp/analyse/detail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def analyseinformation(lines):
148148
#核心分析函数:
149149

150150
print(len(name),len(time))
151-
#getspeaktimeall(time,name)#选定区间的同学发言次数
151+
getspeaktimeall(time,name)#选定区间的同学发言次数
152152
getemotionall(time,text,name,qq)
153153
# for q in qq:#每个同学的
154154
# try:

matplp/analyse/emotion2.png

90.5 KB
Loading

matplp/analyse/hour.png

2.35 KB
Loading

0 commit comments

Comments
 (0)