[Matplotlib-users] Has label grouping made it into the matplotlib features yet?

2016-04-16 Thread Dino Bektešević
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

Re: [Matplotlib-users] Histogram appearance

2014-12-03 Thread Dino Bektešević
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

Re: [Matplotlib-users] PyNio

2014-07-04 Thread Dino Bektešević
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

Re: [Matplotlib-users] Trying to build matplotlib on Windows 7 - error related to ft2bild.h

2014-06-25 Thread Dino Bektešević
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

[Matplotlib-users] Matplotlib installation issues

2013-08-31 Thread Dino Bektešević
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