Re: [Matplotlib-users] imlim in ax.imshow

2012-10-04 Thread Michael Aye
On 2012-10-02 20:09:34 +, Eric Firing said: On 2012/10/02 9:21 AM, Michael Aye wrote: How nice of you to ask! ;) Indeed: I had the case that image arrays inside an ImageGrid where shown with some white overhead area around, e.g. for an image of 100 pixels on the x-axis, the imshow

Re: [Matplotlib-users] imlim in ax.imshow

2012-10-04 Thread Michael Aye
On 2012-10-02 20:15:51 +, Damon McDougall said: On Tue, Oct 2, 2012 at 9:09 PM, Eric Firing efir...@hawaii.edu wrote: On 2012/10/02 9:21 AM, Michael Aye wrote: How nice of you to ask! ;) Indeed: I had the case that image arrays inside an ImageGrid where shown with some white overhead

Re: [Matplotlib-users] imlim in ax.imshow

2012-10-02 Thread Benjamin Root
On Mon, Oct 1, 2012 at 7:20 PM, Michael Aye kmichael@gmail.com wrote: Hi! I see that the function ax.imshow takes the parameter 'imlim' but in the source (status: EPD 7.3-2) it is not being used? So what is it for? Best regards, Michael Confirmed. I don't see imlim anywhere except

Re: [Matplotlib-users] imlim in ax.imshow

2012-10-02 Thread Damon McDougall
On Tue, Oct 2, 2012 at 2:19 PM, Benjamin Root ben.r...@ou.edu wrote: On Mon, Oct 1, 2012 at 7:20 PM, Michael Aye kmichael@gmail.com wrote: Hi! I see that the function ax.imshow takes the parameter 'imlim' but in the source (status: EPD 7.3-2) it is not being used? So what is it for?

Re: [Matplotlib-users] imlim in ax.imshow

2012-10-02 Thread K.-Michael Aye
On Oct 2, 2012, at 6:33 AM, Damon McDougall damon.mcdoug...@gmail.com wrote: On Tue, Oct 2, 2012 at 2:19 PM, Benjamin Root ben.r...@ou.edu wrote: On Mon, Oct 1, 2012 at 7:20 PM, Michael Aye kmichael@gmail.com wrote: Hi! I see that the function ax.imshow takes the parameter

Re: [Matplotlib-users] imlim in ax.imshow

2012-10-02 Thread Damon McDougall
On Tue, Oct 2, 2012 at 8:00 PM, K.-Michael Aye kmichael@gmail.com wrote: On Oct 2, 2012, at 11:09 AM, Damon McDougall damon.mcdoug...@gmail.com wrote: On Tue, Oct 2, 2012 at 5:51 PM, K.-Michael Aye kmichael@gmail.com wrote: On Oct 2, 2012, at 6:33 AM, Damon McDougall

Re: [Matplotlib-users] imlim in ax.imshow

2012-10-02 Thread K.-Michael Aye
On Oct 2, 2012, at 12:06 PM, Damon McDougall damon.mcdoug...@gmail.com wrote: On Tue, Oct 2, 2012 at 8:00 PM, K.-Michael Aye kmichael@gmail.com wrote: On Oct 2, 2012, at 11:09 AM, Damon McDougall damon.mcdoug...@gmail.com wrote: On Tue, Oct 2, 2012 at 5:51 PM, K.-Michael Aye

Re: [Matplotlib-users] imlim in ax.imshow

2012-10-02 Thread Damon McDougall
On Tue, Oct 2, 2012 at 8:07 PM, K.-Michael Aye kmichael@gmail.com wrote: On Oct 2, 2012, at 12:06 PM, Damon McDougall damon.mcdoug...@gmail.com wrote: On Tue, Oct 2, 2012 at 8:00 PM, K.-Michael Aye kmichael@gmail.com wrote: On Oct 2, 2012, at 11:09 AM, Damon McDougall

Re: [Matplotlib-users] imlim in ax.imshow

2012-10-02 Thread Benjamin Root
On Tue, Oct 2, 2012 at 3:07 PM, K.-Michael Aye kmichael@gmail.comwrote: On Oct 2, 2012, at 12:06 PM, Damon McDougall damon.mcdoug...@gmail.com wrote: On Tue, Oct 2, 2012 at 8:00 PM, K.-Michael Aye kmichael@gmail.com wrote: On Oct 2, 2012, at 11:09 AM, Damon McDougall

Re: [Matplotlib-users] imlim in ax.imshow

2012-10-02 Thread Eric Firing
On 2012/10/02 9:11 AM, Damon McDougall wrote: On Tue, Oct 2, 2012 at 8:07 PM, K.-Michael Aye kmichael@gmail.com wrote: On Oct 2, 2012, at 12:06 PM, Damon McDougall damon.mcdoug...@gmail.com wrote: On Tue, Oct 2, 2012 at 8:00 PM, K.-Michael Aye kmichael@gmail.com wrote: On Oct 2,

Re: [Matplotlib-users] imlim in ax.imshow

2012-10-02 Thread Michael Aye
How nice of you to ask! ;) Indeed: I had the case that image arrays inside an ImageGrid where shown with some white overhead area around, e.g. for an image of 100 pixels on the x-axis, the imshow resulted in an x-axis that went from -10 to 110. I was looking for a simple way to

Re: [Matplotlib-users] imlim in ax.imshow

2012-10-02 Thread Michael Aye
How nice of you to ask! ;) Indeed: I had the case that image arrays inside an ImageGrid where shown with some white overhead area around, e.g. for an image of 100 pixels on the x-axis, the imshow resulted in an x-axis that went from -10 to 110. I was looking for a simple way to suppress

Re: [Matplotlib-users] imlim in ax.imshow

2012-10-02 Thread Damon McDougall
On Tue, Oct 2, 2012 at 8:33 PM, Michael Aye kmichael@gmail.com wrote: How nice of you to ask! ;) Indeed: I had the case that image arrays inside an ImageGrid where shown with some white overhead area around, e.g. for an image of 100 pixels on the x-axis, the imshow resulted in an x-axis

Re: [Matplotlib-users] imlim in ax.imshow

2012-10-02 Thread Michael Aye
On 2012-10-02 19:49:16 +, Damon McDougall said: On Tue, Oct 2, 2012 at 8:33 PM, Michael Aye kmichael@gmail.com wrote: How nice of you to ask! ;) Indeed: I had the case that image arrays inside an ImageGrid where shown with some white overhead area around, e.g. for an image of 100

Re: [Matplotlib-users] imlim in ax.imshow

2012-10-02 Thread Eric Firing
On 2012/10/02 9:21 AM, Michael Aye wrote: How nice of you to ask! ;) Indeed: I had the case that image arrays inside an ImageGrid where shown with some white overhead area around, e.g. for an image of 100 pixels on the x-axis, the imshow resulted in an x-axis that went from -10 to 110. I was

[Matplotlib-users] imlim in ax.imshow

2012-10-01 Thread Michael Aye
Hi! I see that the function ax.imshow takes the parameter 'imlim' but in the source (status: EPD 7.3-2) it is not being used? So what is it for? Best regards, Michael -- Got visibility? Most devs has no idea what