<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">Hi Stefan,<br>
      <br>
      Yes it is possible:<br>
      plot([1:2],[3:4;5:6;7:8;9:10]);<br>
      Matplot1(uint32(65408), [1 3 2 10])<br>
      <br>
      65408=255*256+128, in hex notation 65408 is x0000FF80 (so it's a
      semi-transparent blue)<br>
      When Matplot first argument is uint32, data are considered to be
      in format RGBA, there are more information at image_type entry:<br>
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <a
href="http://help.scilab.org/docs/5.5.0-beta-1/en_US/Matplot_properties.html">http://help.scilab.org/docs/5.5.0-beta-1/en_US/Matplot_properties.html</a><br>
      <br>
      Best regards<br>
      <br>
      Calixte<br>
      <br>
      On 19/01/2014 20:12, Stefan Du Rietz wrote:<br>
    </div>
    <blockquote cite="mid:52DC239B.6090507@durietz.se" type="cite">Hi
      all,
      <br>
      is it possible to draw a filled coloured rectangle after lines so
      that those lines can still be seen trough it?
      <br>
      <br>
      Regards
      <br>
      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>
    <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>