[Matplotlib-users] Build warning on win32: unrecognized option '/mwindows'; ignored

2007-05-15 Thread Martin Spacek
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

Re: [Matplotlib-users] skip mpl-axes-interaction during key_press_event's

2007-05-15 Thread Matthias Michler
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

[Matplotlib-users] imshow restricted to circle

2007-05-15 Thread Thorsten Kranz
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

[Matplotlib-users] call for chapeters in a book about freeware/opensource in chemometrics

2007-05-15 Thread Giorgio Luciano
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

Re: [Matplotlib-users] SVG vs PNG

2007-05-15 Thread kc106_2005-matplotlib
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

[Matplotlib-users] simple question: how to set the gap between label and axis

2007-05-15 Thread Mark Bakker
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

Re: [Matplotlib-users] newline in mathtex

2007-05-15 Thread Matthias Michler
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/

[Matplotlib-users] newline in mathtex

2007-05-15 Thread Bernhard Voigt
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

Re: [Matplotlib-users] latex problem

2007-05-15 Thread Darren Dale
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