source: trunk/UTIL/PYTHON/planetoplot_v0/map.py @ 1242

Last change on this file since 1242 was 943, checked in by aslmd, 12 years ago

clean and organized UTIL/PYTHON folder

  • Property svn:executable set to *
File size: 352 bytes
Line 
1#!/usr/bin/env python
2from myplot import latinterv, define_proj, makeplotres
3[wlon,wlat] = latinterv("Africa")
4define_proj("ortho",wlon,wlat,back="blueclouds")
5makeplotres("blueclouds",ext='ps')
6define_proj("ortho",wlon,wlat,back="blue")
7makeplotres("blue",ext='ps')
8define_proj("ortho",wlon,wlat,back="justclouds")
9makeplotres("justclouds",ext='ps')
10
Note: See TracBrowser for help on using the repository browser.