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
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
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
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
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
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