[ncl-talk] lbLabelBarOn = False
Kreienkamp Frank
Frank.Kreienkamp at dwd.de
Fri Mar 6 00:36:48 MST 2015
Hello,
i have two plots attached. The difference between both is, that in the ncl-script for plot testmit.png the line:
resNatVar at lbLabelBarOn = False
is activated.
As a result:
1. the labelbar is gone; that was intended
2. I get those numbers on the plot (one example is highlighted with the blue circle); that was not intended
How can I remove those numbers? The numbers are part of the hatched plotting part.
I use ncl version 6.2.1.
The lines for plotting the hatched areas are:
resNatVar = True
resNatVar at gsnMaximize = True
resNatVar at gsnDraw = False
resNatVar at gsnFrame = False
resNatVar at gsnLeftString = ""
; resNatVar at lbLabelBarOn = False
resNatVar at cnFillOn = True ; color Fill
resNatVar at cnLinesOn = False ; Turn off contour lines
resNatVar at cnLevelSelectionMode = "AutomaticLevels"
resNatVar at cnFillMode = "AreaFill" ; Raster Mode
resNatVar at cnFillPattern = 17
resNatVar at cnFillBackgroundColor = -1
resNatVar at cnInfoLabelOn = False
resNatVar at cnMonoFillColor = True
resNatVar at cnFillColor = "black"
plot1 = gsn_csm_contour(wks,u1,resNatVar)
overlay(plot,plot1)
Thanks in advance
Frank
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20150306/c1e2f8b0/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.png
Type: image/png
Size: 252536 bytes
Desc: test.png
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20150306/c1e2f8b0/attachment-0002.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: testmit.png
Type: image/png
Size: 236929 bytes
Desc: testmit.png
Url : http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20150306/c1e2f8b0/attachment-0003.png
More information about the ncl-talk
mailing list