<div dir="ltr"><div dir="ltr">Hi Benny,<div>Have you seen this? <a href="https://www.westgrid.ca/events/westgrid_online_workshop_3d_graphs_networkx_vtk_and_paraview">https://www.westgrid.ca/events/westgrid_online_workshop_3d_graphs_networkx_vtk_and_paraview</a></div><div>It certainly shows that what you want is possible....</div><div>I'd also advise looking at more of the VTK examples - I think there's a Glyph Mapper which will change the size/color of the spheres based on a data value for you.</div><div>HTH,</div><div>Aron</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Mar 10, 2019 at 10:07 AM BennyS via vtkusers <<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi all!<br>
I am relatively new to VTK but still surprised by the opportunities provided<br>
by the visualization tool kit. For this reason, I am currently trying to<br>
visualize a network using VTK. I saw some youtube videos concerning this<br>
objective, but I was not able to achieve this objective and struggled hard<br>
the last month..<br>
<br>
What I did so far:<br>
-I used networkx (python) to calculate the 3D positions of the node<br>
-Python VTK to plot spheres which represent the nodes and tubes which<br>
represent the edges. <br>
<br>
What I am not able to do:<br>
-I have information about the nodes which I would like to use to define the<br>
importance (=size?) of the nodes. Furthermore, this information is used to<br>
calculate the edge weigths.<br>
-Regarding the edge weights, it would be great to use this information for<br>
defining the tube color/diameter.<br>
<br>
I already found some threads directing to the MutableUndirectedGraph class<br>
for example. However, it seems to me that there is not clear way of doing it<br>
in a 3D manner.<br>
<br>
Maybe someone of you has some experience regarding this and could give me a<br>
helping hand?<br>
I would be really grateful!<br>
<br>
Thanks and cheers<br>
Benny<br>
<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html</a><br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://vtk.org/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">https://vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote></div>