[U] Update

This commit is contained in:
Azalea (on HyDEV-Daisy)
2022-10-01 13:34:56 -04:00
parent 57df75093d
commit 428d5afc58
189 changed files with 569260 additions and 51 deletions
+2 -1
View File
@@ -24,7 +24,8 @@ if __name__ == '__main__':
plt.ylim([0, 3500])
plt.ylabel('Number of Patches')
plt.xlabel('Date')
plt.savefig('experiments/Absolute-date-commit-data.png')
plt.show()
df = DataFrame(csv, columns=('Date', 'Number of Patches'))
df.to_csv('diff-absolute.csv')
df.to_csv('experiments/diff-patches-absolute.csv')