<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <pre>If I do that, I only paint the contour levels but without the value.

(look at the black line)

<a class="moz-txt-link-freetext" href="https://www.dropbox.com/s/cm1pn5cxjmq0u8d/labels_grads.png?dl=0">https://www.dropbox.com/s/cm1pn5cxjmq0u8d/labels_grads.png?dl=0</a>

If it's because are looking for those defined values ​​and can't find them ...

L Alvarez



Change your ‘set clab forced’ to ‘set clab on’.
--Jennifer


--
Jennifer Miletta Adams
ADNET Systems, Inc.
NASA/GSFC, Code 610.2
Building 32, Room S159
(301) 614-6070</pre>
    <div class="moz-cite-prefix">El 6/9/19 a las 20:28, Gmail escribió:<br>
    </div>
    <blockquote type="cite"
      cite="mid:d4cc5d72-1be6-1c41-572d-eb858b231066@gmail.com">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <p>Hi Jennifer,</p>
      <p>He tried something like this, but it doesn't work. :-(<br>
      </p>
      <p><br>
      </p>
      <p>'set clab off'<br>
        'set gxout contour'<br>
        'set clevs 35 40 45 50 55 60 65 70 75'<br>
        'set cstyle 1'<br>
        'set cthick 12'<br>
        'set ccolor 1'<br>
        'd W_UP_MAX*3.6'<br>
        <br>
        'set clab forced'<br>
        'set clab masked'<br>
        'set clevs 32 42 47 52 57 62 67 72 77'<br>
        'set cstyle 1'<br>
        'set ccolor 1'<br>
        'set clab %.0f`2`1kmh' <br>
        'set clopts -1 -1 0.10'<br>
        'd W_UP_MAX*3.6'</p>
      <p><br>
      </p>
      <pre>L. Alvarez
Gargantua Laboratory
Tenerife</pre>
      <p><br>
      </p>
      <p><br>
      </p>
      <p><br>
      </p>
      <p><br>
      </p>
      <pre>When you use ‘masked’ labels, GrADS will not draw the white box behind the label, instead it will mask out the contour 
lines where the labels are drawn. The masking guarantees that no labels will overlap, which makes the plots much more readable. 
The downside is that you cannot have ‘forced’ and ‘masked’ contour labels in the same plot. The easiest way to achieve what you want 
is to use ‘set clevs’ instead of setting a cmin, cmax, and cint. Then you draw your plot twice, once with a specific set of contour 
levels and ‘set clab off’ (for contour lines with no labels) and then plot again with the complementary set of contour levels and 
‘set clab masked’ (or ‘forced’ if that’s what you prefer).

 --Jennifer



--
Jennifer Miletta Adams
ADNET Systems, Inc.
NASA/GSFC, Code 610.2
Building 32, Room S159
(301) 614-6070</pre>
      <p><br>
      </p>
      <div class="moz-cite-prefix">El 6/9/19 a las 18:09, Gmail
        escribió:<br>
      </div>
      <blockquote type="cite"
        cite="mid:c9739018-93b8-a626-f075-d5b0ddcd95a5@gmail.com">
        <meta http-equiv="Content-Type" content="text/html;
          charset=UTF-8">
        <pre>Hello Jennifer, 

Despite defining the minimum and max and (cmin, cmax) the interval (cint) and set with "clskip 1"
to paint on each line where there is information, it alternately paints the numerical value of the wind.

In other words, GrADS paints for example 8 contours in line format, but only sets the value to 1 or 2.
I would look for 2 solutions, paint the corresponding value on all lines or paint "only" on the 3 highest values, could this be achieved?


'set clab forced'
'set gxout contour'
'set cmin 10'
'set cmax 80'
'set cint 6'
'set cstyle 1'
'set cthick 12'
'set ccolor 1'
'set clab %.0f`2`1kmh' 
'set clopts -1 -1 0.10'
'set clab masked'
'set clskip 1' 
'd W_UP_MAX*3.6'



L. Alvarez
Gargantua Laboratory
Tenerife




Use 'set clopts' and 'set clab' and 'set clskip' to control the appearance of contour labels. 
Use 'set xlopts' and 'set ylopts' to control the appearance of axis labels. 

-- 
Jennifer Miletta Adams
ADNET Systems, Inc.
NASA/GSFC, Code 610.2
Building 32, Room S159
(301) 614-6070
 

On 9/3/19, 7:38 AM, "gradsusr on behalf of Gmail" <<a href="http://gradsusr.org/mailman/listinfo/gradsusr" moz-do-not-send="true">gradsusr-bounces at gradsusr.org</a> on behalf of <a href="http://gradsusr.org/mailman/listinfo/gradsusr" moz-do-not-send="true">l.alisios at gmail.com</a>> wrote:

    Hello there,
    
    I am interested in knowing if it`s possible, increase the letter/numbers 
    that appear when we plot for example a temperature map. The label that 
    puts the value, looks small.
    
    
    L. Alvarez
    Gargantua Laboratory
    Tenerife
    __________</pre>
      </blockquote>
    </blockquote>
  </body>
</html>