ANN: Clara Charlotte Hunter

from tempfile import mktemp
from urllib import urlretrieve
from matplotlib.matlab import *

url = ‘http://matplotlib.sf.net/clara.png
fname = mktemp(’.png’)
print ‘Downloading image; this may take a minute...’
urlretrieve(url, fname)

figure(figsize=(8,6))
im = imread(fname)
imshow(im)
axis('off')
title('Clara Charlotte Hunter, born 10/2/2004')
show()

CONGRATULATIONS....

John Hunter wrote:

···

from tempfile import mktemp
from urllib import urlretrieve
from matplotlib.matlab import *

url = 'http://matplotlib.sf.net/clara.png
fname = mktemp('.png')
print 'Downloading image; this may take a minute...'
urlretrieve(url, fname)

figure(figsize=(8,6))
im = imread(fname)
imshow(im)
axis('off')
title('Clara Charlotte Hunter, born 10/2/2004')
show()

--
Peter Groszkowski Gemini Observatory
Tel: +1 808 974-2509 670 N. A'ohoku Place
Fax: +1 808 935-9235 Hilo, Hawai'i 96720, USA

Congratulations John, thats wonderful!

···

On Tuesday 05 October 2004 01:42 pm, John Hunter wrote:

from tempfile import mktemp
from urllib import urlretrieve
from matplotlib.matlab import *

url = 'http://matplotlib.sf.net/clara.png
fname = mktemp('.png')
print 'Downloading image; this may take a minute...'
urlretrieve(url, fname)

figure(figsize=(8,6))
im = imread(fname)
imshow(im)
axis('off')
title('Clara Charlotte Hunter, born 10/2/2004')
show()

--

Darren

Congratulations John!!

···

On Tuesday 05 October 2004 17:42, John Hunter wrote:

from tempfile import mktemp
from urllib import urlretrieve
from matplotlib.matlab import *

url = 'http://matplotlib.sf.net/clara.png
fname = mktemp('.png')
print 'Downloading image; this may take a minute...'
urlretrieve(url, fname)

figure(figsize=(8,6))
im = imread(fname)
imshow(im)
axis('off')
title('Clara Charlotte Hunter, born 10/2/2004')
show()

-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options

congrats, John, but if my experience is any indication, we'll see a slowing in matplotlib progress. At least we know why!

-Chris

···

--
Christopher Barker, Ph.D.
Oceanographer
                                         
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker@...259...

matplotlib is truely amazing. Is this patch for creating babies in CVS?

Congradulations.

John Hunter wrote:

···

from tempfile import mktemp
from urllib import urlretrieve
from matplotlib.matlab import *

url = 'http://matplotlib.sf.net/clara.png
fname = mktemp('.png')
print 'Downloading image; this may take a minute...'
urlretrieve(url, fname)

figure(figsize=(8,6))
im = imread(fname)
imshow(im)
axis('off')
title('Clara Charlotte Hunter, born 10/2/2004')
show()

--
Paul Barrett, PhD Space Telescope Science Institute
Phone: 410-338-4475 ESS/Science Software Branch
FAX: 410-338-4767 Baltimore, MD 21218

John,
Congratulations! She's beautiful.

Barry Drake

--- John Hunter wrote:

···

from tempfile import mktemp
from urllib import urlretrieve
from matplotlib.matlab import *

url = 'http://matplotlib.sf.net/clara.png
fname = mktemp('.png')
print 'Downloading image; this may take a minute...'
urlretrieve(url, fname)

figure(figsize=(8,6))
im = imread(fname)
imshow(im)
axis('off')
title('Clara Charlotte Hunter, born 10/2/2004')
show()

-------------------------------------------------------

This SF.net email is sponsored by: IT Product Guide
on ITManagersJournal
Use IT products in your business? Tell us what you
think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates!
Click to find out more

http://productguide.itmanagersjournal.com/guidepromo.tmpl

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net

Congratulations to you and Ms. Hunter!

Jim

···

On Tue, 5 Oct 2004, John Hunter wrote:

from tempfile import mktemp
from urllib import urlretrieve
from matplotlib.matlab import *

url = 'http://matplotlib.sf.net/clara.png
fname = mktemp('.png')
print 'Downloading image; this may take a minute...'
urlretrieve(url, fname)

figure(figsize=(8,6))
im = imread(fname)
imshow(im)
axis('off')
title('Clara Charlotte Hunter, born 10/2/2004')
show()

-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options

--
Dr. James A. Benson
United States Naval Observatory
Navy Prototype Optical Interferometer
Flagstaff, AZ 86001
Email: jbenson@...359...
       jbenson@...109...
Voice: 928-773-4868/928-779-5132
Fax: 928-779-9568

John Hunter wrote:

from tempfile import mktemp
from urllib import urlretrieve
from matplotlib.matlab import *

url = 'http://matplotlib.sf.net/clara.png
fname = mktemp('.png')
print 'Downloading image; this may take a minute...'
urlretrieve(url, fname)

figure(figsize=(8,6))
im = imread(fname)
imshow(im)
axis('off')
title('Clara Charlotte Hunter, born 10/2/2004')
show()

It didn't work OTOB with my rather old matplotlib and it gave me a good reason to upgrade. :slight_smile:

Congratulations and best wishes for the whole family!

ST

···

--