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

2006-11-17 Thread Eric Firing
Marius 't Hart wrote: > Using the advice from Seweryn Kokot I was able to install matplotlib > 0.87.7-0, but this resulted in all sorts of errors instead of a graph. > I'll just make do with matplotlib 0.82-5 for now. > Thanks for your advice! > Marius. That is probably because you installed a mat

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

2006-11-17 Thread Eric Firing
I would encourage anyone running linux to simply build matplotlib from the latest release tarball. It's easy. You may need to install some devel packages first, but once you have stumbled over the missing bits and installed them, then forever after you can very easily update to the latest ver

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

2006-11-17 Thread Marius 't Hart
Using the advice from Seweryn Kokot I was able to install matplotlib 0.87.7-0, but this resulted in all sorts of errors instead of a graph. I'll just make do with matplotlib 0.82-5 for now. Thanks for your advice! Marius. Josh Lifton schreef: > Unfortunately, 0.87-5 is only available in the 6.10 (

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

2006-11-17 Thread Josh Lifton
Unfortunately, 0.87-5 is only available in the 6.10 (Edgy) repositories, so we'll have to upgrade to 6.10, request that matplotlib be backported to 6.06, or find a non-Ubuntu repository from which to install the latest matplotlib package. I plan on upgrading sometime soon, so I'll wait for that.

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

2006-11-17 Thread Marius 't Hart
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 upgrading. Josh Lifton schreef: > Thanks for confirming that it works on another system. As I'm cur

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

2006-11-17 Thread Seweryn Kokot
Marius 't Hart <[EMAIL PROTECTED]> writes: > 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 upgrading. Add the following line to your /etc/apt

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

2006-11-16 Thread Josh Lifton
Thanks for confirming that it works on another system. As I'm currently using 0.82.5, I suspect upgrading to 0.87.5 (apparently the latest available through official Ubuntu repositories in the newest distribution) will solve the problem. I'll report back once I do this. Any Ubuntu users out ther

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

2006-11-16 Thread Pierre GM
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: on matplotlib 0.87.7) Josh, what version of matplotlib are you using ? ---