savefigs.py.html
| |
| Source file: savefigs.py | |
| Directory: /var/www/html/clawpack/links/awr10/radial-ocean-island | |
| Converted: Thu Jul 29 2010 at 13:49:18 using clawcode2html | |
| This documentation file will not reflect any later changes in the source file. |
def savefigs(fname):
import pylab
pylab.savefig(fname + '.png')
pylab.savefig(fname + '.tif')