Re: [Matplotlib-users] Path lacks initial MOVETO

2012-01-23 Thread Tony Yu
On Mon, Jan 23, 2012 at 9:56 AM, Michael Droettboom wrote: > I have a solution for this in this pull request: > > https://github.com/matplotlib/matplotlib/pull/684 > > If able, would you mind confirming that it addresses your issue? > > Mike > > This fix worked on my system. -Tony > > On 01/23

Re: [Matplotlib-users] Path lacks initial MOVETO

2012-01-23 Thread Michael Droettboom
I have a solution for this in this pull request: https://github.com/matplotlib/matplotlib/pull/684 If able, would you mind confirming that it addresses your issue? Mike On 01/23/2012 09:02 AM, Bruno Santos wrote: Sorry it took me a while to get back to you. I have finally written some code to

Re: [Matplotlib-users] Path lacks initial MOVETO

2012-01-23 Thread Bruno Santos
Sorry it took me a while to get back to you. I have finally written some code to replicate the problem. I have attached a file with it. Thank you very much in advance, Bruno Santos 2012/1/19 Tony Yu > > > On Thu, Jan 19, 2012 at 12:07 PM, Bruno Santos wrote: > >> Hello everyone, >> >> I have be

Re: [Matplotlib-users] Path lacks initial MOVETO

2012-01-19 Thread Tony Yu
On Thu, Jan 19, 2012 at 12:07 PM, Bruno Santos wrote: > Hello everyone, > > I have been using matplotlib 0.99.3 to write some down. But I had to > upgrade my OS and so installed the last version of the library 1.1.0. But > unfortunately when I try to run my code I get the following error: >

[Matplotlib-users] Path lacks initial MOVETO

2012-01-19 Thread Bruno Santos
Hello everyone, I have been using matplotlib 0.99.3 to write some down. But I had to upgrade my OS and so installed the last version of the library 1.1.0. But unfortunately when I try to run my code I get the following error: raise ValueError, 'Path lacks initial MOVETO' ValueError: Path lack