Re: [Matplotlib-users] tex-text problem

2006-06-11 Thread Wolfgang
Hi Darren, I will try to change my temp path later this day. But I also think, that one problem comes from the fact that I have installed Python not on my C: drive. Wolfgang Darren Dale schrieb: > I'm sorry Wolfgang, but I don't have access to a windows computer at home, > and > my next tw

Re: [Matplotlib-users] tex-text problem

2006-06-11 Thread Darren Dale
I'm sorry Wolfgang, but I don't have access to a windows computer at home, and my next two weeks at work are literally booked from dawn to dusk. I don't know when I'll get a chance to look into this again. Hopefully someone else on the list can offer some suggestions. Darren On Sunday 11 June

Re: [Matplotlib-users] tex-text problem

2006-06-11 Thread Wolfgang
Hi, with some manual adjustments in texmanager.py I get the first tex file processed to an dvi and both files (tex + dvi) are copied into this folder: C:\Documents and Settings\s0167070\.matplotlib\tex.cache but now dvipng refuses to do its job: if exit_status: raise RuntimeError('dvipng w

Re: [Matplotlib-users] legend without frame?

2006-06-11 Thread Wolfgang
and the answer is: legend().draw_frame(0) problem solved Wolfgang Wolfgang schrieb: > Hi, > > how can I switch off the frame of the legend? > > Thanks > Wolfgang ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists

[Matplotlib-users] legend without frame?

2006-06-11 Thread Wolfgang
Hi, how can I switch off the frame of the legend? Thanks Wolfgang ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Re: [Matplotlib-users] tex-text problem

2006-06-11 Thread Darren Dale
Please try changing line 191 in texmanager.py from this: command = 'cd %s; latex -interaction=nonstopmode "%s"'\ to this: command = 'cd "%s"; latex -interaction=nonstopmode "%s"'\ Also, backens/backend_ps.py line 1274 needs to be changed: command = 'cd "%s"; latex -interaction=nonstopmode "%s"

Re: [Matplotlib-users] Differences in appearance between FigureCanvasAgg and FigureCanvasWxAgg

2006-06-11 Thread Tom Denniston
Thank you John. I will try as you suggest. I really appreciate your help. --Tom On 6/10/06, John Hunter <[EMAIL PROTECTED]> wrote: > > "Tom" == Tom Denniston <[EMAIL PROTECTED]> writes: > >Tom> FigureCanvasAgg seems to make fonts appear much larger that >Tom> FigureCanvasWxAgg. I

Re: [Matplotlib-users] tex-text problem

2006-06-11 Thread Wolfgang
Hi, there is no output from latex produced as it can't find the file! But here is the verbose error output (my python file is called tex.py, the content is listed in my last message): D:\temp\py_plotlib>tex.py --verbose-debug-annoying matplotlib data path D:\Programme\Python2.4.3\lib\site-pack

Re: [Matplotlib-users] tex-text problem

2006-06-11 Thread Darren Dale
Please set verbose.level : debug in your matplotlibrc file, and then rerun your script and post the full output, including the full latex report. Darren On Sunday 11 June 2006 7:57 am, Wolfgang wrote: > Hi, > > I'm quite new to python and matplotlib, but at least simple graphs work > already. B

Re: [Matplotlib-users] ANN: basemap 0.9

2006-06-11 Thread Wolfgang
Hi, problem is solved. It seems that the file got corrupted during the first download and all further tries to download it again referred to the cached file. The solution simply was to empty the file cache. Sorry for causing trouble Wolfgang Jeff Whitaker schrieb: > Wolfgang wrote: >> I tried

Re: [Matplotlib-users] ANN: basemap 0.9

2006-06-11 Thread Jeff Whitaker
Wolfgang wrote: > I tried to download basemap 0.9 from sourceforge but during unzipping I > get an crc error. Can anybody else test the file from sf? > > Thanks > Wolfgang > > Wolfgang: Works fine for me - I suggest trying another SF mirror. Do you remember which one you downloaded the corr

[Matplotlib-users] tex-text problem

2006-06-11 Thread Wolfgang
Hi, I'm quite new to python and matplotlib, but at least simple graphs work already. But now I tried to use tex for processing labels. tex, latex, dvipng and ghostscript are in my path. A manual tex-run on the tex file produces a dvi file. Any help is appreciated Wolfgang PS: I'm runnin on Wi

Re: [Matplotlib-users] ANN: basemap 0.9

2006-06-11 Thread Wolfgang
I tried to download basemap 0.9 from sourceforge but during unzipping I get an crc error. Can anybody else test the file from sf? Thanks Wolfgang Jeff Whitaker schrieb: > The main purpose of this release is to take advantage of the new aspect > ratio handling in matplotlib 0.87.3. > > Some new