Skip to content

Commit c065497

Browse files
committed
add parameter description for in doc string.
1 parent 9d57f56 commit c065497

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: plotly/figure_factory/_quiver.py

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ def create_quiver(x, y, u, v, scale=.1, arrow_scale=.3,
2121
:param (float in [0,1]) arrow_scale: value multiplied to length of barb
2222
to get length of arrowhead. Default = .3
2323
:param (angle in radians) angle: angle of arrowhead. Default = pi/9
24+
:param (positive float) angle: the ratio between the scale of the y-axis
25+
and the scale of the x-axis (scale_y / scale_x). Default = None, the
26+
scale ratio is not fixed.
2427
:param kwargs: kwargs passed through plotly.graph_objs.Scatter
2528
for more information on valid kwargs call
2629
help(plotly.graph_objs.Scatter)

0 commit comments

Comments
 (0)