<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">Le 23/01/2020 à 21:27, P M a écrit :<br>
    </div>
    <blockquote type="cite"
cite="mid:CACf7ODvEqvrdye28BRdCtU57uuAbt8Tt6YM_zPUYPLVhDvvEYQ@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">something like this...only in gray?<br>
        <div><img src="cid:part1.746BFB0D.FC34F6D6@wanadoo.fr"
            alt="test.png" class="" width="560" height="422"><br>
        </div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">Am Do., 23. Jan. 2020 um
          19:08 Uhr schrieb Antoine Monmayrant <<a
            href="mailto:amonmayr@laas.fr" moz-do-not-send="true">amonmayr@laas.fr</a>>:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello
          Jean-Philippe,<br>
          <br>
          I think I understand what you want to do, but there is no easy
          way to get this in scilab.<br>
          The main issue is that scilab does not support transparency.<br>
          Otherwise, you could just plot your lines in black with 1/32
          alpha (or 255/32 alpha if 0 means transparent and 255 solid
          color).<br>
          For this kind of plot, I usually plot everything in scilab
          with a dummy color (let's say blue), export in svg, edit the
          svg to replace the dummy color by the transparent one.<br>
          <br>
          Antoine <br>
          <br>
          <br>
          Le Jeudi, Janvier 23, 2020 16:35 CET, Jean-Philippe Grivet
          <<a href="mailto:jean-philippe.grivet@wanadoo.fr"
            target="_blank" moz-do-not-send="true">jean-philippe.grivet@wanadoo.fr</a>>
          a écrit: <br>
          <br>
          > Dear all,<br>
          > <br>
          > I am drawing a graph in a gray scale (say from 1 to 32),
          using lines of <br>
          > different density. I would like that, in the region of
          intersection of <br>
          > two lines, the shade of gray be the sum of the densities
          of each line. <br>
          > How can I manage that ?<br>
          > <br>
          > Thanks in advance for any hint<br>
          > <br>
          > JP Grivet<br>
          > <br>
          > <br>
          > _______________________________________________<br>
          > users mailing list<br>
          > <a href="mailto:users@lists.scilab.org" target="_blank"
            moz-do-not-send="true">users@lists.scilab.org</a><br>
          > <a href="http://lists.scilab.org/mailman/listinfo/users"
            rel="noreferrer" target="_blank" moz-do-not-send="true">http://lists.scilab.org/mailman/listinfo/users</a><br>
          ><br>
          <br>
          _______________________________________________<br>
          users mailing list<br>
          <a href="mailto:users@lists.scilab.org" target="_blank"
            moz-do-not-send="true">users@lists.scilab.org</a><br>
          <a href="http://lists.scilab.org/mailman/listinfo/users"
            rel="noreferrer" target="_blank" moz-do-not-send="true">http://lists.scilab.org/mailman/listinfo/users</a><br>
        </blockquote>
      </div>
      <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>
    <p>You understood perfectly, although my goal is simpler: instead of
      a blend of colors I look for a sum of densities.<br>
    </p>
  </body>
</html>