Hi,

How is the syntax for the matplotlib command 'arrow'? There is not very much
to take from the help (see below). An example would be nice.

Thanks
 Alex

In [46]: arrow?
Type:           function
Base Class:     <type 'function'>
String Form:    <function arrow at 0xb77f8a3c>
Namespace:      Interactive
File:           /usr/lib/python2.4/site-packages/matplotlib/pylab.py
Definition:     arrow(*args, **kwargs)
Docstring:
   Draws arrow on specified axis from (x,y) to (x+dx,y+dy).
   Optional kwargs control the arrow properties:
           alpha: float
           animated: [True | False]
           antialiased or aa: [True | False]
           axes: an axes instance
           clip_box: a matplotlib.transform.Bbox instance
           clip_on: [True | False]
           clip_path: an agg.path_storage instance
           edgecolor or ec: any matplotlib color
           facecolor or fc: any matplotlib color
           figure: a matplotlib.figure.Figure instance
           fill: [True | False]
           hatch: unknown
           label: any string
           linewidth or lw: float
           lod: [True | False]
           picker: [None|float|boolean|callable]
           transform: a matplotlib.transform transformation instance
           visible: [True | False]
           zorder: any number

   Addition kwargs: hold = [True|False] overrides default hold state
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to