update
This commit is contained in:
@@ -116,8 +116,7 @@ import numpy as np
|
||||
from random import random, seed
|
||||
|
||||
fig = plt.figure()
|
||||
ax = fig.gca(projection='3d')
|
||||
|
||||
ax = fig.add_subplot(projection = '3d')
|
||||
# Make data.
|
||||
x = np.arange(0, 1, 0.05)
|
||||
y = np.arange(0, 1, 0.05)
|
||||
|
||||
Reference in New Issue
Block a user