<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hello Samuel,</p>
    <p><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>
        </font></p>
    </blockquote>
    <font face="Arial">Yes!</font><br>
    <blockquote type="cite"
      cite="mid:454e2c08-0535-9c4e-aa70-ad6860be803b@free.fr">
      <p><font face="Arial"> 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>
        </font></p>
    </blockquote>
    <font face="Arial">Indeed, I usually use font_size=4 or 5 when using
      LaTeX strings.</font><br>
    <blockquote type="cite"
      cite="mid:454e2c08-0535-9c4e-aa70-ad6860be803b@free.fr">
      <p><font face="Arial"> <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>
        </font></p>
    </blockquote>
    <font face="Arial">I have a comment concerning the syntax.<br>
      I'm not particularly fan of the "inline" syntax without
      parenthesis.<br>
    </font>
    <p><font face="Arial">Is your: <br>
      </font></p>
    <p><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></p>
    <p><font face="Arial">syntaxic sugar for</font></p>
    <p><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><font face="Arial">)</font></p>
    <p><font face="Arial">or something equivalent?<br>
      </font></p>
    <p><font face="Arial">Antoine</font><br>
    </p>
    <blockquote type="cite"
      cite="mid:454e2c08-0535-9c4e-aa70-ad6860be803b@free.fr">
      <p><font face="Arial"> <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.D60C45C2.8B468156@laas.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="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
    </blockquote>
  </body>
</html>