On Sat, 25 Apr 2015 23:33:10 +0100, Mario Figueiredo <mar...@gmail.com> wrote:
> >Trying to plot this data into a frequency curve is proving too >challenging and I just can't understand why. > > plot(list(results.keys()), list(results.values())) > The above should read: results = generate(1) plot(list(results.keys()), list(results.values())) -- https://mail.python.org/mailman/listinfo/python-list