Skip to content

Commit

Permalink
Minor update to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
botprof committed Oct 27, 2024
1 parent d4e8ed2 commit 9c95701
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mobotpy/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def animate(self, x, T, save_ani=False, filename="animate_cart.gif"):
(polygon,) = ax.fill([], [], "C0", alpha=0.5)
(line,) = plt.plot([], [], "ko")
time_text = ax.text(0.05, 0.9, "", transform=ax.transAxes)

# Initialization function

def init():
Expand Down

0 comments on commit 9c95701

Please sign in to comment.