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 tem
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 outsid
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:
> >>>&g
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
fig=self.get_figure(
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
--
gt;> "Etrade" == Etrade Griffiths <[EMAIL PROTECTED]> writes:
Etrade> Hi new to Matplotlib and struggling to make a plot that
Etrade> has three lines plotted on it: two are supposed to plot on
Etrade> the LH y axis and the third on the RH y axis. The c
Hi
new to Matplotlib and struggling to make a plot that has three lines
plotted on it: two are supposed to plot on the LH y axis and the third on
the RH y axis. The code so far is
import os
import math
import wx
import wxmpl
import numpy
# ===
# Define plot data window
# ==
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
Downl
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 wxmp