<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr">
<div id="OWAFontStyleDivID" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hey there,<br>
</p>
<p><br>
</p>
<p>I'm working on displaying velocity vectors but have reached a major roadblock. I have a set of CSV files with columns x, y, z, vx, vy, and vz - the positions and velocity components of the velocity vectors I want to show. By manually loading in the CSV files,
 applying the TableToPoints filter, applying the Calculator filter, and then applying the Glyph filter, I can display these vectors.<br>
</p>
<p><br>
</p>
<p>The problem comes when I try to write a Python script to the exact same thing. This problem has been reported as a bug with Paraview (<a href="http://vtk.org/Bug/bug_relationship_graph.php?bug_id=14184&graph=dependency">http://vtk.org/Bug/bug_relationship_graph.php?bug_id=14184&graph=dependency</a>),
 where Python cannot select "Row Data". I'm really having difficulty finding a way around it. Is there a way to use my CSV files to display my velocity vectors in a similar fashion, but with Python? What I've done manually is so far the only way I know how
 to display vectors, but it's not Python compatible. Any help would be greatly appreciated!<br>
</p>
<p><br>
</p>
<p>Thanks,<br>
</p>
<p>Darren<br>
</p>
</div>
</body>
</html>