|
3 | 3 | #r "../../bin/FSharp.Plotly.dll"
|
4 | 4 |
|
5 | 5 | (**
|
6 |
| -# FSharp.Plotly: BoxPlot Charts |
| 6 | +# FSharp.Plotly: Choropleth Maps |
7 | 7 |
|
8 |
| -*Summary:* This example shows how to create boxplot charts in F#. |
| 8 | +*Summary:* This example shows how to create choropleth map in F#. |
9 | 9 |
|
10 |
| -A box plot or boxplot is a convenient way of graphically depicting groups of numerical data through their quartiles. |
11 |
| -Box plots may also have lines extending vertically from the boxes (whiskers) indicating variability outside the upper |
12 |
| -and lower quartiles, hence the terms box-and-whisker plot and box-and-whisker diagram. |
13 |
| -Outliers may be plotted as individual points. |
| 10 | +Choropleth Maps display divided geographical areas or regions that are coloured, shaded or patterned in relation to |
| 11 | +a data variable. This provides a way to visualise values over a geographical area, which can show variation or |
| 12 | +patterns across the displayed location. |
14 | 13 | *)
|
15 | 14 |
|
16 | 15 | open FSharp.Plotly
|
17 | 16 |
|
18 | 17 | let locations,z =
|
19 |
| - [("Belarus",17.5); ("Moldova",16.8);("Lithuania",15.4);("Russia",15.1);("Romania",14.4);("Ukraine",13.9); |
20 |
| - ("Andorra",13.8);("Hungary",13.3);("Czech Republic",13.);("Slovakia",13.);("Portugal",12.9);("Serbia",12.6); |
21 |
| - ("Grenada",12.5);("Poland",12.5);("Latvia",12.3);("Finland",12.3);("South Korea",12.3);("France",12.2); |
22 |
| - ("Australia",12.2);("Croatia",12.2);("Ireland",11.9);("Luxembourg",11.9);("Germany",11.8);("Slovenia",11.6); |
23 |
| - ("United Kingdom",11.6);("Denmark",11.4);("Bulgaria",11.4);("Spain",11.2);("Belgium",11.);("South Africa",11.); |
24 |
| - ("New Zealand",10.9);("Gabon",10.9);("Namibia",10.8);("Switzerland",10.7);("Saint Lucia",10.4); |
25 |
| - ("Austria",10.3);("Estonia",10.3);("Greece",10.3);("Kazakhstan",10.3);("Canada",10.2);("Nigeria",10.1); |
26 |
| - ("Netherlands",9.9);("Uganda",9.8);("Rwanda",9.8);("Chile",9.6);("Argentina",9.3);("Burundi",9.3); |
27 |
| - ("United States",9.2);("Cyprus",9.2);("Sweden",9.2);("Venezuela",8.9);("Paraguay",8.8);("Brazil",8.7); |
28 |
| - ("Sierra Leone",8.7);("Montenegro",8.7);("Belize",8.5);("Cameroon",8.4);("Botswana",8.4);("Saint Kitts and Nevis",8.2); |
29 |
| - ("Guyana",8.1);("Peru",8.1);("Panama",8.);("Niue",8.);("Palau",7.9);("Norway",7.7);("Tanzania",7.7);("Georgia",7.7); |
30 |
| - ("Uruguay",7.6);("Angola",7.5);("Laos",7.3);("Japan",7.2);("Mexico",7.2);("Ecuador",7.2);("Dominica",7.1); |
31 |
| - ("Iceland",7.1);("Thailand",7.1);("Bosnia and Herzegovina",7.1);("Sao Tome and Principe",7.1);("Malta",7.); |
32 |
| - ("Albania",7.);("Bahamas",6.9);("Dominican Republic",6.9);("Mongolia",6.9);("Cape Verde",6.9);("Barbados",6.8); |
33 |
| - ("Burkina Faso",6.8);("Italy",6.7);("Trinidad and Tobago",6.7);("China",6.7);("Macedonia",6.7); |
34 |
| - ("Saint Vincent and the Grenadines",6.6);("Equatorial Guinea",6.6);("Suriname",6.6);("Vietnam",6.6); |
35 |
| - ("Lesotho",6.5);("Haiti",6.4);("Cook Islands",6.4);("Colombia",6.2);("Ivory Coast",6.);("Bolivia",5.9); |
36 |
| - ("Swaziland",5.7);("Zimbabwe",5.7);("Seychelles",5.6);("Cambodia",5.5);("Puerto Rico",5.4);("Netherlands Antilles",5.4); |
37 |
| - ("Philippines",5.4);("Costa Rica",5.4);("Armenia",5.3);("Cuba",5.2);("Nicaragua",5.);("Jamaica",4.9);("Ghana",4.8); |
38 |
| - ("Liberia",4.7);("Uzbekistan",4.6);("Chad",4.4);("United Arab Emirates",4.3);("Kyrgyzstan",4.3); |
39 |
| - ("India",4.3);("Turkmenistan",4.3);("Kenya",4.3);("Ethiopia",4.2);("Honduras",4.);("Guinea-Bissau",4.);("Zambia",4.); |
40 |
| - ("Republic of the Congo",3.9);("Guatemala",3.8);("Central African Republic",3.8);("North Korea",3.7);("Sri Lanka",3.7); |
41 |
| - ("Mauritius",3.6);("Samoa",3.6);("Democratic Republic of the Congo",3.6);("Nauru",3.5);("Gambia",3.4); |
42 |
| - ("Federated States of Micronesia",3.3);("El Salvador",3.2);("Fiji",3.);("Papua New Guinea",3.);("Kiribati",3.); |
43 |
| - ("Tajikistan",2.8);("Israel",2.8);("Sudan",2.7);("Malawi",2.5);("Lebanon",2.4);("Azerbaijan",2.3);("Mozambique",2.3); |
44 |
| - ("Togo",2.3);("Nepal",2.2);("Brunei",2.1);("Benin",2.1);("Singapore",2.);("Turkey",2.);("Madagascar",1.8);("Solomon Islands",1.7); |
45 |
| - ("Tonga",1.6);("Tunisia",1.5);("Tuvalu",1.5);("Qatar",1.5);("Vanuatu",1.4);("Djibouti",1.3);("Malaysia",1.3); |
46 |
| - ("Syria",1.2);("Maldives",1.2);("Mali",1.1);("Eritrea",1.1);("Algeria",1.);("Iran",1.);("Oman",0.9);("Brunei",0.9); |
47 |
| - ("Morocco",0.9);("Jordan",0.7);("Bhutan",0.7);("Guinea",0.7);("Burma",0.7);("Afghanistan",0.7);("Senegal",0.6); |
48 |
| - ("Indonesia",0.6);("Timor-Leste",0.6);("Iraq",0.5);("Somalia",0.5);("Egypt",0.4);("Niger",0.3);("Yemen",0.3); |
49 |
| - ("Comoros",0.2);("Saudi Arabia",0.2);("Bangladesh",0.2);("Kuwait",0.1);("Libya",0.1);("Mauritania",0.1);("Pakistan",0.1);] |
| 18 | + [("Belarus",17.5); ("Moldova",16.8);("Lithuania",15.4);("Russia",15.1); |
| 19 | + ("Romania",14.4);("Ukraine",13.9);("Andorra",13.8);("Hungary",13.3); |
| 20 | + ("Czech Republic",13.);("Slovakia",13.);("Portugal",12.9);("Serbia",12.6); |
| 21 | + ("Grenada",12.5);("Poland",12.5);("Latvia",12.3);("Finland",12.3); |
| 22 | + ("South Korea",12.3);("France",12.2);("Australia",12.2);("Croatia",12.2); |
| 23 | + ("Ireland",11.9);("Luxembourg",11.9);("Germany",11.8);("Slovenia",11.6); |
| 24 | + ("United Kingdom",11.6);("Denmark",11.4);("Bulgaria",11.4);("Spain",11.2); |
| 25 | + ("Belgium",11.);("South Africa",11.);("New Zealand",10.9);("Gabon",10.9); |
| 26 | + ("Namibia",10.8);("Switzerland",10.7);("Saint Lucia",10.4);("Austria",10.3); |
| 27 | + ("Estonia",10.3);("Greece",10.3);("Kazakhstan",10.3);("Canada",10.2); |
| 28 | + ("Nigeria",10.1);("Netherlands",9.9);("Uganda",9.8);("Rwanda",9.8); |
| 29 | + ("Chile",9.6);("Argentina",9.3);("Burundi",9.3);("United States",9.2); |
| 30 | + ("Cyprus",9.2);("Sweden",9.2);("Venezuela",8.9);("Paraguay",8.8);("Brazil",8.7); |
| 31 | + ("Sierra Leone",8.7);("Montenegro",8.7);("Belize",8.5);("Cameroon",8.4); |
| 32 | + ("Botswana",8.4);("Saint Kitts and Nevis",8.2);("Guyana",8.1);("Peru",8.1); |
| 33 | + ("Panama",8.);("Niue",8.);("Palau",7.9);("Norway",7.7);("Tanzania",7.7); |
| 34 | + ("Georgia",7.7);("Uruguay",7.6);("Angola",7.5);("Laos",7.3);("Japan",7.2); |
| 35 | + ("Mexico",7.2);("Ecuador",7.2);("Dominica",7.1);("Iceland",7.1); |
| 36 | + ("Thailand",7.1);("Bosnia and Herzegovina",7.1);("Sao Tome and Principe",7.1); |
| 37 | + ("Malta",7.);("Albania",7.);("Bahamas",6.9);("Dominican Republic",6.9); |
| 38 | + ("Mongolia",6.9);("Cape Verde",6.9);("Barbados",6.8);("Burkina Faso",6.8); |
| 39 | + ("Italy",6.7);("Trinidad and Tobago",6.7);("China",6.7);("Macedonia",6.7); |
| 40 | + ("Saint Vincent and the Grenadines",6.6);("Equatorial Guinea",6.6); |
| 41 | + ("Suriname",6.6);("Vietnam",6.6);("Lesotho",6.5);("Haiti",6.4); |
| 42 | + ("Cook Islands",6.4);("Colombia",6.2);("Ivory Coast",6.);("Bolivia",5.9); |
| 43 | + ("Swaziland",5.7);("Zimbabwe",5.7);("Seychelles",5.6);("Cambodia",5.5); |
| 44 | + ("Puerto Rico",5.4);("Netherlands Antilles",5.4);("Philippines",5.4); |
| 45 | + ("Costa Rica",5.4);("Armenia",5.3);("Cuba",5.2);("Nicaragua",5.); |
| 46 | + ("Jamaica",4.9);("Ghana",4.8);("Liberia",4.7);("Uzbekistan",4.6); |
| 47 | + ("Chad",4.4);("United Arab Emirates",4.3);("Kyrgyzstan",4.3);("India",4.3); |
| 48 | + ("Turkmenistan",4.3);("Kenya",4.3);("Ethiopia",4.2);("Honduras",4.); |
| 49 | + ("Guinea-Bissau",4.);("Zambia",4.);("Republic of the Congo",3.9);("Guatemala",3.8); |
| 50 | + ("Central African Republic",3.8);("North Korea",3.7);("Sri Lanka",3.7); |
| 51 | + ("Mauritius",3.6);("Samoa",3.6);("Democratic Republic of the Congo",3.6); |
| 52 | + ("Nauru",3.5);("Gambia",3.4);("Federated States of Micronesia",3.3); |
| 53 | + ("El Salvador",3.2);("Fiji",3.);("Papua New Guinea",3.);("Kiribati",3.); |
| 54 | + ("Tajikistan",2.8);("Israel",2.8);("Sudan",2.7);("Malawi",2.5);("Lebanon",2.4); |
| 55 | + ("Azerbaijan",2.3);("Mozambique",2.3);("Togo",2.3);("Nepal",2.2);("Brunei",2.1); |
| 56 | + ("Benin",2.1);("Singapore",2.);("Turkey",2.);("Madagascar",1.8);("Solomon Islands",1.7); |
| 57 | + ("Tonga",1.6);("Tunisia",1.5);("Tuvalu",1.5);("Qatar",1.5);("Vanuatu",1.4); |
| 58 | + ("Djibouti",1.3);("Malaysia",1.3);("Syria",1.2);("Maldives",1.2);("Mali",1.1); |
| 59 | + ("Eritrea",1.1);("Algeria",1.);("Iran",1.);("Oman",0.9);("Brunei",0.9); |
| 60 | + ("Morocco",0.9);("Jordan",0.7);("Bhutan",0.7);("Guinea",0.7);("Burma",0.7); |
| 61 | + ("Afghanistan",0.7);("Senegal",0.6);("Indonesia",0.6);("Timor-Leste",0.6); |
| 62 | + ("Iraq",0.5);("Somalia",0.5);("Egypt",0.4);("Niger",0.3);("Yemen",0.3); |
| 63 | + ("Comoros",0.2);("Saudi Arabia",0.2);("Bangladesh",0.2);("Kuwait",0.1); |
| 64 | + ("Libya",0.1);("Mauritania",0.1);("Pakistan",0.1);] |
50 | 65 | |> List.unzip
|
51 | 66 |
|
| 67 | + |
| 68 | +// Pure alcohol consumption among adults (age 15+) in 2010 |
| 69 | + |
| 70 | +(*** define-output:ChoroplethMap1 ***) |
52 | 71 | Chart.ChoroplethMap(locations,z,Locationmode=StyleParam.LocationFormat.CountryNames)
|
53 |
| -|> Chart.Show |
| 72 | +(*** include-it:ChoroplethMap1 ***) |
| 73 | + |
0 commit comments