<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hi,<br>
    I'm trying to execute the example presented at<br>
    <br>
    <small><a class="moz-txt-link-freetext"
href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/InfoVis/DelimitedTextReader">http://www.vtk.org/Wiki/VTK/Examples/Cxx/InfoVis/DelimitedTextReader</a></small><br>
    <br>
    which read a csv file (x y z n) and visualize it. When i visualize
    my file the image is all black, while it should have the color/value
    expressed in "n" value. In my case n is a GrayScale value. How can i
    modify it? I think i should modify the command<br>
    <br>
    <pre class="de1">actor<span class="sy2">-</span><span class="sy1">&gt;</span>GetProperty<span class="br0">(</span><span class="br0">)</span><span class="sy2">-</span><span class="sy1">&gt;</span>SetColor<span class="br0">(</span><span class="nu0">1</span>,<span class="nu0">0</span>,<span class="nu0">0</span><span class="br0">)</span><span class="sy4">;</span>

</pre>
    bu I don't know how. Can anybody help me? Thanks a lot.<br>
    <br>
    Luca
  </body>
</html>