<div dir="ltr">In the latest version (5.3.12) released today, there is at least metapost attribute you can use to color splay shots.<div><br></div><div>Just redefine l_survey_cave symbol in layout, e.g. 50% gray like this:</div>

<div><br></div><div><div>code metapost</div><div>  def l_survey_cave (expr P) =</div><div>    T:=identity;</div><div>    pickup PenC;</div><div>    if ATTR__shotflag_splay:</div><div>      thdraw P withcolor (0.5,0.5,0.5);</div>

<div>    else:</div><div>      thdraw P;</div><div>    fi;</div><div>  enddef;</div><div>endcode</div></div><div><br></div><div>S.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 13 December 2013 13:55, Erik VdBroeck <span dir="ltr"><<a href="mailto:erik@speleo.tv" target="_blank">erik@speleo.tv</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I agree with Marco about the colour of splays in different colours than the<br>
legs. How can we achieve this?<br>
<span class="HOEnZb"><font color="#888888">erik<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
-----Original Message-----<br>
From: Marco Corvi [mailto:<a href="mailto:marco_corvi@yahoo.com">marco_corvi@yahoo.com</a>]<br>
Sent: jeudi 12 décembre 2013 12:53<br>
To: <a href="mailto:therion@speleo.sk">therion@speleo.sk</a><br>
Subject: [Therion] splays<br>
<br>
<br>
i would like that splays in pdf having only the centerline ( no scraps ),<br>
are drawn with different color than legs.<br>
any suggestion ?<br>
( besides fiddling with the sources )<br>
thanks, marco<br>
<br>
_______________________________________________<br>
Therion mailing list<br>
<a href="mailto:Therion@speleo.sk">Therion@speleo.sk</a><br>
<a href="http://mailman.speleo.sk/mailman/listinfo/therion" target="_blank">http://mailman.speleo.sk/mailman/listinfo/therion</a><br>
</div></div></blockquote></div><br></div>