|
63 | 63 | *headaxislength*. To make the head smaller relative to the shaft,
|
64 | 64 | scale down all the head parameters. You will probably do best to leave
|
65 | 65 | minshaft alone.
|
66 |
| -<<<<<<< HEAD |
67 | 66 |
|
68 | 67 | *linewidths* and *edgecolors* can be used to customize the arrow
|
69 | 68 | outlines.
|
|
88 | 87 |
|
89 | 88 | 'dots' or 'inches': pixels or inches, based on the figure dpi
|
90 | 89 |
|
91 |
| -======= |
92 |
| -
|
93 |
| -*linewidths* and *edgecolors* can be used to customize the arrow |
94 |
| -outlines. |
95 |
| -
|
96 |
| -Parameters |
97 |
| ----------- |
98 |
| -X : 1D or 2D array, sequence, optional |
99 |
| - The x coordinates of the arrow locations |
100 |
| -Y : 1D or 2D array, sequence, optional |
101 |
| - The y coordinates of the arrow locations |
102 |
| -U : 1D or 2D array or masked array, sequence |
103 |
| - The x components of the arrow vectors |
104 |
| -V : 1D or 2D array or masked array, sequence |
105 |
| - The y components of the arrow vectors |
106 |
| -C : 1D or 2D array, sequence, optional |
107 |
| - The arrow colors |
108 |
| -units : [ 'width' | 'height' | 'dots' | 'inches' | 'x' | 'y' | 'xy' ] |
109 |
| - The arrow dimensions (except for *length*) are measured in multiples of |
110 |
| - this unit. |
111 |
| -
|
112 |
| - 'width' or 'height': the width or height of the axis |
113 |
| -
|
114 |
| - 'dots' or 'inches': pixels or inches, based on the figure dpi |
115 |
| -
|
116 |
| ->>>>>>> 430e308... Merge pull request #7913 from dstansby/quiver-doc |
117 | 90 | 'x', 'y', or 'xy': respectively *X*, *Y*, or :math:`\sqrt{X^2 + Y^2}`
|
118 | 91 | in data units
|
119 | 92 |
|
|
0 commit comments