<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 11pt; font-family: "Book Antiqua",Palatino,serif'>
<p>Hello,</p>
<p>I have a simple example of param3d1 graph:</p>
<p><span style="font-family: terminal, monaco, monospace;">param3d1([1 2 3],[3 4 2],[5 2 4]);</span></p>
<p><span style="font-family: terminal, monaco, monospace;">h=gce();</span></p>
<p><span style="font-family: terminal, monaco, monospace;">h.line_mode="off";</span></p>
<p><span style="font-family: terminal, monaco, monospace;">h.mark_mode="on";</span></p>
<p><span style="font-family: terminal, monaco, monospace;">h.mark_sytle=9;</span></p>
<p><span style="font-family: terminal, monaco, monospace;">h.mark_size=1;</span></p>
<p><span style="font-family: terminal, monaco, monospace;">h.mark_foreground=13;</span></p>
<p><span style="font-family: terminal, monaco, monospace;">h.mark_background=13;</span></p>
<p>I would like to ask if it's possible to change properties of marks individually? My main goal is to change colors using colormap according to the values assigned to each mark (point on the graph). As an illustration of my problem I give a vector of values and colors for the 3 points:</p>
<p><span style="font-family: terminal, monaco, monospace;">[1 2 3]</span></p>
<p><span style="font-family: terminal, monaco, monospace;">[red green blue]</span></p>
<p>I know how to do it for line_mode="on", but for mark_mode the structure of figure is different.</p>
<p>Thanks in advance for any help. Regards,</p>
<p>Iza</p>
<div id="signature">-- <br />
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"><span style="font-family: book antiqua, palatino, serif;">Izabela Wójcik-Grząba</span><br /><span style="font-family: book antiqua, palatino, serif;">Zespół Konstrukcji Metalowych</span><br /><span style="font-family: book antiqua, palatino, serif;">ZKBiM IIB WIL Politechnika Warszawska</span><br /><br /></div>
</div>
</body></html>