<html><body>
<p><tt>Martin Baumann &lt;mailsgetlost@web.de&gt; wrote on 13/10/2006 02:07:14:<br>
<br>
&gt; Hi,<br>
&gt; <br>
&gt; how to create a contour plot where there exist only a given number<br>
&gt; of different colours?<br>
&gt; <br>
&gt; I found an example on <a href="http://www.originlab.com">http://www.originlab.com</a> that shows a picture<br>
&gt; with a plot just the way I am planning to do:<br>
&gt; [image removed] <br>
&gt; I open a file that contains an unstructured grid containing a scalar<br>
&gt; as scalar field. This scalar value should be used to color the points.<br>
&gt; <br>
&gt; I searched the VTK manual and the mailing list in this matter.<br>
&gt; I am experimentating with vtkContourFilter but with this I can only get<br>
&gt; the contour lines itself.<br>
&gt; How can can I color the unstructured grid depending on the contour <br>
&gt; zone?<br>
&gt; <br>
&gt; Regards, M.B._______________________________________________<br>
&gt; This is the private VTK discussion list. <br>
&gt; Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk">http://www.vtk</a>.<br>
&gt; org/Wiki/VTK_FAQ<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</tt><br>
<tt>Martin,</tt><br>
<tt>&nbsp; Take a look at vtkBandedPolyDataContourFilter, not sure if there is a way to get the black lines between each band...</tt><br>
<br>
<tt><a href="http://www.vtk.org/doc/release/5.0/html/a01177.html">http://www.vtk.org/doc/release/5.0/html/a01177.html</a></tt><br>
<br>
<tt>&nbsp; regards, Dave P</tt></body></html>