回答編集履歴

1

修正

2020/03/07 14:39

投稿

technocore
technocore

スコア7337

test CHANGED
@@ -5,6 +5,8 @@
5
5
  ```ここに言語を入力
6
6
 
7
7
  import numpy as np
8
+
9
+ from mpl_toolkits.mplot3d import Axes3D
8
10
 
9
11
  import matplotlib.pyplot as plt
10
12