Skip to content

Move figure factory #316

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 16 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🎎 fixes.
  • Loading branch information
theengineear committed Oct 2, 2015
commit b0a02bd2b9e1e81a714003425760a8a247ab5742
7 changes: 1 addition & 6 deletions plotly/graph_objs/figure_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ def traj(self, xb, yb):
Integrate trajectories

:param (int) xb: results of passing xi through self.blank_pos
:param (int) xy: results of passing yi through self.blank_pos
:param (int) yb: results of passing yi through self.blank_pos

Calculate each trajectory based on rk4 integrate method.
"""
Expand Down Expand Up @@ -1441,11 +1441,6 @@ def get_streamline_arrows(self):
Gets angle of streamline at 1/3 mark and creates arrow coordinates
based off of user defined angle and arrow_scale.

:param (array) st_x: x-values for all streamlines
:param (array) st_y: y-values for all streamlines
:param (angle in radians) angle: angle of arrowhead. Default = pi/9
:param (float in [0,1]) arrow_scale: value to scale length of arrowhead
Default = .09
:rtype (list, list) arrows_x: x-values to create arrowhead and
arrows_y: y-values to create arrowhead
"""
Expand Down