514 | | platz |
515 | | }}} |
516 | | |---------------- |
517 | | {{{#!td style="vertical-align:top" |
518 | | [=#platz '''platz'''] |
519 | | }}} |
520 | | {{{#!td style="vertical-align:top" |
521 | | platz |
522 | | }}} |
523 | | {{{#!td style="vertical-align:top" |
524 | | platz |
525 | | }}} |
526 | | {{{#!td |
527 | | platz |
528 | | }}} |
529 | | |---------------- |
530 | | {{{#!td style="vertical-align:top" |
531 | | [=#platz '''platz'''] |
532 | | }}} |
533 | | {{{#!td style="vertical-align:top" |
534 | | platz |
535 | | }}} |
536 | | {{{#!td style="vertical-align:top" |
537 | | platz |
538 | | }}} |
539 | | {{{#!td |
540 | | platz |
| 514 | The default setting '''black''' = 0 leads to colored lines in the plot and '''black''' = 1 results in black and white plots. |
| 515 | }}} |
| 516 | |---------------- |
| 517 | {{{#!td style="vertical-align:top" |
| 518 | [=#combine '''combine'''] |
| 519 | }}} |
| 520 | {{{#!td style="vertical-align:top" |
| 521 | I |
| 522 | }}} |
| 523 | {{{#!td style="vertical-align:top" |
| 524 | 0 |
| 525 | }}} |
| 526 | {{{#!td |
| 527 | Combining of several variables in one plot is switched on with '''combine''' = 1. The number of combined variables has to be set in [[#number_comb_pr|number_comb]]. And the variables have to be specified in [[#c_var_pr|c_var]]. |
| 528 | }}} |
| 529 | |---------------- |
| 530 | {{{#!td style="vertical-align:top" |
| 531 | [=#c_var '''c_var'''] |
| 532 | }}} |
| 533 | {{{#!td style="vertical-align:top" |
| 534 | S |
| 535 | }}} |
| 536 | {{{#!td style="vertical-align:top" |
| 537 | "c_variables" |
| 538 | }}} |
| 539 | {{{#!td |
| 540 | List of variables that shall be plotted in the combined plot. This setting is only available when [[#combine_pr|combine]] = 1. The list must contain [[#number_comb_pr|number_comb]] entries. If a combination of u,v and w is desired, set '''c_var''' = 'u v w' in the prompt or '''c_var''' = ",u,v,w," in [[../ncl#Using.ncl.config|.ncl.config]]. |