source:
issm/trunk-jpl/src/m/plot/checkplotoptions.py@
13411
Last change on this file since 13411 was 13411, checked in by , 12 years ago | |
---|---|
File size: 315 bytes |
Rev | Line | |
---|---|---|
[13411] | 1 | def checkplotoptions(md,options): |
2 | ''' | |
3 | CHECKPLOTOPTIONS - build a structure that holds all plot options | |
4 | ||
5 | Usage: | |
6 | options=checkplotoptions(md,options) | |
7 | ||
8 | See also: PLOTMODEL | |
9 | ||
10 | NOTE: not fully implemented yet | |
11 | ''' | |
12 | ||
13 | print "WARNING: checkplotoptions not implemented: options returned as passed" | |
14 | return options | |
15 |
Note:
See TracBrowser
for help on using the repository browser.