On Wed, Jun 16, 2010 at 4:06 PM, Malte Dik wrote:
> Hi,
>
> Eamon Caddigan
>> The reason my initial attempts failed was because I (erroneously)
>> assumed that the default axis spanned (0, 0), (1, 1). Now I that I
>> know better, I can place an axis for each i
nsetLocator might be what you are looking
> for in the axes_grid module.
>
> http://matplotlib.sourceforge.net/mpl_toolkits/axes_grid/users/overview.html
>
> I hope this helps,
> Ben Root
>
> On Thu, Jun 10, 2010 at 8:54 AM, Eamon Caddigan
> wrote:
>>
>>
Actually, since axes are created with normalized coordinates, what I
really need is a way to query the size of the current figure, in
pixels.
On Thu, Jun 10, 2010 at 7:43 AM, Eamon Caddigan
wrote:
> Thanks Scott. In order to precisely position an image using separate
> axes, I'd need
June 2010 07:21, Eamon Caddigan wrote:
>> I'd like to draw thumbnails of images on various plots, e.g., a bar
>> chart with a picture placed at the base of the bar, or a scatter plot
>> with photos next to select points.
>>
>> Reading and resizing the image aren&
Hi everybody,
I'd like to draw thumbnails of images on various plots, e.g., a bar
chart with a picture placed at the base of the bar, or a scatter plot
with photos next to select points.
Reading and resizing the image aren't an issue. However, I've been
searching all day, and I can't figure out h