質問編集履歴
2
Excelのデータを追加しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
### 前提・実現したいこと
|
1
|
+
[Excelデータ](https://docs.google.com/spreadsheets/d/19DI_Gj_3dRNIA8WqRDWHnxJVS_OpLfJG5F0u4JLC_a8/edit?usp=sharing)### 前提・実現したいこと
|
2
2
|
|
3
3
|
|
4
4
|
|
1
コード機能を使用し、書き込み
test
CHANGED
File without changes
|
test
CHANGED
@@ -19,6 +19,8 @@
|
|
19
19
|
|
20
20
|
|
21
21
|
### 該当のソースコード
|
22
|
+
|
23
|
+
```python
|
22
24
|
|
23
25
|
import matplotlib as mpl
|
24
26
|
|
@@ -104,6 +106,8 @@
|
|
104
106
|
|
105
107
|
plt.show()
|
106
108
|
|
109
|
+
```
|
110
|
+
|
107
111
|
|
108
112
|
|
109
113
|
### 試したこと
|