Re: [Matplotlib-users] twin / dual / two axis seems to confuse or break toolbar magnifier

2008-11-04 Thread wet_colored)arch
Can you be more specific about what is going wrong? The zoom magnifier seems to work fine for me with or without twinx, but perhaps we just have different expectations of how it works. Could you perhaps provide screenshots? Response>> I confirmed it is 0.90.0 (I am running on Windows) attac

Re: [Matplotlib-users] Setting tick labelsize programatically

2008-11-04 Thread Joshua J. Kugler
On Tuesday 04 November 2008, Joshua J. Kugler said something like: > > Here is one way to do it:: > > > > for label in ax.get_xticklabels() + ax.get_yticklabels(): > >label.set_fontsize(12) > > > > But the artist tutorial above will give you a more in-depth > > explanation of the variou

Re: [Matplotlib-users] Testing - my posts aren't showing up on the list

2008-11-04 Thread Joshua J. Kugler
On Tuesday 04 November 2008, you said something like: > Hello, > > I have found that messages sometimes don't show up on these lists if > your options are set not to receive mailings (eg. if you just want to > look for replies in the archive). Hmm, well, I do receive mail from that list, so it mus

Re: [Matplotlib-users] Testing - my posts aren't showing up on the list

2008-11-04 Thread James Turner
Hello, I have found that messages sometimes don't show up on these lists if your options are set not to receive mailings (eg. if you just want to look for replies in the archive). James. Michael Droettboom wrote: > I don't know if there's any way of knowing from the outside... > > You can send

Re: [Matplotlib-users] Setting tick labelsize programatically

2008-11-04 Thread Joshua J. Kugler
On Tuesday 04 November 2008, John Hunter said something like: > On Tue, Nov 4, 2008 at 3:13 PM, Joshua J. Kugler <[EMAIL PROTECTED]> wrote: > > [Trying one more time.] > > > > I've read docs, search the list archive, and tried to step through > > code. > > The docs you are looking for are > http:/

Re: [Matplotlib-users] Setting tick labelsize programatically

2008-11-04 Thread John Hunter
On Tue, Nov 4, 2008 at 3:13 PM, Joshua J. Kugler <[EMAIL PROTECTED]> wrote: > [Trying one more time.] > > I've read docs, search the list archive, and tried to step through code. The docs you are looking for are http://matplotlib.sourceforge.net/users/artists.html. > How can I set things like xt

[Matplotlib-users] Setting tick labelsize programatically

2008-11-04 Thread Joshua J. Kugler
[Trying one more time.] I've read docs, search the list archive, and tried to step through code. How can I set things like xtick.labelsize and ytick.labelsize via the object oriented interface? I have a graph object, and I can't find anywhere in the data structure for the completed graph wh

Re: [Matplotlib-users] Testing - my posts aren't showing up on the list

2008-11-04 Thread John Hunter
On Tue, Nov 4, 2008 at 2:48 PM, Joshua J. Kugler <[EMAIL PROTECTED]> wrote: > I've sent two messages to this list, and neither have appeared in the > archives, or come back to me. Did I use the right combination of words > to get stopped by a spam filter? :) I have not seen any messages from you

Re: [Matplotlib-users] Testing - my posts aren't showing up on the list

2008-11-04 Thread Joshua J. Kugler
On Tuesday 04 November 2008, Joshua J. Kugler said something like: > On Tuesday 04 November 2008, Joshua J. Kugler said something like: > > I've sent two messages to this list, and neither have appeared in > > the archives, or come back to me. Did I use the right combination > > of words to get st

Re: [Matplotlib-users] Testing - my posts aren't showing up on the list

2008-11-04 Thread Michael Droettboom
I don't know if there's any way of knowing from the outside... You can send your question to me, and I can forward it to the list... (Seems silly, but it might work.) Mike Joshua J. Kugler wrote: > I've sent two messages to this list, and neither have appeared in the > archives, or come back

Re: [Matplotlib-users] Testing - my posts aren't showing up on the list

2008-11-04 Thread Joshua J. Kugler
On Tuesday 04 November 2008, Joshua J. Kugler said something like: > I've sent two messages to this list, and neither have appeared in the > archives, or come back to me. Did I use the right combination of > words to get stopped by a spam filter? :) Sigh, apparently. I'll trying posting again an

[Matplotlib-users] Testing - my posts aren't showing up on the list

2008-11-04 Thread Joshua J. Kugler
I've sent two messages to this list, and neither have appeared in the archives, or come back to me. Did I use the right combination of words to get stopped by a spam filter? :) j -- Joshua Kugler Part-Time System Admin/Programmer http://www.eeinternet.com PGP Key: http://pgp.mit.edu/  ID 0xDB

Re: [Matplotlib-users] Help with MatPlotLib

2008-11-04 Thread Michael Droettboom
I'm not a regular Windows user myself, but the following threads from a couple weeks ago might be relevant: http://www.nabble.com/Matplotlib-in-Cygwin-td20069116.html http://www.nabble.com/failure-with-python-setup.py-build-td20092879.html Please let us know how that works for you. Developers:

[Matplotlib-users] Help with MatPlotLib

2008-11-04 Thread Dennis Caceres
Hello, I am trying to install MatPlotLib and I can't seem to get it to work. Any help with this problem would be greatly appreciated. THANKS! Below are are facts about my system. $ uname -a CYGWIN_NT-5.1 (Prefer not to display) 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin $ python setu

Re: [Matplotlib-users] twin / dual / two axis seems to confuse or break toolbar magnifier

2008-11-04 Thread John Hunter
On Tue, Nov 4, 2008 at 7:29 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > Can you be more specific about what is going wrong? The zoom magnifier > seems to work fine for me with or without twinx, but perhaps we just > have different expectations of how it works. Could you perhaps provide >

Re: [Matplotlib-users] twin / dual / two axis seems to confuse or break toolbar magnifier

2008-11-04 Thread Michael Droettboom
Can you be more specific about what is going wrong? The zoom magnifier seems to work fine for me with or without twinx, but perhaps we just have different expectations of how it works. Could you perhaps provide screenshots? I'm checking against SVN trunk. I didn't check against 0.90.1, since

Re: [Matplotlib-users] no canvas reinitialization between calls to savefig

2008-11-04 Thread Jae-Joon Lee
> I spent some time working on it and came to the following conclusion: > if the mpl figure is fully transparent, you see whatever is in the gui > rendering buffer, which may be unintiialized memory. In some sense, > mpl is doing what is asked of it, making a fully transparent figure. > Clearing