Re: [Matplotlib-users] (no subject)

2008-12-20 Thread Jae-Joon Lee
On Sat, Dec 20, 2008 at 8:52 AM, jouni k seppänen wrote: > Also the patch demo or some unit test > should cover that branch of the code, > ie the case when more than one patch > has the same hatch pattern. I just check in the patch with a slight change in the hatch_demo.py Regards, -JJ -

Re: [Matplotlib-users] different PNG and PDF output...

2008-12-20 Thread Jae-Joon Lee
On Sat, Dec 20, 2008 at 6:02 PM, Lebostein wrote: > A little thing: the shadow of the legend box is not scaling with the dpi. > For example with 300 dpi I can't discover the shadow... This also should be fixed in the maintenance branch and the trunk. Thanks for reporting. -JJ --

Re: [Matplotlib-users] different PNG and PDF output...

2008-12-20 Thread Lebostein
OK, now it works! Thank you! A little thing: the shadow of the legend box is not scaling with the dpi. For example with 300 dpi I can't discover the shadow... -- View this message in context: http://www.nabble.com/different-PNG-and-PDF-output...-tp21028686p21109783.html Sent from the matplotlib

Re: [Matplotlib-users] legend: axespad, pad, handlelen, labelsep - without effect

2008-12-20 Thread Lebostein
Thank You! -- View this message in context: http://www.nabble.com/legend%3A-axespad%2C-pad%2C-handlelen%2C-labelsep---without-effect-tp21087472p21109685.html Sent from the matplotlib - users mailing list archive at Nabble.com. ---

Re: [Matplotlib-users] [matplotlib-devel] os x egg fubar?

2008-12-20 Thread Samuel M. Smith
> > > Please try again with the new OS X binaries at > > https://sourceforge.net/project/showfiles.php?group_id=80706&package_id=278194&release_id=646644 > Clean install of matplotlib-0.98.5.2-py2.5-macosx10.5.mpkg worked fine for me on OS X 10.5.6 MBP Intel 15" with python-2.5.

Re: [Matplotlib-users] Can't build on Ubuntu Intrepid

2008-12-20 Thread Ryan Wagner
Thanks John, you hit this one on the head. I forgot I had set all this in my login script. I took it out and it worked like a charm. -Ryan >Flags like > > -DANSI -I/usr/local/VNI/imsl/cnl600/linux64/include > >indicate to me you have some non-standard stuff in your build >environment ... try an

Re: [Matplotlib-users] (no subject)

2008-12-20 Thread jouni k seppänen
Jae-Joon Lee writes: > > It seems as a bug in the pdf backend, which can be fixed by the simple > patch below. I didn't commit this fix as I think it would be better if > original author (Jouni?) make sure this is a correct way. Your patch is correct - I probably copy-pasted the cache code from

Re: [Matplotlib-users] Can't build on Ubuntu Intrepid

2008-12-20 Thread Darren Dale
On Sat, Dec 20, 2008 at 1:19 AM, Ryan Wagner wrote: > Hi guys, > >I've been trying to build the newest version of MPL on Ubuntu Intrepid > for a few days now. I'm not getting anywhere. I believe I have all the > correct dev packages installed. I had tried to build 0.98.3 but it came out > vi

Re: [Matplotlib-users] Can't build on Ubuntu Intrepid

2008-12-20 Thread John Hunter
On Sat, Dec 20, 2008 at 12:19 AM, Ryan Wagner wrote: > Hi guys, > >I've been trying to build the newest version of MPL on Ubuntu Intrepid > for a few days now. I'm not getting anywhere. I believe I have all the > correct dev packages installed. I had tried to build 0.98.3 but it came out > via

Re: [Matplotlib-users] Fwd: [SciPy-user] reading and writing data inExcel files

2008-12-20 Thread Joshua Lippai
Nils, As far as I know, this is not currently a feature. Josh On Wed, Dec 10, 2008 at 5:46 AM, Nils Wagner wrote: > > > --- the forwarded message follows --- > > > -- Forwarded message -- > From: "Derek Hohls" > To: "Nils Wagner" > Date: Wed, 10 Dec 2008 15:38:37 +0200 > Subj

Re: [Matplotlib-users] "No such attribute" error with PDF output

2008-12-20 Thread Jae-Joon Lee
It seems as a bug in the pdf backend, which can be fixed by the simple patch below. I didn't commit this fix as I think it would be better if original author (Jouni?) make sure this is a correct way. Neil, your code will work okay if you don't use hatch. Or, you may apply the patch by yourself. -J