Re: [Matplotlib-users] obtaining version info

2006-12-08 Thread Josh Lifton
I didn't see it either. For questions like this, I recommend heading to the #python channel on irc.freenode.net. If you find out how, please post. josh On Fri, 8 Dec 2006, belinda thom wrote: > Hi, > > Perhaps I'm missing something really basic, but I can't figure out > how to query pylab as t

Re: [Matplotlib-users] subplot problems using comma notation

2006-11-17 Thread Josh Lifton
t for that. Cheers, Josh On Fri, 17 Nov 2006, Marius 't Hart wrote: > I have the same symptoms on my Ubuntu 6.06 using python 2.4 and > matplotlib 0.82-5. Where did you find matplotlib 0.87-5 though? It's not > in the repositories as far as I can tell. I use synaptic for upgra

Re: [Matplotlib-users] subplot problems using comma notation

2006-11-16 Thread Josh Lifton
users out there have a similar experience? Cheers, Josh On Fri, 17 Nov 2006, Pierre GM wrote: > On Thursday 16 November 2006 23:45, Josh Lifton wrote: > > I've been having problems using the subplot command's comma notation > > Seems to work here. On a Gentoo (OK, seriously:

[Matplotlib-users] subplot problems using comma notation

2006-11-16 Thread Josh Lifton
I've been having problems using the subplot command's comma notation for describing how many plots to use (e.g. subplot(2,1,1) instead of subplot(211)). Using the comma notation, all plots are overlaid in the first position and remaining positions are blank but sized correctly as if there should b