Re: contour plot

From: Adam Phillips <asphilli_at_nyahnyahspammersnyahnyah>
Date: Fri Jun 28 2013 - 10:04:07 MDT

Hi Shrikant,
Take a look at cnLineThicknesses:
http://www.ncl.ucar.edu/Document/Graphics/Resources/cn.shtml#cnLineThicknesses
You will likely have to set cnMonoLineThickness = False for
cnLineThicknesses to work:
http://www.ncl.ucar.edu/Document/Graphics/Resources/cn.shtml#cnMonoLineThickness

For an example of these two resources being used see example #4 here:
http://www.ncl.ucar.edu/Applications/evans.shtml#ex4

Note that for cnLineThicknesses you set the thickness of each contour
line, for example:

res = True
....
res@cnLevelSelectionMode = "ExplicitLevels"
res@cnLevels = (/16,18,20,22,24/)
res@cnMonoLineThickness = False
res@cnLineThicknesses = (/1.,1,3,1,1/)

If the above does not solve your issue please let ncl-talk know.
Adam

On 06/28/2013 06:47 AM, Shrikant Pargaonkar wrote:
> I am plotting time-depth section of the temperature for Indian Ocean.
> I want to plot the 20 C isotherm with a different line style (e.g.
> making it thicker). I have been through the cn resources section. Your
> help will be very much appreciated.
>
> Thanks
> Shrikant
>
>
>
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

-- 
______________________________________________________________
Adam Phillips                                asphilli@ucar.edu
NCAR/Climate and Global Dynamics Division       (303) 497-1726
P.O. Box 3000				
Boulder, CO 80307-3000    http://www.cgd.ucar.edu/cas/asphilli

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri Jun 28 10:04:16 2013

This archive was generated by hypermail 2.1.8 : Mon Jul 01 2013 - 12:35:42 MDT