<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <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.B85B4C60.F82D6D6B@free.fr" alt=""></p>
  </body>
</html>