質問編集履歴
4
誤字
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
3
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
mcUppPlotAgg = mcUppTrendAgg.plot(kind="scatter", x="hour", y="rank", title="transition in rank", color="red", alpha=1).set_ylim([30, 0])
|
20
20
|
|
21
|
-
```
|
21
|
+
```
|
22
22
|
|
23
23
|
|
24
24
|
|
2
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
-
画像はある
|
13
|
+
画像はtwitter上のあるトレンドワードに関して、1日24時間の中でどのようにトレンドランクが推移したかを表した散布図です。
|
14
14
|
|
15
15
|
コードは以下の通りです。
|
16
16
|
|
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,16 @@
|
|
1
|
+
### 実現したいこと
|
2
|
+
|
1
|
-
|
3
|
+
複数のデータを1つの領域に散布図として表示したいです。
|
2
4
|
|
3
5
|
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
![mcUppPlotAggに関する散布図](3d68c435a8e10a18d558036ea207be9a.png)
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
画像はあるキーワードに関して、1日24時間の中でどのようにトレンドランクが推移したかを表した散布図です。
|
4
14
|
|
5
15
|
コードは以下の通りです。
|
6
16
|
|