merged in all the code from ariel's branches and moved wikibios to a subdir
[matplotlib-cdsw] / 004-plot-histogram.py
index 785a068f4bd1262185b3160ca55546ee8cea8343..b938feafb71aff44979dcb42299767effc5cb657 100644 (file)
@@ -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

Benjamin Mako Hill || Want to submit a patch?