I've run into this SO question a year or so ago
http://stackoverflow.com/questions/19184484/how-to-add-group-labels-for-bar-charts-in-matplotlib
and have recently run into several questions similar to it again. I'm not
aware that this is available in any form or fashion from the matplotlib
main f
Hello,
try doing:
import matplotlib.pyplot as plt
import random
rolls = list()
for i in range(1000):
rolls.append(random.randint(1,6))
plt.hist(rolls, bins=6)
plt.show()
Reason why your histogram is weird is because you only can have 6 bins
in your example. But the default bin number for
Hello dydy,
If you've never done programing in python I would recommend a book
"dive into python" any version will do but the latest one is 3 I
think. Asking this questions in tutor-requ...@python.org will probably
get you even further since they mainly deal with general python
learning.
Whatever
Not directly related, but considering the similarity of the mail I've
decided to just append my issue here.
I'm using python 3.4 x86 in virtualenv on win7 x64 with full copy of
Visual Studio 2010. This is my Exception message:
Exception information:
C:\Program
ling:
>http://pastebin.com/FutWAR56
Any help is greatly appreciated,
Dino Bektešević.
--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft te