[Matplotlib-users] Matplotlib temporary files

2007-01-09 Thread Etrade Griffiths
Hi have a Python application using matplotlib installed on a windows machine using PY2EXE. Am having some problems because the application appears to be writing some temporary files to C:\ but users do not have permission to write to this directory. It looks like matplotlib is writing the

Re: [Matplotlib-users] Multiple y axis plotting

2006-11-07 Thread Etrade Griffiths
After poking around in the Pylab source, managed to sort the multiple line plotting using fig = self.get_figure() ax1 = fig.gca() ax2 = fig.add_axes(ax1.get_position(), sharex=ax1, frameon=False) so issue closed for the moment

[Matplotlib-users] Changing the tick label font family

2006-11-07 Thread Etrade Griffiths
Sorry, another really basic matplotlib question ... how do I set the font family of the axis tick labels? I am using wxPython/wxMpl and not the pylab interface so am trying to avoid getp/setp. I could do this using matplotlib.rc but want to do it programatically I tried

Re: [Matplotlib-users] Multiple y axis plotting

2006-11-07 Thread Etrade Griffiths
John thanks - twinx was indeed where I borrowed some of the lines from. They're in the code explicitly 'cos it's a lot clearer to me than using twinx which is buried somewhere in the pylab interface Alun Griffiths At 15:32 07/11/2006, you wrote: Etrade == Etrade Griffiths [EMAIL PROTECTED

Re: [Matplotlib-users] Changing the tick label font family

2006-11-07 Thread Etrade Griffiths
Derek, I stand corrected - the phrase should be fairly kludgy though cludgy might not be that far off when describing my code! Alun At 15:03 07/11/2006, you wrote: From http://www.bbc.co.uk/manchester/have_your_say/2002/11/06/manc_words_3.shtml A cludgy is an outside loo ??? Etrade Griffiths

Re: [Matplotlib-users] wxmsw26uh_vc.dll

2006-11-06 Thread Etrade Griffiths
Charlie thanks for the tip - it worked a charm. Alun Griffiths - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier

[Matplotlib-users] wxmsw26uh_vc.dll

2006-11-04 Thread Etrade Griffiths
Hi running Win XP, Python 2.4 with matlibplot and wxpython installed from these executables both down-loaded from sourceforge matplotlib-0.87.7.win32-py2.4.exe wxPython2.6-win32-ansi-2.6.3.3-py24.exe Just taking the first steps with matplotlib and wxpython using wxmpl. Running one of the