X-Git-Url: https://projects.mako.cc/source/matplotlib-cdsw/blobdiff_plain/7bd9bbbbb11d7585b76e63e354c0c779d5a8c547..f53e20bf3dc31dc78d0cce4426f74057521f8e68:/004-plot-histogram.py diff --git a/004-plot-histogram.py b/004-plot-histogram.py index 785a068..b938fea 100644 --- a/004-plot-histogram.py +++ b/004-plot-histogram.py @@ -18,5 +18,7 @@ ax.set_title('Edit size distribution') # Maybe don't really need that axis to be so long: # ax.set_xlim([0, 200000]) - plt.show() + +## Challenge : A 'mega-user' is a user with more than 1000 edits. +# Plot a bar chart with the maximal edit size for each one of the mega-users