[Matplotlib-users] Plotting arrows in a wxPython frame

2011-08-16 Thread lueck
Hello! I'm using matplotlib in my wx.Frame to draw some arrows and text at a certain position. The number and position of the arrows is based on previously created data. I do some calculations but basically it's like this: arrow = primer for each primer: draw one arrow at position y - 0.05 to

[Matplotlib-users] Plotting arrows in a wxPython frame

2011-08-13 Thread lueck
Hello! I'm using matplotlib in my wx.Frame to draw some arrows and text at a certain position. The number and position of the arrows is based on previously created data. I do some calculations but basically it's like this: arrow = primer for each primer: draw one arrow at position y - 0.05 to

[Matplotlib-users] Plotting arrows in a wxPython frame

2011-08-12 Thread Stefanie Lück
Hello! I'm using matplotlib in my wx.Frame to draw some arrows and text at a certain position. The number and position of the arrows is based on previously created data. I do some calculations but basically it's like this: arrow = primer for each primer: draw one arrow at position y - 0.05 to the

[Matplotlib-users] Plotting arrows in a wxPython frame

2011-08-12 Thread Stefanie Lück
Hello! I'm using matplotlib in my wx.Frame to draw some arrows and text at a certain position. The number and position of the arrows is based on previously created data. I do some calculations but basically it's like this: arrow = primer for each primer: draw one arrow at position y - 0.05 to the

Re: [Matplotlib-users] Plotting Arrows

2010-09-26 Thread Marius 't Hart
The function arrow() works for me (Python 2.6.5, matplotlib 99.1.2). Perhaps something in your installation needs to be changed. You might try pylab.Arrow() to create patches or perhaps quiver() which draws a whole set of arrows. On 09/26/2010 08:11 AM, Gus Ishere wrote: I'd like to plot som

[Matplotlib-users] Plotting Arrows

2010-09-25 Thread Gus Ishere
I'd like to plot some arrows. I can use the pyplot.arrow function but it does not give an arrow head. I am trying to use FancyArrow in the following way: import matplotlib as mpl import matplotlib.pyplot as plt plt.figure(None) ax = plt.gca() arr = mpl.patches.FancyArrowPatch((0,0),(3,2),arrowst