Skip to content

Commit b0a02bd

Browse files
committed
🎎 fixes.
1 parent 647a3d3 commit b0a02bd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

plotly/graph_objs/figure_factory.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ def traj(self, xb, yb):
13981398
Integrate trajectories
13991399
14001400
:param (int) xb: results of passing xi through self.blank_pos
1401-
:param (int) xy: results of passing yi through self.blank_pos
1401+
:param (int) yb: results of passing yi through self.blank_pos
14021402
14031403
Calculate each trajectory based on rk4 integrate method.
14041404
"""
@@ -1441,11 +1441,6 @@ def get_streamline_arrows(self):
14411441
Gets angle of streamline at 1/3 mark and creates arrow coordinates
14421442
based off of user defined angle and arrow_scale.
14431443
1444-
:param (array) st_x: x-values for all streamlines
1445-
:param (array) st_y: y-values for all streamlines
1446-
:param (angle in radians) angle: angle of arrowhead. Default = pi/9
1447-
:param (float in [0,1]) arrow_scale: value to scale length of arrowhead
1448-
Default = .09
14491444
:rtype (list, list) arrows_x: x-values to create arrowhead and
14501445
arrows_y: y-values to create arrowhead
14511446
"""

0 commit comments

Comments
 (0)