Skip to content

Conversation

SchwartzCode
Copy link
Contributor

Reference issue

What does this implement/fix?

Additional information

CheckList

  • Did you add an unittest for your new example or defect fix?
  • Did you add documents for your new example?
  • All CIs are green? (You can check it after submitting)

SchwartzCode and others added 30 commits June 29, 2021 11:19
…tion - relative to the points before and after it- when change in x or change in y along path is 0
Comment on lines +82 to +90
# def init():
# line.set_data([], [])
# return line,

# def animate(i):
# x = [0, 10]
# y = [0, i % 2 * 2 - 1]
# line.set_data(x, y)
# return line,

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
Comment on lines +94 to +96
# def close_event(evt):
# ani.event_source.stop()
# plt.close(fig)

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant