Re: [Matplotlib-users] FancyArrows don't connect

2009-11-18 Thread Thomas Robitaille
Thanks for the fix and the link! Tom On Nov 18, 2009, at 7:56 PM, Jae-Joon Lee wrote: > http://matplotlib.sourceforge.net/api/artist_api.html?highlight=fancyarrowpatch#matplotlib.patches.FancyArrowPatch > > try to set shrinkA and shrinkB to 0. > > Also see below for how arrows are drawn. > > htt

Re: [Matplotlib-users] FancyArrows don't connect

2009-11-18 Thread Jae-Joon Lee
http://matplotlib.sourceforge.net/api/artist_api.html?highlight=fancyarrowpatch#matplotlib.patches.FancyArrowPatch try to set shrinkA and shrinkB to 0. Also see below for how arrows are drawn. http://matplotlib.sourceforge.net/users/annotations_guide.html#annotating-with-arrow -JJ On Thu, Nov

[Matplotlib-users] FancyArrows don't connect

2009-11-18 Thread Thomas Robitaille
Hello, I'm trying to plot two perpendicular arrows and getting them to start from the exact same point. If I try the following: --- import matplotlib matplotlib.use('Agg') import matplotlib.pyplot as mpl from matplotlib.patches import FancyArrowPatch fig = mpl.figure() ax = fig.add_subplot(