Re: [Matplotlib-users] MPL building failure

2011-10-26 Thread Benjamin Root
On Wednesday, October 26, 2011, Ignas Anikevicius wrote: > On 26/10/11 22:31, Ignas Anikevicius wrote: >> >> Traceback (most recent call last): >> File "make.py", line 223, in >> func() >> File "make.py", line 191, in all >> html() >> File "make.py", line 136, in html >> copy_if_out_of_date(

Re: [Matplotlib-users] MPL building failure

2011-10-26 Thread Ignas Anikevicius
On 26/10/11 22:31, Ignas Anikevicius wrote: > > Traceback (most recent call last): > File "make.py", line 223, in > func() > File "make.py", line 191, in all > html() > File "make.py", line 136, in html > copy_if_out_of_date('../lib/matplotlib/mpl-data/matplotlibrc', > '_static/matplotlibrc')

[Matplotlib-users] MPL building failure

2011-10-26 Thread Ignas Anikevicius
Hello list, I am sorry to be trying to solve my problems by just writing to the list, but I could not think of any other ways to solve it as google was not very verbose. The build log part, which indicates a failure: Traceback (most recent call last): File "make.py", line 223, in func

Re: [Matplotlib-users] Pure python matplotlib for Google App Engine

2011-10-26 Thread Michael Droettboom
On 10/26/2011 02:40 AM, Benjamin Root wrote: On Tuesday, October 25, 2011, jniemasik > wrote: > > Hi all, > > Google App Engine recently added an experimental Python 2.7 option, and > along with it, support for numpy. > > App Engine only allows pure python code to be

Re: [Matplotlib-users] 3D - aspect ratios

2011-10-26 Thread Benjamin Root
On Tuesday, October 25, 2011, Dylan Temple wrote: > Mr. Root, > > Thank you! That got the aspect ratio between the axes to be what I needed. I had one more question, however, when this aspect ratio is set the actual plot is very small (it shrinks the y and z axes significantly, obviously) howeve