質問編集履歴
4
誤字
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
3
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
コードは以下の通りです。
|
9
9
|
```
|
10
10
|
mcUppPlotAgg = mcUppTrendAgg.plot(kind="scatter", x="hour", y="rank", title="transition in rank", color="red", alpha=1).set_ylim([30, 0])
|
11
|
-
```
|
11
|
+
```
|
12
12
|
|
13
13
|
そこで次に、これとは別のキーワードに関して、画像と同じ領域に散布図で表示したいと考えました。画像の散布図はmcUppPlotAggに関してですが、ここにmcLowPlotAggに関する散布図を追加したいです。ちなみにmcLowPlotAggに関する散布図を個別に作成したところ以下の画像のようになります。
|
14
14
|

|
2
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|

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

|
6
|
+
|
7
|
+
画像はあるキーワードに関して、1日24時間の中でどのようにトレンドランクが推移したかを表した散布図です。
|
3
8
|
コードは以下の通りです。
|
4
9
|
```
|
5
10
|
mcUppPlotAgg = mcUppTrendAgg.plot(kind="scatter", x="hour", y="rank", title="transition in rank", color="red", alpha=1).set_ylim([30, 0])
|