Re: [Matplotlib-users] import problem after upgrade to matplotlib 1.3.1-1

2013-11-04 Thread Ivan Lima
After a bit of digging I found that the problem is caused by the line: KPX Y ydieresis -'0 in the font files jkplmsc8a.afm and jkpmsc8a.afm installed with the package texlive-fonts-extra. When afm.py parses this line it fails because it can't convert the last token "-'0" to float. I don't know

Re: [Matplotlib-users] Pdf plot

2013-11-04 Thread Benjamin Trendelkamp-Schroer
Hi, I'd recommend to load the binary data and store it as a numpy ndarray, http://docs.scipy.org/doc/numpy/reference/arrays.ndarray.html If your data is one-dimensional you can simply use matplotlib.pyplot.hist, http://matplotlib.org/api/pyplot_api.html to plot the histogram. The 'normed' keyw