<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi,</p>
    <p>+1 for this missing feature. But since the name of the concerned
      Label entity property of is "font_size" I would recommend to use
      it instead of "fontsize".<br>
    </p>
    <p>S.<br>
    </p>
    <div class="moz-cite-prefix">Le 01/02/2021 à 23:26, Samuel Gougeon a
      écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:454e2c08-0535-9c4e-aa70-ad6860be803b@free.fr">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <p><font face="Arial">Dear all,<br>
          <br>
          After having changed the default grid style in Scilab 6.1.0, i
          propose to go on, tuning more carefully the default font size
          of axes labels.<br>
          <br>
          Each time that i define a xlabel, ylabel or sometimes zlabel,
          and a title, i have also to set explicitly their fontsize
          property, because i find the default size=1 always too small.<br>
          Is it also your usage?<br>
          Indeed, the font size = 1 is fine for ticks labels. From here,
          axes labels must be displayed with a bigger font size.<br>
          Sometime size=2 is still not enough, noticeably with a LaTeX
          content. But well, then we can actually use an explicit
          fontsize setting.<br>
          <br>
          This proposal impacts everybody and frequently, because making
          plots is a basic task in Scilab<br>
          Every comment is welcome, before implementing this simple
          change.<br>
          <br>
          Hope reading you soon.<br>
          <br>
          Samuel Gougeon<br>
        </font></p>
      <pre style="font-family:Monospaced;font-style:normal;font-size:14.0;"><span style="color:rgb(0,0,0);">clf</span>
<span style="color:rgb(0,0,0);">subplot</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(188,143,143);">1</span><span style="color:rgb(0,0,0);">,</span><span style="color:rgb(188,143,143);">3</span><span style="color:rgb(0,0,0);">,</span><span style="color:rgb(188,143,143);">1</span><span style="color:rgb(74,85,219);">)</span>
<span style="color:rgb(50,185,185);">plot2d</span>
<span style="color:rgb(0,0,0);">xlabel</span> <span style="color:rgb(188,143,143);">"</span><span style="color:rgb(188,143,143);">Title for abscissas</span><span style="color:rgb(188,143,143);">"</span>
<span style="color:rgb(0,0,0);">ylabel</span> <span style="color:rgb(188,143,143);">"</span><span style="color:rgb(188,143,143);">Title for ordinates</span><span style="color:rgb(188,143,143);">"</span>

<span style="color:rgb(0,0,0);">subplot</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(188,143,143);">1</span><span style="color:rgb(0,0,0);">,</span><span style="color:rgb(188,143,143);">3</span><span style="color:rgb(0,0,0);">,</span><span style="color:rgb(188,143,143);">2</span><span style="color:rgb(74,85,219);">)</span>
<span style="color:rgb(0,0,0);">xlabel</span> <span style="color:rgb(188,143,143);">"</span><span style="color:rgb(188,143,143);">Title for abscissas</span><span style="color:rgb(188,143,143);">"</span> <span style="color:rgb(0,0,0);">fontsize</span> <span style="color:rgb(188,143,143);">2</span>
<span style="color:rgb(0,0,0);">ylabel</span> <span style="color:rgb(188,143,143);">"</span><span style="color:rgb(188,143,143);">Title for ordinates</span><span style="color:rgb(188,143,143);">"</span> <span style="color:rgb(0,0,0);">fontsize</span> <span style="color:rgb(188,143,143);">2</span>
<span style="color:rgb(50,185,185);">plot2d</span>

<span style="color:rgb(0,0,0);">subplot</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(188,143,143);">1</span><span style="color:rgb(0,0,0);">,</span><span style="color:rgb(188,143,143);">3</span><span style="color:rgb(0,0,0);">,</span><span style="color:rgb(188,143,143);">3</span><span style="color:rgb(74,85,219);">)</span>
<span style="color:rgb(0,0,0);">xlabel</span> <span style="color:rgb(188,143,143);">"</span><span style="color:rgb(188,143,143);">$\alpha\text{ coefficient }[m^{-1}]$</span><span style="color:rgb(188,143,143);">"</span> <span style="color:rgb(0,0,0);">fontsize</span> <span style="color:rgb(188,143,143);">2</span>
<span style="color:rgb(0,0,0);">ylabel</span> <span style="color:rgb(188,143,143);">"</span><span style="color:rgb(188,143,143);">$\beta\text{ result }[lm^{-1}]$</span><span style="color:rgb(188,143,143);">"</span> <span style="color:rgb(0,0,0);">fontsize</span> <span style="color:rgb(188,143,143);">2</span>
<span style="color:rgb(50,185,185);">plot2d</span><span style="color:rgb(188,143,143);"></span></pre>
      <p><font face="Arial"><br>
        </font><img src="cid:part1.8B0DAEDC.54314718@utc.fr" alt=""
          class=""></p>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users">https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
Stéphane Mottelet
Ingénieur de recherche
EA 4297 Transformations Intégrées de la Matière Renouvelable
Département Génie des Procédés Industriels
Sorbonne Universités - Université de Technologie de Compiègne
CS 60319, 60203 Compiègne cedex
Tel : +33(0)344234688
<a class="moz-txt-link-freetext" href="http://www.utc.fr/~mottelet">http://www.utc.fr/~mottelet</a>
</pre>
  </body>
</html>