Changes between Version 22 and Version 23 of doc/app/ncl
- Timestamp:
- Sep 16, 2010 9:22:14 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/ncl
v22 v23 29 29 palmplot plot_identifier parameter=value parameter=string 30 30 }}} 31 It is necessary to set the string parameters which can contain lists ([[../nclparlist/#var|var]], [[../nclparlist/#c_var_ cs|c_var]], [[../nclparlist/#vec1_cs|vec1]], [[../nclparlist/#vec2|vec2]], [[../nclparlist/#plotvec_cs|plotvec]]) in single quotes. The list itself has to be separated by blanks.\\31 It is necessary to set the string parameters which can contain lists ([[../nclparlist/#var|var]], [[../nclparlist/#c_var_pr|c_var]], [[../nclparlist/#vec1_cs|vec1]], [[../nclparlist/#vec2_cs|vec2]], [[../nclparlist/#plotvec_cs|plotvec]]) in single quotes. The list itself has to be separated by blanks.\\ 32 32 Example: {{{var='pt u w*pt* w”pt”'}}} or {{{c_var='v w'}}} or {{{var='E*'}}}\\\\ 33 33 Setting of parameters in the configuration file {{{.ncl.config}}} will be ignored if parameters are specified in the prompt.\\\\