<div dir="ltr">something like this...only in gray?<br><div><img src="cid:ii_k5r6tj7k1" alt="test.png" 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">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">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">users@lists.scilab.org</a><br>
> <a href="http://lists.scilab.org/mailman/listinfo/users" rel="noreferrer" target="_blank">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">users@lists.scilab.org</a><br>
<a href="http://lists.scilab.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.scilab.org/mailman/listinfo/users</a><br>
</blockquote></div>