>
> 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
> 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
>>>>
>>
>
> 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(
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
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
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