hi can any one send ME a small program on how to plot vectors in VTK<br>how can i see a plot of a 3d - sine,ETC<br>like i have this litle matlab program....how can i write something like this using <br>vtk <br>[X,Y] = meshgrid(-8:.5:8); &nbsp;&nbsp;  &nbsp;&nbsp;  %CREATE THE POINTS<br>R = sqrt(X.^2 + Y.^2) + eps;<br>Z = sin(R)./R;<br>mesh(X,Y,Z,'EdgeColor','black') #%3d plot OF the points [X,Y,Z]<br><br>OR SOMETHING LIKE THIS<br><br>[X,Y] = meshgrid(-2:0.25:2,-1:0.2:1);<br>Z = X.* exp(-X.^2 - Y.^2);<br>[U,V,W] = surfnorm(X,Y,Z);<br>quiver3(X,Y,Z,U,V,W,0.5);<br>hold on<br>surf(X,Y,Z);<br>colormap hsv<br>view(-35,45)<br>axis ([-2 2 -1 1 -.6 .6])<br>hold off<br><br>I ATACHED SOM PICTURES OF THE KIND OF PLOTS I NEED<br>please i need to use vtk/python please any thing that can get me started will help<br><br><br><br><br><p>&#32;__________________________________________________<br>Correo Yahoo!<br>Espacio para todos tus mensajes, antivirus y antispam ¡gratis! <br>Regístrate ya
 - http://correo.espanol.yahoo.com/