Re: [Matplotlib-users] UserWarning: Attempting to set identical bottom==top

2011-05-06 Thread C M
On Fri, May 6, 2011 at 10:33 AM, Benjamin Root wrote: > On Thu, May 5, 2011 at 10:01 PM, C M wrote: >> >> > Because you have a py2exe'ed program, I suspect that whoever packaged >> > the >> > program should be the one to modify that program to choose its axes >> > limits >> > more robustly in ord

Re: [Matplotlib-users] UserWarning: Attempting to set identical bottom==top

2011-05-06 Thread Benjamin Root
On Thu, May 5, 2011 at 10:01 PM, C M wrote: > > Because you have a py2exe'ed program, I suspect that whoever packaged the > > program should be the one to modify that program to choose its axes > limits > > more robustly in order to avoid the warning message. > > Maybe I have been unclear. I am

Re: [Matplotlib-users] UserWarning: Attempting to set identical bottom==top

2011-05-05 Thread C M
> Because you have a py2exe'ed program, I suspect that whoever packaged the > program should be the one to modify that program to choose its axes limits > more robustly in order to avoid the warning message. Maybe I have been unclear. I am the sole developer of this application, and I occasionall

Re: [Matplotlib-users] UserWarning: Attempting to set identical bottom==top

2011-05-05 Thread Benjamin Root
On Thu, May 5, 2011 at 9:04 PM, C M wrote: > On Thu, May 5, 2011 at 10:03 PM, C M wrote: > > On Thu, May 5, 2011 at 7:58 PM, Benjamin Root wrote: > >> > >> > >> On Sun, May 1, 2011 at 4:35 PM, C M wrote: > >>> > >>> I get this error and would like to know what to do to eliminate it and > >>> a

Re: [Matplotlib-users] UserWarning: Attempting to set identical bottom==top

2011-05-05 Thread C M
On Thu, May 5, 2011 at 10:03 PM, C M wrote: > On Thu, May 5, 2011 at 7:58 PM, Benjamin Root wrote: >> >> >> On Sun, May 1, 2011 at 4:35 PM, C M wrote: >>> >>> I get this error and would like to know what to do to eliminate it and >>> also what it means: >>> >>> C:\Python25\lib\site-packages\matp

Re: [Matplotlib-users] UserWarning: Attempting to set identical bottom==top

2011-05-05 Thread Benjamin Root
On Sun, May 1, 2011 at 4:35 PM, C M wrote: > I get this error and would like to know what to do to eliminate it and > also what it means: > > C:\Python25\lib\site-packages\matplotlib\axes.py:2571: > UserWarning: Attempting to set identical bottom==top results > in singular transformations; automa

[Matplotlib-users] UserWarning: Attempting to set identical bottom==top

2011-05-01 Thread C M
I get this error and would like to know what to do to eliminate it and also what it means: C:\Python25\lib\site-packages\matplotlib\axes.py:2571: UserWarning: Attempting to set identical bottom==top results in singular transformations; automatically expanding. bottom=0, top=0 + 'bottom=%s, top=%s'