Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eca6a83 + 31629e8 commit 02ccfdcCopy full SHA for 02ccfdc
1 file changed
examples/animation/double_pendulum.py
@@ -79,7 +79,7 @@ def derivs(state, t):
79
ax.grid()
80
81
line, = ax.plot([], [], 'o-', lw=2)
82
-trace, = ax.plot([], [], ',-', lw=1)
+trace, = ax.plot([], [], '.-', lw=1, ms=2)
83
time_template = 'time = %.1fs'
84
time_text = ax.text(0.05, 0.9, '', transform=ax.transAxes)
85
history_x, history_y = deque(maxlen=history_len), deque(maxlen=history_len)
0 commit comments