Neat vector field plots

Howdy,

just saw this on the sage list:

http://sview01.wiredworkplace.net/pub/vfplot/index.html

The code is partly GPL (it uses a BSD kd-tree library), so don't go
looking there. But the basic ideas sound pretty neat for producing
very clean-looking vector fields. It would be neat if mpl grew
something along these lines...

Cheers

f

And now that we have spline path elements in mpl98, we can actually
implement curved arrows w/o an onerous polygon approximation.

JDH

···

On Mon, Jun 2, 2008 at 2:42 PM, Fernando Perez <fperez.net@...149...> wrote:

The code is partly GPL (it uses a BSD kd-tree library), so don't go
looking there. But the basic ideas sound pretty neat for producing
very clean-looking vector fields. It would be neat if mpl grew
something along these lines...

John Hunter wrote:

And now that we have spline path elements in mpl98, we can actually
implement curved arrows w/o an onerous polygon approximation.

Then could we do this too?

http://ccom.unh.edu/vislab/images/projects/Kat350Vert2.jpg

from:

http://ccom.unh.edu/vislab/projects/FlowVis.html

-Chris

···

--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker@...236...

That appears to have a gradient field gray->white on the arrows, which
we haven't implemented. But I'd like too...

JDH

···

On Mon, Jun 2, 2008 at 4:32 PM, Christopher Barker <Chris.Barker@...236...> wrote:

John Hunter wrote:

And now that we have spline path elements in mpl98, we can actually
implement curved arrows w/o an onerous polygon approximation.

Then could we do this too?

http://ccom.unh.edu/vislab/images/projects/Kat350Vert2.jpg

A bit of acid and the right music on top of that figure, and you can
sell MPL for psychedelic raves :slight_smile:

Cheers,

f

···

On Mon, Jun 2, 2008 at 2:32 PM, John Hunter <jdh2358@...149...> wrote:

http://ccom.unh.edu/vislab/images/projects/Kat350Vert2.jpg

That appears to have a gradient field gray->white on the arrows, which
we haven't implemented. But I'd like too...