[Matplotlib-users] typecode() in mlab.cohere_pairs

2009-01-05 Thread Sven Schreiber
Hi, I'm stumbling (=getting an error) over the fact that cohere_pairs in the mlab module makes use of an unknown typecode() function. I'm guessing that typecode(X) comes from the pre-numpy era, and maybe it should be X.dtype or X.dtype.char or whatever. Is this a known bug, is it a bug at all, or

[Matplotlib-users] minor subplot and doc issues

2007-06-28 Thread Sven Schreiber
Hi mpl-ers, while working on some multiple subplots I noticed the following: 1) multiple subplots in a column overlap slightly (xticklabels and the following title), depending on font size I guess; is this known or how could this be fixed? 2) the set xticklabels example on p.27 of the current use

Re: [Matplotlib-users] numpy and matplotlib usage

2007-01-04 Thread Sven Schreiber
belinda thom schrieb: > A tangential question; recently I was looking for a way to save/load > numeric data (often so it could be used later for building plots). I > found load/save better documented than numpy's to/fromfile, so used > that. The question, from the responsibility point of vie

Re: [Matplotlib-users] set_ylim() does not work with twinx()-axes

2006-10-23 Thread Sven Schreiber
Willi Richert schrieb: > Am Samstag, 21. Oktober 2006 20:30 schrieb Eric Firing: >>> matplotlib.__version__ == 0.82 >> There is the problem: you need to update your matplotlib. >> >> Eric > > Thanks. Unfortunately, I've not yet found a more recent ubuntu/dapper repo > for > matplotlib. Any exper

Re: [Matplotlib-users] ANN: matplotlib-0.87.5 *fixed*

2006-09-06 Thread Sven Schreiber
Don't expect this link to be > good for a long time though. > > http://euclid.uits.iupui.edu/mplfiles/ > > - Charlie > > On 9/6/06, Charlie Moad <[EMAIL PROTECTED]> wrote: >> The source error must of propagated to those builds. I will post new >>

Re: [Matplotlib-users] ANN: matplotlib-0.87.5

2006-09-06 Thread Sven Schreiber
#x27;t make mpl happy. """ Thanks, Sven Charlie Moad schrieb: > That error was relating to the source release. Can you please post > your error for the binary? > > On 9/6/06, Sven Schreiber <[EMAIL PROTECTED]> wrote: >> Charlie Moad schrieb: >> > Minor

Re: [Matplotlib-users] ANN: matplotlib-0.87.5

2006-09-06 Thread Sven Schreiber
Charlie Moad schrieb: > Minor rev bump for numpy 1.0b5 compatibility. This release should > remain compatible with future 1.0 releases of numpy. > I keep running into the ImportError problem described on the devel list, with the win32 2.4 binary (exe). Is that still just a case of waiting for th

[Matplotlib-users] numpy-1.0b-compatible release?

2006-08-22 Thread Sven Schreiber
Hi all, I'm using recently changed numpy features, so I have not been able to use matplotlib in a while, hoping for a release compatible with numpy 1.0beta. I guess I could also install Numeric and use that for matplotlib in the meantime, as a workaround. But from posts on the devel list it seems