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.
1 parent b296e71 commit c177742Copy full SHA for c177742
brainpy/integrators/sde/tests/test_sde_scalar.py
@@ -50,7 +50,7 @@ def lorenz_system(method, **kwargs):
50
mon3 = bp.math.array(mon3).to_numpy()
51
52
fig = plt.figure()
53
- ax = fig.gca(projection='3d')
+ ax = fig.add_subplot(111, projection='3d')
54
plt.plot(mon1, mon2, mon3)
55
ax.set_xlabel('x')
56
ax.set_xlabel('y')
0 commit comments