From: Lowell Edgar on
Hey guys I'm a graduate student working on a computational model of vessel growth during angiogenesis. I'm currently generating model data that comes out as a collection of nodes and line segments, and I can plot this in 3D and watch the vessels grow quite effectively. However, in preparation for some upcoming conferences, I am trying to get prettier looking figures.

What I would really like to do is plot each line segment as a tube segment or a cylinder segment? I was wondering if anyone out there had any solutions using built-in functions or custom scripts? Anyone have to do anything similar to this?

Thanks for the help all!
- Lowell
From: ImageAnalyst on
Lowell:
Maybe streamtube() or its buddies are what you're looking for???
-ImageAnalyst