Re: [Matplotlib-users] Quiver 3D ValueError

2014-10-10 Thread Thomas Proctor
I'm trying to generate a 3D quiver plot. When I try running the sample available at http://matplotlib.org/mpl_examples/mplot3d/quiver3d_demo.py I get a "ValueError: too many values to unpack" error. I'm using matplotlib 1.3.1 (the vers

Re: [Matplotlib-users] Quiver 3D ValueError

2014-10-10 Thread Benjamin Root
chances are, something is wonky with the inputs that is causing the broadcasting not to work correctly. Could you post a simple, self-contained code example? Ben Root On Fri, Oct 10, 2014 at 5:02 PM, Thomas Proctor wrote: > I'm trying to generate a 3D quiver plot. When I try running the sample

Re: [Matplotlib-users] Quiver 3D ValueError

2014-10-10 Thread Thomas Caswell
You need 1.4.0 as the 3D quiver code is not in 1.3.1. On Fri, Oct 10, 2014 at 5:02 PM, Thomas Proctor wrote: > I'm trying to generate a 3D quiver plot. When I try running the sample > available at > http://matplotlib.org/mpl_examples/mplot3d/quiver3d_demo.py > I get a "ValueError: too many value