Changes between Version 8 and Version 9 of doc/app/ncl


Ignore:
Timestamp:
Sep 14, 2010 4:59:56 PM (15 years ago)
Author:
heinze
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/ncl

    v8 v9  
    2828palmplot plot_identifier parameter=value parameter=string
    2929}}}
    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.\\
     30It 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.\\
    3131Example: {{{var='pt u w*pt* w”pt”'}}} or {{{c_var='v w'}}} or {{{var='E*'}}}\\\\
    3232Setting of parameters in the configuration {{{.ncl.config}}} file will be ignored if parameters are specified in the prompt.\\\\
     
    3434{{{
    3535palmplot -? 
    36 }}}}
     36}}}