Re: [Matplotlib-users] Arrows between points in a plot?

2009-11-29 Thread Michael Cohen
The arrows worked quite well, but I can't figure out how to curve them in a natural way, so they don't overlap. Also, how do I alter the breadth of the arrowhead, and to make it the same size along arrows of all lengths? Cheers, Mike Jose Gomez-Dans wrote: > Hi, > 2009/11/29 Michael Cohen mai

Re: [Matplotlib-users] Arrows between points in a plot?

2009-11-29 Thread Jose Gomez-Dans
Hi, 2009/11/29 Michael Cohen > Hi all, > > I have a plot that has say 6 black X's, each separate, and 6 blue X's, > also separate, denoting where x's 1-6 have moved to (from black to blue). > Currently each point is plotted with a separate plot function. > I would like to generate a plot where ea

Re: [Matplotlib-users] Arrows between points in a plot?

2009-11-29 Thread Gary Ruben
Hi Michael, Take a look at the quiver demo and the annotation2 demo More generally, have a look through the examples and gallery pages

[Matplotlib-users] Arrows between points in a plot?

2009-11-28 Thread Michael Cohen
Hi all, I have a plot that has say 6 black X's, each separate, and 6 blue X's, also separate, denoting where x's 1-6 have moved to (from black to blue). Currently each point is plotted with a separate plot function. I would like to generate a plot where each black x and blue x pair has an arrow