0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

忘備録(excel散布図グラフの書き方)

Posted at

東京都のコロナ感染状況(対前週比)をピックアップ
image.png

東京都の感染率(前週比)に関するグラフを作図
image.png

回帰曲線(2次式) y=0.3622x^2-12.48x+207.35
の2次項と1次項の速度をグラフ化

感染率の減少には、1次項成分が大きく寄与しているのがわかった。
image.png

ここで、横軸を経過日、折れ線グラフとして、感染率(先週比%)、2次項成分、1次項成分、和の4つのグラフを表示する

image.png

グラフデータの範囲を次のようにする。
=Sheet1!$C$2:$G$17

すると、以下の部分のグラフが出来上がる

横軸は、c2~c17まで 経過日
縦軸は、d2~f17まで 感染率(先週比%)
    e2~e17まで 2次項成分
    f2~f17まで 1次項成分
    g2~g17まで 和

データソースの選択に於いて、チエックボタンを外すと表示をなくすことができる
image.png

横軸は、c2~c17まで 経過日
縦軸は、e2~e17まで 2次項成分
    g2~g17まで 和

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?