<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">Dear pyngl-talk members,</div><div class=""><br class=""></div><div class="">I have a simple need that I can’t manage to do by myself: on a map, I want to <b class="">hatch values greater than 0.9 with pattern number 3 (diagonal black lines)</b>.</div><div class=""><br class=""></div><div class="">My data is a mask field, with 0 and 1 values.</div><div class=""><br class=""></div><div class="">Here is the portion of my code associated with it:</div><div class="">------</div><div class=""><div class="">    f    = Nio.open_file(mask_file)</div><div class="">    dat  = f.variables["mask"][:,:]</div><div class="">    lat  = f.variables["lat"][:]</div><div class="">    lon  = f.variables["lon"][:]</div><div class=""><br class=""></div><div class="">    cnres                 = Ngl.Resources()</div><div class="">    cnres.nglDraw  = False</div><div class="">    cnres.nglFrame = False</div><div class="">    cnres.nglMaximize = False</div><div class=""><br class=""></div><div class="">    # Contour resources</div><div class="">    cnres.cnFillOn        = True</div><div class="">        </div><div class="">    cnres.cnMonoFillPattern = False</div><div class="">———</div><div class="">What should I give to those resources to get hatching <b class="">only for values above 0.9</b> (i.e. where the mask == 1)? How would you do that?</div><div class="">—— </div><div class="">    cnres.cnFillPatterns = ?</div><div class="">    cnres.cnFillColors      = ?</div><div class="">    cnres.cnMinLevelValF = ?</div><div class="">    cnres.cnMaxLevelValF = ?</div><div class=""><br class=""></div><div class="">    Ngl.contour_map(wks,dat,cnres)</div></div><div class="">------</div><div class=""><br class=""></div><div class="">I’ve been struggling for a little bit too long now :), and I would be very happy to get some help. </div><div class=""><br class=""></div><div class="">All the best,</div><div class=""><br class=""></div><div class="">J.</div><div class=""><br class=""></div><br class=""><div class="">
<div><div style="margin: 0px; font-stretch: normal; font-size: 18px; line-height: normal; font-family: "Arial Narrow"; -webkit-text-stroke-color: rgb(0, 0, 0); orphans: 2; widows: 2; text-decoration-thickness: initial;" class=""><span class="s1" style="-webkit-font-kerning: none;"><b class="">Jérôme Servonnat</b></span></div><div style="margin: 0px; font-stretch: normal; font-size: 14px; line-height: normal; font-family: "Arial Narrow"; -webkit-text-stroke-color: rgb(0, 0, 0); orphans: 2; widows: 2; text-decoration-thickness: initial;" class=""><span class="s1" style="-webkit-font-kerning: none;">IPSL Coupled Model evaluation - Climate Impacts </span></div><div style="margin: 0px; font-stretch: normal; font-size: 14px; line-height: normal; font-family: "Arial Narrow"; -webkit-text-stroke-color: rgb(0, 0, 0); orphans: 2; widows: 2; text-decoration-thickness: initial;" class=""><span class="s1" style="-webkit-font-kerning: none;">LSCE – IPSL, MERMAID team</span></div><div style="margin: 0px; font-stretch: normal; font-size: 14px; line-height: normal; font-family: "Arial Narrow"; -webkit-text-stroke-color: rgb(0, 0, 0); orphans: 2; widows: 2; text-decoration-thickness: initial;" class=""><span class="s1" style="-webkit-font-kerning: none;">Orme des Merisiers, Bat 714, P1137</span></div><div style="margin: 0px; font-stretch: normal; font-size: 14px; line-height: normal; font-family: "Arial Narrow"; -webkit-text-stroke-color: rgb(0, 0, 0); orphans: 2; widows: 2; text-decoration-thickness: initial;" class=""><span class="s1" style="-webkit-font-kerning: none;">91191 Gif sur Yvette Cedex – France</span></div><div style="margin: 0px; font-stretch: normal; font-size: 14px; line-height: normal; font-family: "Arial Narrow"; -webkit-text-stroke-color: rgb(0, 0, 0); orphans: 2; widows: 2; text-decoration-thickness: initial;" class=""><span class="s1" style="-webkit-font-kerning: none;">Phone : 00 33 1 69 08 77 30</span></div></div>
</div>
<br class=""></body></html>