Re: [Matplotlib-users] Sequential Calls to create bar charts jumbles output on second. first always ok.

2010-08-19 Thread Rob Schneider
> > You know, we are all volunteering our time here on the list to help, > and I think blaming us to not be able to read hundred lines of code is > not productive at all. It's not our side of the task to track whole > parts of programs down. And, usually one has to play with the code > and to ru

Re: [Matplotlib-users] Sequential Calls to create bar charts jumbles output on second. first always ok.

2010-08-19 Thread Rob Schneider
> On Wed, Aug 18, 2010 at 3:32 PM, Friedrich Romstedt > wrote: >> 2010/8/14 Rob Schneider : >>>> Agreed. The only thing I can think of is that the second figure is >>>> reusing the first. You can try calling plt.figure() at the beginning >>>>

Re: [Matplotlib-users] Sequential Calls to create bar charts jumbles output on second. first always ok.

2010-08-13 Thread Rob Schneider
>> > > Agreed. The only thing I can think of is that the second figure is > reusing the first. You can try calling plt.figure() at the beginning > of the functions to create a new figure, or call plt.figure() in > between the calls to CreateMemberStatCategoryFigure() and > CreateMemberStatFigure(

Re: [Matplotlib-users] Unable to make sequential calls to functions with create matplotlib graphs ... second gets jumbled

2010-08-09 Thread Rob Schneider
return On 9 Aug 2010, at 07:41, Eric Firing wrote: > Did you miss my reply to the list? > > Eric > > Original Message > Subject: Re: [Matplotlib-users] Unable to make sequential calls to functions &g

[Matplotlib-users] Sequential calls to functions to draw graphs results in flawed graphs on second call.

2010-08-08 Thread Rob Schneider
Running 0.98.5.3 (would upgrade to 1.0 but having trouble installing it on Mac OS X as it doesn't appear to like the version of Python Apple provides). I have a module where there are two functions which call matplotlib to each create a different graph which both saved to an output PNG file. Th

[Matplotlib-users] Unable to make sequential calls to functions with create matplotlib graphs ... second gets jumbled

2010-08-08 Thread Rob Schneider
Running 0.98.5.3 (would upgrade to 1.0 but having trouble installing it on Mac OS X as it doesn't appear to like the version of Python Apple provides). I have a module where there are two functions which call matplotlib to each create a different graph which both saved to an output PNG file. Th