|
Last change
on this file since 13411 was 13411, checked in by cborstad, 13 years ago |
|
NEW: skeleton of plotmodel routine in python, plotmodel(md,'data','mesh') now works
|
|
File size:
315 bytes
|
| Line | |
|---|
| 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.