<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hi Sophie,<br>
      <br>
      You should set the fontsize for axes ticks before to set the
      labels:<br>
      <br>
      <div>x=1:100;</div>
      <div>y=sin(x);</div>
      <div> </div>
      <div>figure;</div>
      <div>g = <u>gcf</u>();</div>
      <br>
      <div>
        <div>axh = g.children;</div>
        <div>axh.font_size = 6;</div>
        <br>
        <div><u>plot</u>(x,y)</div>
        <u>xlabel</u>('Blablabla1','fontsize',6);</div>
      <div><u>ylabel</u>('Blablabla2','fontsize',6);</div>
      <div> </div>
      <div>g.children.children(1).children.thickness = 2; <em>//Plot
          Thickness</em></div>
      g.children.children.children.thickness = 2;<br>
       
      <div>xs2eps(g, 'Blub.eps', ['landscape']);<br>
        <br>
        Regards,<br>
        <br>
        Calixte<br>
      </div>
      <br>
      On 28/01/2015 16:19, Sophie von Borstel wrote:<br>
    </div>
    <blockquote
cite="mid:trinity-e3c6c2a2-7f91-4172-b688-1f11582a52cf-1422458378962@3capp-gmx-bs48"
      type="cite">
      <div style="font-family: Verdana;font-size: 12.0px;">
        <div>Hi smart people;</div>
        <div> </div>
        <div>I am using Scilab 5.5.0 for getting some beautiful
          graphics.</div>
        <div>Unfortunately I have a problem with exporting figures.</div>
        <div>After changing axis font size the labels are out of view.</div>
        <div>See my code below.</div>
        <div> </div>
        <div>If I change the window size by hand I can find my labels
          again.</div>
        <div> </div>
        <div> </div>
        <div>Is there another method for doing this?</div>
        <div>I just don’t want to change each graphic by hand.</div>
        <div> </div>
        <div>Thanks in advance for your help! </div>
        <div>Sophie</div>
        <div> </div>
        <div> </div>
        <div> </div>
        <div>x=1:100;</div>
        <div>y=sin(x);</div>
        <div> </div>
        <div>figure;</div>
        <div>g = <u>gcf</u>();</div>
        <div><u>plot</u>(x,y)</div>
        <div> </div>
        <div><u>xlabel</u>('Blablabla1','fontsize',6);</div>
        <div><u>ylabel</u>('Blablabla2','fontsize',6);</div>
        <div> </div>
        <div>g.children.children(1).children.thickness = 2; <em>//Plot
            Thickness</em></div>
        <div> </div>
        <div>g.children.children.children.thickness = 2;</div>
        <div>axh = g.children;</div>
        <div>axh.font_size = 6;</div>
        <div> </div>
        <div>xs2eps(g, 'Blub.eps', ['landscape']);</div>
        <div> </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <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>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Calixte Denizet
Software Development Engineer
-----------------------------------------------------------
Scilab Enterprises
143bis rue Yves Le Coz - 78000 Versailles, France
<a class="moz-txt-link-freetext" href="http://www.scilab-enterprises.com">http://www.scilab-enterprises.com</a></pre>
  </body>
</html>