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 experience with

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

2006-10-23 Thread Willi Richert
Hi, unfortunately, debs.astraw.com is not accessible. [EMAIL PROTECTED]:~ ping debs.astraw.com ping: unknown host debs.astraw.com [EMAIL PROTECTED]:~ ping www.astraw.com PING www.astraw.com (66.33.203.253) 56(84) bytes of data. 64 bytes from basic-emu.glass.dreamhost.com (66.33.203.253):

[Matplotlib-users] Plotting data as bars with a date axis?

2006-10-23 Thread Derek Hohls
The standard plot: ax.plot_date(dates,values) does a dot plot whereas ax.plot_date(dates,values,'-') plots a line. How, though, do I plot values as bars? Thanks Derek PS dates are converted from an array dates as strings, using the datestr2num() - which works well! -- This

[Matplotlib-users] problem with ghostscript

2006-10-23 Thread Stefan van der Walt
Hi, I am trying to generate graphs using text.usetex : True ps.usedistiller : xpdf Unfortunately, when running import pylab as P P.plot([10],[10]) P.savefig('test.eps') I get an error message: File /home/stefan//lib/python2.4/site-packages/matplotlib/backends/backend_ps.py, line 1412, in

Re: [Matplotlib-users] problem with ghostscript

2006-10-23 Thread Darren Dale
Hi Stefan, On Monday 23 October 2006 11:17, Stefan van der Walt wrote: I am trying to generate graphs using text.usetex : True ps.usedistiller : xpdf Unfortunately, when running import pylab as P P.plot([10],[10]) P.savefig('test.eps') I get an error message: File

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

2006-10-23 Thread Eric Firing
With Linux it is easy to install matplotlib from the tarball or from svn--no need to hunt around for a package. Eric Willi Richert wrote: 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

Re: [Matplotlib-users] Compatible Version of Numpy?

2006-10-23 Thread Chris S
I think that 97.6 was compiled against 1.0rc2 but Charlie Moad is the authority on this since he did the compile. I have added this news flash to the site Ok, thanks. I suspected that, but since even Google isn't able to find an rc2 binary, I guess my only option is to wait for a compatible

Re: [Matplotlib-users] problem with ghostscript

2006-10-23 Thread Stefan van der Walt
On Mon, Oct 23, 2006 at 01:28:36PM -0400, Darren Dale wrote: Hi Stefan, On Monday 23 October 2006 11:17, Stefan van der Walt wrote: I am trying to generate graphs using text.usetex : True ps.usedistiller : xpdf [...] I can't reproduce the problem here, using xpdf 3.01 (although

Re: [Matplotlib-users] Problem installing latest matplotlib + numpy win32 binaries

2006-10-23 Thread Todd Page
Hey all, Just in case there are people out there in the same boat as me; I found a solution. Eric pointed out that the latest matplotlib only supported numpy rc2, but they were only listing rc3 on sourceforge. Turns out you can click the rc3 download link, then just change the file name...

Re: [Matplotlib-users] Compatible Version of Numpy?

2006-10-23 Thread Eric Firing
Chris S wrote: I think that 97.6 was compiled against 1.0rc2 but Charlie Moad is the authority on this since he did the compile. I have added this news flash to the site Ok, thanks. I suspected that, but since even Google isn't able to find an rc2 binary, I guess my only option is to wait

[Matplotlib-users] Matplotlib is incompatible with NumPy 1.0rc3

2006-10-23 Thread Yukuan
Once when I found that NumPy released its version 1.0rc3,I happily upgraded NumPy from 1.0rc1 to 1.0rc3 under WindowsXP.A nightmare just happened. Matplotlib failed to run with NumPy 1.0 rc3,and I cannot found a NumPy 1.0rc1 on its download page.Will matplotlib upgrade for NumPy 1.0rc3?What can I

Re: [Matplotlib-users] Matplotlib is incompatible with NumPy 1.0rc3

2006-10-23 Thread Steve Lianoglou
Woops -- sent from the wrong email address ... here's a reply for the list: On Oct 24, 2006, at 12:04 AM, Steve Lianoglou wrote: Once when I found that NumPy released its version 1.0rc3, I happily upgraded NumPy from 1.0rc1 to 1.0rc3 under WindowsXP. A nightmare just happened. Matplotlib