forked from tfoterye/NCL_help
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NhlNewMarker.shtml.htm
767 lines (660 loc) · 71.1 KB
/
NhlNewMarker.shtml.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="description" content="NCL built-in functions (graphics routines)">
<meta name="keywords" content="NhlNewMarker">
<title>NhlNewMarker</title>
</head>
<body>
<!-- main navigation include -->
<!-- NCL CSS -->
<link rel="stylesheet" href="ncl.css" tppabs="http://www.ncl.ucar.edu/styles/ncl.css" type="text/css" media="all">
<!-- Equal Height Columns -->
<script type="text/javascript" src="column_height_equal.js" tppabs="http://www.ncl.ucar.edu/scripts/column_height_equal.js"></script>
<!-- DOJO Expandable Tree Nav -->
<script type="text/javascript" src="dojo.js" tppabs="http://www.ncl.ucar.edu/scripts/dojo/dojo.js"></script>
<script type="text/javascript">
dojo.require("dojo.widget.TreeV3");
dojo.require("dojo.widget.TreeNodeV3");
dojo.require("dojo.widget.TreeLinkExtension");
dojo.require("dojo.widget.TreeBasicControllerV3");
dojo.hostenv.writeIncludes();
</script>
<div id="top_colorbar"><!-- begin top_colorbar -->
</div><!-- end top_colorbar -->
<div id="nav_org_wrap"><!-- begin nav_org_wrap -->
<div id="nav_org"><!-- begin nav_org -->
<ul class="menubar">
<li><a class="trigger" href="javascript:if(confirm('http://www.ncl.ucar.edu/internal/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/internal/'" tppabs="http://www.ncl.ucar.edu/internal/"> </a>
</li>
<li><a class="trigger" href="javascript:if(confirm('http://www.ncar.ucar.edu/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncar.ucar.edu/'" tppabs="http://www.ncar.ucar.edu/">NCAR</a>
</li>
<li><a class="trigger" href="javascript:if(confirm('http://www.cisl.ucar.edu/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.cisl.ucar.edu/'" tppabs="http://www.cisl.ucar.edu/">CISL</a>
</li>
<li><a class="trigger" href="javascript:if(confirm('http://www.vets.ucar.edu/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.vets.ucar.edu/'" tppabs="http://www.vets.ucar.edu/">VETS</a>
</li>
</ul>
</div><!-- end nav_org -->
<div id="search"><!-- begin search -->
<ul class="menubar">
<li><a class="trigger" href="javascript:if(confirm('http://www.ncl.ucar.edu/Download/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Download/'" tppabs="http://www.ncl.ucar.edu/Download/">Download</a>
</li>
<li><a class="trigger" href="javascript:if(confirm('http://www.ncl.ucar.edu/contributors.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/contributors.shtml'" tppabs="http://www.ncl.ucar.edu/contributors.shtml">Contributors</a>
</li>
</ul>
</div><!-- end search -->
</div><!-- end nav_org_wrap -->
<div id="nav_main_wrap"><!-- begin nav_main_wrap -->
<div id="nav_main"><!-- begin nav_main -->
<ul id="menubar_main">
<li>
<a href="javascript:if(confirm('http://www.ncl.ucar.edu/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/'" tppabs="http://www.ncl.ucar.edu/" class="triggeron">NCL</a>
<ul>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/overview.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/overview.shtml'" tppabs="http://www.ncl.ucar.edu/overview.shtml" class="subitem">Overview</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/get_started.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/get_started.shtml'" tppabs="http://www.ncl.ucar.edu/get_started.shtml" class="subitem">Getting Started</a> </li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/gallery.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/gallery.shtml'" tppabs="http://www.ncl.ucar.edu/gallery.shtml" class="subitem">Gallery</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Download/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Download/'" tppabs="http://www.ncl.ucar.edu/Download/" class="subitem">Download</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/current_release.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/current_release.shtml'" tppabs="http://www.ncl.ucar.edu/current_release.shtml" class="subitem">What's New</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/'" tppabs="http://www.ncl.ucar.edu/Document/" class="subitem">Documentation</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/citation.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/citation.shtml'" tppabs="http://www.ncl.ucar.edu/citation.shtml" class="subitem">Citing NCL</a></li>
</ul>
</li>
<li>
<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Applications/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Applications/'" tppabs="http://www.ncl.ucar.edu/Applications/" class="trigger">Examples</a>
<ul>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Applications/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Applications/'" tppabs="http://www.ncl.ucar.edu/Applications/" class="subitem" title="Examples">All Examples</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Applications/Templates/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Applications/Templates/'" tppabs="http://www.ncl.ucar.edu/Applications/Templates/" class="subitem">Templates</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Applications/list_io.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Applications/list_io.shtml'" tppabs="http://www.ncl.ucar.edu/Applications/list_io.shtml" class="subitem">File I/O</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Applications/list_data.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Applications/list_data.shtml'" tppabs="http://www.ncl.ucar.edu/Applications/list_data.shtml" class="subitem">Datasets</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Applications/list_maps.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Applications/list_maps.shtml'" tppabs="http://www.ncl.ucar.edu/Applications/list_maps.shtml" class="subitem">Maps</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Applications/list_models.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Applications/list_models.shtml'" tppabs="http://www.ncl.ucar.edu/Applications/list_models.shtml" class="subitem">Models</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Applications/list_dataP.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Applications/list_dataP.shtml'" tppabs="http://www.ncl.ucar.edu/Applications/list_dataP.shtml" class="subitem">Data Analysis</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Applications/list_ptypes.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Applications/list_ptypes.shtml'" tppabs="http://www.ncl.ucar.edu/Applications/list_ptypes.shtml" class="subitem">Plot Types</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Applications/list_tech.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Applications/list_tech.shtml'" tppabs="http://www.ncl.ucar.edu/Applications/list_tech.shtml" class="subitem">Plot Techniques</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Applications/list_special.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Applications/list_special.shtml'" tppabs="http://www.ncl.ucar.edu/Applications/list_special.shtml" class="subitem">Special Plots</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Applications/list_grids.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Applications/list_grids.shtml'" tppabs="http://www.ncl.ucar.edu/Applications/list_grids.shtml" class="subitem">Non-uniform Grids</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Applications/list_misc.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Applications/list_misc.shtml'" tppabs="http://www.ncl.ucar.edu/Applications/list_misc.shtml" class="subitem">Miscellaneous</a></li>
</ul>
</li>
<li>
<a href="list_alpha.shtml.htm" tppabs="http://www.ncl.ucar.edu/Document/Functions/list_alpha.shtml" class="trigger">Functions</a>
<ul>
<li><a href="list_alpha.shtml.htm" tppabs="http://www.ncl.ucar.edu/Document/Functions/list_alpha.shtml" class="subitem">Alphabetical Listing</a></li>
<li><a href="index.htm" tppabs="http://www.ncl.ucar.edu/Document/Functions/" class="subitem">Category Listing</a></li>
<li><a href="list_type.shtml.htm" tppabs="http://www.ncl.ucar.edu/Document/Functions/list_type.shtml" class="subitem">Function-Type Listing</a></li>
</ul>
</li>
<li>
<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/" class="trigger">Resources</a>
<ul>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/list_alpha_res.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/list_alpha_res.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/list_alpha_res.shtml" class="subitem">Complete Listing</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/am.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/am.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/am.shtml" class="subitem">am (annotation manager)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/app.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/app.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/app.shtml" class="subitem">app (app)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/ca.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/ca.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/ca.shtml" class="subitem">ca (coordinate array)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/cn.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/cn.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/cn.shtml" class="subitem">cn (contour)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/ct.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/ct.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/ct.shtml" class="subitem">ct (coordinate array table)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/dc.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/dc.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/dc.shtml" class="subitem">dc (data comm)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/err.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/err.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/err.shtml" class="subitem">err (error)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/gs.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/gs.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/gs.shtml" class="subitem">gs (graphics styles)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/gsn.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/gsn.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/gsn.shtml" class="subitem">gsn (gsn high-level interfaces)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/lb.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/lb.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/lb.shtml" class="subitem">lb (label bar)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/lg.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/lg.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/lg.shtml" class="subitem">lg (legends)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/mp.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/mp.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/mp.shtml" class="subitem">mp (maps)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/pm.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/pm.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/pm.shtml" class="subitem">pm (plot manager)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/pr.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/pr.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/pr.shtml" class="subitem">pr (primitives)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/sf.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/sf.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/sf.shtml" class="subitem">sf (scalar field)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/st.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/st.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/st.shtml" class="subitem">st (streamline)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/tf.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/tf.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/tf.shtml" class="subitem">tf (transform)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/ti.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/ti.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/ti.shtml" class="subitem">ti (title)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml" class="subitem">tm (tickmark)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/tr.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/tr.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/tr.shtml" class="subitem">tr (transformation)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/tx.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/tx.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/tx.shtml" class="subitem">tx (text)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/vc.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/vc.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/vc.shtml" class="subitem">vc (vectors)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/vf.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/vf.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/vf.shtml" class="subitem">vf (vector field)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/vp.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/vp.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/vp.shtml" class="subitem">vp (view port)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/wk.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/wk.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/wk.shtml" class="subitem">wk (workstation)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/ws.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/ws.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/ws.shtml" class="subitem">ws (workspace)</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/xy.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/xy.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/xy.shtml" class="subitem">xy (xy plots)</a></li>
</ul>
</li>
<li>
<a href="javascript:if(confirm('http://www.ncl.ucar.edu/links.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/links.shtml'" tppabs="http://www.ncl.ucar.edu/links.shtml" class="trigger">Popular Links</a>
<ul>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/hlures.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/hlures.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/hlures.shtml" class="subitem">.hluresfile</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/color_table_gallery.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/color_table_gallery.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/color_table_gallery.shtml" class="subitem">Color Tables</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/font_tables.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/font_tables.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/font_tables.shtml" class="subitem">Font Tables</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Language/error_messages.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Language/error_messages.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Language/error_messages.shtml" class="subitem">Error Messages</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Images/dashpatterns.png \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Images/dashpatterns.png'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Images/dashpatterns.png" class="subitem">Dash Pattern Table</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Images/fillpatterns.png \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Images/fillpatterns.png'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Images/fillpatterns.png" class="subitem">Fill Pattern Table</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Images/markers.png \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Images/markers.png'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Images/markers.png" class="subitem">Marker Table</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/map_projections.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/map_projections.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/map_projections.shtml" class="subitem">Map Projections</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/rangs.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/rangs.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/rangs.shtml" class="subitem">High Resolution Map Database</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Applications/editor.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Applications/editor.shtml'" tppabs="http://www.ncl.ucar.edu/Applications/editor.shtml" class="subitem">Editor Enhancements</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Tools/ncl_convert2nc.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Tools/ncl_convert2nc.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Tools/ncl_convert2nc.shtml">ncl_convert2nc</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Tools/ncl_filedump.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Tools/ncl_filedump.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Tools/ncl_filedump.shtml">ncl_filedump</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Tools/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Tools/'" tppabs="http://www.ncl.ucar.edu/Document/Tools/" class="subitem">Tools</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Tools/WRAPIT.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Tools/WRAPIT.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Tools/WRAPIT.shtml" class="subitem">WRAPIT</a></li>
</ul>
</li>
<li>
<a href="javascript:if(confirm('http://www.ncl.ucar.edu/announcements.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/announcements.shtml'" tppabs="http://www.ncl.ucar.edu/announcements.shtml" class="trigger">What's New</a>
<ul>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/announcements.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/announcements.shtml'" tppabs="http://www.ncl.ucar.edu/announcements.shtml" class="subitem">Announcements</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/current_release.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/current_release.shtml'" tppabs="http://www.ncl.ucar.edu/current_release.shtml" class="subitem">In Latest Release</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/new_applications.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/new_applications.shtml'" tppabs="http://www.ncl.ucar.edu/new_applications.shtml" class="subitem">In Application Examples</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/future_release.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/future_release.shtml'" tppabs="http://www.ncl.ucar.edu/future_release.shtml" class="subitem">In Next Release</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/prev_releases.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/prev_releases.shtml'" tppabs="http://www.ncl.ucar.edu/prev_releases.shtml" class="subitem">In Previous Releases</a></li>
</ul>
</li>
<li>
<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Support/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Support/'" tppabs="http://www.ncl.ucar.edu/Support/" class='trigger'>Support</a>
<ul>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Support/email_lists.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Support/email_lists.shtml'" tppabs="http://www.ncl.ucar.edu/Support/email_lists.shtml" class="subitem">Email Lists</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Applications/editor.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Applications/editor.shtml'" tppabs="http://www.ncl.ucar.edu/Applications/editor.shtml" class="subitem">Editor enhancements</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Language/error_messages.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Language/error_messages.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Language/error_messages.shtml" class="subitem">Error messages</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Manuals/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Manuals/'" tppabs="http://www.ncl.ucar.edu/Document/Manuals/" class="subitem">Manuals</a></li>
<li><a href="javascript:if(confirm('https://www2.cisl.ucar.edu/resources/geyser_caldera/visualization/ncl \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='https://www2.cisl.ucar.edu/resources/geyser_caldera/visualization/ncl'" tppabs="https://www2.cisl.ucar.edu/resources/geyser_caldera/visualization/ncl">NCL on yellowstone</a>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Training/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Training/'" tppabs="http://www.ncl.ucar.edu/Training/" class="subitem">Training</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Training/Webinars/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Training/Webinars/'" tppabs="http://www.ncl.ucar.edu/Training/Webinars/" class="subitem">Webinars</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Training/Workshops/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Training/Workshops/'" tppabs="http://www.ncl.ucar.edu/Training/Workshops/" class="subitem">Workshops</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/'" tppabs="http://www.ncl.ucar.edu/Document/" class="subitem">Documentation</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/FAQ/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/FAQ/'" tppabs="http://www.ncl.ucar.edu/FAQ/" class="subitem">FAQ</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/known_bugs.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/known_bugs.shtml'" tppabs="http://www.ncl.ucar.edu/known_bugs.shtml" class="subitem">Known Bugs</a></li>
<li><a href="javascript:if(confirm('http://www.ncl.ucar.edu/report_bug.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/report_bug.shtml'" tppabs="http://www.ncl.ucar.edu/report_bug.shtml" class="subitem">Report Bugs</a></li>
</ul>
</li>
<li>
<a href="javascript:if(confirm('http://www.ncl.ucar.edu/External/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/External/'" tppabs="http://www.ncl.ucar.edu/External/" class='trigger'>External</a>
<ul>
<li><a href="javascript:if(confirm('https://www2.cisl.ucar.edu/resources/geyser_caldera/visualization/ncl \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='https://www2.cisl.ucar.edu/resources/geyser_caldera/visualization/ncl'" tppabs="https://www2.cisl.ucar.edu/resources/geyser_caldera/visualization/ncl" class="subitem">Using NCL on Yellowstone</a></li>
<li><a href="javascript:if(confirm('http://climatedataguide.ucar.edu/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://climatedataguide.ucar.edu/'" tppabs="http://climatedataguide.ucar.edu/" class="subitem">Climate Data Guide</a></li>
<li><a href="javascript:if(confirm('https://code.zmaw.de/projects/cdo/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='https://code.zmaw.de/projects/cdo/'" tppabs="https://code.zmaw.de/projects/cdo/" class="subitem">Climate Data Operators</a></li>
<li><a href="javascript:if(confirm('http://www.earthsystemmodeling.org/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.earthsystemmodeling.org/'" tppabs="http://www.earthsystemmodeling.org/" class="subitem">Earth System Modeling Framework</a></li>
<li><a href="javascript:if(confirm('http://nco.sourceforge.net/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://nco.sourceforge.net/'" tppabs="http://nco.sourceforge.net/" class="subitem">NetCDF Operators</a></li>
<li><a href="javascript:if(confirm('http://trac.mcs.anl.gov/projects/parvis/wiki \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://trac.mcs.anl.gov/projects/parvis/wiki'" tppabs="http://trac.mcs.anl.gov/projects/parvis/wiki" class="subitem">ParVis</a></li>
<li><a href="javascript:if(confirm('http://www.pyngl.ucar.edu/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.pyngl.ucar.edu/'" tppabs="http://www.pyngl.ucar.edu/" class="subitem">PyNGL</a></li>
<li><a href="javascript:if(confirm('http://www.pyngl.ucar.edu/Nio.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.pyngl.ucar.edu/Nio.shtml'" tppabs="http://www.pyngl.ucar.edu/Nio.shtml" class="subitem">PyNIO</a></li>
</ul>
</li>
<!-- end menubar_main -->
</ul>
<!-- end nav_main -->
</div>
<!-- end nav_main_wrap -->
</div>
<div id="wrap"><!-- begin wrap -->
<div id="content"><!-- begin content -->
<!-- ######### BEGIN EDITABLE PAGE CONTENT ######### -->
<div id="subheader"><!-- begin subheader -->
<map name="ncl-home">
<area shape="rect" coords="0,0,65,40" href="javascript:if(confirm('http://www.ncl.ucar.edu/index.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/index.shtml'" tppabs="http://www.ncl.ucar.edu/index.shtml">
<area shape="rect" coords="580,0,640,40" href="javascript:if(confirm('http://www.ncar.ucar.edu/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncar.ucar.edu/'" tppabs="http://www.ncar.ucar.edu/">
</map>
<div id="nclheader">
<img src="ncl-b4.jpg" tppabs="http://www.ncl.ucar.edu/Images/ncl-b4.jpg" alt="NCL Website header" usemap="#ncl-home">
</div>
<div id="googlesearch">
<form name="google" action="http://www.ucar.edu/search/googleresults.jsp" id="cse-search-box">
<div id="googlesearch">
<input type="hidden" name="cx" value="008424664622949020059:afj38jxaljc" />
<input type="hidden" name="cof" value="FORID:9" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" size="12" />
<input type=hidden name=hq value="site:www.ncl.ucar.edu">
<a href="javascript:if(confirm('http://www2.ucar.edu/advanced-search \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www2.ucar.edu/advanced-search'" tppabs="http://www2.ucar.edu/advanced-search">advanced</a>
</div>
</form>
<script type="text/javascript" src="brand-form=cse-search-box&lang=en" tppabs="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>
<p class="datetime"> </p>
</div><!-- end googlesearch -->
</div><!-- end subheader -->
<div id="general_main">
<a class=crumb href="javascript:if(confirm('http://www.ncl.ucar.edu/index.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/index.shtml'" tppabs="http://www.ncl.ucar.edu/index.shtml">NCL Home ></a>
<a class=crumb href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/index.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/index.shtml'" tppabs="http://www.ncl.ucar.edu/Document/index.shtml">Documentation ></a>
<a class=crumb href="index.shtml.htm" tppabs="http://www.ncl.ucar.edu/Document/Functions/index.shtml">Functions ></a>
<a class=crumb href="graphics_routines.shtml.htm" tppabs="http://www.ncl.ucar.edu/Document/Functions/graphics_routines.shtml">Graphics routines</a>
<br>
<h1>NhlNewMarker</h1>
<p>
Adds new markers to the existing <a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/marker_styles.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/marker_styles.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/marker_styles.shtml">table of markers</a>.
</p>
<a name="Prototype"></a>
<h2>Prototype</h2>
<pre>
function NhlNewMarker (
wks [*] : graphic,
marker_strings [*] : string,
font_num [*] : integer,
xoffset [*] : numeric,
yoffset [*] : numeric,
aspect_ratio [*] : numeric,
size [*] : numeric,
angle [*] : numeric
)
<a href="return_val.shtml.htm" tppabs="http://www.ncl.ucar.edu/Document/Functions/return_val.shtml">return_val</a> : integer
</pre>
<a name="Arguments"></a>
<h2>Arguments</h2>
<em>wks</em>
<p class=indent>An array of NCL <a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/HLUs/Classes/Workstation.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/HLUs/Classes/Workstation.shtml'" tppabs="http://www.ncl.ucar.edu/Document/HLUs/Classes/Workstation.shtml"><strong>Workstation</strong></a> identifiers. The
identifiers are ones returned either from calling <a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_open_wks.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_open_wks.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_open_wks.shtml"><strong>gsn_open_wks</strong></a> or calling <a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Manuals/Ref_Manual/NclStatements.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Manuals/Ref_Manual/NclStatements.shtml#Create'" tppabs="http://www.ncl.ucar.edu/Document/Manuals/Ref_Manual/NclStatements.shtml#Create">create</a> to
create a Workstation object.</p>
<p class=indent>
</p>
<em>marker_strings</em>
<p class=indent>A list of strings (length <em>nmarkers</em>) indicating the markers
to create.
</p>
<em>font_num</em>
<p class=indent>A scalar or 1D array of length <em>nmarkers</em> containing <a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/font_tables.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/font_tables.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/font_tables.shtml">font table numbers</a>
indicating which font table to use for each marker string.
</p>
<em>xoffset</em>
<br>
<em>yoffset</em>
<p class=indent>Scalars or 1D arrays of length <em>nmarkers</em> that are the X and Y
offsets of the markers. The values must be between -1 and 1. Set to
0.0 if you don't want to offset the marker.
</p>
<em>aspect_ratio</em>
<p class=indent>A scalar or 1D array of length <em>nmarkers</em> that is the aspect
ratio of each marker (must be greater than 0). A value greater than 1
stretches the marker in the vertical direction, and a value less than
1 stretches it in the horizontal direction. Set this to 1.0 to get
the default aspect ratio.
</p>
<em>size</em>
<p class=indent>A scalar or 1D array of length <em>nmarkers</em> that is a size
multiplier for the default marker size (must be greater than 0). A
value of 2 doubles the marker size, and value of 0.5 halves the marker
size. Set this to 1.0 to get the default size.
</p>
<em>angle</em>
<p class=indent>A scalar or 1D array of length <em>nmarkers</em> that is the angle at
which to rotate each marker counter-clockwise; it must be greater than
or equal to 0. Set this to 0.0 for no rotation.</p>
<p class=indent>
</p>
<a name="Return"></a>
<h2>Return value</h2>
<p>
If <em>nwks</em> is the length of <em>wks</em> and <em>nmarkers</em>
is the length of <em>marker_strings</em>, then the array returned will
be dimensioned <em>nwks</em> x <em>nmarkers</em> if there is more than
one workstation. Otherwise, it will be an array of length
<em>nmarkers</em>.
</p><a name="Description"></a>
<h2>Description</h2>
<p>
Given a list of workstation objects, a list of markers and font table
numbers, and values for the X/Y offsets, sizes, aspect ratios, and
angles, this function adds the given markers to the <a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/marker_styles.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/marker_styles.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/marker_styles.shtml">current marker table</a>,
and returns a list of unique indexes that represent the locations of
the new markers in the marker table.<p>
You can use these new markers in any resource that allows you to set a
marker index.<P>
The markers can be selected from any one of the characters in the many
<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/font_tables.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/font_tables.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/font_tables.shtml">font tables</a>. If
you like one of the <a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/marker_styles.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/marker_styles.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/marker_styles.shtml">existing markers</a>, but
just want to tweak some aspect of it, then below is a table that lists
each marker index along with the character, font number, X and Y
offsets, and aspect ratio used for each marker. <P>
<table border="1">
<tr>
<th>index</th>
<th>description</th>
<th>character</th>
<th>font<br />
table</th>
<th>X offset</th>
<th>Y offset</th>
<th>aspect<br />
ratio</th>
<th>size</th>
<th>angle</th></tr>
<tr>
<td>1</td>
<td>dot (small filled circle)</td>
<td>Z</td>
<td>37</td>
<td>0.0</td>
<td>0.0</td>
<td>1.3125</td>
<td>0.175</td>
<td>0.0</td></tr>
<tr>
<td>2</td>
<td>plus sign</td>
<td>+</td>
<td>18</td>
<td>0.0</td>
<td>0.075</td>
<td>1.3125</td>
<td>0.95</td>
<td>0.0</td></tr>
<tr>
<td>3</td>
<td>asterisk</td>
<td>*</td>
<td>1</td>
<td>0.0</td>
<td>0.0</td>
<td>1.3125</td>
<td>1.0</td>
<td>0.0</td></tr>
<tr>
<td>4</td>
<td>hollow circle</td>
<td>x</td>
<td>19</td>
<td>0.0</td>
<td>0.075</td>
<td>1.3125</td>
<td>1.2</td>
<td>0.0</td></tr>
<tr>
<td>5</td>
<td>cross (x)</td>
<td>U</td>
<td>18</td>
<td>0.0</td>
<td>0.075</td>
<td>1.3125</td>
<td>1.1</td>
<td>0.0</td></tr>
<tr>
<td>6</td>
<td>hollow square</td>
<td>Z</td>
<td>19</td>
<td>0.0</td>
<td>0.083</td>
<td>1.3125</td>
<td>1.45</td>
<td>0.0</td></tr>
<tr>
<td>7</td>
<td>up pointing triangle</td>
<td>[</td>
<td>19</td>
<td>0.0</td>
<td>0.03</td>
<td>1.5</td>
<td>1.25</td>
<td>0.0</td></tr>
<tr>
<td>8</td>
<td>down pointing triangle</td>
<td>X</td>
<td>19</td>
<td>0.0</td>
<td>0.87</td>
<td>2.15</td>
<td>0.67</td>
<td>0.0</td></tr>
<tr>
<td>9</td>
<td>diamond</td>
<td>\\</td>
<td>19</td>
<td>0.0</td>
<td>0.075</td>
<td>1.0</td>
<td>1.15</td>
<td>0.0</td></tr>
<tr>
<td>10</td>
<td>left pointing filled triangle</td>
<td>`</td>
<td>19</td>
<td>0.0</td>
<td>0.08</td>
<td>1.5</td>
<td>1.55</td>
<td>0.0</td></tr>
<tr>
<td>11</td>
<td>right pointing filled triangle</td>
<td>b</td>
<td>19</td>
<td>0.0</td>
<td>0.08</td>
<td>1.5</td>
<td>1.55</td>
<td>0.0</td></tr>
<tr>
<td>12</td>
<td>five-pointed star</td>
<td>]</td>
<td>19</td>
<td>0.0</td>
<td>0.0625</td>
<td>1.3125</td>
<td>1.1</td>
<td>0.0</td></tr>
<tr>
<td>13</td>
<td>six-pointed star</td>
<td>m</td>
<td>19</td>
<td>0.0</td>
<td>0.0725</td>
<td>1.3125</td>
<td>1.1</td>
<td>0.0</td></tr>
<tr>
<td>14</td>
<td>circle with center dot</td>
<td>Z</td>
<td>18</td>
<td>0.0</td>
<td>0.0</td>
<td>1.3125</td>
<td>0.8</td>
<td>0.0</td></tr>
<tr>
<td>15</td>
<td>circle with cross</td>
<td>[</td>
<td>37</td>
<td>0.0</td>
<td>0.0</td>
<td>1.3125</td>
<td>0.8</td>
<td>0.0</td></tr>
<tr>
<td>16</td>
<td>filled circle</td>
<td>Z</td>
<td>37</td>
<td>0.0</td>
<td>0.0</td>
<td>1.3125</td>
<td>0.8</td>
<td>0.0</td></tr>
</table>
<p>
The values for <em>xoffset</em> and <em>yoffset</em> can be used to
shift a marker slightly from its default location. For example, if you
add a filled triangle (<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Images/font34.png \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Images/font34.png'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Images/font34.png">font table 34</a>, letter
'u') to the marker table, you'll see that the default is such that the
center of the triangle is the center location of this marker. If you
want the tip of the triangle to be the center location instead, then
tweak <em>xoffset</em>. An NCL script is given below that allows you
to view an enlarged marker to determine if it needs to be adjusted.<P>
If any of <em>xoffset</em>, <em>yoffset</em>, <em>aspect_ratio</em>,
<em>size</em>, or <em>angle</em> are entered as scalars, then they
will be applied to all markers in the list.<P>
</p><a name="See_also"></a>
<h2>See Also</h2>
<p>
<a href="NhlNewDashPattern.shtml.htm" tppabs="http://www.ncl.ucar.edu/Document/Functions/Built-in/NhlNewDashPattern.shtml"><strong>NhlNewDashPattern</strong></a>
</p><a name="Examples"></a>
<h2>Examples</h2>
<p>
<B>Example 1</B><P>
This example adds a filled square to the marker table and keeps all of its
default settings:<p>
<PRE>
mstring = "y"
fontnum = 35
xoffset = 0.0
yoffset = 0.0
ratio = 1.0
size = 1.0
angle = 0.0
new_index = <strong>NhlNewMarker</strong>(wks, mstring, fontnum, xoffset, yoffset, ratio, size, angle)
</PRE>
To make this same marker twice as high as it is wide, change the value
for the ratio:
<PRE>
...
ratio = 2.0
...
new_index = <strong>NhlNewMarker</strong>(wks, mstring, xoffset, yoffset, ratio, size, angle)
</PRE>
<B>Example 2</B><P>
This example adds a filled triangle to the marker table and rotates it
so that the tip is pointing to the right:
<PRE>
mstring = "u"
fontnum = 34
xoffset = 0.0
yoffset = 0.0
ratio = 1.0
size = 1.0
angle = 270.0
new_index = <strong>NhlNewMarker</strong>(wks, mstring, fontnum, xoffset, yoffset, ratio, size, angle)
</PRE>
To shift this rotated triangle so that the center location is more towards
the center of the triangle, set the X offset value:
<PRE>
xoffset = 0.37
...
new_index = <strong>NhlNewMarker</strong>(wks, mstring, fontnum, xoffset, yoffset, ratio, size, angle)
</PRE>
Note: the rotation is applied first, then the offsets.<P>
<B>Example 3</B><P>
This example adds several markers, changes some of their default
sizes, and leaves everything else alone:<P>
<PRE>
mstrings = (/"u","z","y","q","o","x"/)
fontnums = (/34, 35, 35, 37, 19, 19/)
xoffset = 0.0
yoffset = 0.0
ratio = 1.0
sizes = (/2.0,2.0,0.75,1.0,2.5,1.5/)
angle = 0.0
new_indexes = <strong>NhlNewMarker</strong>(wks, mstrings, fontnums, xoffset, yoffset, ratio, sizes, angle)
</PRE>
<TT>new_indexes</TT> will be an integer array of length 6 (if
<TT>wks</TT> is a single workstation object).<P>
<B>Example 4</B><P>
This example draws an enlarged selected marker so that you can see it
in more detail and determine if you want to adjust any of the offset,
ratio, size, and/or angle parameters:
<PRE>
;
; This script allows you to view a marker up close and determine if
; you want to change anything about it, like the X/Y offsets, the
; aspect ratio, size, and/or angle.
;
; The code of interest for the user should be in the section that
; starts with the comment "Create new marker..."
;
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
begin
;
; Open a workstation and change the color table.
;
wks = <a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_open_wks.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_open_wks.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_open_wks.shtml"><strong>gsn_open_wks</strong></a>("x11","marker")
<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_define_colormap.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_define_colormap.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_define_colormap.shtml"><strong>gsn_define_colormap</strong></a>(wks,"rainbow+gray")
setvalues wks
"<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/wk.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/wk.shtml#wkForegroundColor'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/wk.shtml#wkForegroundColor"><em>wkForegroundColor</em></a>" : (/0.,0.,0./)
"<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/wk.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/wk.shtml#wkBackgroundColor'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/wk.shtml#wkBackgroundColor"><em>wkBackgroundColor</em></a>" : (/1.,1.,1./)
end setvalues
;
; Create a blank canvas to place the marker on.
;
canvas = create "canvas" logLinPlotClass wks
"<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/vp.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/vp.shtml#vpXF'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/vp.shtml#vpXF"><em>vpXF</em></a>" : 0.0
"<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/vp.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/vp.shtml#vpYF'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/vp.shtml#vpYF"><em>vpYF</em></a>" : 1.0
"<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/vp.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/vp.shtml#vpWidthF'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/vp.shtml#vpWidthF"><em>vpWidthF</em></a>" : 1.0
"<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/vp.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/vp.shtml#vpHeightF'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/vp.shtml#vpHeightF"><em>vpHeightF</em></a>" : 1.0
"<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/pm.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/pm.shtml#pmTickMarkDisplayMode'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/pm.shtml#pmTickMarkDisplayMode"><em>pmTickMarkDisplayMode</em></a>" : "Always"
"<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmXMajorGrid'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmXMajorGrid"><em>tmXMajorGrid</em></a>" : True
"<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmYMajorGrid'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmYMajorGrid"><em>tmYMajorGrid</em></a>" : True
"<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmXMinorGrid'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmXMinorGrid"><em>tmXMinorGrid</em></a>" : True
"<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmYMinorGrid'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmYMinorGrid"><em>tmYMinorGrid</em></a>" : True
"<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmXMinorGridLineColor'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmXMinorGridLineColor"><em>tmXMinorGridLineColor</em></a>" : "Gray"
"<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmYMinorGridLineColor'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmYMinorGridLineColor"><em>tmYMinorGridLineColor</em></a>" : "Gray"
"<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmXMajorGridLineColor'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmXMajorGridLineColor"><em>tmXMajorGridLineColor</em></a>" : "Gray"
"<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmYMajorGridLineColor'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmYMajorGridLineColor"><em>tmYMajorGridLineColor</em></a>" : "Gray"
"<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmXBMode'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmXBMode"><em>tmXBMode</em></a>" : "Manual"
"<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmYLMode'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmYLMode"><em>tmYLMode</em></a>" : "Manual"
"<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmXBTickSpacingF'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmXBTickSpacingF"><em>tmXBTickSpacingF</em></a>" : 0.05
"<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmYLTickSpacingF'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/tm.shtml#tmYLTickSpacingF"><em>tmYLTickSpacingF</em></a>" : 0.05
end create
;
; Draw the canvas. You should see grid lines at 0, 0.05, 0.1, ..., 1.
;
<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Functions/Built-in/draw.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 不可用, 或放弃了下载, 或项目即将停止。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Functions/Built-in/draw.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Functions/Built-in/draw.shtml"><strong>draw</strong></a>(canvas)
;
; Draw bounding box that will enclose the marker.
;
px = (/ 0.2 , 0.2 , 0.8 , 0.8 , 0.2 /)
py = (/ 0.2 , 0.8 , 0.8 , 0.2 , 0.2 /)
<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_polyline.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_polyline.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_polyline.shtml"><strong>gsn_polyline</strong></a>(wks, canvas, px, py, False)
;
; Create a new marker, keeping all its default settings.
; This particular marker is a filled triangle.
;
mstring = "u"
fontnum = 34
xoffset = 0.0
yoffset = 0.0
ratio = 1.0
size = 1.0
angle = 0.0
new_index = <strong>NhlNewMarker</strong>(wks,mstring,fontnum,xoffset,yoffset,ratio,size,angle)
;
; Draw new marker in the middle of the <a href="frame.shtml.htm" tppabs="http://www.ncl.ucar.edu/Document/Functions/Built-in/frame.shtml"><strong>frame</strong></a>.
;
mkres = True
mkres@<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/gs.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/gs.shtml#gsMarkerSizeF'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/gs.shtml#gsMarkerSizeF"><em>gsMarkerSizeF</em></a> = 0.5
mkres@<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/gs.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/gs.shtml#gsMarkerColor'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/gs.shtml#gsMarkerColor"><em>gsMarkerColor</em></a> = "black"
mkres@<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/gs.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/gs.shtml#gsMarkerIndex'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/gs.shtml#gsMarkerIndex"><em>gsMarkerIndex</em></a> = new_index
<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_polymarker.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_polymarker.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_polymarker.shtml"><strong>gsn_polymarker</strong></a>(wks, canvas, 0.5, 0.5, mkres)
;
; Draw a little red cross showing center of marker. If you don't like
; where the center is, then you can go back and modify xoffset and/or
; yoffset above.
;
lnres = True
lnres@<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/gs.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/gs.shtml#gsLineColor'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/gs.shtml#gsLineColor"><em>gsLineColor</em></a> = "red"
lnres@<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Resources/gs.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Resources/gs.shtml#gsLineThicknessF'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Resources/gs.shtml#gsLineThicknessF"><em>gsLineThicknessF</em></a> = 2.0
xvert = (/0.45,0.55/)
yvert = (/0.50,0.50/)
xhorz = (/0.50,0.50/)
yhorz = (/0.45,0.55/)
<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_polyline.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_polyline.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_polyline.shtml"><strong>gsn_polyline</strong></a>(wks, canvas, xvert, yvert, lnres)
<a href="javascript:if(confirm('http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_polyline.shtml \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_polyline.shtml'" tppabs="http://www.ncl.ucar.edu/Document/Graphics/Interfaces/gsn_polyline.shtml"><strong>gsn_polyline</strong></a>(wks, canvas, xhorz, yhorz, lnres)
<a href="frame.shtml.htm" tppabs="http://www.ncl.ucar.edu/Document/Functions/Built-in/frame.shtml"><strong>frame</strong></a>(wks) ; Advance the <a href="frame.shtml.htm" tppabs="http://www.ncl.ucar.edu/Document/Functions/Built-in/frame.shtml"><strong>frame</strong></a>.
end
</PRE>
</p> </div>
<p> </p>
<!-- begin footer -->
<div id="footer">
<p>©2016 <a href="javascript:if(confirm('http://www.ucar.edu/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.ucar.edu/'" tppabs="http://www.ucar.edu/">UCAR</a> | <a href="javascript:if(confirm('http://www2.ucar.edu/privacy-policy \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www2.ucar.edu/privacy-policy'" tppabs="http://www2.ucar.edu/privacy-policy">Privacy Policy</a> | <a href="javascript:if(confirm('http://www2.ucar.edu/terms-of-use \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www2.ucar.edu/terms-of-use'" tppabs="http://www2.ucar.edu/terms-of-use">Terms of Use</a>
| <a href="mailto:[email protected]">Contact the Webmaster</a> | <a href="javascript:if(confirm('http://www.nsf.gov/ \n\n该文件无法用 Teleport Ultra 下载, 因为 它是一个域或路径外部被设置为它的启始地址的地址。 \n\n你想在服务器上打开它?'))window.location='http://www.nsf.gov/'" tppabs="http://www.nsf.gov/">Sponsored by NSF</a></p>
<!-- end footer -->
</div>
<br class="clearboth"/>
<!-- end content -->
</div>
<!-- end wrap -->
</div>
</body>
</html>