diff --git a/opencode19-visualizations/thesmallstar/Commits in repos.m b/opencode19-visualizations/thesmallstar/Commits in repos.m new file mode 100644 index 00000000..2250f4c5 --- /dev/null +++ b/opencode19-visualizations/thesmallstar/Commits in repos.m @@ -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"); + + + + diff --git a/opencode19-visualizations/thesmallstar/data.csv b/opencode19-visualizations/thesmallstar/data.csv new file mode 100644 index 00000000..22e9a786 --- /dev/null +++ b/opencode19-visualizations/thesmallstar/data.csv @@ -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 \ No newline at end of file diff --git a/opencode19-visualizations/thesmallstar/plot.bmp b/opencode19-visualizations/thesmallstar/plot.bmp new file mode 100644 index 00000000..37470829 Binary files /dev/null and b/opencode19-visualizations/thesmallstar/plot.bmp differ