Skip to content
This repository was archived by the owner on Jan 11, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions opencode19-visualizations/thesmallstar/Commits in repos.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
url = ['https://api.github.com/repos/GeekHaven/Leave-Application-Portal/stats/participation'];
S = webread(url);
plot(S.all,'linewidth',3);
xlim([47 52]);
hold on;
url = ['https://api.github.com/repos/opencodeiiita/sassy-css/stats/participation'];
S = webread(url);
plot(S.all,'linewidth',3);
hold on;
url = ['https://api.github.com/repos/opencodeiiita/HackerSkills/stats/participation'];
S = webread(url);
plot(S.all,'linewidth',3);
hold on;
url = ['https://api.github.com/repos/opencodeiiita/Opencode-Collaborative-19/stats/participation'];
S = webread(url);
plot(S.all,'linewidth',3);
hold on;
xlabel("Week- 48: week 1");
ylabel("Number of commits");




6 changes: 6 additions & 0 deletions opencode19-visualizations/thesmallstar/data.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Weeks,OC,LAP,HS,SCSS
1,266,15,0,50
2,87,15,13,34
3,35,15,24,11
4,35,30,40,22
5,20,10,57,18
Binary file added opencode19-visualizations/thesmallstar/plot.bmp
Binary file not shown.