Changes between Version 8 and Version 9 of doc/app/ncl
- Timestamp:
- Sep 14, 2010 4:59:56 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/ncl
v8 v9 28 28 palmplot plot_identifier parameter=value parameter=string 29 29 }}} 30 It is necessary to set the string parameters which can contain lists ( var, c_var, vec1, vec2, plotvec) in single quotes. The list itself has to be separated by blanks.\\30 It is necessary to set the string parameters which can contain lists ([[../nclparlist/#var|var]], [[../nclparlist/#c_var|c_var]], [[../nclparlist/#vec1|vec1]], [[../nclparlist/#vec2|vec2]], [[../nclparlist/#plotvec|plotvec]]) in single quotes. The list itself has to be separated by blanks.\\ 31 31 Example: {{{var='pt u w*pt* w”pt”'}}} or {{{c_var='v w'}}} or {{{var='E*'}}}\\\\ 32 32 Setting of parameters in the configuration {{{.ncl.config}}} file will be ignored if parameters are specified in the prompt.\\\\ … … 34 34 {{{ 35 35 palmplot -? 36 }}} }36 }}}