回答編集履歴
1
説明の追記
test
CHANGED
@@ -1,10 +1,14 @@
|
|
1
|
+
> TypeError: must be real number, not str
|
2
|
+
|
3
|
+
|
4
|
+
|
1
5
|
```python
|
2
6
|
|
3
7
|
ax.scatter(...linewidths='2')
|
4
8
|
|
5
9
|
```
|
6
10
|
|
7
|
-
↓ 修正(二ヶ所)
|
11
|
+
↓ 修正 (二ヶ所)
|
8
12
|
|
9
13
|
```python
|
10
14
|
|