It looks like I've successfully built the latest MPL svn (rev 3273) with
the latest WxPython 2.8.4.0 in Python 2.5.1 on win32 using MSVC 7.1.
Lots of (what I take it aren't important) type conversion warnings
came up, but this warning stood out:
building 'matplotlib._windowing' extension
C:\bin\Mi
Hi everybody,
while thinking about the problem of disabling mpl-axes-interaction during
key_press_events two ideas came to my mind:
One could add a (e.g. 'skip_mpl_events') to class Artist or
class Axes(Artist).
a) In the method key_press (of class FigureManagerBase) one could then use
this
Hi, I have a question about the command "imshow". Is there a way to have
such a colorplot only limited to a circular area?
I want to have it look like the colorplots in
http://www.uke.uni-hamburg.de/kliniken/neurologie/downloads/klinik-neurologie/Hummel_Figure7.jpg
Nice is also something like
Dear All,
me and other two colleagues will be interested in writing a tutorial
book about the use of opensource/freeware software in chemometrics
(mainly python oriented).
I've contacted the editor at Blackwell publishing that has told me that
can be interested in it and sent me the module for s
This SVG format gets better everyday.
For those of you unfortunate enough not to have the
choice of freedom from the M$ Monopoly, I discovered
that Visio supports SVG file directly. In fact, the
rendering is better then Inscape and get this: you can
copy and paste *directly* over to PowerPoint an
Sorry to bother you guys, but I cannot figure out how to set the gap between
the axis label and the axis.
I know it can be done.
Thanks,
Mark
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE ve
Hello Bernhard,
I'm not sure if my answer really fits your question, but it may help to use
>>> from matplotlib import rc
>>> rc('text', usetex=True)
like in the tex_demo.py (http://matplotlib.sourceforge.net/screenshots) or to
change your matplotlibrc (for explanation see:
http://www.scipy.org/
Dear all,
is it possible to insert newlines in mathtex text?
neither \newline, nor \\ seem to be understood:
In [20]: text(.5,.5, r'$This is the first line \\ this is the second line$')
Results in a single line.
By the way, when there is an error in the tex string, the caching behind the
scen
On Friday 11 May 2007 6:32:14 pm Michele Mazzucco wrote:
> > On Friday 11 May 2007 05:16:04 pm Michele Mazzucco wrote:
> > > I'm running matplotlib on Mac OS X and I've set text.usetex to True in
> > > matplotlibrc, but if I try to run the tex_demo I get the error shown
> > > below. If I'm right it