Re: [matplotlib-devel] mkpg on OSX

2009-08-04 Thread Russell Owen
On Aug 4, 2009, at 8:09 PM, John Hunter wrote: > On Mon, Aug 3, 2009 at 2:58 PM, Russell E. Owen wrote: > >> If you are using bdist_mpkg then it should do the right thing as >> long as >> you build the python with your python.org python >> (/Library/Frameworks...) instead of the system python.

Re: [matplotlib-devel] mkpg on OSX

2009-08-04 Thread John Hunter
On Mon, Aug 3, 2009 at 2:58 PM, Russell E. Owen wrote: > If you are using bdist_mpkg then it should do the right thing as long as > you build the python with your python.org python > (/Library/Frameworks...) instead of the system python. Following some of the suggestions in this thread and on the

Re: [matplotlib-devel] mpl_data_demo example

2009-08-04 Thread Jouni K . Seppänen
Gökhan Sever writes: > Get this tiny error: I committed your patch; thanks! -- Jouni K. Seppänen http://www.iki.fi/jks -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify y

Re: [matplotlib-devel] example data in example code

2009-08-04 Thread Jouni K . Seppänen
John Hunter writes: > # TODO: how to handle stale data in the cache that has been > # updated from svn -- is there a clean http way to get the current > # revision number that will not leave us at the mercy of html > # changes at sf? The mod_dav_svn server sends an ETag header th

[matplotlib-devel] mpl_data_demo example

2009-08-04 Thread Gökhan Sever
Get this tiny error: [gse...@ccn misc]$ python mpl_data_demo.py File "mpl_data_demo.py", line 1 """ ^ IndentationError: unexpected indent Not sure it is a Python version specific issue or not: Python 2.6 (r26:66714, Jun 8 2009) Index: mpl_data_demo.py

Re: [matplotlib-devel] example data in example code

2009-08-04 Thread John Hunter
On Tue, Aug 4, 2009 at 11:17 AM, Josh Hemann wrote: > > So, I just downloaded 0.99 rc1 and wanted to play with axesgrid examples and > got the results you reported below in your example. I am in fact naive, and > its not clear to me how to get around this problem of the demo_image module > not bein

Re: [matplotlib-devel] Request For Comment on the mathtex Branch

2009-08-04 Thread Freddie Witherden
Hi, On 4 Aug 2009, at 14:12, Michael Droettboom wrote: > However, after doing that I run into another error importing mathtex > from mathtext_demo.py: > >> >>> from mathtex.mathtex_main import Mathtex >> Traceback (most recent call last): >> File "", line 1, in >> File "/home/mdroe/usr/lib/py

Re: [matplotlib-devel] example data in example code

2009-08-04 Thread Josh Hemann
So, I just downloaded 0.99 rc1 and wanted to play with axesgrid examples and got the results you reported below in your example. I am in fact naive, and its not clear to me how to get around this problem of the demo_image module not being found. What is the solution? Thanks, Josh John Hunter

Re: [matplotlib-devel] Request For Comment on the mathtex Branch

2009-08-04 Thread Michael Droettboom
Freddie Witherden wrote: > Hi, > > On 3 Aug 2009, at 17:39, Michael Droettboom wrote: > >> Is there an additional step to install mathtex? I thought the goal >> was to make "python setup.py install" work out of the box. >> > > This was the goal and I got quite close to achieving it. This

Re: [matplotlib-devel] problem with draw method in svn version?

2009-08-04 Thread Jonathan Demaeyer
Hello, Thank you for your answer. When I explicitly give None as renderer argument, everything work well. Now I guess the question is why the default value is not used by the method? By the way, rasterization support wasn't introduced earlier than the 0.98.3 version? Regards, Jonathan Jae-J