[ncl-talk] overlaying of two polar maps

Will Hobbs Will.Hobbs at utas.edu.au
Thu May 21 19:28:10 MDT 2015


Arnold

Use the gsn_csm_contour(*) function to create the second plot, and then overlay:

> map1 = gsn_csm_contour_map(wks, data1, res1)
>map2 = gsn_csm_contour(wks,data2,res2)
>overlay(map1, map2)

This is demonstrated in a number of examples on the 'overlay plot' examples page.

http://www.ncl.ucar.edu/Applications/overlay.shtml

Will

From: "Arnold.Sullivan at csiro.au<mailto:Arnold.Sullivan at csiro.au>" <Arnold.Sullivan at csiro.au<mailto:Arnold.Sullivan at csiro.au>>
Date: Friday, 22 May 2015 11:23 AM
To: "ncl-talk at ucar.edu<mailto:ncl-talk at ucar.edu>" <ncl-talk at ucar.edu<mailto:ncl-talk at ucar.edu>>
Subject: [ncl-talk] overlaying of two polar maps

Hi there,

Since we are not allowed to use any gsn_csm_*_map plotting functions to create the 2nd input in overlay, so how can we overlay two polar maps? Any trick?

Say the base is the Antarctic ice, and the second one is the mask both at polar region, and I would like to use the second plot overlay on to the first plot.

Cheers,

Arnold


University of Tasmania Electronic Communications Policy (December, 2014).
This email is confidential, and is for the intended recipient only. Access, disclosure, copying, distribution, or reliance on any of it by anyone outside the intended recipient organisation is prohibited and may be a criminal offence. Please delete if obtained in error and email confirmation to the sender. The views expressed in this email are not necessarily the views of the University of Tasmania, unless clearly intended otherwise.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20150522/c557e9e7/attachment.html 


More information about the ncl-talk mailing list