, 30), im_scatter) #these won't be
perfect the first time (10, 30)
#save it
im_canvas.save("combo_image.png")
--
*From:* __ [mailto:[EMAIL PROTECTED]
*Sent:* Sunday, June 10, 2007 5:22 PM
*To:* matplotlib-users@lists.sourceforge.net
*Subject:* [
On 6/10/07, __ <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm trying to plot a simple list of x/y coords over an image (.png). I can
> show the image, or plot the data, but cannot find a way to layer one over
> the other. I would greatly appreciate someone pointing me in the right
Just call imshow an
he first time (10, 30)
#save it
im_canvas.save("combo_image.png")
From: __ [mailto:[EMAIL PROTECTED]
Sent: Sunday, June 10, 2007 5:22 PM
To: matplotlib-users@lists.sourceforge.net
Subject: [Matplotlib-users] Simple scatter plot over an image
Hello,
I'm trying to plot
Hello,
I'm trying to plot a simple list of x/y coords over an image (.png). I can
show the image, or plot the data, but cannot find a way to layer one over
the other. I would greatly appreciate someone pointing me in the right
direction. Thanks.
---