From: Peter G. <pgr...@ge...> - 2004-10-05 18:46:27
|
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 |