diff options
author | Matth?us G. Chajdas <dev@anteru.net> | 2019-11-10 13:56:53 +0100 |
---|---|---|
committer | Matth?us G. Chajdas <dev@anteru.net> | 2019-11-10 13:56:53 +0100 |
commit | 1dd3124a9770e11b6684e5dd1e6bc15a0aa3bc67 (patch) | |
tree | 87a171383266dd1f64196589af081bc2f8e497c3 /tests/examplefiles/test.ncl | |
parent | f1c080e184dc1bbc36eaa7cd729ff3a499de568a (diff) | |
download | pygments-master.tar.gz |
Diffstat (limited to 'tests/examplefiles/test.ncl')
-rw-r--r-- | tests/examplefiles/test.ncl | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/examplefiles/test.ncl b/tests/examplefiles/test.ncl deleted file mode 100644 index f20f8159..00000000 --- a/tests/examplefiles/test.ncl +++ /dev/null @@ -1,20 +0,0 @@ -load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl" -load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl" -load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl" -begin - int_num = 1 - float_num = 0.1 - str = "A void map" - array = (/1, 2, 3, 4, 5/) - - - wks = gsn_open_wks("X11", "test_for_pygments") - - res = True - res@mpMinLonF = 90. - res@mpMaxLonF = 180. - res@mpMinLatF = 0. - res@mpMaxLatF = 90. - - plot = gsn_csm_map_ce(wks, res) -end
\ No newline at end of file |