<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 01/13/2014 01:27 AM, Stefan Du Rietz
      wrote:<br>
    </div>
    <blockquote cite="mid:52D332DB.5030507@durietz.se" type="cite">Hi,
      <br>
      when I export a figure to a bitmap file (PNG, JPG, GIF, PPM, BMP)
      from Xubuntu Linux, it has the y axis turned about 30 degrees
      clockwise and is divided in two parts. Has anybody else
      experienced that?
      <br>
      <br>
      Regards /Stefan
      <br>
      _______________________________________________
      <br>
      users mailing list
      <br>
      <a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
      <br>
      <a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
      <br>
    </blockquote>
    Hi Stefan,<br>
    <br>
    Could you send us a small test script that produces the bogus plot,
    so we can give it a try?<br>
    Do you have a huge scaling factor between x and y?<br>
    Like mean(y)<mean(x)*10^-4 ?<br>
    If it is the case, try plot(x,y*10^4) (replacing 10^4 be the inverse
    of the y/x ratio).<br>
    There use to be a bug that produces this slant, but it is corrected
    now: see
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a href="http://bugzilla.scilab.org/show_bug.cgi?id=11399">http://bugzilla.scilab.org/show_bug.cgi?id=11399</a>
    .<br>
    <br>
    Hope it helps,<br>
    <br>
    Antoine<br>
  </body>
</html>