[ncl-talk] How to change the line thickness of predefined fill patterns
Bian Qingyun
bianqy at tea.ac.cn
Sun May 12 20:04:56 MDT 2019
Hello,
I overlay a shaded contour plot on a filled contour plot following overlay_10.ncl from the NCL website.
Here are the resources for the shaded plot.
;---Resources for shaded plot
res at cnLevels = (/0.05,0.2/)
res at cnMonoFillPattern = False ; Use multiple fill patterns
res at cnFillPatterns = (/1,2,3/) ;predefined fill pattern 1, 2 and 3
res at cnMonoFillColor = True ; Use same color for shading
res at lbLabelBarOn = False
The question is I want change the line thicknesses of the predefined fill pattern 1, 2 and 3. I add the following resources, but they didn't work.
res at cnMonoLineThickness = True
res at cnLineThicknessF = 6
Any suggestions are appreciated!
Best,
Qingyun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190513/6578ccdf/attachment.html>
More information about the ncl-talk
mailing list