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] different PNG and PDF output...

2008-12-16 Thread John Hunter
On Tue, Dec 16, 2008 at 7:06 PM, Jae-Joon Lee wrote: > ps. John, are you releasing a new maintenance version? I'm afraid that > my previous patch broke one of the example. Sorry, I thought the fix > was obvious and didn't pay much attention. Yes, and I had just completed a round of testing when

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

2008-12-16 Thread Jae-Joon Lee
This should now be fixed (maintenance & trunk). John, I guess I found what I did wrong last time. I used emacs svn interface for committing and it seems that some of the properties are not properly committed. This time, I simply used the shell command. let me know if I messed up again. -JJ ps. J

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

2008-12-16 Thread Jae-Joon Lee
On Tue, Dec 16, 2008 at 4:02 PM, Jouni K. Seppänen wrote: > "Jae-Joon Lee" writes: > >> So, Lebostein and j, if you know how to check out using svn, can you >> give a try either the svn trunk or the maintenance branch? I'm >> attaching the patch just in case. > > On the svn trunk, the demo examp

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

2008-12-16 Thread Jouni K . Seppänen
"Jae-Joon Lee" writes: > So, Lebostein and j, if you know how to check out using svn, can you > give a try either the svn trunk or the maintenance branch? I'm > attaching the patch just in case. On the svn trunk, the demo examples/api/legend_demo.py now fails at "leg.get_texts()" with "Attribut

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

2008-12-16 Thread Jae-Joon Lee
On Tue, Dec 16, 2008 at 12:17 PM, jkitchin wrote: > > I also observed this with eps output. The png looked fine, but the eps legend > was very large in my case. > > j > Hmm, it is not clear to me if this is a same issue. I think eps output is not very sensitive to dpi thing in matplotlib. I trie

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

2008-12-16 Thread Jae-Joon Lee
I just found my previous message was only sent to Lebostein. Anyhow, here is my original meesage. On Tue, Dec 16, 2008 at 10:38 AM, Jae-Joon Lee wrote: > Yes, I can see the differences. > Anyway, it seems to me the differences are primarily caused by > different dpi, not by different backend. >

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

2008-12-16 Thread jkitchin
I also observed this with eps output. The png looked fine, but the eps legend was very large in my case. j Lebostein wrote: > > Hi, > > with the new version of matplotlib, the legend looks different in png and > pdf! > > I could post examples, but you can look in the galery also: > http://m

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

2008-12-16 Thread Michael Droettboom
This looks like a dpi issue -- that is the only difference between the regular and hi-res png. Jae-Joon -- do you have any thoughts? Perhaps something is dpi-dependent in the new legend code where it shouldn't be? Mike Lebostein wrote: > Hi, > > with the new version of matplotlib, the legend

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

2008-12-16 Thread Lebostein
Hi, with the new version of matplotlib, the legend looks different in png and pdf! I could post examples, but you can look in the galery also: http://matplotlib.sourceforge.net/gallery.html for example the legend_demo3 http://matplotlib.sourceforge.net/examples/pylab_examples/legend_demo3.html