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 781605a + 428adaf commit 6910b92Copy full SHA for 6910b92
1 file changed
examples/animation/double_pendulum_animated.py
@@ -61,6 +61,7 @@ def derivs(state, t):
61
62
fig = plt.figure()
63
ax = fig.add_subplot(111, autoscale_on=False, xlim=(-2, 2), ylim=(-2, 2))
64
+ax.set_aspect('equal')
65
ax.grid()
66
67
line, = ax.plot([], [], 'o-', lw=2)
0 commit comments