wip
This commit is contained in:
@@ -59,8 +59,8 @@ def g(srcfile, outputdir, intervals):
|
||||
plt.ylabel("pvalue")
|
||||
plt.legend(loc="upper right")
|
||||
plt.savefig(outputdir + "/ks_averagesentiments_pval.png", bbox_inches='tight')
|
||||
|
||||
plt.close(fig)
|
||||
|
||||
fig = plt.figure(figsize=(16, 12))
|
||||
for i in range(len(single)):
|
||||
plt.plot([iv[0] for iv in intervals], [s if isinstance(s, float) else s.statistic for s in single[i]], label=str(i + 1) + " posts - most posters")
|
||||
|
||||
Reference in New Issue
Block a user