Popular recipes by Enrico Giampieri http://code.activestate.com/recipes/users/4180642/2012-10-18T10:08:09-07:00ActiveState Code Recipesunicode Command line histograms (Python) 2012-10-18T10:08:09-07:00Enrico Giampierihttp://code.activestate.com/recipes/users/4180642/http://code.activestate.com/recipes/578293-unicode-command-line-histograms/ <p style="color: grey"> Python recipe 578293 by <a href="/recipes/users/4180642/">Enrico Giampieri</a> . Revision 3. </p> <p>A simple recipe to show on a command line the histogram of a data distribution, using numpy to perform the histogram and the unicode bar characters to show the resulting plot</p>