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 |
---|
2 | from myplot import latinterv, define_proj, makeplotres |
---|
3 | [wlon,wlat] = latinterv("Africa") |
---|
4 | define_proj("ortho",wlon,wlat,back="blueclouds") |
---|
5 | makeplotres("blueclouds",ext='ps') |
---|
6 | define_proj("ortho",wlon,wlat,back="blue") |
---|
7 | makeplotres("blue",ext='ps') |
---|
8 | define_proj("ortho",wlon,wlat,back="justclouds") |
---|
9 | makeplotres("justclouds",ext='ps') |
---|
10 | |
---|
Note: See
TracBrowser
for help on using the repository browser.