Skip to content

Instantly share code, notes, and snippets.

@Nyoho
Last active April 24, 2020 23:22
Show Gist options
  • Save Nyoho/94eada915d44c256baa6a19bd1420926 to your computer and use it in GitHub Desktop.
Save Nyoho/94eada915d44c256baa6a19bd1420926 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Data from\n",
"\n",
"- https://www.stopcovid19.jp より2020年4月23日のものを取得。(covid19japan.csv)\n",
"- 人口動態調査_人口動態統計_確定数_人口_年次_2018年 - 4_年次・都道府県・性別人口_(1) 総数 - DATA GO JP https://www.data.go.jp/data/dataset/mhlw_20200217_0063/resource/14308661-eea7-4e1b-8028-0f3f6d2019e4 (CC-BY)\n",
"- 社会・人口統計体系 社会生活統計指標-都道府県の指標-2020 基礎データ 2020年 | ファイル | 統計データを探す | 政府統計の総合窓口 https://www.e-stat.go.jp/stat-search/files?page=1&layout=datalist&toukei=00200502&tstat=000001137289&cycle=0&year=20200&month=0&tclass1=000001137291\n",
" "
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"<table class=\"data-frame\"><thead><tr><th></th><th>name_s</th><th>population</th><th>name</th><th>name_jp</th><th>npatients</th><th>ncurrentpatients</th><th>nexits</th><th>ndeaths</th></tr><tr><th></th><th>String</th><th>Int64</th><th>String</th><th>String</th><th>Int64</th><th>Int64</th><th>Int64</th><th>Int64</th></tr></thead><tbody><p>47 rows × 12 columns (omitted printing of 4 columns)</p><tr><th>1</th><td>北海道</td><td>5253000</td><td>Hokkaido</td><td>北海道</td><td>473</td><td>273</td><td>179</td><td>21</td></tr><tr><th>2</th><td>青森</td><td>1258000</td><td>Aomori</td><td>青森県</td><td>22</td><td>12</td><td>10</td><td>0</td></tr><tr><th>3</th><td>岩手</td><td>1234000</td><td>Iwate</td><td>岩手県</td><td>0</td><td>0</td><td>0</td><td>0</td></tr><tr><th>4</th><td>宮城</td><td>2296000</td><td>Miyagi</td><td>宮城県</td><td>84</td><td>70</td><td>14</td><td>0</td></tr><tr><th>5</th><td>秋田</td><td>978000</td><td>Akita</td><td>秋田県</td><td>16</td><td>11</td><td>5</td><td>0</td></tr><tr><th>6</th><td>山形</td><td>1083000</td><td>Yamagata</td><td>山形県</td><td>64</td><td>47</td><td>17</td><td>0</td></tr><tr><th>7</th><td>福島</td><td>1851000</td><td>Fukushima</td><td>福島県</td><td>64</td><td>49</td><td>15</td><td>0</td></tr><tr><th>8</th><td>茨城</td><td>2829000</td><td>Ibaraki</td><td>茨城県</td><td>146</td><td>123</td><td>17</td><td>6</td></tr><tr><th>9</th><td>栃木</td><td>1919000</td><td>Tochigi</td><td>栃木県</td><td>51</td><td>43</td><td>8</td><td>0</td></tr><tr><th>10</th><td>群馬</td><td>1901000</td><td>Gunma</td><td>群馬県</td><td>131</td><td>108</td><td>14</td><td>9</td></tr><tr><th>11</th><td>埼玉</td><td>7175000</td><td>Saitama</td><td>埼玉県</td><td>681</td><td>639</td><td>32</td><td>10</td></tr><tr><th>12</th><td>千葉</td><td>6143000</td><td>Chiba</td><td>千葉県</td><td>704</td><td>613</td><td>80</td><td>11</td></tr><tr><th>13</th><td>東京</td><td>13340000</td><td>Tokyo</td><td>東京都</td><td>3320</td><td>3242</td><td>59</td><td>19</td></tr><tr><th>14</th><td>神奈川</td><td>8993000</td><td>Kanagawa</td><td>神奈川県</td><td>816</td><td>706</td><td>91</td><td>19</td></tr><tr><th>15</th><td>新潟</td><td>2230000</td><td>Niigata</td><td>新潟県</td><td>58</td><td>26</td><td>32</td><td>0</td></tr><tr><th>16</th><td>富山</td><td>1035000</td><td>Toyama</td><td>富山県</td><td>115</td><td>105</td><td>8</td><td>2</td></tr><tr><th>17</th><td>石川</td><td>1130000</td><td>Ishikawa</td><td>石川県</td><td>190</td><td>168</td><td>17</td><td>5</td></tr><tr><th>18</th><td>福井</td><td>762000</td><td>Fukui</td><td>福井県</td><td>118</td><td>88</td><td>26</td><td>4</td></tr><tr><th>19</th><td>山梨</td><td>805000</td><td>Yamanashi</td><td>山梨県</td><td>50</td><td>41</td><td>9</td><td>0</td></tr><tr><th>20</th><td>長野</td><td>2032000</td><td>Nagano</td><td>長野県</td><td>54</td><td>48</td><td>6</td><td>0</td></tr><tr><th>21</th><td>岐阜</td><td>1956000</td><td>Gifu</td><td>岐阜県</td><td>140</td><td>111</td><td>24</td><td>5</td></tr><tr><th>22</th><td>静岡</td><td>3582000</td><td>Shizuoka</td><td>静岡県</td><td>53</td><td>41</td><td>12</td><td>0</td></tr><tr><th>23</th><td>愛知</td><td>7323000</td><td>Aichi</td><td>愛知県</td><td>422</td><td>329</td><td>66</td><td>27</td></tr><tr><th>24</th><td>三重</td><td>1751000</td><td>Mie</td><td>三重県</td><td>41</td><td>29</td><td>11</td><td>1</td></tr><tr><th>25</th><td>滋賀</td><td>1388000</td><td>Shiga</td><td>滋賀県</td><td>76</td><td>62</td><td>13</td><td>1</td></tr><tr><th>26</th><td>京都</td><td>2539000</td><td>Kyoto</td><td>京都府</td><td>264</td><td>172</td><td>86</td><td>6</td></tr><tr><th>27</th><td>大阪</td><td>8639000</td><td>Osaka</td><td>大阪府</td><td>1351</td><td>1083</td><td>253</td><td>15</td></tr><tr><th>28</th><td>兵庫</td><td>5394000</td><td>Hyogo</td><td>兵庫県</td><td>546</td><td>464</td><td>65</td><td>17</td></tr><tr><th>29</th><td>奈良</td><td>1329000</td><td>Nara</td><td>奈良県</td><td>73</td><td>58</td><td>14</td><td>1</td></tr><tr><th>30</th><td>和歌山</td><td>929000</td><td>Wakayama</td><td>和歌山県</td><td>47</td><td>24</td><td>22</td><td>1</td></tr><tr><th>&vellip;</th><td>&vellip;</td><td>&vellip;</td><td>&vellip;</td><td>&vellip;</td><td>&vellip;</td><td>&vellip;</td><td>&vellip;</td><td>&vellip;</td></tr></tbody></table>"
],
"text/latex": [
"\\begin{tabular}{r|ccccccccc}\n",
"\t& name\\_s & population & name & name\\_jp & npatients & ncurrentpatients & nexits & ndeaths & \\\\\n",
"\t\\hline\n",
"\t& String & Int64 & String & String & Int64 & Int64 & Int64 & Int64 & \\\\\n",
"\t\\hline\n",
"\t1 & 北海道 & 5253000 & Hokkaido & 北海道 & 473 & 273 & 179 & 21 & $\\dots$ \\\\\n",
"\t2 & 青森 & 1258000 & Aomori & 青森県 & 22 & 12 & 10 & 0 & $\\dots$ \\\\\n",
"\t3 & 岩手 & 1234000 & Iwate & 岩手県 & 0 & 0 & 0 & 0 & $\\dots$ \\\\\n",
"\t4 & 宮城 & 2296000 & Miyagi & 宮城県 & 84 & 70 & 14 & 0 & $\\dots$ \\\\\n",
"\t5 & 秋田 & 978000 & Akita & 秋田県 & 16 & 11 & 5 & 0 & $\\dots$ \\\\\n",
"\t6 & 山形 & 1083000 & Yamagata & 山形県 & 64 & 47 & 17 & 0 & $\\dots$ \\\\\n",
"\t7 & 福島 & 1851000 & Fukushima & 福島県 & 64 & 49 & 15 & 0 & $\\dots$ \\\\\n",
"\t8 & 茨城 & 2829000 & Ibaraki & 茨城県 & 146 & 123 & 17 & 6 & $\\dots$ \\\\\n",
"\t9 & 栃木 & 1919000 & Tochigi & 栃木県 & 51 & 43 & 8 & 0 & $\\dots$ \\\\\n",
"\t10 & 群馬 & 1901000 & Gunma & 群馬県 & 131 & 108 & 14 & 9 & $\\dots$ \\\\\n",
"\t11 & 埼玉 & 7175000 & Saitama & 埼玉県 & 681 & 639 & 32 & 10 & $\\dots$ \\\\\n",
"\t12 & 千葉 & 6143000 & Chiba & 千葉県 & 704 & 613 & 80 & 11 & $\\dots$ \\\\\n",
"\t13 & 東京 & 13340000 & Tokyo & 東京都 & 3320 & 3242 & 59 & 19 & $\\dots$ \\\\\n",
"\t14 & 神奈川 & 8993000 & Kanagawa & 神奈川県 & 816 & 706 & 91 & 19 & $\\dots$ \\\\\n",
"\t15 & 新潟 & 2230000 & Niigata & 新潟県 & 58 & 26 & 32 & 0 & $\\dots$ \\\\\n",
"\t16 & 富山 & 1035000 & Toyama & 富山県 & 115 & 105 & 8 & 2 & $\\dots$ \\\\\n",
"\t17 & 石川 & 1130000 & Ishikawa & 石川県 & 190 & 168 & 17 & 5 & $\\dots$ \\\\\n",
"\t18 & 福井 & 762000 & Fukui & 福井県 & 118 & 88 & 26 & 4 & $\\dots$ \\\\\n",
"\t19 & 山梨 & 805000 & Yamanashi & 山梨県 & 50 & 41 & 9 & 0 & $\\dots$ \\\\\n",
"\t20 & 長野 & 2032000 & Nagano & 長野県 & 54 & 48 & 6 & 0 & $\\dots$ \\\\\n",
"\t21 & 岐阜 & 1956000 & Gifu & 岐阜県 & 140 & 111 & 24 & 5 & $\\dots$ \\\\\n",
"\t22 & 静岡 & 3582000 & Shizuoka & 静岡県 & 53 & 41 & 12 & 0 & $\\dots$ \\\\\n",
"\t23 & 愛知 & 7323000 & Aichi & 愛知県 & 422 & 329 & 66 & 27 & $\\dots$ \\\\\n",
"\t24 & 三重 & 1751000 & Mie & 三重県 & 41 & 29 & 11 & 1 & $\\dots$ \\\\\n",
"\t25 & 滋賀 & 1388000 & Shiga & 滋賀県 & 76 & 62 & 13 & 1 & $\\dots$ \\\\\n",
"\t26 & 京都 & 2539000 & Kyoto & 京都府 & 264 & 172 & 86 & 6 & $\\dots$ \\\\\n",
"\t27 & 大阪 & 8639000 & Osaka & 大阪府 & 1351 & 1083 & 253 & 15 & $\\dots$ \\\\\n",
"\t28 & 兵庫 & 5394000 & Hyogo & 兵庫県 & 546 & 464 & 65 & 17 & $\\dots$ \\\\\n",
"\t29 & 奈良 & 1329000 & Nara & 奈良県 & 73 & 58 & 14 & 1 & $\\dots$ \\\\\n",
"\t30 & 和歌山 & 929000 & Wakayama & 和歌山県 & 47 & 24 & 22 & 1 & $\\dots$ \\\\\n",
"\t$\\dots$ & $\\dots$ & $\\dots$ & $\\dots$ & $\\dots$ & $\\dots$ & $\\dots$ & $\\dots$ & $\\dots$ & \\\\\n",
"\\end{tabular}\n"
],
"text/plain": [
"47×12 DataFrame. Omitted printing of 7 columns\n",
"│ Row │ name_s │ population │ name │ name_jp │ npatients │\n",
"│ │ \u001b[90mString\u001b[39m │ \u001b[90mInt64\u001b[39m │ \u001b[90mString\u001b[39m │ \u001b[90mString\u001b[39m │ \u001b[90mInt64\u001b[39m │\n",
"├─────┼────────┼────────────┼───────────┼──────────┼───────────┤\n",
"│ 1 │ 北海道 │ 5253000 │ Hokkaido │ 北海道 │ 473 │\n",
"│ 2 │ 青森 │ 1258000 │ Aomori │ 青森県 │ 22 │\n",
"│ 3 │ 岩手 │ 1234000 │ Iwate │ 岩手県 │ 0 │\n",
"│ 4 │ 宮城 │ 2296000 │ Miyagi │ 宮城県 │ 84 │\n",
"│ 5 │ 秋田 │ 978000 │ Akita │ 秋田県 │ 16 │\n",
"│ 6 │ 山形 │ 1083000 │ Yamagata │ 山形県 │ 64 │\n",
"│ 7 │ 福島 │ 1851000 │ Fukushima │ 福島県 │ 64 │\n",
"│ 8 │ 茨城 │ 2829000 │ Ibaraki │ 茨城県 │ 146 │\n",
"│ 9 │ 栃木 │ 1919000 │ Tochigi │ 栃木県 │ 51 │\n",
"│ 10 │ 群馬 │ 1901000 │ Gunma │ 群馬県 │ 131 │\n",
"⋮\n",
"│ 37 │ 香川 │ 952000 │ Kagawa │ 香川県 │ 26 │\n",
"│ 38 │ 愛媛 │ 1342000 │ Ehime │ 愛媛県 │ 47 │\n",
"│ 39 │ 高知 │ 702000 │ Kochi │ 高知県 │ 69 │\n",
"│ 40 │ 福岡 │ 5047000 │ Fukuoka │ 福岡県 │ 539 │\n",
"│ 41 │ 佐賀 │ 813000 │ Saga │ 佐賀県 │ 17 │\n",
"│ 42 │ 長崎 │ 1333000 │ Nagasaki │ 長崎県 │ 17 │\n",
"│ 43 │ 熊本 │ 1743000 │ Kumamoto │ 熊本県 │ 41 │\n",
"│ 44 │ 大分 │ 1132000 │ Oita │ 大分県 │ 60 │\n",
"│ 45 │ 宮崎 │ 1074000 │ Miyazaki │ 宮崎県 │ 17 │\n",
"│ 46 │ 鹿児島 │ 1604000 │ Kagoshima │ 鹿児島県 │ 10 │\n",
"│ 47 │ 沖縄 │ 1432000 │ Okinawa │ 沖縄県 │ 125 │"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"using CSV\n",
"df = CSV.read(\"data/mi040001.csv\");\n",
"dfcov = CSV.read(\"data/covid19japan.csv\");\n",
"dfden = CSV.read(\"data/density-pref.csv\");\n",
"dfkaj = CSV.read(\"data/kajuuchi.csv\");\n",
"\n",
"using DataFrames\n",
"df[!, 1] = replace.(df[!, 1], Ref(r\"[ 0-9]\" => \"\"))\n",
"dfden[!, 2] = map(x->parse(Float64,x), replace.(dfden[!, 2], Ref(\",\" => \"\")))\n",
"rename!(df, :Column1 => :name_s)\n",
"rename!(df, \"2018\" => :population)\n",
"df2 = hcat(df[2:end,[1, 21]], dfcov, dfden, dfkaj)"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"<table class=\"data-frame\"><thead><tr><th></th><th>name_jp</th><th>ratio</th><th>density_ratio</th><th>kajuuchi_ratio</th></tr><tr><th></th><th>String</th><th>Float64</th><th>Float64</th><th>Float64</th></tr></thead><tbody><p>47 rows × 4 columns</p><tr><th>1</th><td>北海道</td><td>0.900438</td><td>6.89504</td><td>0.0211421</td></tr><tr><th>2</th><td>青森県</td><td>0.174881</td><td>0.162242</td><td>0.00681176</td></tr><tr><th>3</th><td>岩手県</td><td>0.0</td><td>0.0</td><td>0.0</td></tr><tr><th>4</th><td>宮城県</td><td>0.365854</td><td>0.26209</td><td>0.0266253</td></tr><tr><th>5</th><td>秋田県</td><td>0.163599</td><td>0.182025</td><td>0.00499318</td></tr><tr><th>6</th><td>山形県</td><td>0.590951</td><td>0.53112</td><td>0.0221852</td></tr><tr><th>7</th><td>福島県</td><td>0.345759</td><td>0.460763</td><td>0.0151763</td></tr><tr><th>8</th><td>茨城県</td><td>0.516083</td><td>0.305184</td><td>0.0367263</td></tr><tr><th>9</th><td>栃木県</td><td>0.265763</td><td>0.165531</td><td>0.0170983</td></tr><tr><th>10</th><td>群馬県</td><td>0.689111</td><td>0.422444</td><td>0.0574723</td></tr><tr><th>11</th><td>埼玉県</td><td>0.949129</td><td>0.355911</td><td>0.26348</td></tr><tr><th>12</th><td>千葉県</td><td>1.14602</td><td>0.583506</td><td>0.198068</td></tr><tr><th>13</th><td>東京都</td><td>2.48876</td><td>0.538201</td><td>2.33568</td></tr><tr><th>14</th><td>神奈川県</td><td>0.907372</td><td>0.216004</td><td>0.554755</td></tr><tr><th>15</th><td>新潟県</td><td>0.26009</td><td>0.316767</td><td>0.0127883</td></tr><tr><th>16</th><td>富山県</td><td>1.11111</td><td>0.458167</td><td>0.0624044</td></tr><tr><th>17</th><td>石川県</td><td>1.68142</td><td>0.689155</td><td>0.136512</td></tr><tr><th>18</th><td>福井県</td><td>1.54856</td><td>0.628663</td><td>0.109533</td></tr><tr><th>19</th><td>山梨県</td><td>0.621118</td><td>0.26738</td><td>0.05239</td></tr><tr><th>20</th><td>長野県</td><td>0.265748</td><td>0.348837</td><td>0.0167415</td></tr><tr><th>21</th><td>岐阜県</td><td>0.715746</td><td>0.731835</td><td>0.063316</td></tr><tr><th>22</th><td>静岡県</td><td>0.147962</td><td>0.111391</td><td>0.0192769</td></tr><tr><th>23</th><td>愛知県</td><td>0.576267</td><td>0.291698</td><td>0.14122</td></tr><tr><th>24</th><td>三重県</td><td>0.234152</td><td>0.130366</td><td>0.0199107</td></tr><tr><th>25</th><td>滋賀県</td><td>0.54755</td><td>0.216093</td><td>0.0581386</td></tr><tr><th>26</th><td>京都府</td><td>1.03978</td><td>0.466431</td><td>0.224907</td></tr><tr><th>27</th><td>大阪府</td><td>1.56384</td><td>0.291176</td><td>1.01523</td></tr><tr><th>28</th><td>兵庫県</td><td>1.01224</td><td>0.82878</td><td>0.196195</td></tr><tr><th>29</th><td>奈良県</td><td>0.549285</td><td>0.197511</td><td>0.0853272</td></tr><tr><th>30</th><td>和歌山県</td><td>0.50592</td><td>0.230505</td><td>0.0421498</td></tr><tr><th>&vellip;</th><td>&vellip;</td><td>&vellip;</td><td>&vellip;</td><td>&vellip;</td></tr></tbody></table>"
],
"text/latex": [
"\\begin{tabular}{r|cccc}\n",
"\t& name\\_jp & ratio & density\\_ratio & kajuuchi\\_ratio\\\\\n",
"\t\\hline\n",
"\t& String & Float64 & Float64 & Float64\\\\\n",
"\t\\hline\n",
"\t1 & 北海道 & 0.900438 & 6.89504 & 0.0211421 \\\\\n",
"\t2 & 青森県 & 0.174881 & 0.162242 & 0.00681176 \\\\\n",
"\t3 & 岩手県 & 0.0 & 0.0 & 0.0 \\\\\n",
"\t4 & 宮城県 & 0.365854 & 0.26209 & 0.0266253 \\\\\n",
"\t5 & 秋田県 & 0.163599 & 0.182025 & 0.00499318 \\\\\n",
"\t6 & 山形県 & 0.590951 & 0.53112 & 0.0221852 \\\\\n",
"\t7 & 福島県 & 0.345759 & 0.460763 & 0.0151763 \\\\\n",
"\t8 & 茨城県 & 0.516083 & 0.305184 & 0.0367263 \\\\\n",
"\t9 & 栃木県 & 0.265763 & 0.165531 & 0.0170983 \\\\\n",
"\t10 & 群馬県 & 0.689111 & 0.422444 & 0.0574723 \\\\\n",
"\t11 & 埼玉県 & 0.949129 & 0.355911 & 0.26348 \\\\\n",
"\t12 & 千葉県 & 1.14602 & 0.583506 & 0.198068 \\\\\n",
"\t13 & 東京都 & 2.48876 & 0.538201 & 2.33568 \\\\\n",
"\t14 & 神奈川県 & 0.907372 & 0.216004 & 0.554755 \\\\\n",
"\t15 & 新潟県 & 0.26009 & 0.316767 & 0.0127883 \\\\\n",
"\t16 & 富山県 & 1.11111 & 0.458167 & 0.0624044 \\\\\n",
"\t17 & 石川県 & 1.68142 & 0.689155 & 0.136512 \\\\\n",
"\t18 & 福井県 & 1.54856 & 0.628663 & 0.109533 \\\\\n",
"\t19 & 山梨県 & 0.621118 & 0.26738 & 0.05239 \\\\\n",
"\t20 & 長野県 & 0.265748 & 0.348837 & 0.0167415 \\\\\n",
"\t21 & 岐阜県 & 0.715746 & 0.731835 & 0.063316 \\\\\n",
"\t22 & 静岡県 & 0.147962 & 0.111391 & 0.0192769 \\\\\n",
"\t23 & 愛知県 & 0.576267 & 0.291698 & 0.14122 \\\\\n",
"\t24 & 三重県 & 0.234152 & 0.130366 & 0.0199107 \\\\\n",
"\t25 & 滋賀県 & 0.54755 & 0.216093 & 0.0581386 \\\\\n",
"\t26 & 京都府 & 1.03978 & 0.466431 & 0.224907 \\\\\n",
"\t27 & 大阪府 & 1.56384 & 0.291176 & 1.01523 \\\\\n",
"\t28 & 兵庫県 & 1.01224 & 0.82878 & 0.196195 \\\\\n",
"\t29 & 奈良県 & 0.549285 & 0.197511 & 0.0853272 \\\\\n",
"\t30 & 和歌山県 & 0.50592 & 0.230505 & 0.0421498 \\\\\n",
"\t$\\dots$ & $\\dots$ & $\\dots$ & $\\dots$ & $\\dots$ \\\\\n",
"\\end{tabular}\n"
],
"text/plain": [
"47×4 DataFrame\n",
"│ Row │ name_jp │ ratio │ density_ratio │ kajuuchi_ratio │\n",
"│ │ \u001b[90mString\u001b[39m │ \u001b[90mFloat64\u001b[39m │ \u001b[90mFloat64\u001b[39m │ \u001b[90mFloat64\u001b[39m │\n",
"├─────┼──────────┼───────────┼───────────────┼────────────────┤\n",
"│ 1 │ 北海道 │ 0.900438 │ 6.89504 │ 0.0211421 │\n",
"│ 2 │ 青森県 │ 0.174881 │ 0.162242 │ 0.00681176 │\n",
"│ 3 │ 岩手県 │ 0.0 │ 0.0 │ 0.0 │\n",
"│ 4 │ 宮城県 │ 0.365854 │ 0.26209 │ 0.0266253 │\n",
"│ 5 │ 秋田県 │ 0.163599 │ 0.182025 │ 0.00499318 │\n",
"│ 6 │ 山形県 │ 0.590951 │ 0.53112 │ 0.0221852 │\n",
"│ 7 │ 福島県 │ 0.345759 │ 0.460763 │ 0.0151763 │\n",
"│ 8 │ 茨城県 │ 0.516083 │ 0.305184 │ 0.0367263 │\n",
"│ 9 │ 栃木県 │ 0.265763 │ 0.165531 │ 0.0170983 │\n",
"│ 10 │ 群馬県 │ 0.689111 │ 0.422444 │ 0.0574723 │\n",
"⋮\n",
"│ 37 │ 香川県 │ 0.273109 │ 0.0499808 │ 0.0258552 │\n",
"│ 38 │ 愛媛県 │ 0.350224 │ 0.192544 │ 0.0280887 │\n",
"│ 39 │ 高知県 │ 0.982906 │ 0.673171 │ 0.0593354 │\n",
"│ 40 │ 福岡県 │ 1.06796 │ 0.52683 │ 0.195182 │\n",
"│ 41 │ 佐賀県 │ 0.209102 │ 0.049795 │ 0.0127281 │\n",
"│ 42 │ 長崎県 │ 0.127532 │ 0.0509898 │ 0.0101494 │\n",
"│ 43 │ 熊本県 │ 0.235227 │ 0.170054 │ 0.0146623 │\n",
"│ 44 │ 大分県 │ 0.530035 │ 0.326264 │ 0.0333532 │\n",
"│ 45 │ 宮崎県 │ 0.158287 │ 0.119131 │ 0.00918979 │\n",
"│ 46 │ 鹿児島県 │ 0.0623441 │ 0.0557414 │ 0.00301851 │\n",
"│ 47 │ 沖縄県 │ 0.872905 │ 0.198918 │ 0.106921 │"
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"df2[!, :ratio] = df2[!, :npatients] ./ df2[!, :population] * 10000\n",
"df2[!, :density_ratio] = df2[!, :npatients] ./ df2[!, 10]\n",
"df2[!, :kajuuchi_ratio] = df2[!, :npatients] ./ df2[!, :kajuuchi]\n",
"df2[!, :kajuuchi_density_ratio] = df2[!, :npatients] ./ df2[!, :population] .* df2[!, :kajuuchi]\n",
"df2[!, [:name_jp, :ratio, :density_ratio, :kajuuchi_ratio]]"
]
},
{
"cell_type": "code",
"execution_count": 12,
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.plotly.v1+json": {
"data": [
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": true,
"type": "scatter",
"x": [
0.09999999999999998,
0.09999999999999998,
0.9,
0.9,
0.09999999999999998,
0.09999999999999998
],
"xaxis": "x1",
"y": [
2.4887556221889056,
0,
0,
2.4887556221889056,
2.4887556221889056,
2.4887556221889056
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
1.1,
1.1,
1.9,
1.9,
1.1,
1.1
],
"xaxis": "x1",
"y": [
1.6814159292035398,
0,
0,
1.6814159292035398,
1.6814159292035398,
1.6814159292035398
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
2.1,
2.1,
2.9,
2.9,
2.1,
2.1
],
"xaxis": "x1",
"y": [
1.5638384072230582,
0,
0,
1.5638384072230582,
1.5638384072230582,
1.5638384072230582
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
3.1,
3.1,
3.9,
3.9,
3.1,
3.1
],
"xaxis": "x1",
"y": [
1.5485564304461943,
0,
0,
1.5485564304461943,
1.5485564304461943,
1.5485564304461943
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
4.1,
4.1,
4.9,
4.9,
4.1,
4.1
],
"xaxis": "x1",
"y": [
1.1460198600032556,
0,
0,
1.1460198600032556,
1.1460198600032556,
1.1460198600032556
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
5.1,
5.1,
5.9,
5.9,
5.1,
5.1
],
"xaxis": "x1",
"y": [
1.1111111111111112,
0,
0,
1.1111111111111112,
1.1111111111111112,
1.1111111111111112
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
6.1,
6.1,
6.9,
6.9,
6.1,
6.1
],
"xaxis": "x1",
"y": [
1.0679611650485437,
0,
0,
1.0679611650485437,
1.0679611650485437,
1.0679611650485437
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
7.1,
7.1,
7.9,
7.9,
7.1,
7.1
],
"xaxis": "x1",
"y": [
1.0397794407246947,
0,
0,
1.0397794407246947,
1.0397794407246947,
1.0397794407246947
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
8.1,
8.1,
8.9,
8.9,
8.1,
8.1
],
"xaxis": "x1",
"y": [
1.0122358175750834,
0,
0,
1.0122358175750834,
1.0122358175750834,
1.0122358175750834
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
9.1,
9.1,
9.9,
9.9,
9.1,
9.1
],
"xaxis": "x1",
"y": [
0.982905982905983,
0,
0,
0.982905982905983,
0.982905982905983,
0.982905982905983
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
10.1,
10.1,
10.9,
10.9,
10.1,
10.1
],
"xaxis": "x1",
"y": [
0.9491289198606272,
0,
0,
0.9491289198606272,
0.9491289198606272,
0.9491289198606272
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
11.1,
11.1,
11.9,
11.9,
11.1,
11.1
],
"xaxis": "x1",
"y": [
0.9073724007561437,
0,
0,
0.9073724007561437,
0.9073724007561437,
0.9073724007561437
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
12.1,
12.1,
12.9,
12.9,
12.1,
12.1
],
"xaxis": "x1",
"y": [
0.900437845040929,
0,
0,
0.900437845040929,
0.900437845040929,
0.900437845040929
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
13.1,
13.1,
13.9,
13.9,
13.1,
13.1
],
"xaxis": "x1",
"y": [
0.8729050279329609,
0,
0,
0.8729050279329609,
0.8729050279329609,
0.8729050279329609
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
14.1,
14.1,
14.9,
14.9,
14.1,
14.1
],
"xaxis": "x1",
"y": [
0.7157464212678937,
0,
0,
0.7157464212678937,
0.7157464212678937,
0.7157464212678937
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
15.1,
15.1,
15.9,
15.9,
15.1,
15.1
],
"xaxis": "x1",
"y": [
0.6891109942135718,
0,
0,
0.6891109942135718,
0.6891109942135718,
0.6891109942135718
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
16.1,
16.1,
16.9,
16.9,
16.1,
16.1
],
"xaxis": "x1",
"y": [
0.6211180124223603,
0,
0,
0.6211180124223603,
0.6211180124223603,
0.6211180124223603
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
17.1,
17.1,
17.9,
17.9,
17.1,
17.1
],
"xaxis": "x1",
"y": [
0.5909510618651893,
0,
0,
0.5909510618651893,
0.5909510618651893,
0.5909510618651893
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
18.1,
18.1,
18.9,
18.9,
18.1,
18.1
],
"xaxis": "x1",
"y": [
0.5762665574218216,
0,
0,
0.5762665574218216,
0.5762665574218216,
0.5762665574218216
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
19.1,
19.1,
19.9,
19.9,
19.1,
19.1
],
"xaxis": "x1",
"y": [
0.5492851768246801,
0,
0,
0.5492851768246801,
0.5492851768246801,
0.5492851768246801
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
20.1,
20.1,
20.9,
20.9,
20.1,
20.1
],
"xaxis": "x1",
"y": [
0.547550432276657,
0,
0,
0.547550432276657,
0.547550432276657,
0.547550432276657
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
21.1,
21.1,
21.9,
21.9,
21.1,
21.1
],
"xaxis": "x1",
"y": [
0.5300353356890459,
0,
0,
0.5300353356890459,
0.5300353356890459,
0.5300353356890459
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
22.1,
22.1,
22.9,
22.9,
22.1,
22.1
],
"xaxis": "x1",
"y": [
0.5160834217037823,
0,
0,
0.5160834217037823,
0.5160834217037823,
0.5160834217037823
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
23.1,
23.1,
23.9,
23.9,
23.1,
23.1
],
"xaxis": "x1",
"y": [
0.5059203444564048,
0,
0,
0.5059203444564048,
0.5059203444564048,
0.5059203444564048
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
24.1,
24.1,
24.9,
24.9,
24.1,
24.1
],
"xaxis": "x1",
"y": [
0.49711815561959655,
0,
0,
0.49711815561959655,
0.49711815561959655,
0.49711815561959655
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
25.1,
25.1,
25.9,
25.9,
25.1,
25.1
],
"xaxis": "x1",
"y": [
0.36585365853658536,
0,
0,
0.36585365853658536,
0.36585365853658536,
0.36585365853658536
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
26.1,
26.1,
26.9,
26.9,
26.1,
26.1
],
"xaxis": "x1",
"y": [
0.3502235469448584,
0,
0,
0.3502235469448584,
0.3502235469448584,
0.3502235469448584
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
27.1,
27.1,
27.9,
27.9,
27.1,
27.1
],
"xaxis": "x1",
"y": [
0.3457590491626148,
0,
0,
0.3457590491626148,
0.3457590491626148,
0.3457590491626148
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
28.1,
28.1,
28.9,
28.9,
28.1,
28.1
],
"xaxis": "x1",
"y": [
0.27310924369747897,
0,
0,
0.27310924369747897,
0.27310924369747897,
0.27310924369747897
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
29.1,
29.1,
29.9,
29.9,
29.1,
29.1
],
"xaxis": "x1",
"y": [
0.2657634184471079,
0,
0,
0.2657634184471079,
0.2657634184471079,
0.2657634184471079
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
30.1,
30.1,
30.9,
30.9,
30.1,
30.1
],
"xaxis": "x1",
"y": [
0.265748031496063,
0,
0,
0.265748031496063,
0.265748031496063,
0.265748031496063
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
31.1,
31.1,
31.9,
31.9,
31.1,
31.1
],
"xaxis": "x1",
"y": [
0.2600896860986547,
0,
0,
0.2600896860986547,
0.2600896860986547,
0.2600896860986547
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
32.1,
32.1,
32.9,
32.9,
32.1,
32.1
],
"xaxis": "x1",
"y": [
0.23845007451564829,
0,
0,
0.23845007451564829,
0.23845007451564829,
0.23845007451564829
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
33.1,
33.1,
33.9,
33.9,
33.1,
33.1
],
"xaxis": "x1",
"y": [
0.23522662076878945,
0,
0,
0.23522662076878945,
0.23522662076878945,
0.23522662076878945
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
34.1,
34.1,
34.9,
34.9,
34.1,
34.1
],
"xaxis": "x1",
"y": [
0.23415191319246145,
0,
0,
0.23415191319246145,
0.23415191319246145,
0.23415191319246145
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
35.1,
35.1,
35.9,
35.9,
35.1,
35.1
],
"xaxis": "x1",
"y": [
0.22878228782287824,
0,
0,
0.22878228782287824,
0.22878228782287824,
0.22878228782287824
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
36.1,
36.1,
36.9,
36.9,
36.1,
36.1
],
"xaxis": "x1",
"y": [
0.2091020910209102,
0,
0,
0.2091020910209102,
0.2091020910209102,
0.2091020910209102
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
37.1,
37.1,
37.9,
37.9,
37.1,
37.1
],
"xaxis": "x1",
"y": [
0.17488076311605721,
0,
0,
0.17488076311605721,
0.17488076311605721,
0.17488076311605721
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
38.1,
38.1,
38.9,
38.9,
38.1,
38.1
],
"xaxis": "x1",
"y": [
0.16359918200408996,
0,
0,
0.16359918200408996,
0.16359918200408996,
0.16359918200408996
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
39.1,
39.1,
39.9,
39.9,
39.1,
39.1
],
"xaxis": "x1",
"y": [
0.15828677839851024,
0,
0,
0.15828677839851024,
0.15828677839851024,
0.15828677839851024
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
40.1,
40.1,
40.9,
40.9,
40.1,
40.1
],
"xaxis": "x1",
"y": [
0.14796203238414293,
0,
0,
0.14796203238414293,
0.14796203238414293,
0.14796203238414293
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
41.1,
41.1,
41.9,
41.9,
41.1,
41.1
],
"xaxis": "x1",
"y": [
0.1275318829707427,
0,
0,
0.1275318829707427,
0.1275318829707427,
0.1275318829707427
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
42.1,
42.1,
42.9,
42.9,
42.1,
42.1
],
"xaxis": "x1",
"y": [
0.10122535961640917,
0,
0,
0.10122535961640917,
0.10122535961640917,
0.10122535961640917
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
43.1,
43.1,
43.9,
43.9,
43.1,
43.1
],
"xaxis": "x1",
"y": [
0.06839945280437756,
0,
0,
0.06839945280437756,
0.06839945280437756,
0.06839945280437756
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
44.1,
44.1,
44.9,
44.9,
44.1,
44.1
],
"xaxis": "x1",
"y": [
0.06234413965087282,
0,
0,
0.06234413965087282,
0.06234413965087282,
0.06234413965087282
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
45.1,
45.1,
45.9,
45.9,
45.1,
45.1
],
"xaxis": "x1",
"y": [
0.053956834532374105,
0,
0,
0.053956834532374105,
0.053956834532374105,
0.053956834532374105
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
46.1,
46.1,
46.9,
46.9,
46.1,
46.1
],
"xaxis": "x1",
"y": [
0,
0,
0,
0,
0,
0
],
"yaxis": "y1"
}
],
"layout": {
"annotations": [],
"height": 400,
"legend": {
"bgcolor": "rgba(51, 51, 51, 1.000)",
"bordercolor": "rgba(255, 255, 255, 1.000)",
"font": {
"color": "rgba(255, 255, 255, 1.000)",
"family": "sans-serif",
"size": 11
},
"tracegroupgap": 0,
"x": 1,
"y": 1
},
"margin": {
"b": 20,
"l": 0,
"r": 0,
"t": 20
},
"paper_bgcolor": "rgba(51, 51, 51, 1.000)",
"plot_bgcolor": "rgba(51, 51, 51, 1.000)",
"showlegend": true,
"width": 800,
"xaxis": {
"anchor": "y1",
"domain": [
0.05735181539807524,
0.9950787401574802
],
"gridcolor": "rgba(255, 255, 255, 0.100)",
"gridwidth": 0.5,
"linecolor": "rgba(255, 255, 255, 1.000)",
"mirror": false,
"range": [
-2.7922399999999996,
49.79224
],
"showgrid": true,
"showline": true,
"showticklabels": true,
"tickangle": 90,
"tickcolor": "rgb(255, 255, 255)",
"tickfont": {
"color": "rgba(255, 255, 255, 1.000)",
"family": "sans-serif",
"size": 11
},
"tickmode": "array",
"ticks": "inside",
"ticktext": [
"東京",
"石川",
"大阪",
"福井",
"千葉",
"富山",
"福岡",
"京都",
"兵庫",
"高知",
"埼玉",
"神奈川",
"北海道",
"沖縄",
"岐阜",
"群馬",
"山梨",
"山形",
"愛知",
"奈良",
"滋賀",
"大分",
"茨城",
"和歌山",
"広島",
"宮城",
"愛媛",
"福島",
"香川",
"栃木",
"長野",
"新潟",
"島根",
"熊本",
"三重",
"山口",
"佐賀",
"青森",
"秋田",
"宮崎",
"静岡",
"長崎",
"岡山",
"徳島",
"鹿児島",
"鳥取",
"岩手"
],
"tickvals": [
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47
],
"title": "",
"titlefont": {
"color": "rgba(255, 255, 255, 1.000)",
"family": "sans-serif",
"size": 15
},
"type": "-",
"visible": true,
"zeroline": false,
"zerolinecolor": "rgba(255, 255, 255, 1.000)"
},
"yaxis": {
"anchor": "x1",
"domain": [
0.07650918635170612,
0.9901574803149606
],
"gridcolor": "rgba(255, 255, 255, 0.100)",
"gridwidth": 0.5,
"linecolor": "rgba(255, 255, 255, 1.000)",
"mirror": false,
"range": [
-0.07466266866566716,
2.563418290854573
],
"showgrid": true,
"showline": true,
"showticklabels": true,
"tickangle": 0,
"tickcolor": "rgb(255, 255, 255)",
"tickfont": {
"color": "rgba(255, 255, 255, 1.000)",
"family": "sans-serif",
"size": 11
},
"tickmode": "array",
"ticks": "inside",
"ticktext": [
"0.0",
"0.5",
"1.0",
"1.5",
"2.0",
"2.5"
],
"tickvals": [
0,
0.5,
1,
1.5,
2,
2.5
],
"title": "人口比",
"titlefont": {
"color": "rgba(255, 255, 255, 1.000)",
"family": "sans-serif",
"size": 15
},
"type": "-",
"visible": true,
"zeroline": false,
"zerolinecolor": "rgba(255, 255, 255, 1.000)"
}
}
},
"text/html": [
"<!DOCTYPE html>\n",
"<html>\n",
" <head>\n",
" <title>Plots.jl</title>\n",
" <meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">\n",
" <script src=\"https://cdn.plot.ly/plotly-latest.min.js\"></script>\n",
" </head>\n",
" <body>\n",
" <div id=\"fc9e0308-c6a2-404f-a1d3-43d880f33ebf\" style=\"width:800px;height:400px;\"></div>\n",
" <script>\n",
" PLOT = document.getElementById('fc9e0308-c6a2-404f-a1d3-43d880f33ebf');\n",
" Plotly.plot(PLOT, [\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 0.09999999999999998,\n",
" 0.09999999999999998,\n",
" 0.9,\n",
" 0.9,\n",
" 0.09999999999999998,\n",
" 0.09999999999999998\n",
" ],\n",
" \"showlegend\": true,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 2.4887556221889056,\n",
" 0.0,\n",
" 0.0,\n",
" 2.4887556221889056,\n",
" 2.4887556221889056,\n",
" 2.4887556221889056\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 1.1,\n",
" 1.1,\n",
" 1.9,\n",
" 1.9,\n",
" 1.1,\n",
" 1.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 1.6814159292035398,\n",
" 0.0,\n",
" 0.0,\n",
" 1.6814159292035398,\n",
" 1.6814159292035398,\n",
" 1.6814159292035398\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 2.1,\n",
" 2.1,\n",
" 2.9,\n",
" 2.9,\n",
" 2.1,\n",
" 2.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 1.5638384072230582,\n",
" 0.0,\n",
" 0.0,\n",
" 1.5638384072230582,\n",
" 1.5638384072230582,\n",
" 1.5638384072230582\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 3.1,\n",
" 3.1,\n",
" 3.9,\n",
" 3.9,\n",
" 3.1,\n",
" 3.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 1.5485564304461943,\n",
" 0.0,\n",
" 0.0,\n",
" 1.5485564304461943,\n",
" 1.5485564304461943,\n",
" 1.5485564304461943\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 4.1,\n",
" 4.1,\n",
" 4.9,\n",
" 4.9,\n",
" 4.1,\n",
" 4.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 1.1460198600032556,\n",
" 0.0,\n",
" 0.0,\n",
" 1.1460198600032556,\n",
" 1.1460198600032556,\n",
" 1.1460198600032556\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 5.1,\n",
" 5.1,\n",
" 5.9,\n",
" 5.9,\n",
" 5.1,\n",
" 5.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 1.1111111111111112,\n",
" 0.0,\n",
" 0.0,\n",
" 1.1111111111111112,\n",
" 1.1111111111111112,\n",
" 1.1111111111111112\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 6.1,\n",
" 6.1,\n",
" 6.9,\n",
" 6.9,\n",
" 6.1,\n",
" 6.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 1.0679611650485437,\n",
" 0.0,\n",
" 0.0,\n",
" 1.0679611650485437,\n",
" 1.0679611650485437,\n",
" 1.0679611650485437\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 7.1,\n",
" 7.1,\n",
" 7.9,\n",
" 7.9,\n",
" 7.1,\n",
" 7.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 1.0397794407246947,\n",
" 0.0,\n",
" 0.0,\n",
" 1.0397794407246947,\n",
" 1.0397794407246947,\n",
" 1.0397794407246947\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 8.1,\n",
" 8.1,\n",
" 8.9,\n",
" 8.9,\n",
" 8.1,\n",
" 8.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 1.0122358175750834,\n",
" 0.0,\n",
" 0.0,\n",
" 1.0122358175750834,\n",
" 1.0122358175750834,\n",
" 1.0122358175750834\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 9.1,\n",
" 9.1,\n",
" 9.9,\n",
" 9.9,\n",
" 9.1,\n",
" 9.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.982905982905983,\n",
" 0.0,\n",
" 0.0,\n",
" 0.982905982905983,\n",
" 0.982905982905983,\n",
" 0.982905982905983\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 10.1,\n",
" 10.1,\n",
" 10.9,\n",
" 10.9,\n",
" 10.1,\n",
" 10.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.9491289198606272,\n",
" 0.0,\n",
" 0.0,\n",
" 0.9491289198606272,\n",
" 0.9491289198606272,\n",
" 0.9491289198606272\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 11.1,\n",
" 11.1,\n",
" 11.9,\n",
" 11.9,\n",
" 11.1,\n",
" 11.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.9073724007561437,\n",
" 0.0,\n",
" 0.0,\n",
" 0.9073724007561437,\n",
" 0.9073724007561437,\n",
" 0.9073724007561437\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 12.1,\n",
" 12.1,\n",
" 12.9,\n",
" 12.9,\n",
" 12.1,\n",
" 12.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.900437845040929,\n",
" 0.0,\n",
" 0.0,\n",
" 0.900437845040929,\n",
" 0.900437845040929,\n",
" 0.900437845040929\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 13.1,\n",
" 13.1,\n",
" 13.9,\n",
" 13.9,\n",
" 13.1,\n",
" 13.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.8729050279329609,\n",
" 0.0,\n",
" 0.0,\n",
" 0.8729050279329609,\n",
" 0.8729050279329609,\n",
" 0.8729050279329609\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 14.1,\n",
" 14.1,\n",
" 14.9,\n",
" 14.9,\n",
" 14.1,\n",
" 14.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.7157464212678937,\n",
" 0.0,\n",
" 0.0,\n",
" 0.7157464212678937,\n",
" 0.7157464212678937,\n",
" 0.7157464212678937\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 15.1,\n",
" 15.1,\n",
" 15.9,\n",
" 15.9,\n",
" 15.1,\n",
" 15.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.6891109942135718,\n",
" 0.0,\n",
" 0.0,\n",
" 0.6891109942135718,\n",
" 0.6891109942135718,\n",
" 0.6891109942135718\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 16.1,\n",
" 16.1,\n",
" 16.9,\n",
" 16.9,\n",
" 16.1,\n",
" 16.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.6211180124223603,\n",
" 0.0,\n",
" 0.0,\n",
" 0.6211180124223603,\n",
" 0.6211180124223603,\n",
" 0.6211180124223603\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 17.1,\n",
" 17.1,\n",
" 17.9,\n",
" 17.9,\n",
" 17.1,\n",
" 17.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.5909510618651893,\n",
" 0.0,\n",
" 0.0,\n",
" 0.5909510618651893,\n",
" 0.5909510618651893,\n",
" 0.5909510618651893\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 18.1,\n",
" 18.1,\n",
" 18.9,\n",
" 18.9,\n",
" 18.1,\n",
" 18.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.5762665574218216,\n",
" 0.0,\n",
" 0.0,\n",
" 0.5762665574218216,\n",
" 0.5762665574218216,\n",
" 0.5762665574218216\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 19.1,\n",
" 19.1,\n",
" 19.9,\n",
" 19.9,\n",
" 19.1,\n",
" 19.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.5492851768246801,\n",
" 0.0,\n",
" 0.0,\n",
" 0.5492851768246801,\n",
" 0.5492851768246801,\n",
" 0.5492851768246801\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 20.1,\n",
" 20.1,\n",
" 20.9,\n",
" 20.9,\n",
" 20.1,\n",
" 20.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.547550432276657,\n",
" 0.0,\n",
" 0.0,\n",
" 0.547550432276657,\n",
" 0.547550432276657,\n",
" 0.547550432276657\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 21.1,\n",
" 21.1,\n",
" 21.9,\n",
" 21.9,\n",
" 21.1,\n",
" 21.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.5300353356890459,\n",
" 0.0,\n",
" 0.0,\n",
" 0.5300353356890459,\n",
" 0.5300353356890459,\n",
" 0.5300353356890459\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 22.1,\n",
" 22.1,\n",
" 22.9,\n",
" 22.9,\n",
" 22.1,\n",
" 22.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.5160834217037823,\n",
" 0.0,\n",
" 0.0,\n",
" 0.5160834217037823,\n",
" 0.5160834217037823,\n",
" 0.5160834217037823\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 23.1,\n",
" 23.1,\n",
" 23.9,\n",
" 23.9,\n",
" 23.1,\n",
" 23.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.5059203444564048,\n",
" 0.0,\n",
" 0.0,\n",
" 0.5059203444564048,\n",
" 0.5059203444564048,\n",
" 0.5059203444564048\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 24.1,\n",
" 24.1,\n",
" 24.9,\n",
" 24.9,\n",
" 24.1,\n",
" 24.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.49711815561959655,\n",
" 0.0,\n",
" 0.0,\n",
" 0.49711815561959655,\n",
" 0.49711815561959655,\n",
" 0.49711815561959655\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 25.1,\n",
" 25.1,\n",
" 25.9,\n",
" 25.9,\n",
" 25.1,\n",
" 25.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.36585365853658536,\n",
" 0.0,\n",
" 0.0,\n",
" 0.36585365853658536,\n",
" 0.36585365853658536,\n",
" 0.36585365853658536\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 26.1,\n",
" 26.1,\n",
" 26.9,\n",
" 26.9,\n",
" 26.1,\n",
" 26.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.3502235469448584,\n",
" 0.0,\n",
" 0.0,\n",
" 0.3502235469448584,\n",
" 0.3502235469448584,\n",
" 0.3502235469448584\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 27.1,\n",
" 27.1,\n",
" 27.9,\n",
" 27.9,\n",
" 27.1,\n",
" 27.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.3457590491626148,\n",
" 0.0,\n",
" 0.0,\n",
" 0.3457590491626148,\n",
" 0.3457590491626148,\n",
" 0.3457590491626148\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 28.1,\n",
" 28.1,\n",
" 28.9,\n",
" 28.9,\n",
" 28.1,\n",
" 28.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.27310924369747897,\n",
" 0.0,\n",
" 0.0,\n",
" 0.27310924369747897,\n",
" 0.27310924369747897,\n",
" 0.27310924369747897\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 29.1,\n",
" 29.1,\n",
" 29.9,\n",
" 29.9,\n",
" 29.1,\n",
" 29.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.2657634184471079,\n",
" 0.0,\n",
" 0.0,\n",
" 0.2657634184471079,\n",
" 0.2657634184471079,\n",
" 0.2657634184471079\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 30.1,\n",
" 30.1,\n",
" 30.9,\n",
" 30.9,\n",
" 30.1,\n",
" 30.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.265748031496063,\n",
" 0.0,\n",
" 0.0,\n",
" 0.265748031496063,\n",
" 0.265748031496063,\n",
" 0.265748031496063\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 31.1,\n",
" 31.1,\n",
" 31.9,\n",
" 31.9,\n",
" 31.1,\n",
" 31.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.2600896860986547,\n",
" 0.0,\n",
" 0.0,\n",
" 0.2600896860986547,\n",
" 0.2600896860986547,\n",
" 0.2600896860986547\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 32.1,\n",
" 32.1,\n",
" 32.9,\n",
" 32.9,\n",
" 32.1,\n",
" 32.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.23845007451564829,\n",
" 0.0,\n",
" 0.0,\n",
" 0.23845007451564829,\n",
" 0.23845007451564829,\n",
" 0.23845007451564829\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 33.1,\n",
" 33.1,\n",
" 33.9,\n",
" 33.9,\n",
" 33.1,\n",
" 33.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.23522662076878945,\n",
" 0.0,\n",
" 0.0,\n",
" 0.23522662076878945,\n",
" 0.23522662076878945,\n",
" 0.23522662076878945\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 34.1,\n",
" 34.1,\n",
" 34.9,\n",
" 34.9,\n",
" 34.1,\n",
" 34.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.23415191319246145,\n",
" 0.0,\n",
" 0.0,\n",
" 0.23415191319246145,\n",
" 0.23415191319246145,\n",
" 0.23415191319246145\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 35.1,\n",
" 35.1,\n",
" 35.9,\n",
" 35.9,\n",
" 35.1,\n",
" 35.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.22878228782287824,\n",
" 0.0,\n",
" 0.0,\n",
" 0.22878228782287824,\n",
" 0.22878228782287824,\n",
" 0.22878228782287824\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 36.1,\n",
" 36.1,\n",
" 36.9,\n",
" 36.9,\n",
" 36.1,\n",
" 36.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.2091020910209102,\n",
" 0.0,\n",
" 0.0,\n",
" 0.2091020910209102,\n",
" 0.2091020910209102,\n",
" 0.2091020910209102\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 37.1,\n",
" 37.1,\n",
" 37.9,\n",
" 37.9,\n",
" 37.1,\n",
" 37.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.17488076311605721,\n",
" 0.0,\n",
" 0.0,\n",
" 0.17488076311605721,\n",
" 0.17488076311605721,\n",
" 0.17488076311605721\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 38.1,\n",
" 38.1,\n",
" 38.9,\n",
" 38.9,\n",
" 38.1,\n",
" 38.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.16359918200408996,\n",
" 0.0,\n",
" 0.0,\n",
" 0.16359918200408996,\n",
" 0.16359918200408996,\n",
" 0.16359918200408996\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 39.1,\n",
" 39.1,\n",
" 39.9,\n",
" 39.9,\n",
" 39.1,\n",
" 39.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.15828677839851024,\n",
" 0.0,\n",
" 0.0,\n",
" 0.15828677839851024,\n",
" 0.15828677839851024,\n",
" 0.15828677839851024\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 40.1,\n",
" 40.1,\n",
" 40.9,\n",
" 40.9,\n",
" 40.1,\n",
" 40.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.14796203238414293,\n",
" 0.0,\n",
" 0.0,\n",
" 0.14796203238414293,\n",
" 0.14796203238414293,\n",
" 0.14796203238414293\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 41.1,\n",
" 41.1,\n",
" 41.9,\n",
" 41.9,\n",
" 41.1,\n",
" 41.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.1275318829707427,\n",
" 0.0,\n",
" 0.0,\n",
" 0.1275318829707427,\n",
" 0.1275318829707427,\n",
" 0.1275318829707427\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 42.1,\n",
" 42.1,\n",
" 42.9,\n",
" 42.9,\n",
" 42.1,\n",
" 42.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.10122535961640917,\n",
" 0.0,\n",
" 0.0,\n",
" 0.10122535961640917,\n",
" 0.10122535961640917,\n",
" 0.10122535961640917\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 43.1,\n",
" 43.1,\n",
" 43.9,\n",
" 43.9,\n",
" 43.1,\n",
" 43.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.06839945280437756,\n",
" 0.0,\n",
" 0.0,\n",
" 0.06839945280437756,\n",
" 0.06839945280437756,\n",
" 0.06839945280437756\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 44.1,\n",
" 44.1,\n",
" 44.9,\n",
" 44.9,\n",
" 44.1,\n",
" 44.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.06234413965087282,\n",
" 0.0,\n",
" 0.0,\n",
" 0.06234413965087282,\n",
" 0.06234413965087282,\n",
" 0.06234413965087282\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 45.1,\n",
" 45.1,\n",
" 45.9,\n",
" 45.9,\n",
" 45.1,\n",
" 45.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.053956834532374105,\n",
" 0.0,\n",
" 0.0,\n",
" 0.053956834532374105,\n",
" 0.053956834532374105,\n",
" 0.053956834532374105\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 46.1,\n",
" 46.1,\n",
" 46.9,\n",
" 46.9,\n",
" 46.1,\n",
" 46.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.0,\n",
" 0.0,\n",
" 0.0,\n",
" 0.0,\n",
" 0.0,\n",
" 0.0\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" }\n",
"]\n",
", {\n",
" \"showlegend\": true,\n",
" \"xaxis\": {\n",
" \"showticklabels\": true,\n",
" \"gridwidth\": 0.5,\n",
" \"tickvals\": [\n",
" 1,\n",
" 2,\n",
" 3,\n",
" 4,\n",
" 5,\n",
" 6,\n",
" 7,\n",
" 8,\n",
" 9,\n",
" 10,\n",
" 11,\n",
" 12,\n",
" 13,\n",
" 14,\n",
" 15,\n",
" 16,\n",
" 17,\n",
" 18,\n",
" 19,\n",
" 20,\n",
" 21,\n",
" 22,\n",
" 23,\n",
" 24,\n",
" 25,\n",
" 26,\n",
" 27,\n",
" 28,\n",
" 29,\n",
" 30,\n",
" 31,\n",
" 32,\n",
" 33,\n",
" 34,\n",
" 35,\n",
" 36,\n",
" 37,\n",
" 38,\n",
" 39,\n",
" 40,\n",
" 41,\n",
" 42,\n",
" 43,\n",
" 44,\n",
" 45,\n",
" 46,\n",
" 47\n",
" ],\n",
" \"visible\": true,\n",
" \"ticks\": \"inside\",\n",
" \"range\": [\n",
" -2.7922399999999996,\n",
" 49.79224\n",
" ],\n",
" \"domain\": [\n",
" 0.05735181539807524,\n",
" 0.9950787401574802\n",
" ],\n",
" \"tickmode\": \"array\",\n",
" \"linecolor\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"showgrid\": true,\n",
" \"title\": \"\",\n",
" \"mirror\": false,\n",
" \"tickangle\": 90,\n",
" \"showline\": true,\n",
" \"gridcolor\": \"rgba(255, 255, 255, 0.100)\",\n",
" \"titlefont\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"family\": \"sans-serif\",\n",
" \"size\": 15\n",
" },\n",
" \"tickcolor\": \"rgb(255, 255, 255)\",\n",
" \"ticktext\": [\n",
" \"東京\",\n",
" \"石川\",\n",
" \"大阪\",\n",
" \"福井\",\n",
" \"千葉\",\n",
" \"富山\",\n",
" \"福岡\",\n",
" \"京都\",\n",
" \"兵庫\",\n",
" \"高知\",\n",
" \"埼玉\",\n",
" \"神奈川\",\n",
" \"北海道\",\n",
" \"沖縄\",\n",
" \"岐阜\",\n",
" \"群馬\",\n",
" \"山梨\",\n",
" \"山形\",\n",
" \"愛知\",\n",
" \"奈良\",\n",
" \"滋賀\",\n",
" \"大分\",\n",
" \"茨城\",\n",
" \"和歌山\",\n",
" \"広島\",\n",
" \"宮城\",\n",
" \"愛媛\",\n",
" \"福島\",\n",
" \"香川\",\n",
" \"栃木\",\n",
" \"長野\",\n",
" \"新潟\",\n",
" \"島根\",\n",
" \"熊本\",\n",
" \"三重\",\n",
" \"山口\",\n",
" \"佐賀\",\n",
" \"青森\",\n",
" \"秋田\",\n",
" \"宮崎\",\n",
" \"静岡\",\n",
" \"長崎\",\n",
" \"岡山\",\n",
" \"徳島\",\n",
" \"鹿児島\",\n",
" \"鳥取\",\n",
" \"岩手\"\n",
" ],\n",
" \"zeroline\": false,\n",
" \"type\": \"-\",\n",
" \"tickfont\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"family\": \"sans-serif\",\n",
" \"size\": 11\n",
" },\n",
" \"zerolinecolor\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"anchor\": \"y1\"\n",
" },\n",
" \"paper_bgcolor\": \"rgba(51, 51, 51, 1.000)\",\n",
" \"annotations\": [],\n",
" \"height\": 400,\n",
" \"margin\": {\n",
" \"l\": 0,\n",
" \"b\": 20,\n",
" \"r\": 0,\n",
" \"t\": 20\n",
" },\n",
" \"plot_bgcolor\": \"rgba(51, 51, 51, 1.000)\",\n",
" \"yaxis\": {\n",
" \"showticklabels\": true,\n",
" \"gridwidth\": 0.5,\n",
" \"tickvals\": [\n",
" 0.0,\n",
" 0.5,\n",
" 1.0,\n",
" 1.5,\n",
" 2.0,\n",
" 2.5\n",
" ],\n",
" \"visible\": true,\n",
" \"ticks\": \"inside\",\n",
" \"range\": [\n",
" -0.07466266866566716,\n",
" 2.563418290854573\n",
" ],\n",
" \"domain\": [\n",
" 0.07650918635170612,\n",
" 0.9901574803149606\n",
" ],\n",
" \"tickmode\": \"array\",\n",
" \"linecolor\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"showgrid\": true,\n",
" \"title\": \"人口比\",\n",
" \"mirror\": false,\n",
" \"tickangle\": 0,\n",
" \"showline\": true,\n",
" \"gridcolor\": \"rgba(255, 255, 255, 0.100)\",\n",
" \"titlefont\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"family\": \"sans-serif\",\n",
" \"size\": 15\n",
" },\n",
" \"tickcolor\": \"rgb(255, 255, 255)\",\n",
" \"ticktext\": [\n",
" \"0.0\",\n",
" \"0.5\",\n",
" \"1.0\",\n",
" \"1.5\",\n",
" \"2.0\",\n",
" \"2.5\"\n",
" ],\n",
" \"zeroline\": false,\n",
" \"type\": \"-\",\n",
" \"tickfont\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"family\": \"sans-serif\",\n",
" \"size\": 11\n",
" },\n",
" \"zerolinecolor\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"anchor\": \"x1\"\n",
" },\n",
" \"legend\": {\n",
" \"tracegroupgap\": 0,\n",
" \"bordercolor\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"bgcolor\": \"rgba(51, 51, 51, 1.000)\",\n",
" \"font\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"family\": \"sans-serif\",\n",
" \"size\": 11\n",
" },\n",
" \"y\": 1.0,\n",
" \"x\": 1.0\n",
" },\n",
" \"width\": 800\n",
"}\n",
");\n",
" </script>\n",
"\n",
" </body>\n",
"</html>\n"
]
},
"execution_count": 12,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"using Plots\n",
"plotlyjs()\n",
"\n",
"sort!(df2, :ratio, rev=true)\n",
"bar(df2[!, :name_jp], df2[!, :ratio], xticks=(1:47, df2.name_s), xrotation=-90,\n",
" ylabel = \"人口比\",\n",
" size=(800,400),\n",
" background_color = RGB(0.2, 0.2, 0.2)\n",
")"
]
},
{
"cell_type": "code",
"execution_count": 13,
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.plotly.v1+json": {
"data": [
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": true,
"type": "scatter",
"x": [
0.09999999999999998,
0.09999999999999998,
0.9,
0.9,
0.09999999999999998,
0.09999999999999998
],
"xaxis": "x1",
"y": [
6.8950437317784266,
0,
0,
6.8950437317784266,
6.8950437317784266,
6.8950437317784266
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
1.1,
1.1,
1.9,
1.9,
1.1,
1.1
],
"xaxis": "x1",
"y": [
0.8287795992714027,
0,
0,
0.8287795992714027,
0.8287795992714027,
0.8287795992714027
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
2.1,
2.1,
2.9,
2.9,
2.1,
2.1
],
"xaxis": "x1",
"y": [
0.7318348144276006,
0,
0,
0.7318348144276006,
0.7318348144276006,
0.7318348144276006
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
3.1,
3.1,
3.9,
3.9,
3.1,
3.1
],
"xaxis": "x1",
"y": [
0.6891548784911136,
0,
0,
0.6891548784911136,
0.6891548784911136,
0.6891548784911136
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
4.1,
4.1,
4.9,
4.9,
4.1,
4.1
],
"xaxis": "x1",
"y": [
0.6731707317073171,
0,
0,
0.6731707317073171,
0.6731707317073171,
0.6731707317073171
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
5.1,
5.1,
5.9,
5.9,
5.1,
5.1
],
"xaxis": "x1",
"y": [
0.6286627597229623,
0,
0,
0.6286627597229623,
0.6286627597229623,
0.6286627597229623
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
6.1,
6.1,
6.9,
6.9,
6.1,
6.1
],
"xaxis": "x1",
"y": [
0.5835060091172813,
0,
0,
0.5835060091172813,
0.5835060091172813,
0.5835060091172813
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
7.1,
7.1,
7.9,
7.9,
7.1,
7.1
],
"xaxis": "x1",
"y": [
0.5382009175352992,
0,
0,
0.5382009175352992,
0.5382009175352992,
0.5382009175352992
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
8.1,
8.1,
8.9,
8.9,
8.1,
8.1
],
"xaxis": "x1",
"y": [
0.5311203319502075,
0,
0,
0.5311203319502075,
0.5311203319502075,
0.5311203319502075
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
9.1,
9.1,
9.9,
9.9,
9.1,
9.1
],
"xaxis": "x1",
"y": [
0.5268302218746945,
0,
0,
0.5268302218746945,
0.5268302218746945,
0.5268302218746945
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
10.1,
10.1,
10.9,
10.9,
10.1,
10.1
],
"xaxis": "x1",
"y": [
0.4664310954063604,
0,
0,
0.4664310954063604,
0.4664310954063604,
0.4664310954063604
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
11.1,
11.1,
11.9,
11.9,
11.1,
11.1
],
"xaxis": "x1",
"y": [
0.46076313894888404,
0,
0,
0.46076313894888404,
0.46076313894888404,
0.46076313894888404
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
12.1,
12.1,
12.9,
12.9,
12.1,
12.1
],
"xaxis": "x1",
"y": [
0.4581673306772908,
0,
0,
0.4581673306772908,
0.4581673306772908,
0.4581673306772908
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
13.1,
13.1,
13.9,
13.9,
13.1,
13.1
],
"xaxis": "x1",
"y": [
0.4224443727829732,
0,
0,
0.4224443727829732,
0.4224443727829732,
0.4224443727829732
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
14.1,
14.1,
14.9,
14.9,
14.1,
14.1
],
"xaxis": "x1",
"y": [
0.4114490161001789,
0,
0,
0.4114490161001789,
0.4114490161001789,
0.4114490161001789
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
15.1,
15.1,
15.9,
15.9,
15.1,
15.1
],
"xaxis": "x1",
"y": [
0.3559109438695516,
0,
0,
0.3559109438695516,
0.3559109438695516,
0.3559109438695516
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
16.1,
16.1,
16.9,
16.9,
16.1,
16.1
],
"xaxis": "x1",
"y": [
0.34883720930232553,
0,
0,
0.34883720930232553,
0.34883720930232553,
0.34883720930232553
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
17.1,
17.1,
17.9,
17.9,
17.1,
17.1
],
"xaxis": "x1",
"y": [
0.3262642740619902,
0,
0,
0.3262642740619902,
0.3262642740619902,
0.3262642740619902
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
18.1,
18.1,
18.9,
18.9,
18.1,
18.1
],
"xaxis": "x1",
"y": [
0.31676679410158387,
0,
0,
0.31676679410158387,
0.31676679410158387,
0.31676679410158387
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
19.1,
19.1,
19.9,
19.9,
19.1,
19.1
],
"xaxis": "x1",
"y": [
0.30518394648829433,
0,
0,
0.30518394648829433,
0.30518394648829433,
0.30518394648829433
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
20.1,
20.1,
20.9,
20.9,
20.1,
20.1
],
"xaxis": "x1",
"y": [
0.2916983479643326,
0,
0,
0.2916983479643326,
0.2916983479643326,
0.2916983479643326
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
21.1,
21.1,
21.9,
21.9,
21.1,
21.1
],
"xaxis": "x1",
"y": [
0.29117634380792273,
0,
0,
0.29117634380792273,
0.29117634380792273,
0.29117634380792273
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
22.1,
22.1,
22.9,
22.9,
22.1,
22.1
],
"xaxis": "x1",
"y": [
0.26737967914438504,
0,
0,
0.26737967914438504,
0.26737967914438504,
0.26737967914438504
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
23.1,
23.1,
23.9,
23.9,
23.1,
23.1
],
"xaxis": "x1",
"y": [
0.2620904836193448,
0,
0,
0.2620904836193448,
0.2620904836193448,
0.2620904836193448
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
24.1,
24.1,
24.9,
24.9,
24.1,
24.1
],
"xaxis": "x1",
"y": [
0.23050514958312898,
0,
0,
0.23050514958312898,
0.23050514958312898,
0.23050514958312898
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
25.1,
25.1,
25.9,
25.9,
25.1,
25.1
],
"xaxis": "x1",
"y": [
0.21609326130224624,
0,
0,
0.21609326130224624,
0.21609326130224624,
0.21609326130224624
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
26.1,
26.1,
26.9,
26.9,
26.1,
26.1
],
"xaxis": "x1",
"y": [
0.21600444715038253,
0,
0,
0.21600444715038253,
0.21600444715038253,
0.21600444715038253
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
27.1,
27.1,
27.9,
27.9,
27.1,
27.1
],
"xaxis": "x1",
"y": [
0.19891788669637175,
0,
0,
0.19891788669637175,
0.19891788669637175,
0.19891788669637175
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
28.1,
28.1,
28.9,
28.9,
28.1,
28.1
],
"xaxis": "x1",
"y": [
0.1975108225108225,
0,
0,
0.1975108225108225,
0.1975108225108225,
0.1975108225108225
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
29.1,
29.1,
29.9,
29.9,
29.1,
29.1
],
"xaxis": "x1",
"y": [
0.1925440393281442,
0,
0,
0.1925440393281442,
0.1925440393281442,
0.1925440393281442
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
30.1,
30.1,
30.9,
30.9,
30.1,
30.1
],
"xaxis": "x1",
"y": [
0.1820250284414107,
0,
0,
0.1820250284414107,
0.1820250284414107,
0.1820250284414107
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
31.1,
31.1,
31.9,
31.9,
31.1,
31.1
],
"xaxis": "x1",
"y": [
0.17005391953546248,
0,
0,
0.17005391953546248,
0.17005391953546248,
0.17005391953546248
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
32.1,
32.1,
32.9,
32.9,
32.1,
32.1
],
"xaxis": "x1",
"y": [
0.16553067185978576,
0,
0,
0.16553067185978576,
0.16553067185978576,
0.16553067185978576
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
33.1,
33.1,
33.9,
33.9,
33.1,
33.1
],
"xaxis": "x1",
"y": [
0.16224188790560473,
0,
0,
0.16224188790560473,
0.16224188790560473,
0.16224188790560473
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
34.1,
34.1,
34.9,
34.9,
34.1,
34.1
],
"xaxis": "x1",
"y": [
0.15458937198067632,
0,
0,
0.15458937198067632,
0.15458937198067632,
0.15458937198067632
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
35.1,
35.1,
35.9,
35.9,
35.1,
35.1
],
"xaxis": "x1",
"y": [
0.13489991296779807,
0,
0,
0.13489991296779807,
0.13489991296779807,
0.13489991296779807
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
36.1,
36.1,
36.9,
36.9,
36.1,
36.1
],
"xaxis": "x1",
"y": [
0.13036565977742448,
0,
0,
0.13036565977742448,
0.13036565977742448,
0.13036565977742448
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
37.1,
37.1,
37.9,
37.9,
37.1,
37.1
],
"xaxis": "x1",
"y": [
0.11913104414856343,
0,
0,
0.11913104414856343,
0.11913104414856343,
0.11913104414856343
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
38.1,
38.1,
38.9,
38.9,
38.1,
38.1
],
"xaxis": "x1",
"y": [
0.11139134089953762,
0,
0,
0.11139134089953762,
0.11139134089953762,
0.11139134089953762
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
39.1,
39.1,
39.9,
39.9,
39.1,
39.1
],
"xaxis": "x1",
"y": [
0.07034431691965938,
0,
0,
0.07034431691965938,
0.07034431691965938,
0.07034431691965938
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
40.1,
40.1,
40.9,
40.9,
40.1,
40.1
],
"xaxis": "x1",
"y": [
0.055741360089186176,
0,
0,
0.055741360089186176,
0.055741360089186176,
0.055741360089186176
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
41.1,
41.1,
41.9,
41.9,
41.1,
41.1
],
"xaxis": "x1",
"y": [
0.05098980203959209,
0,
0,
0.05098980203959209,
0.05098980203959209,
0.05098980203959209
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
42.1,
42.1,
42.9,
42.9,
42.1,
42.1
],
"xaxis": "x1",
"y": [
0.04998077662437524,
0,
0,
0.04998077662437524,
0.04998077662437524,
0.04998077662437524
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
43.1,
43.1,
43.9,
43.9,
43.1,
43.1
],
"xaxis": "x1",
"y": [
0.04979496192149971,
0,
0,
0.04979496192149971,
0.04979496192149971,
0.04979496192149971
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
44.1,
44.1,
44.9,
44.9,
44.1,
44.1
],
"xaxis": "x1",
"y": [
0.027427317608337904,
0,
0,
0.027427317608337904,
0.027427317608337904,
0.027427317608337904
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
45.1,
45.1,
45.9,
45.9,
45.1,
45.1
],
"xaxis": "x1",
"y": [
0.01834862385321101,
0,
0,
0.01834862385321101,
0.01834862385321101,
0.01834862385321101
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
46.1,
46.1,
46.9,
46.9,
46.1,
46.1
],
"xaxis": "x1",
"y": [
0,
0,
0,
0,
0,
0
],
"yaxis": "y1"
}
],
"layout": {
"annotations": [],
"height": 400,
"legend": {
"bgcolor": "rgba(51, 51, 51, 1.000)",
"bordercolor": "rgba(255, 255, 255, 1.000)",
"font": {
"color": "rgba(255, 255, 255, 1.000)",
"family": "sans-serif",
"size": 11
},
"tracegroupgap": 0,
"x": 1,
"y": 1
},
"margin": {
"b": 20,
"l": 0,
"r": 0,
"t": 20
},
"paper_bgcolor": "rgba(51, 51, 51, 1.000)",
"plot_bgcolor": "rgba(51, 51, 51, 1.000)",
"showlegend": true,
"width": 800,
"xaxis": {
"anchor": "y1",
"domain": [
0.03512959317585302,
0.9950787401574804
],
"gridcolor": "rgba(255, 255, 255, 0.100)",
"gridwidth": 0.5,
"linecolor": "rgba(255, 255, 255, 1.000)",
"mirror": false,
"range": [
-2.7922399999999996,
49.79224
],
"showgrid": true,
"showline": true,
"showticklabels": true,
"tickangle": 90,
"tickcolor": "rgb(255, 255, 255)",
"tickfont": {
"color": "rgba(255, 255, 255, 1.000)",
"family": "sans-serif",
"size": 11
},
"tickmode": "array",
"ticks": "inside",
"ticktext": [
"北海道",
"兵庫",
"岐阜",
"石川",
"高知",
"福井",
"千葉",
"東京",
"山形",
"福岡",
"京都",
"福島",
"富山",
"群馬",
"広島",
"埼玉",
"長野",
"大分",
"新潟",
"茨城",
"愛知",
"大阪",
"山梨",
"宮城",
"和歌山",
"滋賀",
"神奈川",
"沖縄",
"奈良",
"愛媛",
"秋田",
"熊本",
"栃木",
"青森",
"島根",
"山口",
"三重",
"宮崎",
"静岡",
"岡山",
"鹿児島",
"長崎",
"香川",
"佐賀",
"徳島",
"鳥取",
"岩手"
],
"tickvals": [
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47
],
"title": "",
"titlefont": {
"color": "rgba(255, 255, 255, 1.000)",
"family": "sans-serif",
"size": 15
},
"type": "-",
"visible": true,
"zeroline": false,
"zerolinecolor": "rgba(255, 255, 255, 1.000)"
},
"yaxis": {
"anchor": "x1",
"domain": [
0.07650918635170612,
0.9901574803149606
],
"gridcolor": "rgba(255, 255, 255, 0.100)",
"gridwidth": 0.5,
"linecolor": "rgba(255, 255, 255, 1.000)",
"mirror": false,
"range": [
-0.2068513119533528,
7.101895043731779
],
"showgrid": true,
"showline": true,
"showticklabels": true,
"tickangle": 0,
"tickcolor": "rgb(255, 255, 255)",
"tickfont": {
"color": "rgba(255, 255, 255, 1.000)",
"family": "sans-serif",
"size": 11
},
"tickmode": "array",
"ticks": "inside",
"ticktext": [
"0",
"2",
"4",
"6"
],
"tickvals": [
0,
2,
4,
6
],
"title": "人口密度比",
"titlefont": {
"color": "rgba(255, 255, 255, 1.000)",
"family": "sans-serif",
"size": 15
},
"type": "-",
"visible": true,
"zeroline": false,
"zerolinecolor": "rgba(255, 255, 255, 1.000)"
}
}
},
"text/html": [
"<!DOCTYPE html>\n",
"<html>\n",
" <head>\n",
" <title>Plots.jl</title>\n",
" <meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">\n",
" <script src=\"https://cdn.plot.ly/plotly-latest.min.js\"></script>\n",
" </head>\n",
" <body>\n",
" <div id=\"ac7bbf8c-07a4-4d43-8046-e6e9ef6a632f\" style=\"width:800px;height:400px;\"></div>\n",
" <script>\n",
" PLOT = document.getElementById('ac7bbf8c-07a4-4d43-8046-e6e9ef6a632f');\n",
" Plotly.plot(PLOT, [\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 0.09999999999999998,\n",
" 0.09999999999999998,\n",
" 0.9,\n",
" 0.9,\n",
" 0.09999999999999998,\n",
" 0.09999999999999998\n",
" ],\n",
" \"showlegend\": true,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 6.8950437317784266,\n",
" 0.0,\n",
" 0.0,\n",
" 6.8950437317784266,\n",
" 6.8950437317784266,\n",
" 6.8950437317784266\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 1.1,\n",
" 1.1,\n",
" 1.9,\n",
" 1.9,\n",
" 1.1,\n",
" 1.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.8287795992714027,\n",
" 0.0,\n",
" 0.0,\n",
" 0.8287795992714027,\n",
" 0.8287795992714027,\n",
" 0.8287795992714027\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 2.1,\n",
" 2.1,\n",
" 2.9,\n",
" 2.9,\n",
" 2.1,\n",
" 2.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.7318348144276006,\n",
" 0.0,\n",
" 0.0,\n",
" 0.7318348144276006,\n",
" 0.7318348144276006,\n",
" 0.7318348144276006\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 3.1,\n",
" 3.1,\n",
" 3.9,\n",
" 3.9,\n",
" 3.1,\n",
" 3.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.6891548784911136,\n",
" 0.0,\n",
" 0.0,\n",
" 0.6891548784911136,\n",
" 0.6891548784911136,\n",
" 0.6891548784911136\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 4.1,\n",
" 4.1,\n",
" 4.9,\n",
" 4.9,\n",
" 4.1,\n",
" 4.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.6731707317073171,\n",
" 0.0,\n",
" 0.0,\n",
" 0.6731707317073171,\n",
" 0.6731707317073171,\n",
" 0.6731707317073171\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 5.1,\n",
" 5.1,\n",
" 5.9,\n",
" 5.9,\n",
" 5.1,\n",
" 5.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.6286627597229623,\n",
" 0.0,\n",
" 0.0,\n",
" 0.6286627597229623,\n",
" 0.6286627597229623,\n",
" 0.6286627597229623\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 6.1,\n",
" 6.1,\n",
" 6.9,\n",
" 6.9,\n",
" 6.1,\n",
" 6.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.5835060091172813,\n",
" 0.0,\n",
" 0.0,\n",
" 0.5835060091172813,\n",
" 0.5835060091172813,\n",
" 0.5835060091172813\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 7.1,\n",
" 7.1,\n",
" 7.9,\n",
" 7.9,\n",
" 7.1,\n",
" 7.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.5382009175352992,\n",
" 0.0,\n",
" 0.0,\n",
" 0.5382009175352992,\n",
" 0.5382009175352992,\n",
" 0.5382009175352992\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 8.1,\n",
" 8.1,\n",
" 8.9,\n",
" 8.9,\n",
" 8.1,\n",
" 8.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.5311203319502075,\n",
" 0.0,\n",
" 0.0,\n",
" 0.5311203319502075,\n",
" 0.5311203319502075,\n",
" 0.5311203319502075\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 9.1,\n",
" 9.1,\n",
" 9.9,\n",
" 9.9,\n",
" 9.1,\n",
" 9.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.5268302218746945,\n",
" 0.0,\n",
" 0.0,\n",
" 0.5268302218746945,\n",
" 0.5268302218746945,\n",
" 0.5268302218746945\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 10.1,\n",
" 10.1,\n",
" 10.9,\n",
" 10.9,\n",
" 10.1,\n",
" 10.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.4664310954063604,\n",
" 0.0,\n",
" 0.0,\n",
" 0.4664310954063604,\n",
" 0.4664310954063604,\n",
" 0.4664310954063604\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 11.1,\n",
" 11.1,\n",
" 11.9,\n",
" 11.9,\n",
" 11.1,\n",
" 11.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.46076313894888404,\n",
" 0.0,\n",
" 0.0,\n",
" 0.46076313894888404,\n",
" 0.46076313894888404,\n",
" 0.46076313894888404\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 12.1,\n",
" 12.1,\n",
" 12.9,\n",
" 12.9,\n",
" 12.1,\n",
" 12.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.4581673306772908,\n",
" 0.0,\n",
" 0.0,\n",
" 0.4581673306772908,\n",
" 0.4581673306772908,\n",
" 0.4581673306772908\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 13.1,\n",
" 13.1,\n",
" 13.9,\n",
" 13.9,\n",
" 13.1,\n",
" 13.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.4224443727829732,\n",
" 0.0,\n",
" 0.0,\n",
" 0.4224443727829732,\n",
" 0.4224443727829732,\n",
" 0.4224443727829732\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 14.1,\n",
" 14.1,\n",
" 14.9,\n",
" 14.9,\n",
" 14.1,\n",
" 14.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.4114490161001789,\n",
" 0.0,\n",
" 0.0,\n",
" 0.4114490161001789,\n",
" 0.4114490161001789,\n",
" 0.4114490161001789\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 15.1,\n",
" 15.1,\n",
" 15.9,\n",
" 15.9,\n",
" 15.1,\n",
" 15.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.3559109438695516,\n",
" 0.0,\n",
" 0.0,\n",
" 0.3559109438695516,\n",
" 0.3559109438695516,\n",
" 0.3559109438695516\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 16.1,\n",
" 16.1,\n",
" 16.9,\n",
" 16.9,\n",
" 16.1,\n",
" 16.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.34883720930232553,\n",
" 0.0,\n",
" 0.0,\n",
" 0.34883720930232553,\n",
" 0.34883720930232553,\n",
" 0.34883720930232553\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 17.1,\n",
" 17.1,\n",
" 17.9,\n",
" 17.9,\n",
" 17.1,\n",
" 17.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.3262642740619902,\n",
" 0.0,\n",
" 0.0,\n",
" 0.3262642740619902,\n",
" 0.3262642740619902,\n",
" 0.3262642740619902\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 18.1,\n",
" 18.1,\n",
" 18.9,\n",
" 18.9,\n",
" 18.1,\n",
" 18.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.31676679410158387,\n",
" 0.0,\n",
" 0.0,\n",
" 0.31676679410158387,\n",
" 0.31676679410158387,\n",
" 0.31676679410158387\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 19.1,\n",
" 19.1,\n",
" 19.9,\n",
" 19.9,\n",
" 19.1,\n",
" 19.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.30518394648829433,\n",
" 0.0,\n",
" 0.0,\n",
" 0.30518394648829433,\n",
" 0.30518394648829433,\n",
" 0.30518394648829433\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 20.1,\n",
" 20.1,\n",
" 20.9,\n",
" 20.9,\n",
" 20.1,\n",
" 20.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.2916983479643326,\n",
" 0.0,\n",
" 0.0,\n",
" 0.2916983479643326,\n",
" 0.2916983479643326,\n",
" 0.2916983479643326\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 21.1,\n",
" 21.1,\n",
" 21.9,\n",
" 21.9,\n",
" 21.1,\n",
" 21.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.29117634380792273,\n",
" 0.0,\n",
" 0.0,\n",
" 0.29117634380792273,\n",
" 0.29117634380792273,\n",
" 0.29117634380792273\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 22.1,\n",
" 22.1,\n",
" 22.9,\n",
" 22.9,\n",
" 22.1,\n",
" 22.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.26737967914438504,\n",
" 0.0,\n",
" 0.0,\n",
" 0.26737967914438504,\n",
" 0.26737967914438504,\n",
" 0.26737967914438504\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 23.1,\n",
" 23.1,\n",
" 23.9,\n",
" 23.9,\n",
" 23.1,\n",
" 23.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.2620904836193448,\n",
" 0.0,\n",
" 0.0,\n",
" 0.2620904836193448,\n",
" 0.2620904836193448,\n",
" 0.2620904836193448\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 24.1,\n",
" 24.1,\n",
" 24.9,\n",
" 24.9,\n",
" 24.1,\n",
" 24.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.23050514958312898,\n",
" 0.0,\n",
" 0.0,\n",
" 0.23050514958312898,\n",
" 0.23050514958312898,\n",
" 0.23050514958312898\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 25.1,\n",
" 25.1,\n",
" 25.9,\n",
" 25.9,\n",
" 25.1,\n",
" 25.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.21609326130224624,\n",
" 0.0,\n",
" 0.0,\n",
" 0.21609326130224624,\n",
" 0.21609326130224624,\n",
" 0.21609326130224624\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 26.1,\n",
" 26.1,\n",
" 26.9,\n",
" 26.9,\n",
" 26.1,\n",
" 26.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.21600444715038253,\n",
" 0.0,\n",
" 0.0,\n",
" 0.21600444715038253,\n",
" 0.21600444715038253,\n",
" 0.21600444715038253\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 27.1,\n",
" 27.1,\n",
" 27.9,\n",
" 27.9,\n",
" 27.1,\n",
" 27.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.19891788669637175,\n",
" 0.0,\n",
" 0.0,\n",
" 0.19891788669637175,\n",
" 0.19891788669637175,\n",
" 0.19891788669637175\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 28.1,\n",
" 28.1,\n",
" 28.9,\n",
" 28.9,\n",
" 28.1,\n",
" 28.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.1975108225108225,\n",
" 0.0,\n",
" 0.0,\n",
" 0.1975108225108225,\n",
" 0.1975108225108225,\n",
" 0.1975108225108225\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 29.1,\n",
" 29.1,\n",
" 29.9,\n",
" 29.9,\n",
" 29.1,\n",
" 29.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.1925440393281442,\n",
" 0.0,\n",
" 0.0,\n",
" 0.1925440393281442,\n",
" 0.1925440393281442,\n",
" 0.1925440393281442\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 30.1,\n",
" 30.1,\n",
" 30.9,\n",
" 30.9,\n",
" 30.1,\n",
" 30.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.1820250284414107,\n",
" 0.0,\n",
" 0.0,\n",
" 0.1820250284414107,\n",
" 0.1820250284414107,\n",
" 0.1820250284414107\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 31.1,\n",
" 31.1,\n",
" 31.9,\n",
" 31.9,\n",
" 31.1,\n",
" 31.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.17005391953546248,\n",
" 0.0,\n",
" 0.0,\n",
" 0.17005391953546248,\n",
" 0.17005391953546248,\n",
" 0.17005391953546248\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 32.1,\n",
" 32.1,\n",
" 32.9,\n",
" 32.9,\n",
" 32.1,\n",
" 32.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.16553067185978576,\n",
" 0.0,\n",
" 0.0,\n",
" 0.16553067185978576,\n",
" 0.16553067185978576,\n",
" 0.16553067185978576\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 33.1,\n",
" 33.1,\n",
" 33.9,\n",
" 33.9,\n",
" 33.1,\n",
" 33.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.16224188790560473,\n",
" 0.0,\n",
" 0.0,\n",
" 0.16224188790560473,\n",
" 0.16224188790560473,\n",
" 0.16224188790560473\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 34.1,\n",
" 34.1,\n",
" 34.9,\n",
" 34.9,\n",
" 34.1,\n",
" 34.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.15458937198067632,\n",
" 0.0,\n",
" 0.0,\n",
" 0.15458937198067632,\n",
" 0.15458937198067632,\n",
" 0.15458937198067632\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 35.1,\n",
" 35.1,\n",
" 35.9,\n",
" 35.9,\n",
" 35.1,\n",
" 35.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.13489991296779807,\n",
" 0.0,\n",
" 0.0,\n",
" 0.13489991296779807,\n",
" 0.13489991296779807,\n",
" 0.13489991296779807\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 36.1,\n",
" 36.1,\n",
" 36.9,\n",
" 36.9,\n",
" 36.1,\n",
" 36.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.13036565977742448,\n",
" 0.0,\n",
" 0.0,\n",
" 0.13036565977742448,\n",
" 0.13036565977742448,\n",
" 0.13036565977742448\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 37.1,\n",
" 37.1,\n",
" 37.9,\n",
" 37.9,\n",
" 37.1,\n",
" 37.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.11913104414856343,\n",
" 0.0,\n",
" 0.0,\n",
" 0.11913104414856343,\n",
" 0.11913104414856343,\n",
" 0.11913104414856343\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 38.1,\n",
" 38.1,\n",
" 38.9,\n",
" 38.9,\n",
" 38.1,\n",
" 38.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.11139134089953762,\n",
" 0.0,\n",
" 0.0,\n",
" 0.11139134089953762,\n",
" 0.11139134089953762,\n",
" 0.11139134089953762\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 39.1,\n",
" 39.1,\n",
" 39.9,\n",
" 39.9,\n",
" 39.1,\n",
" 39.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.07034431691965938,\n",
" 0.0,\n",
" 0.0,\n",
" 0.07034431691965938,\n",
" 0.07034431691965938,\n",
" 0.07034431691965938\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 40.1,\n",
" 40.1,\n",
" 40.9,\n",
" 40.9,\n",
" 40.1,\n",
" 40.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.055741360089186176,\n",
" 0.0,\n",
" 0.0,\n",
" 0.055741360089186176,\n",
" 0.055741360089186176,\n",
" 0.055741360089186176\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 41.1,\n",
" 41.1,\n",
" 41.9,\n",
" 41.9,\n",
" 41.1,\n",
" 41.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.05098980203959209,\n",
" 0.0,\n",
" 0.0,\n",
" 0.05098980203959209,\n",
" 0.05098980203959209,\n",
" 0.05098980203959209\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 42.1,\n",
" 42.1,\n",
" 42.9,\n",
" 42.9,\n",
" 42.1,\n",
" 42.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.04998077662437524,\n",
" 0.0,\n",
" 0.0,\n",
" 0.04998077662437524,\n",
" 0.04998077662437524,\n",
" 0.04998077662437524\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 43.1,\n",
" 43.1,\n",
" 43.9,\n",
" 43.9,\n",
" 43.1,\n",
" 43.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.04979496192149971,\n",
" 0.0,\n",
" 0.0,\n",
" 0.04979496192149971,\n",
" 0.04979496192149971,\n",
" 0.04979496192149971\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 44.1,\n",
" 44.1,\n",
" 44.9,\n",
" 44.9,\n",
" 44.1,\n",
" 44.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.027427317608337904,\n",
" 0.0,\n",
" 0.0,\n",
" 0.027427317608337904,\n",
" 0.027427317608337904,\n",
" 0.027427317608337904\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 45.1,\n",
" 45.1,\n",
" 45.9,\n",
" 45.9,\n",
" 45.1,\n",
" 45.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.01834862385321101,\n",
" 0.0,\n",
" 0.0,\n",
" 0.01834862385321101,\n",
" 0.01834862385321101,\n",
" 0.01834862385321101\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 46.1,\n",
" 46.1,\n",
" 46.9,\n",
" 46.9,\n",
" 46.1,\n",
" 46.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.0,\n",
" 0.0,\n",
" 0.0,\n",
" 0.0,\n",
" 0.0,\n",
" 0.0\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" }\n",
"]\n",
", {\n",
" \"showlegend\": true,\n",
" \"xaxis\": {\n",
" \"showticklabels\": true,\n",
" \"gridwidth\": 0.5,\n",
" \"tickvals\": [\n",
" 1,\n",
" 2,\n",
" 3,\n",
" 4,\n",
" 5,\n",
" 6,\n",
" 7,\n",
" 8,\n",
" 9,\n",
" 10,\n",
" 11,\n",
" 12,\n",
" 13,\n",
" 14,\n",
" 15,\n",
" 16,\n",
" 17,\n",
" 18,\n",
" 19,\n",
" 20,\n",
" 21,\n",
" 22,\n",
" 23,\n",
" 24,\n",
" 25,\n",
" 26,\n",
" 27,\n",
" 28,\n",
" 29,\n",
" 30,\n",
" 31,\n",
" 32,\n",
" 33,\n",
" 34,\n",
" 35,\n",
" 36,\n",
" 37,\n",
" 38,\n",
" 39,\n",
" 40,\n",
" 41,\n",
" 42,\n",
" 43,\n",
" 44,\n",
" 45,\n",
" 46,\n",
" 47\n",
" ],\n",
" \"visible\": true,\n",
" \"ticks\": \"inside\",\n",
" \"range\": [\n",
" -2.7922399999999996,\n",
" 49.79224\n",
" ],\n",
" \"domain\": [\n",
" 0.03512959317585302,\n",
" 0.9950787401574804\n",
" ],\n",
" \"tickmode\": \"array\",\n",
" \"linecolor\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"showgrid\": true,\n",
" \"title\": \"\",\n",
" \"mirror\": false,\n",
" \"tickangle\": 90,\n",
" \"showline\": true,\n",
" \"gridcolor\": \"rgba(255, 255, 255, 0.100)\",\n",
" \"titlefont\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"family\": \"sans-serif\",\n",
" \"size\": 15\n",
" },\n",
" \"tickcolor\": \"rgb(255, 255, 255)\",\n",
" \"ticktext\": [\n",
" \"北海道\",\n",
" \"兵庫\",\n",
" \"岐阜\",\n",
" \"石川\",\n",
" \"高知\",\n",
" \"福井\",\n",
" \"千葉\",\n",
" \"東京\",\n",
" \"山形\",\n",
" \"福岡\",\n",
" \"京都\",\n",
" \"福島\",\n",
" \"富山\",\n",
" \"群馬\",\n",
" \"広島\",\n",
" \"埼玉\",\n",
" \"長野\",\n",
" \"大分\",\n",
" \"新潟\",\n",
" \"茨城\",\n",
" \"愛知\",\n",
" \"大阪\",\n",
" \"山梨\",\n",
" \"宮城\",\n",
" \"和歌山\",\n",
" \"滋賀\",\n",
" \"神奈川\",\n",
" \"沖縄\",\n",
" \"奈良\",\n",
" \"愛媛\",\n",
" \"秋田\",\n",
" \"熊本\",\n",
" \"栃木\",\n",
" \"青森\",\n",
" \"島根\",\n",
" \"山口\",\n",
" \"三重\",\n",
" \"宮崎\",\n",
" \"静岡\",\n",
" \"岡山\",\n",
" \"鹿児島\",\n",
" \"長崎\",\n",
" \"香川\",\n",
" \"佐賀\",\n",
" \"徳島\",\n",
" \"鳥取\",\n",
" \"岩手\"\n",
" ],\n",
" \"zeroline\": false,\n",
" \"type\": \"-\",\n",
" \"tickfont\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"family\": \"sans-serif\",\n",
" \"size\": 11\n",
" },\n",
" \"zerolinecolor\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"anchor\": \"y1\"\n",
" },\n",
" \"paper_bgcolor\": \"rgba(51, 51, 51, 1.000)\",\n",
" \"annotations\": [],\n",
" \"height\": 400,\n",
" \"margin\": {\n",
" \"l\": 0,\n",
" \"b\": 20,\n",
" \"r\": 0,\n",
" \"t\": 20\n",
" },\n",
" \"plot_bgcolor\": \"rgba(51, 51, 51, 1.000)\",\n",
" \"yaxis\": {\n",
" \"showticklabels\": true,\n",
" \"gridwidth\": 0.5,\n",
" \"tickvals\": [\n",
" 0.0,\n",
" 2.0,\n",
" 4.0,\n",
" 6.0\n",
" ],\n",
" \"visible\": true,\n",
" \"ticks\": \"inside\",\n",
" \"range\": [\n",
" -0.2068513119533528,\n",
" 7.101895043731779\n",
" ],\n",
" \"domain\": [\n",
" 0.07650918635170612,\n",
" 0.9901574803149606\n",
" ],\n",
" \"tickmode\": \"array\",\n",
" \"linecolor\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"showgrid\": true,\n",
" \"title\": \"人口密度比\",\n",
" \"mirror\": false,\n",
" \"tickangle\": 0,\n",
" \"showline\": true,\n",
" \"gridcolor\": \"rgba(255, 255, 255, 0.100)\",\n",
" \"titlefont\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"family\": \"sans-serif\",\n",
" \"size\": 15\n",
" },\n",
" \"tickcolor\": \"rgb(255, 255, 255)\",\n",
" \"ticktext\": [\n",
" \"0\",\n",
" \"2\",\n",
" \"4\",\n",
" \"6\"\n",
" ],\n",
" \"zeroline\": false,\n",
" \"type\": \"-\",\n",
" \"tickfont\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"family\": \"sans-serif\",\n",
" \"size\": 11\n",
" },\n",
" \"zerolinecolor\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"anchor\": \"x1\"\n",
" },\n",
" \"legend\": {\n",
" \"tracegroupgap\": 0,\n",
" \"bordercolor\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"bgcolor\": \"rgba(51, 51, 51, 1.000)\",\n",
" \"font\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"family\": \"sans-serif\",\n",
" \"size\": 11\n",
" },\n",
" \"y\": 1.0,\n",
" \"x\": 1.0\n",
" },\n",
" \"width\": 800\n",
"}\n",
");\n",
" </script>\n",
"\n",
" </body>\n",
"</html>\n"
]
},
"execution_count": 13,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"sort!(df2, :density_ratio, rev=true)\n",
"bar(df2[!, 1], df2[!, :density_ratio], xticks=(1:47, df2.name_s), xrotation=-90,\n",
" ylabel = \"人口密度比\",\n",
" size=(800,400),\n",
" background_color = RGB(0.2, 0.2, 0.2)\n",
")"
]
},
{
"cell_type": "code",
"execution_count": 14,
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.plotly.v1+json": {
"data": [
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": true,
"type": "scatter",
"x": [
0.09999999999999998,
0.09999999999999998,
0.9,
0.9,
0.09999999999999998,
0.09999999999999998
],
"xaxis": "x1",
"y": [
2.335676044546689,
0,
0,
2.335676044546689,
2.335676044546689,
2.335676044546689
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
1.1,
1.1,
1.9,
1.9,
1.1,
1.1
],
"xaxis": "x1",
"y": [
1.0152322409504557,
0,
0,
1.0152322409504557,
1.0152322409504557,
1.0152322409504557
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
2.1,
2.1,
2.9,
2.9,
2.1,
2.1
],
"xaxis": "x1",
"y": [
0.5547548473064476,
0,
0,
0.5547548473064476,
0.5547548473064476,
0.5547548473064476
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
3.1,
3.1,
3.9,
3.9,
3.1,
3.1
],
"xaxis": "x1",
"y": [
0.26347963352729975,
0,
0,
0.26347963352729975,
0.26347963352729975,
0.26347963352729975
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
4.1,
4.1,
4.9,
4.9,
4.1,
4.1
],
"xaxis": "x1",
"y": [
0.22490671482850863,
0,
0,
0.22490671482850863,
0.22490671482850863,
0.22490671482850863
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
5.1,
5.1,
5.9,
5.9,
5.1,
5.1
],
"xaxis": "x1",
"y": [
0.1980682716573869,
0,
0,
0.1980682716573869,
0.1980682716573869,
0.1980682716573869
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
6.1,
6.1,
6.9,
6.9,
6.1,
6.1
],
"xaxis": "x1",
"y": [
0.19619539048632023,
0,
0,
0.19619539048632023,
0.19619539048632023,
0.19619539048632023
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
7.1,
7.1,
7.9,
7.9,
7.1,
7.1
],
"xaxis": "x1",
"y": [
0.19518236333613373,
0,
0,
0.19518236333613373,
0.19518236333613373,
0.19518236333613373
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
8.1,
8.1,
8.9,
8.9,
8.1,
8.1
],
"xaxis": "x1",
"y": [
0.1412197774617251,
0,
0,
0.1412197774617251,
0.1412197774617251,
0.1412197774617251
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
9.1,
9.1,
9.9,
9.9,
9.1,
9.1
],
"xaxis": "x1",
"y": [
0.13651190527510743,
0,
0,
0.13651190527510743,
0.13651190527510743,
0.13651190527510743
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
10.1,
10.1,
10.9,
10.9,
10.1,
10.1
],
"xaxis": "x1",
"y": [
0.10953309198923235,
0,
0,
0.10953309198923235,
0.10953309198923235,
0.10953309198923235
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
11.1,
11.1,
11.9,
11.9,
11.1,
11.1
],
"xaxis": "x1",
"y": [
0.10692076743450035,
0,
0,
0.10692076743450035,
0.10692076743450035,
0.10692076743450035
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
12.1,
12.1,
12.9,
12.9,
12.1,
12.1
],
"xaxis": "x1",
"y": [
0.08532722405993945,
0,
0,
0.08532722405993945,
0.08532722405993945,
0.08532722405993945
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
13.1,
13.1,
13.9,
13.9,
13.1,
13.1
],
"xaxis": "x1",
"y": [
0.0633160420237616,
0,
0,
0.0633160420237616,
0.0633160420237616,
0.0633160420237616
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
14.1,
14.1,
14.9,
14.9,
14.1,
14.1
],
"xaxis": "x1",
"y": [
0.0624043585374589,
0,
0,
0.0624043585374589,
0.0624043585374589,
0.0624043585374589
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
15.1,
15.1,
15.9,
15.9,
15.1,
15.1
],
"xaxis": "x1",
"y": [
0.0597126006568386,
0,
0,
0.0597126006568386,
0.0597126006568386,
0.0597126006568386
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
16.1,
16.1,
16.9,
16.9,
16.1,
16.1
],
"xaxis": "x1",
"y": [
0.05933544303797468,
0,
0,
0.05933544303797468,
0.05933544303797468,
0.05933544303797468
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
17.1,
17.1,
17.9,
17.9,
17.1,
17.1
],
"xaxis": "x1",
"y": [
0.05813864536956289,
0,
0,
0.05813864536956289,
0.05813864536956289,
0.05813864536956289
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
18.1,
18.1,
18.9,
18.9,
18.1,
18.1
],
"xaxis": "x1",
"y": [
0.05747227291871402,
0,
0,
0.05747227291871402,
0.05747227291871402,
0.05747227291871402
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
19.1,
19.1,
19.9,
19.9,
19.1,
19.1
],
"xaxis": "x1",
"y": [
0.05239003332006119,
0,
0,
0.05239003332006119,
0.05239003332006119,
0.05239003332006119
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
20.1,
20.1,
20.9,
20.9,
20.1,
20.1
],
"xaxis": "x1",
"y": [
0.04214982019066068,
0,
0,
0.04214982019066068,
0.04214982019066068,
0.04214982019066068
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
21.1,
21.1,
21.9,
21.9,
21.1,
21.1
],
"xaxis": "x1",
"y": [
0.03672632598387564,
0,
0,
0.03672632598387564,
0.03672632598387564,
0.03672632598387564
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
22.1,
22.1,
22.9,
22.9,
22.1,
22.1
],
"xaxis": "x1",
"y": [
0.03335315993396074,
0,
0,
0.03335315993396074,
0.03335315993396074,
0.03335315993396074
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
23.1,
23.1,
23.9,
23.9,
23.1,
23.1
],
"xaxis": "x1",
"y": [
0.02808871252099183,
0,
0,
0.02808871252099183,
0.02808871252099183,
0.02808871252099183
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
24.1,
24.1,
24.9,
24.9,
24.1,
24.1
],
"xaxis": "x1",
"y": [
0.02662533400530605,
0,
0,
0.02662533400530605,
0.02662533400530605,
0.02662533400530605
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
25.1,
25.1,
25.9,
25.9,
25.1,
25.1
],
"xaxis": "x1",
"y": [
0.025855210819411296,
0,
0,
0.025855210819411296,
0.025855210819411296,
0.025855210819411296
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
26.1,
26.1,
26.9,
26.9,
26.1,
26.1
],
"xaxis": "x1",
"y": [
0.02218524681087077,
0,
0,
0.02218524681087077,
0.02218524681087077,
0.02218524681087077
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
27.1,
27.1,
27.9,
27.9,
27.1,
27.1
],
"xaxis": "x1",
"y": [
0.021142140442813862,
0,
0,
0.021142140442813862,
0.021142140442813862,
0.021142140442813862
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
28.1,
28.1,
28.9,
28.9,
28.1,
28.1
],
"xaxis": "x1",
"y": [
0.01991074160228051,
0,
0,
0.01991074160228051,
0.01991074160228051,
0.01991074160228051
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
29.1,
29.1,
29.9,
29.9,
29.1,
29.1
],
"xaxis": "x1",
"y": [
0.01927686303606956,
0,
0,
0.01927686303606956,
0.01927686303606956,
0.01927686303606956
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
30.1,
30.1,
30.9,
30.9,
30.1,
30.1
],
"xaxis": "x1",
"y": [
0.018160834695395936,
0,
0,
0.018160834695395936,
0.018160834695395936,
0.018160834695395936
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
31.1,
31.1,
31.9,
31.9,
31.1,
31.1
],
"xaxis": "x1",
"y": [
0.01709825798924486,
0,
0,
0.01709825798924486,
0.01709825798924486,
0.01709825798924486
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
32.1,
32.1,
32.9,
32.9,
32.1,
32.1
],
"xaxis": "x1",
"y": [
0.016741486644013988,
0,
0,
0.016741486644013988,
0.016741486644013988,
0.016741486644013988
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
33.1,
33.1,
33.9,
33.9,
33.1,
33.1
],
"xaxis": "x1",
"y": [
0.015176270004813724,
0,
0,
0.015176270004813724,
0.015176270004813724,
0.015176270004813724
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
34.1,
34.1,
34.9,
34.9,
34.1,
34.1
],
"xaxis": "x1",
"y": [
0.014662337105010942,
0,
0,
0.014662337105010942,
0.014662337105010942,
0.014662337105010942
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
35.1,
35.1,
35.9,
35.9,
35.1,
35.1
],
"xaxis": "x1",
"y": [
0.012788287692375536,
0,
0,
0.012788287692375536,
0.012788287692375536,
0.012788287692375536
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
36.1,
36.1,
36.9,
36.9,
36.1,
36.1
],
"xaxis": "x1",
"y": [
0.012728075889280713,
0,
0,
0.012728075889280713,
0.012728075889280713,
0.012728075889280713
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
37.1,
37.1,
37.9,
37.9,
37.1,
37.1
],
"xaxis": "x1",
"y": [
0.012318115328354761,
0,
0,
0.012318115328354761,
0.012318115328354761,
0.012318115328354761
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
38.1,
38.1,
38.9,
38.9,
38.1,
38.1
],
"xaxis": "x1",
"y": [
0.010149374917909468,
0,
0,
0.010149374917909468,
0.010149374917909468,
0.010149374917909468
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
39.1,
39.1,
39.9,
39.9,
39.1,
39.1
],
"xaxis": "x1",
"y": [
0.009189785283369731,
0,
0,
0.009189785283369731,
0.009189785283369731,
0.009189785283369731
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
40.1,
40.1,
40.9,
40.9,
40.1,
40.1
],
"xaxis": "x1",
"y": [
0.008563496069806015,
0,
0,
0.008563496069806015,
0.008563496069806015,
0.008563496069806015
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
41.1,
41.1,
41.9,
41.9,
41.1,
41.1
],
"xaxis": "x1",
"y": [
0.006811757092742073,
0,
0,
0.006811757092742073,
0.006811757092742073,
0.006811757092742073
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
42.1,
42.1,
42.9,
42.9,
42.1,
42.1
],
"xaxis": "x1",
"y": [
0.004993181186941583,
0,
0,
0.004993181186941583,
0.004993181186941583,
0.004993181186941583
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
43.1,
43.1,
43.9,
43.9,
43.1,
43.1
],
"xaxis": "x1",
"y": [
0.004949025042066713,
0,
0,
0.004949025042066713,
0.004949025042066713,
0.004949025042066713
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
44.1,
44.1,
44.9,
44.9,
44.1,
44.1
],
"xaxis": "x1",
"y": [
0.0033302251232183292,
0,
0,
0.0033302251232183292,
0.0033302251232183292,
0.0033302251232183292
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
45.1,
45.1,
45.9,
45.9,
45.1,
45.1
],
"xaxis": "x1",
"y": [
0.0030185125373918243,
0,
0,
0.0030185125373918243,
0.0030185125373918243,
0.0030185125373918243
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
46.1,
46.1,
46.9,
46.9,
46.1,
46.1
],
"xaxis": "x1",
"y": [
0,
0,
0,
0,
0,
0
],
"yaxis": "y1"
}
],
"layout": {
"annotations": [],
"height": 400,
"legend": {
"bgcolor": "rgba(51, 51, 51, 1.000)",
"bordercolor": "rgba(255, 255, 255, 1.000)",
"font": {
"color": "rgba(255, 255, 255, 1.000)",
"family": "sans-serif",
"size": 11
},
"tracegroupgap": 0,
"x": 1,
"y": 1
},
"margin": {
"b": 20,
"l": 0,
"r": 0,
"t": 20
},
"paper_bgcolor": "rgba(51, 51, 51, 1.000)",
"plot_bgcolor": "rgba(51, 51, 51, 1.000)",
"showlegend": true,
"width": 800,
"xaxis": {
"anchor": "y1",
"domain": [
0.05735181539807524,
0.9950787401574802
],
"gridcolor": "rgba(255, 255, 255, 0.100)",
"gridwidth": 0.5,
"linecolor": "rgba(255, 255, 255, 1.000)",
"mirror": false,
"range": [
-2.7922399999999996,
49.79224
],
"showgrid": true,
"showline": true,
"showticklabels": true,
"tickangle": 90,
"tickcolor": "rgb(255, 255, 255)",
"tickfont": {
"color": "rgba(255, 255, 255, 1.000)",
"family": "sans-serif",
"size": 11
},
"tickmode": "array",
"ticks": "inside",
"ticktext": [
"東京",
"大阪",
"神奈川",
"埼玉",
"京都",
"千葉",
"兵庫",
"福岡",
"愛知",
"石川",
"福井",
"沖縄",
"奈良",
"岐阜",
"富山",
"広島",
"高知",
"滋賀",
"群馬",
"山梨",
"和歌山",
"茨城",
"大分",
"愛媛",
"宮城",
"香川",
"山形",
"北海道",
"三重",
"静岡",
"山口",
"栃木",
"長野",
"福島",
"熊本",
"新潟",
"佐賀",
"島根",
"長崎",
"宮崎",
"岡山",
"青森",
"秋田",
"徳島",
"鳥取",
"鹿児島",
"岩手"
],
"tickvals": [
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47
],
"title": "",
"titlefont": {
"color": "rgba(255, 255, 255, 1.000)",
"family": "sans-serif",
"size": 15
},
"type": "-",
"visible": true,
"zeroline": false,
"zerolinecolor": "rgba(255, 255, 255, 1.000)"
},
"yaxis": {
"anchor": "x1",
"domain": [
0.07650918635170612,
0.9901574803149606
],
"gridcolor": "rgba(255, 255, 255, 0.100)",
"gridwidth": 0.5,
"linecolor": "rgba(255, 255, 255, 1.000)",
"mirror": false,
"range": [
-0.07007028133640067,
2.4057463258830896
],
"showgrid": true,
"showline": true,
"showticklabels": true,
"tickangle": 0,
"tickcolor": "rgb(255, 255, 255)",
"tickfont": {
"color": "rgba(255, 255, 255, 1.000)",
"family": "sans-serif",
"size": 11
},
"tickmode": "array",
"ticks": "inside",
"ticktext": [
"0.0",
"0.5",
"1.0",
"1.5",
"2.0"
],
"tickvals": [
0,
0.5,
1,
1.5,
2
],
"title": "可住地面積比",
"titlefont": {
"color": "rgba(255, 255, 255, 1.000)",
"family": "sans-serif",
"size": 15
},
"type": "-",
"visible": true,
"zeroline": false,
"zerolinecolor": "rgba(255, 255, 255, 1.000)"
}
}
},
"text/html": [
"<!DOCTYPE html>\n",
"<html>\n",
" <head>\n",
" <title>Plots.jl</title>\n",
" <meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">\n",
" <script src=\"https://cdn.plot.ly/plotly-latest.min.js\"></script>\n",
" </head>\n",
" <body>\n",
" <div id=\"a480dd24-fe7a-48c8-a3bc-dda8b3c08529\" style=\"width:800px;height:400px;\"></div>\n",
" <script>\n",
" PLOT = document.getElementById('a480dd24-fe7a-48c8-a3bc-dda8b3c08529');\n",
" Plotly.plot(PLOT, [\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 0.09999999999999998,\n",
" 0.09999999999999998,\n",
" 0.9,\n",
" 0.9,\n",
" 0.09999999999999998,\n",
" 0.09999999999999998\n",
" ],\n",
" \"showlegend\": true,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 2.335676044546689,\n",
" 0.0,\n",
" 0.0,\n",
" 2.335676044546689,\n",
" 2.335676044546689,\n",
" 2.335676044546689\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 1.1,\n",
" 1.1,\n",
" 1.9,\n",
" 1.9,\n",
" 1.1,\n",
" 1.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 1.0152322409504557,\n",
" 0.0,\n",
" 0.0,\n",
" 1.0152322409504557,\n",
" 1.0152322409504557,\n",
" 1.0152322409504557\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 2.1,\n",
" 2.1,\n",
" 2.9,\n",
" 2.9,\n",
" 2.1,\n",
" 2.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.5547548473064476,\n",
" 0.0,\n",
" 0.0,\n",
" 0.5547548473064476,\n",
" 0.5547548473064476,\n",
" 0.5547548473064476\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 3.1,\n",
" 3.1,\n",
" 3.9,\n",
" 3.9,\n",
" 3.1,\n",
" 3.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.26347963352729975,\n",
" 0.0,\n",
" 0.0,\n",
" 0.26347963352729975,\n",
" 0.26347963352729975,\n",
" 0.26347963352729975\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 4.1,\n",
" 4.1,\n",
" 4.9,\n",
" 4.9,\n",
" 4.1,\n",
" 4.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.22490671482850863,\n",
" 0.0,\n",
" 0.0,\n",
" 0.22490671482850863,\n",
" 0.22490671482850863,\n",
" 0.22490671482850863\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 5.1,\n",
" 5.1,\n",
" 5.9,\n",
" 5.9,\n",
" 5.1,\n",
" 5.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.1980682716573869,\n",
" 0.0,\n",
" 0.0,\n",
" 0.1980682716573869,\n",
" 0.1980682716573869,\n",
" 0.1980682716573869\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 6.1,\n",
" 6.1,\n",
" 6.9,\n",
" 6.9,\n",
" 6.1,\n",
" 6.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.19619539048632023,\n",
" 0.0,\n",
" 0.0,\n",
" 0.19619539048632023,\n",
" 0.19619539048632023,\n",
" 0.19619539048632023\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 7.1,\n",
" 7.1,\n",
" 7.9,\n",
" 7.9,\n",
" 7.1,\n",
" 7.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.19518236333613373,\n",
" 0.0,\n",
" 0.0,\n",
" 0.19518236333613373,\n",
" 0.19518236333613373,\n",
" 0.19518236333613373\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 8.1,\n",
" 8.1,\n",
" 8.9,\n",
" 8.9,\n",
" 8.1,\n",
" 8.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.1412197774617251,\n",
" 0.0,\n",
" 0.0,\n",
" 0.1412197774617251,\n",
" 0.1412197774617251,\n",
" 0.1412197774617251\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 9.1,\n",
" 9.1,\n",
" 9.9,\n",
" 9.9,\n",
" 9.1,\n",
" 9.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.13651190527510743,\n",
" 0.0,\n",
" 0.0,\n",
" 0.13651190527510743,\n",
" 0.13651190527510743,\n",
" 0.13651190527510743\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 10.1,\n",
" 10.1,\n",
" 10.9,\n",
" 10.9,\n",
" 10.1,\n",
" 10.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.10953309198923235,\n",
" 0.0,\n",
" 0.0,\n",
" 0.10953309198923235,\n",
" 0.10953309198923235,\n",
" 0.10953309198923235\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 11.1,\n",
" 11.1,\n",
" 11.9,\n",
" 11.9,\n",
" 11.1,\n",
" 11.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.10692076743450035,\n",
" 0.0,\n",
" 0.0,\n",
" 0.10692076743450035,\n",
" 0.10692076743450035,\n",
" 0.10692076743450035\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 12.1,\n",
" 12.1,\n",
" 12.9,\n",
" 12.9,\n",
" 12.1,\n",
" 12.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.08532722405993945,\n",
" 0.0,\n",
" 0.0,\n",
" 0.08532722405993945,\n",
" 0.08532722405993945,\n",
" 0.08532722405993945\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 13.1,\n",
" 13.1,\n",
" 13.9,\n",
" 13.9,\n",
" 13.1,\n",
" 13.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.0633160420237616,\n",
" 0.0,\n",
" 0.0,\n",
" 0.0633160420237616,\n",
" 0.0633160420237616,\n",
" 0.0633160420237616\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 14.1,\n",
" 14.1,\n",
" 14.9,\n",
" 14.9,\n",
" 14.1,\n",
" 14.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.0624043585374589,\n",
" 0.0,\n",
" 0.0,\n",
" 0.0624043585374589,\n",
" 0.0624043585374589,\n",
" 0.0624043585374589\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 15.1,\n",
" 15.1,\n",
" 15.9,\n",
" 15.9,\n",
" 15.1,\n",
" 15.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.0597126006568386,\n",
" 0.0,\n",
" 0.0,\n",
" 0.0597126006568386,\n",
" 0.0597126006568386,\n",
" 0.0597126006568386\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 16.1,\n",
" 16.1,\n",
" 16.9,\n",
" 16.9,\n",
" 16.1,\n",
" 16.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.05933544303797468,\n",
" 0.0,\n",
" 0.0,\n",
" 0.05933544303797468,\n",
" 0.05933544303797468,\n",
" 0.05933544303797468\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 17.1,\n",
" 17.1,\n",
" 17.9,\n",
" 17.9,\n",
" 17.1,\n",
" 17.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.05813864536956289,\n",
" 0.0,\n",
" 0.0,\n",
" 0.05813864536956289,\n",
" 0.05813864536956289,\n",
" 0.05813864536956289\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 18.1,\n",
" 18.1,\n",
" 18.9,\n",
" 18.9,\n",
" 18.1,\n",
" 18.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.05747227291871402,\n",
" 0.0,\n",
" 0.0,\n",
" 0.05747227291871402,\n",
" 0.05747227291871402,\n",
" 0.05747227291871402\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 19.1,\n",
" 19.1,\n",
" 19.9,\n",
" 19.9,\n",
" 19.1,\n",
" 19.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.05239003332006119,\n",
" 0.0,\n",
" 0.0,\n",
" 0.05239003332006119,\n",
" 0.05239003332006119,\n",
" 0.05239003332006119\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 20.1,\n",
" 20.1,\n",
" 20.9,\n",
" 20.9,\n",
" 20.1,\n",
" 20.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.04214982019066068,\n",
" 0.0,\n",
" 0.0,\n",
" 0.04214982019066068,\n",
" 0.04214982019066068,\n",
" 0.04214982019066068\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 21.1,\n",
" 21.1,\n",
" 21.9,\n",
" 21.9,\n",
" 21.1,\n",
" 21.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.03672632598387564,\n",
" 0.0,\n",
" 0.0,\n",
" 0.03672632598387564,\n",
" 0.03672632598387564,\n",
" 0.03672632598387564\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 22.1,\n",
" 22.1,\n",
" 22.9,\n",
" 22.9,\n",
" 22.1,\n",
" 22.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.03335315993396074,\n",
" 0.0,\n",
" 0.0,\n",
" 0.03335315993396074,\n",
" 0.03335315993396074,\n",
" 0.03335315993396074\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 23.1,\n",
" 23.1,\n",
" 23.9,\n",
" 23.9,\n",
" 23.1,\n",
" 23.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.02808871252099183,\n",
" 0.0,\n",
" 0.0,\n",
" 0.02808871252099183,\n",
" 0.02808871252099183,\n",
" 0.02808871252099183\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 24.1,\n",
" 24.1,\n",
" 24.9,\n",
" 24.9,\n",
" 24.1,\n",
" 24.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.02662533400530605,\n",
" 0.0,\n",
" 0.0,\n",
" 0.02662533400530605,\n",
" 0.02662533400530605,\n",
" 0.02662533400530605\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 25.1,\n",
" 25.1,\n",
" 25.9,\n",
" 25.9,\n",
" 25.1,\n",
" 25.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.025855210819411296,\n",
" 0.0,\n",
" 0.0,\n",
" 0.025855210819411296,\n",
" 0.025855210819411296,\n",
" 0.025855210819411296\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 26.1,\n",
" 26.1,\n",
" 26.9,\n",
" 26.9,\n",
" 26.1,\n",
" 26.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.02218524681087077,\n",
" 0.0,\n",
" 0.0,\n",
" 0.02218524681087077,\n",
" 0.02218524681087077,\n",
" 0.02218524681087077\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 27.1,\n",
" 27.1,\n",
" 27.9,\n",
" 27.9,\n",
" 27.1,\n",
" 27.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.021142140442813862,\n",
" 0.0,\n",
" 0.0,\n",
" 0.021142140442813862,\n",
" 0.021142140442813862,\n",
" 0.021142140442813862\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 28.1,\n",
" 28.1,\n",
" 28.9,\n",
" 28.9,\n",
" 28.1,\n",
" 28.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.01991074160228051,\n",
" 0.0,\n",
" 0.0,\n",
" 0.01991074160228051,\n",
" 0.01991074160228051,\n",
" 0.01991074160228051\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 29.1,\n",
" 29.1,\n",
" 29.9,\n",
" 29.9,\n",
" 29.1,\n",
" 29.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.01927686303606956,\n",
" 0.0,\n",
" 0.0,\n",
" 0.01927686303606956,\n",
" 0.01927686303606956,\n",
" 0.01927686303606956\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 30.1,\n",
" 30.1,\n",
" 30.9,\n",
" 30.9,\n",
" 30.1,\n",
" 30.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.018160834695395936,\n",
" 0.0,\n",
" 0.0,\n",
" 0.018160834695395936,\n",
" 0.018160834695395936,\n",
" 0.018160834695395936\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 31.1,\n",
" 31.1,\n",
" 31.9,\n",
" 31.9,\n",
" 31.1,\n",
" 31.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.01709825798924486,\n",
" 0.0,\n",
" 0.0,\n",
" 0.01709825798924486,\n",
" 0.01709825798924486,\n",
" 0.01709825798924486\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 32.1,\n",
" 32.1,\n",
" 32.9,\n",
" 32.9,\n",
" 32.1,\n",
" 32.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.016741486644013988,\n",
" 0.0,\n",
" 0.0,\n",
" 0.016741486644013988,\n",
" 0.016741486644013988,\n",
" 0.016741486644013988\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 33.1,\n",
" 33.1,\n",
" 33.9,\n",
" 33.9,\n",
" 33.1,\n",
" 33.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.015176270004813724,\n",
" 0.0,\n",
" 0.0,\n",
" 0.015176270004813724,\n",
" 0.015176270004813724,\n",
" 0.015176270004813724\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 34.1,\n",
" 34.1,\n",
" 34.9,\n",
" 34.9,\n",
" 34.1,\n",
" 34.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.014662337105010942,\n",
" 0.0,\n",
" 0.0,\n",
" 0.014662337105010942,\n",
" 0.014662337105010942,\n",
" 0.014662337105010942\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 35.1,\n",
" 35.1,\n",
" 35.9,\n",
" 35.9,\n",
" 35.1,\n",
" 35.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.012788287692375536,\n",
" 0.0,\n",
" 0.0,\n",
" 0.012788287692375536,\n",
" 0.012788287692375536,\n",
" 0.012788287692375536\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 36.1,\n",
" 36.1,\n",
" 36.9,\n",
" 36.9,\n",
" 36.1,\n",
" 36.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.012728075889280713,\n",
" 0.0,\n",
" 0.0,\n",
" 0.012728075889280713,\n",
" 0.012728075889280713,\n",
" 0.012728075889280713\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 37.1,\n",
" 37.1,\n",
" 37.9,\n",
" 37.9,\n",
" 37.1,\n",
" 37.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.012318115328354761,\n",
" 0.0,\n",
" 0.0,\n",
" 0.012318115328354761,\n",
" 0.012318115328354761,\n",
" 0.012318115328354761\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 38.1,\n",
" 38.1,\n",
" 38.9,\n",
" 38.9,\n",
" 38.1,\n",
" 38.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.010149374917909468,\n",
" 0.0,\n",
" 0.0,\n",
" 0.010149374917909468,\n",
" 0.010149374917909468,\n",
" 0.010149374917909468\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 39.1,\n",
" 39.1,\n",
" 39.9,\n",
" 39.9,\n",
" 39.1,\n",
" 39.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.009189785283369731,\n",
" 0.0,\n",
" 0.0,\n",
" 0.009189785283369731,\n",
" 0.009189785283369731,\n",
" 0.009189785283369731\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 40.1,\n",
" 40.1,\n",
" 40.9,\n",
" 40.9,\n",
" 40.1,\n",
" 40.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.008563496069806015,\n",
" 0.0,\n",
" 0.0,\n",
" 0.008563496069806015,\n",
" 0.008563496069806015,\n",
" 0.008563496069806015\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 41.1,\n",
" 41.1,\n",
" 41.9,\n",
" 41.9,\n",
" 41.1,\n",
" 41.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.006811757092742073,\n",
" 0.0,\n",
" 0.0,\n",
" 0.006811757092742073,\n",
" 0.006811757092742073,\n",
" 0.006811757092742073\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 42.1,\n",
" 42.1,\n",
" 42.9,\n",
" 42.9,\n",
" 42.1,\n",
" 42.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.004993181186941583,\n",
" 0.0,\n",
" 0.0,\n",
" 0.004993181186941583,\n",
" 0.004993181186941583,\n",
" 0.004993181186941583\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 43.1,\n",
" 43.1,\n",
" 43.9,\n",
" 43.9,\n",
" 43.1,\n",
" 43.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.004949025042066713,\n",
" 0.0,\n",
" 0.0,\n",
" 0.004949025042066713,\n",
" 0.004949025042066713,\n",
" 0.004949025042066713\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 44.1,\n",
" 44.1,\n",
" 44.9,\n",
" 44.9,\n",
" 44.1,\n",
" 44.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.0033302251232183292,\n",
" 0.0,\n",
" 0.0,\n",
" 0.0033302251232183292,\n",
" 0.0033302251232183292,\n",
" 0.0033302251232183292\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 45.1,\n",
" 45.1,\n",
" 45.9,\n",
" 45.9,\n",
" 45.1,\n",
" 45.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.0030185125373918243,\n",
" 0.0,\n",
" 0.0,\n",
" 0.0030185125373918243,\n",
" 0.0030185125373918243,\n",
" 0.0030185125373918243\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 46.1,\n",
" 46.1,\n",
" 46.9,\n",
" 46.9,\n",
" 46.1,\n",
" 46.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.0,\n",
" 0.0,\n",
" 0.0,\n",
" 0.0,\n",
" 0.0,\n",
" 0.0\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" }\n",
"]\n",
", {\n",
" \"showlegend\": true,\n",
" \"xaxis\": {\n",
" \"showticklabels\": true,\n",
" \"gridwidth\": 0.5,\n",
" \"tickvals\": [\n",
" 1,\n",
" 2,\n",
" 3,\n",
" 4,\n",
" 5,\n",
" 6,\n",
" 7,\n",
" 8,\n",
" 9,\n",
" 10,\n",
" 11,\n",
" 12,\n",
" 13,\n",
" 14,\n",
" 15,\n",
" 16,\n",
" 17,\n",
" 18,\n",
" 19,\n",
" 20,\n",
" 21,\n",
" 22,\n",
" 23,\n",
" 24,\n",
" 25,\n",
" 26,\n",
" 27,\n",
" 28,\n",
" 29,\n",
" 30,\n",
" 31,\n",
" 32,\n",
" 33,\n",
" 34,\n",
" 35,\n",
" 36,\n",
" 37,\n",
" 38,\n",
" 39,\n",
" 40,\n",
" 41,\n",
" 42,\n",
" 43,\n",
" 44,\n",
" 45,\n",
" 46,\n",
" 47\n",
" ],\n",
" \"visible\": true,\n",
" \"ticks\": \"inside\",\n",
" \"range\": [\n",
" -2.7922399999999996,\n",
" 49.79224\n",
" ],\n",
" \"domain\": [\n",
" 0.05735181539807524,\n",
" 0.9950787401574802\n",
" ],\n",
" \"tickmode\": \"array\",\n",
" \"linecolor\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"showgrid\": true,\n",
" \"title\": \"\",\n",
" \"mirror\": false,\n",
" \"tickangle\": 90,\n",
" \"showline\": true,\n",
" \"gridcolor\": \"rgba(255, 255, 255, 0.100)\",\n",
" \"titlefont\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"family\": \"sans-serif\",\n",
" \"size\": 15\n",
" },\n",
" \"tickcolor\": \"rgb(255, 255, 255)\",\n",
" \"ticktext\": [\n",
" \"東京\",\n",
" \"大阪\",\n",
" \"神奈川\",\n",
" \"埼玉\",\n",
" \"京都\",\n",
" \"千葉\",\n",
" \"兵庫\",\n",
" \"福岡\",\n",
" \"愛知\",\n",
" \"石川\",\n",
" \"福井\",\n",
" \"沖縄\",\n",
" \"奈良\",\n",
" \"岐阜\",\n",
" \"富山\",\n",
" \"広島\",\n",
" \"高知\",\n",
" \"滋賀\",\n",
" \"群馬\",\n",
" \"山梨\",\n",
" \"和歌山\",\n",
" \"茨城\",\n",
" \"大分\",\n",
" \"愛媛\",\n",
" \"宮城\",\n",
" \"香川\",\n",
" \"山形\",\n",
" \"北海道\",\n",
" \"三重\",\n",
" \"静岡\",\n",
" \"山口\",\n",
" \"栃木\",\n",
" \"長野\",\n",
" \"福島\",\n",
" \"熊本\",\n",
" \"新潟\",\n",
" \"佐賀\",\n",
" \"島根\",\n",
" \"長崎\",\n",
" \"宮崎\",\n",
" \"岡山\",\n",
" \"青森\",\n",
" \"秋田\",\n",
" \"徳島\",\n",
" \"鳥取\",\n",
" \"鹿児島\",\n",
" \"岩手\"\n",
" ],\n",
" \"zeroline\": false,\n",
" \"type\": \"-\",\n",
" \"tickfont\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"family\": \"sans-serif\",\n",
" \"size\": 11\n",
" },\n",
" \"zerolinecolor\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"anchor\": \"y1\"\n",
" },\n",
" \"paper_bgcolor\": \"rgba(51, 51, 51, 1.000)\",\n",
" \"annotations\": [],\n",
" \"height\": 400,\n",
" \"margin\": {\n",
" \"l\": 0,\n",
" \"b\": 20,\n",
" \"r\": 0,\n",
" \"t\": 20\n",
" },\n",
" \"plot_bgcolor\": \"rgba(51, 51, 51, 1.000)\",\n",
" \"yaxis\": {\n",
" \"showticklabels\": true,\n",
" \"gridwidth\": 0.5,\n",
" \"tickvals\": [\n",
" 0.0,\n",
" 0.5,\n",
" 1.0,\n",
" 1.5,\n",
" 2.0\n",
" ],\n",
" \"visible\": true,\n",
" \"ticks\": \"inside\",\n",
" \"range\": [\n",
" -0.07007028133640067,\n",
" 2.4057463258830896\n",
" ],\n",
" \"domain\": [\n",
" 0.07650918635170612,\n",
" 0.9901574803149606\n",
" ],\n",
" \"tickmode\": \"array\",\n",
" \"linecolor\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"showgrid\": true,\n",
" \"title\": \"可住地面積比\",\n",
" \"mirror\": false,\n",
" \"tickangle\": 0,\n",
" \"showline\": true,\n",
" \"gridcolor\": \"rgba(255, 255, 255, 0.100)\",\n",
" \"titlefont\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"family\": \"sans-serif\",\n",
" \"size\": 15\n",
" },\n",
" \"tickcolor\": \"rgb(255, 255, 255)\",\n",
" \"ticktext\": [\n",
" \"0.0\",\n",
" \"0.5\",\n",
" \"1.0\",\n",
" \"1.5\",\n",
" \"2.0\"\n",
" ],\n",
" \"zeroline\": false,\n",
" \"type\": \"-\",\n",
" \"tickfont\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"family\": \"sans-serif\",\n",
" \"size\": 11\n",
" },\n",
" \"zerolinecolor\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"anchor\": \"x1\"\n",
" },\n",
" \"legend\": {\n",
" \"tracegroupgap\": 0,\n",
" \"bordercolor\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"bgcolor\": \"rgba(51, 51, 51, 1.000)\",\n",
" \"font\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"family\": \"sans-serif\",\n",
" \"size\": 11\n",
" },\n",
" \"y\": 1.0,\n",
" \"x\": 1.0\n",
" },\n",
" \"width\": 800\n",
"}\n",
");\n",
" </script>\n",
"\n",
" </body>\n",
"</html>\n"
]
},
"execution_count": 14,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"sort!(df2, :kajuuchi_ratio, rev=true)\n",
"bar(df2[!, 1], df2[!, :kajuuchi_ratio], xticks=(1:47, df2.name_s), xrotation=-90,\n",
" ylabel = \"可住地面積比\",\n",
" size=(800,400),\n",
" background_color = RGB(0.2, 0.2, 0.2)\n",
")"
]
},
{
"cell_type": "code",
"execution_count": 15,
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.plotly.v1+json": {
"data": [
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": true,
"type": "scatter",
"x": [
0.09999999999999998,
0.09999999999999998,
0.9,
0.9,
0.09999999999999998,
0.09999999999999998
],
"xaxis": "x1",
"y": [
2.014493763563678,
0,
0,
2.014493763563678,
2.014493763563678,
2.014493763563678
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
1.1,
1.1,
1.9,
1.9,
1.1,
1.1
],
"xaxis": "x1",
"y": [
0.40733327690053717,
0,
0,
0.40733327690053717,
0.40733327690053717,
0.40733327690053717
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
2.1,
2.1,
2.9,
2.9,
2.1,
2.1
],
"xaxis": "x1",
"y": [
0.3537591904047976,
0,
0,
0.3537591904047976,
0.3537591904047976,
0.3537591904047976
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
3.1,
3.1,
3.9,
3.9,
3.1,
3.1
],
"xaxis": "x1",
"y": [
0.29491961165048547,
0,
0,
0.29491961165048547,
0.29491961165048547,
0.29491961165048547
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
4.1,
4.1,
4.9,
4.9,
4.1,
4.1
],
"xaxis": "x1",
"y": [
0.2816991546162403,
0,
0,
0.2816991546162403,
0.2816991546162403,
0.2816991546162403
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
5.1,
5.1,
5.9,
5.9,
5.1,
5.1
],
"xaxis": "x1",
"y": [
0.24531565714285714,
0,
0,
0.24531565714285714,
0.24531565714285714,
0.24531565714285714
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
6.1,
6.1,
6.9,
6.9,
6.1,
6.1
],
"xaxis": "x1",
"y": [
0.23402283185840705,
0,
0,
0.23402283185840705,
0.23402283185840705,
0.23402283185840705
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
7.1,
7.1,
7.9,
7.9,
7.1,
7.1
],
"xaxis": "x1",
"y": [
0.20810466836439404,
0,
0,
0.20810466836439404,
0.20810466836439404,
0.20810466836439404
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
8.1,
8.1,
8.9,
8.9,
8.1,
8.1
],
"xaxis": "x1",
"y": [
0.20516122304701306,
0,
0,
0.20516122304701306,
0.20516122304701306,
0.20516122304701306
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
9.1,
9.1,
9.9,
9.9,
9.1,
9.1
],
"xaxis": "x1",
"y": [
0.2047577777777778,
0,
0,
0.2047577777777778,
0.2047577777777778,
0.2047577777777778
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
10.1,
10.1,
10.9,
10.9,
10.1,
10.1
],
"xaxis": "x1",
"y": [
0.17220285402157587,
0,
0,
0.17220285402157587,
0.17220285402157587,
0.17220285402157587
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
11.1,
11.1,
11.9,
11.9,
11.1,
11.1
],
"xaxis": "x1",
"y": [
0.17047756232686984,
0,
0,
0.17047756232686984,
0.17047756232686984,
0.17047756232686984
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
12.1,
12.1,
12.9,
12.9,
12.1,
12.1
],
"xaxis": "x1",
"y": [
0.16682598425196848,
0,
0,
0.16682598425196848,
0.16682598425196848,
0.16682598425196848
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
13.1,
13.1,
13.9,
13.9,
13.1,
13.1
],
"xaxis": "x1",
"y": [
0.15826083844580777,
0,
0,
0.15826083844580777,
0.15826083844580777,
0.15826083844580777
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
14.1,
14.1,
14.9,
14.9,
14.1,
14.1
],
"xaxis": "x1",
"y": [
0.1570732035770647,
0,
0,
0.1570732035770647,
0.1570732035770647,
0.1570732035770647
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
15.1,
15.1,
15.9,
15.9,
15.1,
15.1
],
"xaxis": "x1",
"y": [
0.14581039438141544,
0,
0,
0.14581039438141544,
0.14581039438141544,
0.14581039438141544
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
16.1,
16.1,
16.9,
16.9,
16.1,
16.1
],
"xaxis": "x1",
"y": [
0.1334672211720227,
0,
0,
0.1334672211720227,
0.1334672211720227,
0.1334672211720227
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
17.1,
17.1,
17.9,
17.9,
17.1,
17.1
],
"xaxis": "x1",
"y": [
0.12205139031114612,
0,
0,
0.12205139031114612,
0.12205139031114612,
0.12205139031114612
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
18.1,
18.1,
18.9,
18.9,
18.1,
18.1
],
"xaxis": "x1",
"y": [
0.11796107623318385,
0,
0,
0.11796107623318385,
0.11796107623318385,
0.11796107623318385
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
19.1,
19.1,
19.9,
19.9,
19.1,
19.1
],
"xaxis": "x1",
"y": [
0.11542280487804878,
0,
0,
0.11542280487804878,
0.11542280487804878,
0.11542280487804878
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
20.1,
20.1,
20.9,
20.9,
20.1,
20.1
],
"xaxis": "x1",
"y": [
0.1148874855907781,
0,
0,
0.1148874855907781,
0.1148874855907781,
0.1148874855907781
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
21.1,
21.1,
21.9,
21.9,
21.1,
21.1
],
"xaxis": "x1",
"y": [
0.11430017094017095,
0,
0,
0.11430017094017095,
0.11430017094017095,
0.11430017094017095
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
22.1,
22.1,
22.9,
22.9,
22.1,
22.1
],
"xaxis": "x1",
"y": [
0.10205045391061453,
0,
0,
0.10205045391061453,
0.10205045391061453,
0.10205045391061453
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
23.1,
23.1,
23.9,
23.9,
23.1,
23.1
],
"xaxis": "x1",
"y": [
0.09534964664310955,
0,
0,
0.09534964664310955,
0.09534964664310955,
0.09534964664310955
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
24.1,
24.1,
24.9,
24.9,
24.1,
24.1
],
"xaxis": "x1",
"y": [
0.08571755905511812,
0,
0,
0.08571755905511812,
0.08571755905511812,
0.08571755905511812
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
25.1,
25.1,
25.9,
25.9,
25.1,
25.1
],
"xaxis": "x1",
"y": [
0.07927084940072955,
0,
0,
0.07927084940072955,
0.07927084940072955,
0.07927084940072955
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
26.1,
26.1,
26.9,
26.9,
26.1,
26.1
],
"xaxis": "x1",
"y": [
0.07157688760806916,
0,
0,
0.07157688760806916,
0.07157688760806916,
0.07157688760806916
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
27.1,
27.1,
27.9,
27.9,
27.1,
27.1
],
"xaxis": "x1",
"y": [
0.06577594951233506,
0,
0,
0.06577594951233506,
0.06577594951233506,
0.06577594951233506
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
28.1,
28.1,
28.9,
28.9,
28.1,
28.1
],
"xaxis": "x1",
"y": [
0.05927826086956522,
0,
0,
0.05927826086956522,
0.05927826086956522,
0.05927826086956522
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
29.1,
29.1,
29.9,
29.9,
29.1,
29.1
],
"xaxis": "x1",
"y": [
0.058601855439642324,
0,
0,
0.058601855439642324,
0.058601855439642324,
0.058601855439642324
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
30.1,
30.1,
30.9,
30.9,
30.1,
30.1
],
"xaxis": "x1",
"y": [
0.056481414944356115,
0,
0,
0.056481414944356115,
0.056481414944356115,
0.056481414944356115
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
31.1,
31.1,
31.9,
31.9,
31.1,
31.1
],
"xaxis": "x1",
"y": [
0.056413659849300316,
0,
0,
0.056413659849300316,
0.056413659849300316,
0.056413659849300316
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
32.1,
32.1,
32.9,
32.9,
32.1,
32.1
],
"xaxis": "x1",
"y": [
0.05242323108384457,
0,
0,
0.05242323108384457,
0.05242323108384457,
0.05242323108384457
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
33.1,
33.1,
33.9,
33.9,
33.1,
33.1
],
"xaxis": "x1",
"y": [
0.048216327812678476,
0,
0,
0.048216327812678476,
0.048216327812678476,
0.048216327812678476
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
34.1,
34.1,
34.9,
34.9,
34.1,
34.1
],
"xaxis": "x1",
"y": [
0.04699299473288186,
0,
0,
0.04699299473288186,
0.04699299473288186,
0.04699299473288186
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
35.1,
35.1,
35.9,
35.9,
35.1,
35.1
],
"xaxis": "x1",
"y": [
0.04068082914572864,
0,
0,
0.04068082914572864,
0.04068082914572864,
0.04068082914572864
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
36.1,
36.1,
36.9,
36.9,
36.1,
36.1
],
"xaxis": "x1",
"y": [
0.03905245018450185,
0,
0,
0.03905245018450185,
0.03905245018450185,
0.03905245018450185
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
37.1,
37.1,
37.9,
37.9,
37.1,
37.1
],
"xaxis": "x1",
"y": [
0.03097228017883756,
0,
0,
0.03097228017883756,
0.03097228017883756,
0.03097228017883756
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
38.1,
38.1,
38.9,
38.9,
38.1,
38.1
],
"xaxis": "x1",
"y": [
0.029281154562383612,
0,
0,
0.029281154562383612,
0.029281154562383612,
0.029281154562383612
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
39.1,
39.1,
39.9,
39.9,
39.1,
39.1
],
"xaxis": "x1",
"y": [
0.02792830258302583,
0,
0,
0.02792830258302583,
0.02792830258302583,
0.02792830258302583
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
40.1,
40.1,
40.9,
40.9,
40.1,
40.1
],
"xaxis": "x1",
"y": [
0.027463865546218488,
0,
0,
0.027463865546218488,
0.027463865546218488,
0.027463865546218488
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
41.1,
41.1,
41.9,
41.9,
41.1,
41.1
],
"xaxis": "x1",
"y": [
0.022459072988811935,
0,
0,
0.022459072988811935,
0.022459072988811935,
0.022459072988811935
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
42.1,
42.1,
42.9,
42.9,
42.1,
42.1
],
"xaxis": "x1",
"y": [
0.02136133533383346,
0,
0,
0.02136133533383346,
0.02136133533383346,
0.02136133533383346
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
43.1,
43.1,
43.9,
43.9,
43.1,
43.1
],
"xaxis": "x1",
"y": [
0.020653927680798007,
0,
0,
0.020653927680798007,
0.020653927680798007,
0.020653927680798007
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
44.1,
44.1,
44.9,
44.9,
44.1,
44.1
],
"xaxis": "x1",
"y": [
0.006910396716826265,
0,
0,
0.006910396716826265,
0.006910396716826265,
0.006910396716826265
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
45.1,
45.1,
45.9,
45.9,
45.1,
45.1
],
"xaxis": "x1",
"y": [
0.004860647482014389,
0,
0,
0.004860647482014389,
0.004860647482014389,
0.004860647482014389
],
"yaxis": "y1"
},
{
"fill": "tozeroy",
"fillcolor": "rgba(21, 208, 255, 1.000)",
"hoverinfo": "none",
"legendgroup": "y1",
"line": {
"color": "rgba(255, 255, 255, 1.000)",
"dash": "solid",
"width": 1
},
"mode": "lines",
"name": "y1",
"showlegend": false,
"type": "scatter",
"x": [
46.1,
46.1,
46.9,
46.9,
46.1,
46.1
],
"xaxis": "x1",
"y": [
0,
0,
0,
0,
0,
0
],
"yaxis": "y1"
}
],
"layout": {
"annotations": [],
"height": 400,
"legend": {
"bgcolor": "rgba(51, 51, 51, 1.000)",
"bordercolor": "rgba(255, 255, 255, 1.000)",
"font": {
"color": "rgba(255, 255, 255, 1.000)",
"family": "sans-serif",
"size": 11
},
"tracegroupgap": 0,
"x": 1,
"y": 1
},
"margin": {
"b": 20,
"l": 0,
"r": 0,
"t": 20
},
"paper_bgcolor": "rgba(51, 51, 51, 1.000)",
"plot_bgcolor": "rgba(51, 51, 51, 1.000)",
"showlegend": true,
"width": 800,
"xaxis": {
"anchor": "y1",
"domain": [
0.05735181539807524,
0.9950787401574802
],
"gridcolor": "rgba(255, 255, 255, 0.100)",
"gridwidth": 0.5,
"linecolor": "rgba(255, 255, 255, 1.000)",
"mirror": false,
"range": [
-2.7922399999999996,
49.79224
],
"showgrid": true,
"showline": true,
"showticklabels": true,
"tickangle": 90,
"tickcolor": "rgb(255, 255, 255)",
"tickfont": {
"color": "rgba(255, 255, 255, 1.000)",
"family": "sans-serif",
"size": 11
},
"tickmode": "array",
"ticks": "inside",
"ticktext": [
"北海道",
"千葉",
"東京",
"福岡",
"兵庫",
"埼玉",
"石川",
"大阪",
"茨城",
"富山",
"愛知",
"山形",
"福井",
"岐阜",
"群馬",
"福島",
"神奈川",
"京都",
"新潟",
"宮城",
"広島",
"高知",
"沖縄",
"大分",
"長野",
"栃木",
"滋賀",
"熊本",
"山梨",
"愛媛",
"青森",
"和歌山",
"秋田",
"三重",
"奈良",
"静岡",
"山口",
"島根",
"宮崎",
"佐賀",
"香川",
"岡山",
"長崎",
"鹿児島",
"徳島",
"鳥取",
"岩手"
],
"tickvals": [
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47
],
"title": "",
"titlefont": {
"color": "rgba(255, 255, 255, 1.000)",
"family": "sans-serif",
"size": 15
},
"type": "-",
"visible": true,
"zeroline": false,
"zerolinecolor": "rgba(255, 255, 255, 1.000)"
},
"yaxis": {
"anchor": "x1",
"domain": [
0.07650918635170612,
0.9901574803149606
],
"gridcolor": "rgba(255, 255, 255, 0.100)",
"gridwidth": 0.5,
"linecolor": "rgba(255, 255, 255, 1.000)",
"mirror": false,
"range": [
-0.060434812906910336,
2.0749285764705885
],
"showgrid": true,
"showline": true,
"showticklabels": true,
"tickangle": 0,
"tickcolor": "rgb(255, 255, 255)",
"tickfont": {
"color": "rgba(255, 255, 255, 1.000)",
"family": "sans-serif",
"size": 11
},
"tickmode": "array",
"ticks": "inside",
"ticktext": [
"0.0",
"0.5",
"1.0",
"1.5",
"2.0"
],
"tickvals": [
0,
0.5,
1,
1.5,
2
],
"title": "可住人口密度比",
"titlefont": {
"color": "rgba(255, 255, 255, 1.000)",
"family": "sans-serif",
"size": 15
},
"type": "-",
"visible": true,
"zeroline": false,
"zerolinecolor": "rgba(255, 255, 255, 1.000)"
}
}
},
"text/html": [
"<!DOCTYPE html>\n",
"<html>\n",
" <head>\n",
" <title>Plots.jl</title>\n",
" <meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">\n",
" <script src=\"https://cdn.plot.ly/plotly-latest.min.js\"></script>\n",
" </head>\n",
" <body>\n",
" <div id=\"dbf7c08d-e046-43a3-84e3-f55bea05eee0\" style=\"width:800px;height:400px;\"></div>\n",
" <script>\n",
" PLOT = document.getElementById('dbf7c08d-e046-43a3-84e3-f55bea05eee0');\n",
" Plotly.plot(PLOT, [\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 0.09999999999999998,\n",
" 0.09999999999999998,\n",
" 0.9,\n",
" 0.9,\n",
" 0.09999999999999998,\n",
" 0.09999999999999998\n",
" ],\n",
" \"showlegend\": true,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 2.014493763563678,\n",
" 0.0,\n",
" 0.0,\n",
" 2.014493763563678,\n",
" 2.014493763563678,\n",
" 2.014493763563678\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 1.1,\n",
" 1.1,\n",
" 1.9,\n",
" 1.9,\n",
" 1.1,\n",
" 1.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.40733327690053717,\n",
" 0.0,\n",
" 0.0,\n",
" 0.40733327690053717,\n",
" 0.40733327690053717,\n",
" 0.40733327690053717\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 2.1,\n",
" 2.1,\n",
" 2.9,\n",
" 2.9,\n",
" 2.1,\n",
" 2.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.3537591904047976,\n",
" 0.0,\n",
" 0.0,\n",
" 0.3537591904047976,\n",
" 0.3537591904047976,\n",
" 0.3537591904047976\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 3.1,\n",
" 3.1,\n",
" 3.9,\n",
" 3.9,\n",
" 3.1,\n",
" 3.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.29491961165048547,\n",
" 0.0,\n",
" 0.0,\n",
" 0.29491961165048547,\n",
" 0.29491961165048547,\n",
" 0.29491961165048547\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 4.1,\n",
" 4.1,\n",
" 4.9,\n",
" 4.9,\n",
" 4.1,\n",
" 4.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.2816991546162403,\n",
" 0.0,\n",
" 0.0,\n",
" 0.2816991546162403,\n",
" 0.2816991546162403,\n",
" 0.2816991546162403\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 5.1,\n",
" 5.1,\n",
" 5.9,\n",
" 5.9,\n",
" 5.1,\n",
" 5.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.24531565714285714,\n",
" 0.0,\n",
" 0.0,\n",
" 0.24531565714285714,\n",
" 0.24531565714285714,\n",
" 0.24531565714285714\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 6.1,\n",
" 6.1,\n",
" 6.9,\n",
" 6.9,\n",
" 6.1,\n",
" 6.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.23402283185840705,\n",
" 0.0,\n",
" 0.0,\n",
" 0.23402283185840705,\n",
" 0.23402283185840705,\n",
" 0.23402283185840705\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 7.1,\n",
" 7.1,\n",
" 7.9,\n",
" 7.9,\n",
" 7.1,\n",
" 7.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.20810466836439404,\n",
" 0.0,\n",
" 0.0,\n",
" 0.20810466836439404,\n",
" 0.20810466836439404,\n",
" 0.20810466836439404\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 8.1,\n",
" 8.1,\n",
" 8.9,\n",
" 8.9,\n",
" 8.1,\n",
" 8.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.20516122304701306,\n",
" 0.0,\n",
" 0.0,\n",
" 0.20516122304701306,\n",
" 0.20516122304701306,\n",
" 0.20516122304701306\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 9.1,\n",
" 9.1,\n",
" 9.9,\n",
" 9.9,\n",
" 9.1,\n",
" 9.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.2047577777777778,\n",
" 0.0,\n",
" 0.0,\n",
" 0.2047577777777778,\n",
" 0.2047577777777778,\n",
" 0.2047577777777778\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 10.1,\n",
" 10.1,\n",
" 10.9,\n",
" 10.9,\n",
" 10.1,\n",
" 10.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.17220285402157587,\n",
" 0.0,\n",
" 0.0,\n",
" 0.17220285402157587,\n",
" 0.17220285402157587,\n",
" 0.17220285402157587\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 11.1,\n",
" 11.1,\n",
" 11.9,\n",
" 11.9,\n",
" 11.1,\n",
" 11.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.17047756232686984,\n",
" 0.0,\n",
" 0.0,\n",
" 0.17047756232686984,\n",
" 0.17047756232686984,\n",
" 0.17047756232686984\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 12.1,\n",
" 12.1,\n",
" 12.9,\n",
" 12.9,\n",
" 12.1,\n",
" 12.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.16682598425196848,\n",
" 0.0,\n",
" 0.0,\n",
" 0.16682598425196848,\n",
" 0.16682598425196848,\n",
" 0.16682598425196848\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 13.1,\n",
" 13.1,\n",
" 13.9,\n",
" 13.9,\n",
" 13.1,\n",
" 13.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.15826083844580777,\n",
" 0.0,\n",
" 0.0,\n",
" 0.15826083844580777,\n",
" 0.15826083844580777,\n",
" 0.15826083844580777\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 14.1,\n",
" 14.1,\n",
" 14.9,\n",
" 14.9,\n",
" 14.1,\n",
" 14.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.1570732035770647,\n",
" 0.0,\n",
" 0.0,\n",
" 0.1570732035770647,\n",
" 0.1570732035770647,\n",
" 0.1570732035770647\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 15.1,\n",
" 15.1,\n",
" 15.9,\n",
" 15.9,\n",
" 15.1,\n",
" 15.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.14581039438141544,\n",
" 0.0,\n",
" 0.0,\n",
" 0.14581039438141544,\n",
" 0.14581039438141544,\n",
" 0.14581039438141544\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 16.1,\n",
" 16.1,\n",
" 16.9,\n",
" 16.9,\n",
" 16.1,\n",
" 16.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.1334672211720227,\n",
" 0.0,\n",
" 0.0,\n",
" 0.1334672211720227,\n",
" 0.1334672211720227,\n",
" 0.1334672211720227\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 17.1,\n",
" 17.1,\n",
" 17.9,\n",
" 17.9,\n",
" 17.1,\n",
" 17.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.12205139031114612,\n",
" 0.0,\n",
" 0.0,\n",
" 0.12205139031114612,\n",
" 0.12205139031114612,\n",
" 0.12205139031114612\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 18.1,\n",
" 18.1,\n",
" 18.9,\n",
" 18.9,\n",
" 18.1,\n",
" 18.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.11796107623318385,\n",
" 0.0,\n",
" 0.0,\n",
" 0.11796107623318385,\n",
" 0.11796107623318385,\n",
" 0.11796107623318385\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 19.1,\n",
" 19.1,\n",
" 19.9,\n",
" 19.9,\n",
" 19.1,\n",
" 19.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.11542280487804878,\n",
" 0.0,\n",
" 0.0,\n",
" 0.11542280487804878,\n",
" 0.11542280487804878,\n",
" 0.11542280487804878\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 20.1,\n",
" 20.1,\n",
" 20.9,\n",
" 20.9,\n",
" 20.1,\n",
" 20.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.1148874855907781,\n",
" 0.0,\n",
" 0.0,\n",
" 0.1148874855907781,\n",
" 0.1148874855907781,\n",
" 0.1148874855907781\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 21.1,\n",
" 21.1,\n",
" 21.9,\n",
" 21.9,\n",
" 21.1,\n",
" 21.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.11430017094017095,\n",
" 0.0,\n",
" 0.0,\n",
" 0.11430017094017095,\n",
" 0.11430017094017095,\n",
" 0.11430017094017095\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 22.1,\n",
" 22.1,\n",
" 22.9,\n",
" 22.9,\n",
" 22.1,\n",
" 22.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.10205045391061453,\n",
" 0.0,\n",
" 0.0,\n",
" 0.10205045391061453,\n",
" 0.10205045391061453,\n",
" 0.10205045391061453\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 23.1,\n",
" 23.1,\n",
" 23.9,\n",
" 23.9,\n",
" 23.1,\n",
" 23.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.09534964664310955,\n",
" 0.0,\n",
" 0.0,\n",
" 0.09534964664310955,\n",
" 0.09534964664310955,\n",
" 0.09534964664310955\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 24.1,\n",
" 24.1,\n",
" 24.9,\n",
" 24.9,\n",
" 24.1,\n",
" 24.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.08571755905511812,\n",
" 0.0,\n",
" 0.0,\n",
" 0.08571755905511812,\n",
" 0.08571755905511812,\n",
" 0.08571755905511812\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 25.1,\n",
" 25.1,\n",
" 25.9,\n",
" 25.9,\n",
" 25.1,\n",
" 25.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.07927084940072955,\n",
" 0.0,\n",
" 0.0,\n",
" 0.07927084940072955,\n",
" 0.07927084940072955,\n",
" 0.07927084940072955\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 26.1,\n",
" 26.1,\n",
" 26.9,\n",
" 26.9,\n",
" 26.1,\n",
" 26.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.07157688760806916,\n",
" 0.0,\n",
" 0.0,\n",
" 0.07157688760806916,\n",
" 0.07157688760806916,\n",
" 0.07157688760806916\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 27.1,\n",
" 27.1,\n",
" 27.9,\n",
" 27.9,\n",
" 27.1,\n",
" 27.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.06577594951233506,\n",
" 0.0,\n",
" 0.0,\n",
" 0.06577594951233506,\n",
" 0.06577594951233506,\n",
" 0.06577594951233506\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 28.1,\n",
" 28.1,\n",
" 28.9,\n",
" 28.9,\n",
" 28.1,\n",
" 28.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.05927826086956522,\n",
" 0.0,\n",
" 0.0,\n",
" 0.05927826086956522,\n",
" 0.05927826086956522,\n",
" 0.05927826086956522\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 29.1,\n",
" 29.1,\n",
" 29.9,\n",
" 29.9,\n",
" 29.1,\n",
" 29.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.058601855439642324,\n",
" 0.0,\n",
" 0.0,\n",
" 0.058601855439642324,\n",
" 0.058601855439642324,\n",
" 0.058601855439642324\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 30.1,\n",
" 30.1,\n",
" 30.9,\n",
" 30.9,\n",
" 30.1,\n",
" 30.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.056481414944356115,\n",
" 0.0,\n",
" 0.0,\n",
" 0.056481414944356115,\n",
" 0.056481414944356115,\n",
" 0.056481414944356115\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 31.1,\n",
" 31.1,\n",
" 31.9,\n",
" 31.9,\n",
" 31.1,\n",
" 31.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.056413659849300316,\n",
" 0.0,\n",
" 0.0,\n",
" 0.056413659849300316,\n",
" 0.056413659849300316,\n",
" 0.056413659849300316\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 32.1,\n",
" 32.1,\n",
" 32.9,\n",
" 32.9,\n",
" 32.1,\n",
" 32.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.05242323108384457,\n",
" 0.0,\n",
" 0.0,\n",
" 0.05242323108384457,\n",
" 0.05242323108384457,\n",
" 0.05242323108384457\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 33.1,\n",
" 33.1,\n",
" 33.9,\n",
" 33.9,\n",
" 33.1,\n",
" 33.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.048216327812678476,\n",
" 0.0,\n",
" 0.0,\n",
" 0.048216327812678476,\n",
" 0.048216327812678476,\n",
" 0.048216327812678476\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 34.1,\n",
" 34.1,\n",
" 34.9,\n",
" 34.9,\n",
" 34.1,\n",
" 34.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.04699299473288186,\n",
" 0.0,\n",
" 0.0,\n",
" 0.04699299473288186,\n",
" 0.04699299473288186,\n",
" 0.04699299473288186\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 35.1,\n",
" 35.1,\n",
" 35.9,\n",
" 35.9,\n",
" 35.1,\n",
" 35.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.04068082914572864,\n",
" 0.0,\n",
" 0.0,\n",
" 0.04068082914572864,\n",
" 0.04068082914572864,\n",
" 0.04068082914572864\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 36.1,\n",
" 36.1,\n",
" 36.9,\n",
" 36.9,\n",
" 36.1,\n",
" 36.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.03905245018450185,\n",
" 0.0,\n",
" 0.0,\n",
" 0.03905245018450185,\n",
" 0.03905245018450185,\n",
" 0.03905245018450185\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 37.1,\n",
" 37.1,\n",
" 37.9,\n",
" 37.9,\n",
" 37.1,\n",
" 37.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.03097228017883756,\n",
" 0.0,\n",
" 0.0,\n",
" 0.03097228017883756,\n",
" 0.03097228017883756,\n",
" 0.03097228017883756\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 38.1,\n",
" 38.1,\n",
" 38.9,\n",
" 38.9,\n",
" 38.1,\n",
" 38.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.029281154562383612,\n",
" 0.0,\n",
" 0.0,\n",
" 0.029281154562383612,\n",
" 0.029281154562383612,\n",
" 0.029281154562383612\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 39.1,\n",
" 39.1,\n",
" 39.9,\n",
" 39.9,\n",
" 39.1,\n",
" 39.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.02792830258302583,\n",
" 0.0,\n",
" 0.0,\n",
" 0.02792830258302583,\n",
" 0.02792830258302583,\n",
" 0.02792830258302583\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 40.1,\n",
" 40.1,\n",
" 40.9,\n",
" 40.9,\n",
" 40.1,\n",
" 40.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.027463865546218488,\n",
" 0.0,\n",
" 0.0,\n",
" 0.027463865546218488,\n",
" 0.027463865546218488,\n",
" 0.027463865546218488\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 41.1,\n",
" 41.1,\n",
" 41.9,\n",
" 41.9,\n",
" 41.1,\n",
" 41.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.022459072988811935,\n",
" 0.0,\n",
" 0.0,\n",
" 0.022459072988811935,\n",
" 0.022459072988811935,\n",
" 0.022459072988811935\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 42.1,\n",
" 42.1,\n",
" 42.9,\n",
" 42.9,\n",
" 42.1,\n",
" 42.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.02136133533383346,\n",
" 0.0,\n",
" 0.0,\n",
" 0.02136133533383346,\n",
" 0.02136133533383346,\n",
" 0.02136133533383346\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 43.1,\n",
" 43.1,\n",
" 43.9,\n",
" 43.9,\n",
" 43.1,\n",
" 43.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.020653927680798007,\n",
" 0.0,\n",
" 0.0,\n",
" 0.020653927680798007,\n",
" 0.020653927680798007,\n",
" 0.020653927680798007\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 44.1,\n",
" 44.1,\n",
" 44.9,\n",
" 44.9,\n",
" 44.1,\n",
" 44.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.006910396716826265,\n",
" 0.0,\n",
" 0.0,\n",
" 0.006910396716826265,\n",
" 0.006910396716826265,\n",
" 0.006910396716826265\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 45.1,\n",
" 45.1,\n",
" 45.9,\n",
" 45.9,\n",
" 45.1,\n",
" 45.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.004860647482014389,\n",
" 0.0,\n",
" 0.0,\n",
" 0.004860647482014389,\n",
" 0.004860647482014389,\n",
" 0.004860647482014389\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" },\n",
" {\n",
" \"xaxis\": \"x1\",\n",
" \"fill\": \"tozeroy\",\n",
" \"yaxis\": \"y1\",\n",
" \"x\": [\n",
" 46.1,\n",
" 46.1,\n",
" 46.9,\n",
" 46.9,\n",
" 46.1,\n",
" 46.1\n",
" ],\n",
" \"showlegend\": false,\n",
" \"mode\": \"lines\",\n",
" \"fillcolor\": \"rgba(21, 208, 255, 1.000)\",\n",
" \"name\": \"y1\",\n",
" \"legendgroup\": \"y1\",\n",
" \"line\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"dash\": \"solid\",\n",
" \"width\": 1\n",
" },\n",
" \"y\": [\n",
" 0.0,\n",
" 0.0,\n",
" 0.0,\n",
" 0.0,\n",
" 0.0,\n",
" 0.0\n",
" ],\n",
" \"type\": \"scatter\",\n",
" \"hoverinfo\": \"none\"\n",
" }\n",
"]\n",
", {\n",
" \"showlegend\": true,\n",
" \"xaxis\": {\n",
" \"showticklabels\": true,\n",
" \"gridwidth\": 0.5,\n",
" \"tickvals\": [\n",
" 1,\n",
" 2,\n",
" 3,\n",
" 4,\n",
" 5,\n",
" 6,\n",
" 7,\n",
" 8,\n",
" 9,\n",
" 10,\n",
" 11,\n",
" 12,\n",
" 13,\n",
" 14,\n",
" 15,\n",
" 16,\n",
" 17,\n",
" 18,\n",
" 19,\n",
" 20,\n",
" 21,\n",
" 22,\n",
" 23,\n",
" 24,\n",
" 25,\n",
" 26,\n",
" 27,\n",
" 28,\n",
" 29,\n",
" 30,\n",
" 31,\n",
" 32,\n",
" 33,\n",
" 34,\n",
" 35,\n",
" 36,\n",
" 37,\n",
" 38,\n",
" 39,\n",
" 40,\n",
" 41,\n",
" 42,\n",
" 43,\n",
" 44,\n",
" 45,\n",
" 46,\n",
" 47\n",
" ],\n",
" \"visible\": true,\n",
" \"ticks\": \"inside\",\n",
" \"range\": [\n",
" -2.7922399999999996,\n",
" 49.79224\n",
" ],\n",
" \"domain\": [\n",
" 0.05735181539807524,\n",
" 0.9950787401574802\n",
" ],\n",
" \"tickmode\": \"array\",\n",
" \"linecolor\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"showgrid\": true,\n",
" \"title\": \"\",\n",
" \"mirror\": false,\n",
" \"tickangle\": 90,\n",
" \"showline\": true,\n",
" \"gridcolor\": \"rgba(255, 255, 255, 0.100)\",\n",
" \"titlefont\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"family\": \"sans-serif\",\n",
" \"size\": 15\n",
" },\n",
" \"tickcolor\": \"rgb(255, 255, 255)\",\n",
" \"ticktext\": [\n",
" \"北海道\",\n",
" \"千葉\",\n",
" \"東京\",\n",
" \"福岡\",\n",
" \"兵庫\",\n",
" \"埼玉\",\n",
" \"石川\",\n",
" \"大阪\",\n",
" \"茨城\",\n",
" \"富山\",\n",
" \"愛知\",\n",
" \"山形\",\n",
" \"福井\",\n",
" \"岐阜\",\n",
" \"群馬\",\n",
" \"福島\",\n",
" \"神奈川\",\n",
" \"京都\",\n",
" \"新潟\",\n",
" \"宮城\",\n",
" \"広島\",\n",
" \"高知\",\n",
" \"沖縄\",\n",
" \"大分\",\n",
" \"長野\",\n",
" \"栃木\",\n",
" \"滋賀\",\n",
" \"熊本\",\n",
" \"山梨\",\n",
" \"愛媛\",\n",
" \"青森\",\n",
" \"和歌山\",\n",
" \"秋田\",\n",
" \"三重\",\n",
" \"奈良\",\n",
" \"静岡\",\n",
" \"山口\",\n",
" \"島根\",\n",
" \"宮崎\",\n",
" \"佐賀\",\n",
" \"香川\",\n",
" \"岡山\",\n",
" \"長崎\",\n",
" \"鹿児島\",\n",
" \"徳島\",\n",
" \"鳥取\",\n",
" \"岩手\"\n",
" ],\n",
" \"zeroline\": false,\n",
" \"type\": \"-\",\n",
" \"tickfont\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"family\": \"sans-serif\",\n",
" \"size\": 11\n",
" },\n",
" \"zerolinecolor\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"anchor\": \"y1\"\n",
" },\n",
" \"paper_bgcolor\": \"rgba(51, 51, 51, 1.000)\",\n",
" \"annotations\": [],\n",
" \"height\": 400,\n",
" \"margin\": {\n",
" \"l\": 0,\n",
" \"b\": 20,\n",
" \"r\": 0,\n",
" \"t\": 20\n",
" },\n",
" \"plot_bgcolor\": \"rgba(51, 51, 51, 1.000)\",\n",
" \"yaxis\": {\n",
" \"showticklabels\": true,\n",
" \"gridwidth\": 0.5,\n",
" \"tickvals\": [\n",
" 0.0,\n",
" 0.5,\n",
" 1.0,\n",
" 1.5,\n",
" 2.0\n",
" ],\n",
" \"visible\": true,\n",
" \"ticks\": \"inside\",\n",
" \"range\": [\n",
" -0.060434812906910336,\n",
" 2.0749285764705885\n",
" ],\n",
" \"domain\": [\n",
" 0.07650918635170612,\n",
" 0.9901574803149606\n",
" ],\n",
" \"tickmode\": \"array\",\n",
" \"linecolor\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"showgrid\": true,\n",
" \"title\": \"可住人口密度比\",\n",
" \"mirror\": false,\n",
" \"tickangle\": 0,\n",
" \"showline\": true,\n",
" \"gridcolor\": \"rgba(255, 255, 255, 0.100)\",\n",
" \"titlefont\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"family\": \"sans-serif\",\n",
" \"size\": 15\n",
" },\n",
" \"tickcolor\": \"rgb(255, 255, 255)\",\n",
" \"ticktext\": [\n",
" \"0.0\",\n",
" \"0.5\",\n",
" \"1.0\",\n",
" \"1.5\",\n",
" \"2.0\"\n",
" ],\n",
" \"zeroline\": false,\n",
" \"type\": \"-\",\n",
" \"tickfont\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"family\": \"sans-serif\",\n",
" \"size\": 11\n",
" },\n",
" \"zerolinecolor\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"anchor\": \"x1\"\n",
" },\n",
" \"legend\": {\n",
" \"tracegroupgap\": 0,\n",
" \"bordercolor\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"bgcolor\": \"rgba(51, 51, 51, 1.000)\",\n",
" \"font\": {\n",
" \"color\": \"rgba(255, 255, 255, 1.000)\",\n",
" \"family\": \"sans-serif\",\n",
" \"size\": 11\n",
" },\n",
" \"y\": 1.0,\n",
" \"x\": 1.0\n",
" },\n",
" \"width\": 800\n",
"}\n",
");\n",
" </script>\n",
"\n",
" </body>\n",
"</html>\n"
]
},
"execution_count": 15,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"sort!(df2, :kajuuchi_density_ratio, rev=true)\n",
"bar(df2[!, 1], df2[!, :kajuuchi_density_ratio], xticks=(1:47, df2.name_s), xrotation=-90,\n",
" ylabel = \"可住人口密度比\",\n",
" size=(800,400),\n",
" background_color = RGB(0.2, 0.2, 0.2)\n",
")"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Julia 1.4.0",
"language": "julia",
"name": "julia-1.4"
},
"language_info": {
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.4.1"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment