<div dir="ltr"><div>I'd like to draw a Hedgehog plot in Python. I had a look at this example:</div><div><br></div><div><a href="https://lorensen.github.io/VTKExamples/site/Python/Visualization/ComplexV/">https://lorensen.github.io/VTKExamples/site/Python/Visualization/ComplexV/</a></div><div><br></div><div>But unfortunately the data for the plot there is just read from a file, "carotid.vtk" (a file which, by the way, I can't find anywhere on the Internet - maybe a download a link could be added to the examples page?). Thus it's quite opaque exactly how this data needs to be presented. I've been trying to guess my way to success by looking at some C code I found, but I'm not getting any joy.</div><div><br></div><div>Say I have a 2-dimensional python array of python 3-tuples representing the values of a vector field at each point of a regular 3d grid. What steps do I take to plot that as a hedgehog?<br></div></div>