|
From: Eric F. <ef...@ha...> - 2013-03-07 21:25:17
|
On 2013/03/07 9:19 AM, Benjamin Root wrote: > > > On Thu, Mar 7, 2013 at 2:14 PM, Brickle Macho <bri...@gm... > <mailto:bri...@gm...>> wrote: > > I have a list of surface normals I would like to plot. Is there a way > to plot a 3D vectors in matplotlib similar to how quiver plots 2D > vectors? > > > Not at this time, but that would make a great feature request! I think > the current roadblock to such a function is a bug with converting 2d > arrow objects into 3d arrows. Quiver uses a PolyCollection, and I see that there is a Poly3DCollection. Eric > > Ben Root |