Roberto Rocha

Results 7 comments of Roberto Rocha

I'm also getting this error. In two PDFs, the program gets stuck on this refresh page. It works when you re-extract the data and choose Stream instead of Lattice. It...

I have the same problem. When the slide previews fill the space in the bottom, new slides are inserted in the middle of the slide order. It's impossible to drag...

I'm using pandas and nltk in Python to analyze it.

@dsunjka I was never able to solve this. I ended up using a different chart type that encodes the data from two charts in one.

You're right, my apologies. Here's an example in pure matplotlib. The x position is still ignored. ```python roberto = noms[noms.prenom == 'roberto'.upper()] roberto = roberto.pivot_table('freq', index='annee', columns='sexe') fig, ax =...

I just upgraded to 2.0 via conda. On Thu, 26 Jan 2017, 00:57 Nelle Varoquaux, wrote: > I have the same results on matplotlib 1.5 and matplotlib 2.0. > Which...

Oh, I put 2000 in there just to show that no matter what x value I set, it didn't make a difference. I should have been clearer. I'm sorry, I...