Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #57728
Ticket #57728
: test.ncl
File test.ncl,
139 bytes
(added by
lvankampenhout (Leo van Kampenhout)
,
6 years ago
)
Line
1
2
begin
3
wks
=
gsn_open_wks
(
"pdf"
,
"test"
)
4
colors
=
(
/
"white"
,
"black"
,
"tan"
,
"lightBlue"
,
"blue"
/
)
5
gsn_define_colormap
(
wks
,
colors
)
6
end
Download in other formats:
Original Format