mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-02-07 13:05:47 +01:00
Implement code changes to enhance functionality and improve performance
This commit is contained in:
@@ -84769,864 +84769,20 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 130,
|
"execution_count": null,
|
||||||
"id": "1ac452e1",
|
"id": "1ac452e1",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
"data": {
|
"ename": "NameError",
|
||||||
"application/vnd.plotly.v1+json": {
|
"evalue": "name 'data_retraitee' is not defined",
|
||||||
"config": {
|
"output_type": "error",
|
||||||
"plotlyServerURL": "https://plot.ly"
|
"traceback": [
|
||||||
},
|
"\u001b[31m---------------------------------------------------------------------------\u001b[39m",
|
||||||
"data": [
|
"\u001b[31mNameError\u001b[39m Traceback (most recent call last)",
|
||||||
{
|
"\u001b[36mCell\u001b[39m\u001b[36m \u001b[39m\u001b[32mIn[1]\u001b[39m\u001b[32m, line 2\u001b[39m\n\u001b[32m 1\u001b[39m \u001b[38;5;66;03m#Agrégation selon la variable d'intérêt\u001b[39;00m\n\u001b[32m----> \u001b[39m\u001b[32m2\u001b[39m plot_data = \u001b[43mdata_retraitee\u001b[49m[[\u001b[33m\"\u001b[39m\u001b[33mZONE_RISQUE\u001b[39m\u001b[33m\"\u001b[39m, \u001b[33m\"\u001b[39m\u001b[33mNB\u001b[39m\u001b[33m\"\u001b[39m,\u001b[33m\"\u001b[39m\u001b[33mEXPO\u001b[39m\u001b[33m\"\u001b[39m]]\n\u001b[32m 3\u001b[39m plot_data = plot_data.groupby([\u001b[33m\"\u001b[39m\u001b[33mZONE_RISQUE\u001b[39m\u001b[33m\"\u001b[39m], as_index=\u001b[38;5;28;01mFalse\u001b[39;00m).sum()\n\u001b[32m 5\u001b[39m \u001b[38;5;66;03m#Calcul de la fréquence\u001b[39;00m\n",
|
||||||
"hovertemplate": "ZONE_RISQUE=%{x}<br>FREQ=%{y}<extra></extra>",
|
"\u001b[31mNameError\u001b[39m: name 'data_retraitee' is not defined"
|
||||||
"legendgroup": "",
|
]
|
||||||
"marker": {
|
|
||||||
"color": "#636efa",
|
|
||||||
"symbol": "circle"
|
|
||||||
},
|
|
||||||
"mode": "markers",
|
|
||||||
"name": "",
|
|
||||||
"orientation": "v",
|
|
||||||
"showlegend": false,
|
|
||||||
"type": "scatter",
|
|
||||||
"x": [
|
|
||||||
"A",
|
|
||||||
"B",
|
|
||||||
"C",
|
|
||||||
"D",
|
|
||||||
"E",
|
|
||||||
"F",
|
|
||||||
"G",
|
|
||||||
"H",
|
|
||||||
"I",
|
|
||||||
"J",
|
|
||||||
"K",
|
|
||||||
"L",
|
|
||||||
"M",
|
|
||||||
"R",
|
|
||||||
"S",
|
|
||||||
"T",
|
|
||||||
"X"
|
|
||||||
],
|
|
||||||
"xaxis": "x",
|
|
||||||
"y": {
|
|
||||||
"bdata": "7fsfMSF1Lz/GMPhorzEqP6CNXnecTCs/9h+qj1CmMT8RH5JNZgMjP95qXI+ZnBU/rNRBzalUKD/+84zJ2d4zP04cFEbgvzI/uiQEfxMPOz/efhelGZEuPz91QeIpRzI/ESaBlZY1UD8AAAAAAAAAAAAAAAAAAAAAqhgOekmHNT8AAAAAAAAAAA==",
|
|
||||||
"dtype": "f8"
|
|
||||||
},
|
|
||||||
"yaxis": "y"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"layout": {
|
|
||||||
"legend": {
|
|
||||||
"tracegroupgap": 0
|
|
||||||
},
|
|
||||||
"template": {
|
|
||||||
"data": {
|
|
||||||
"bar": [
|
|
||||||
{
|
|
||||||
"error_x": {
|
|
||||||
"color": "#2a3f5f"
|
|
||||||
},
|
|
||||||
"error_y": {
|
|
||||||
"color": "#2a3f5f"
|
|
||||||
},
|
|
||||||
"marker": {
|
|
||||||
"line": {
|
|
||||||
"color": "#E5ECF6",
|
|
||||||
"width": 0.5
|
|
||||||
},
|
|
||||||
"pattern": {
|
|
||||||
"fillmode": "overlay",
|
|
||||||
"size": 10,
|
|
||||||
"solidity": 0.2
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"type": "bar"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"barpolar": [
|
|
||||||
{
|
|
||||||
"marker": {
|
|
||||||
"line": {
|
|
||||||
"color": "#E5ECF6",
|
|
||||||
"width": 0.5
|
|
||||||
},
|
|
||||||
"pattern": {
|
|
||||||
"fillmode": "overlay",
|
|
||||||
"size": 10,
|
|
||||||
"solidity": 0.2
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"type": "barpolar"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"carpet": [
|
|
||||||
{
|
|
||||||
"aaxis": {
|
|
||||||
"endlinecolor": "#2a3f5f",
|
|
||||||
"gridcolor": "white",
|
|
||||||
"linecolor": "white",
|
|
||||||
"minorgridcolor": "white",
|
|
||||||
"startlinecolor": "#2a3f5f"
|
|
||||||
},
|
|
||||||
"baxis": {
|
|
||||||
"endlinecolor": "#2a3f5f",
|
|
||||||
"gridcolor": "white",
|
|
||||||
"linecolor": "white",
|
|
||||||
"minorgridcolor": "white",
|
|
||||||
"startlinecolor": "#2a3f5f"
|
|
||||||
},
|
|
||||||
"type": "carpet"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"choropleth": [
|
|
||||||
{
|
|
||||||
"colorbar": {
|
|
||||||
"outlinewidth": 0,
|
|
||||||
"ticks": ""
|
|
||||||
},
|
|
||||||
"type": "choropleth"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"contour": [
|
|
||||||
{
|
|
||||||
"colorbar": {
|
|
||||||
"outlinewidth": 0,
|
|
||||||
"ticks": ""
|
|
||||||
},
|
|
||||||
"colorscale": [
|
|
||||||
[
|
|
||||||
0,
|
|
||||||
"#0d0887"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.1111111111111111,
|
|
||||||
"#46039f"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.2222222222222222,
|
|
||||||
"#7201a8"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.3333333333333333,
|
|
||||||
"#9c179e"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.4444444444444444,
|
|
||||||
"#bd3786"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.5555555555555556,
|
|
||||||
"#d8576b"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.6666666666666666,
|
|
||||||
"#ed7953"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.7777777777777778,
|
|
||||||
"#fb9f3a"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.8888888888888888,
|
|
||||||
"#fdca26"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1,
|
|
||||||
"#f0f921"
|
|
||||||
]
|
|
||||||
],
|
|
||||||
"type": "contour"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"contourcarpet": [
|
|
||||||
{
|
|
||||||
"colorbar": {
|
|
||||||
"outlinewidth": 0,
|
|
||||||
"ticks": ""
|
|
||||||
},
|
|
||||||
"type": "contourcarpet"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"heatmap": [
|
|
||||||
{
|
|
||||||
"colorbar": {
|
|
||||||
"outlinewidth": 0,
|
|
||||||
"ticks": ""
|
|
||||||
},
|
|
||||||
"colorscale": [
|
|
||||||
[
|
|
||||||
0,
|
|
||||||
"#0d0887"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.1111111111111111,
|
|
||||||
"#46039f"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.2222222222222222,
|
|
||||||
"#7201a8"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.3333333333333333,
|
|
||||||
"#9c179e"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.4444444444444444,
|
|
||||||
"#bd3786"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.5555555555555556,
|
|
||||||
"#d8576b"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.6666666666666666,
|
|
||||||
"#ed7953"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.7777777777777778,
|
|
||||||
"#fb9f3a"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.8888888888888888,
|
|
||||||
"#fdca26"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1,
|
|
||||||
"#f0f921"
|
|
||||||
]
|
|
||||||
],
|
|
||||||
"type": "heatmap"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"histogram": [
|
|
||||||
{
|
|
||||||
"marker": {
|
|
||||||
"pattern": {
|
|
||||||
"fillmode": "overlay",
|
|
||||||
"size": 10,
|
|
||||||
"solidity": 0.2
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"type": "histogram"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"histogram2d": [
|
|
||||||
{
|
|
||||||
"colorbar": {
|
|
||||||
"outlinewidth": 0,
|
|
||||||
"ticks": ""
|
|
||||||
},
|
|
||||||
"colorscale": [
|
|
||||||
[
|
|
||||||
0,
|
|
||||||
"#0d0887"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.1111111111111111,
|
|
||||||
"#46039f"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.2222222222222222,
|
|
||||||
"#7201a8"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.3333333333333333,
|
|
||||||
"#9c179e"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.4444444444444444,
|
|
||||||
"#bd3786"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.5555555555555556,
|
|
||||||
"#d8576b"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.6666666666666666,
|
|
||||||
"#ed7953"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.7777777777777778,
|
|
||||||
"#fb9f3a"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.8888888888888888,
|
|
||||||
"#fdca26"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1,
|
|
||||||
"#f0f921"
|
|
||||||
]
|
|
||||||
],
|
|
||||||
"type": "histogram2d"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"histogram2dcontour": [
|
|
||||||
{
|
|
||||||
"colorbar": {
|
|
||||||
"outlinewidth": 0,
|
|
||||||
"ticks": ""
|
|
||||||
},
|
|
||||||
"colorscale": [
|
|
||||||
[
|
|
||||||
0,
|
|
||||||
"#0d0887"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.1111111111111111,
|
|
||||||
"#46039f"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.2222222222222222,
|
|
||||||
"#7201a8"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.3333333333333333,
|
|
||||||
"#9c179e"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.4444444444444444,
|
|
||||||
"#bd3786"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.5555555555555556,
|
|
||||||
"#d8576b"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.6666666666666666,
|
|
||||||
"#ed7953"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.7777777777777778,
|
|
||||||
"#fb9f3a"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.8888888888888888,
|
|
||||||
"#fdca26"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1,
|
|
||||||
"#f0f921"
|
|
||||||
]
|
|
||||||
],
|
|
||||||
"type": "histogram2dcontour"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"mesh3d": [
|
|
||||||
{
|
|
||||||
"colorbar": {
|
|
||||||
"outlinewidth": 0,
|
|
||||||
"ticks": ""
|
|
||||||
},
|
|
||||||
"type": "mesh3d"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"parcoords": [
|
|
||||||
{
|
|
||||||
"line": {
|
|
||||||
"colorbar": {
|
|
||||||
"outlinewidth": 0,
|
|
||||||
"ticks": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"type": "parcoords"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"pie": [
|
|
||||||
{
|
|
||||||
"automargin": true,
|
|
||||||
"type": "pie"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"scatter": [
|
|
||||||
{
|
|
||||||
"fillpattern": {
|
|
||||||
"fillmode": "overlay",
|
|
||||||
"size": 10,
|
|
||||||
"solidity": 0.2
|
|
||||||
},
|
|
||||||
"type": "scatter"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"scatter3d": [
|
|
||||||
{
|
|
||||||
"line": {
|
|
||||||
"colorbar": {
|
|
||||||
"outlinewidth": 0,
|
|
||||||
"ticks": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"marker": {
|
|
||||||
"colorbar": {
|
|
||||||
"outlinewidth": 0,
|
|
||||||
"ticks": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"type": "scatter3d"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"scattercarpet": [
|
|
||||||
{
|
|
||||||
"marker": {
|
|
||||||
"colorbar": {
|
|
||||||
"outlinewidth": 0,
|
|
||||||
"ticks": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"type": "scattercarpet"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"scattergeo": [
|
|
||||||
{
|
|
||||||
"marker": {
|
|
||||||
"colorbar": {
|
|
||||||
"outlinewidth": 0,
|
|
||||||
"ticks": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"type": "scattergeo"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"scattergl": [
|
|
||||||
{
|
|
||||||
"marker": {
|
|
||||||
"colorbar": {
|
|
||||||
"outlinewidth": 0,
|
|
||||||
"ticks": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"type": "scattergl"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"scattermap": [
|
|
||||||
{
|
|
||||||
"marker": {
|
|
||||||
"colorbar": {
|
|
||||||
"outlinewidth": 0,
|
|
||||||
"ticks": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"type": "scattermap"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"scattermapbox": [
|
|
||||||
{
|
|
||||||
"marker": {
|
|
||||||
"colorbar": {
|
|
||||||
"outlinewidth": 0,
|
|
||||||
"ticks": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"type": "scattermapbox"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"scatterpolar": [
|
|
||||||
{
|
|
||||||
"marker": {
|
|
||||||
"colorbar": {
|
|
||||||
"outlinewidth": 0,
|
|
||||||
"ticks": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"type": "scatterpolar"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"scatterpolargl": [
|
|
||||||
{
|
|
||||||
"marker": {
|
|
||||||
"colorbar": {
|
|
||||||
"outlinewidth": 0,
|
|
||||||
"ticks": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"type": "scatterpolargl"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"scatterternary": [
|
|
||||||
{
|
|
||||||
"marker": {
|
|
||||||
"colorbar": {
|
|
||||||
"outlinewidth": 0,
|
|
||||||
"ticks": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"type": "scatterternary"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"surface": [
|
|
||||||
{
|
|
||||||
"colorbar": {
|
|
||||||
"outlinewidth": 0,
|
|
||||||
"ticks": ""
|
|
||||||
},
|
|
||||||
"colorscale": [
|
|
||||||
[
|
|
||||||
0,
|
|
||||||
"#0d0887"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.1111111111111111,
|
|
||||||
"#46039f"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.2222222222222222,
|
|
||||||
"#7201a8"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.3333333333333333,
|
|
||||||
"#9c179e"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.4444444444444444,
|
|
||||||
"#bd3786"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.5555555555555556,
|
|
||||||
"#d8576b"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.6666666666666666,
|
|
||||||
"#ed7953"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.7777777777777778,
|
|
||||||
"#fb9f3a"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.8888888888888888,
|
|
||||||
"#fdca26"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1,
|
|
||||||
"#f0f921"
|
|
||||||
]
|
|
||||||
],
|
|
||||||
"type": "surface"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"table": [
|
|
||||||
{
|
|
||||||
"cells": {
|
|
||||||
"fill": {
|
|
||||||
"color": "#EBF0F8"
|
|
||||||
},
|
|
||||||
"line": {
|
|
||||||
"color": "white"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"header": {
|
|
||||||
"fill": {
|
|
||||||
"color": "#C8D4E3"
|
|
||||||
},
|
|
||||||
"line": {
|
|
||||||
"color": "white"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"type": "table"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"layout": {
|
|
||||||
"annotationdefaults": {
|
|
||||||
"arrowcolor": "#2a3f5f",
|
|
||||||
"arrowhead": 0,
|
|
||||||
"arrowwidth": 1
|
|
||||||
},
|
|
||||||
"autotypenumbers": "strict",
|
|
||||||
"coloraxis": {
|
|
||||||
"colorbar": {
|
|
||||||
"outlinewidth": 0,
|
|
||||||
"ticks": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"colorscale": {
|
|
||||||
"diverging": [
|
|
||||||
[
|
|
||||||
0,
|
|
||||||
"#8e0152"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.1,
|
|
||||||
"#c51b7d"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.2,
|
|
||||||
"#de77ae"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.3,
|
|
||||||
"#f1b6da"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.4,
|
|
||||||
"#fde0ef"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.5,
|
|
||||||
"#f7f7f7"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.6,
|
|
||||||
"#e6f5d0"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.7,
|
|
||||||
"#b8e186"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.8,
|
|
||||||
"#7fbc41"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.9,
|
|
||||||
"#4d9221"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1,
|
|
||||||
"#276419"
|
|
||||||
]
|
|
||||||
],
|
|
||||||
"sequential": [
|
|
||||||
[
|
|
||||||
0,
|
|
||||||
"#0d0887"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.1111111111111111,
|
|
||||||
"#46039f"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.2222222222222222,
|
|
||||||
"#7201a8"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.3333333333333333,
|
|
||||||
"#9c179e"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.4444444444444444,
|
|
||||||
"#bd3786"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.5555555555555556,
|
|
||||||
"#d8576b"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.6666666666666666,
|
|
||||||
"#ed7953"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.7777777777777778,
|
|
||||||
"#fb9f3a"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.8888888888888888,
|
|
||||||
"#fdca26"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1,
|
|
||||||
"#f0f921"
|
|
||||||
]
|
|
||||||
],
|
|
||||||
"sequentialminus": [
|
|
||||||
[
|
|
||||||
0,
|
|
||||||
"#0d0887"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.1111111111111111,
|
|
||||||
"#46039f"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.2222222222222222,
|
|
||||||
"#7201a8"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.3333333333333333,
|
|
||||||
"#9c179e"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.4444444444444444,
|
|
||||||
"#bd3786"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.5555555555555556,
|
|
||||||
"#d8576b"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.6666666666666666,
|
|
||||||
"#ed7953"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.7777777777777778,
|
|
||||||
"#fb9f3a"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.8888888888888888,
|
|
||||||
"#fdca26"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1,
|
|
||||||
"#f0f921"
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"colorway": [
|
|
||||||
"#636efa",
|
|
||||||
"#EF553B",
|
|
||||||
"#00cc96",
|
|
||||||
"#ab63fa",
|
|
||||||
"#FFA15A",
|
|
||||||
"#19d3f3",
|
|
||||||
"#FF6692",
|
|
||||||
"#B6E880",
|
|
||||||
"#FF97FF",
|
|
||||||
"#FECB52"
|
|
||||||
],
|
|
||||||
"font": {
|
|
||||||
"color": "#2a3f5f"
|
|
||||||
},
|
|
||||||
"geo": {
|
|
||||||
"bgcolor": "white",
|
|
||||||
"lakecolor": "white",
|
|
||||||
"landcolor": "#E5ECF6",
|
|
||||||
"showlakes": true,
|
|
||||||
"showland": true,
|
|
||||||
"subunitcolor": "white"
|
|
||||||
},
|
|
||||||
"hoverlabel": {
|
|
||||||
"align": "left"
|
|
||||||
},
|
|
||||||
"hovermode": "closest",
|
|
||||||
"mapbox": {
|
|
||||||
"style": "light"
|
|
||||||
},
|
|
||||||
"paper_bgcolor": "white",
|
|
||||||
"plot_bgcolor": "#E5ECF6",
|
|
||||||
"polar": {
|
|
||||||
"angularaxis": {
|
|
||||||
"gridcolor": "white",
|
|
||||||
"linecolor": "white",
|
|
||||||
"ticks": ""
|
|
||||||
},
|
|
||||||
"bgcolor": "#E5ECF6",
|
|
||||||
"radialaxis": {
|
|
||||||
"gridcolor": "white",
|
|
||||||
"linecolor": "white",
|
|
||||||
"ticks": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"scene": {
|
|
||||||
"xaxis": {
|
|
||||||
"backgroundcolor": "#E5ECF6",
|
|
||||||
"gridcolor": "white",
|
|
||||||
"gridwidth": 2,
|
|
||||||
"linecolor": "white",
|
|
||||||
"showbackground": true,
|
|
||||||
"ticks": "",
|
|
||||||
"zerolinecolor": "white"
|
|
||||||
},
|
|
||||||
"yaxis": {
|
|
||||||
"backgroundcolor": "#E5ECF6",
|
|
||||||
"gridcolor": "white",
|
|
||||||
"gridwidth": 2,
|
|
||||||
"linecolor": "white",
|
|
||||||
"showbackground": true,
|
|
||||||
"ticks": "",
|
|
||||||
"zerolinecolor": "white"
|
|
||||||
},
|
|
||||||
"zaxis": {
|
|
||||||
"backgroundcolor": "#E5ECF6",
|
|
||||||
"gridcolor": "white",
|
|
||||||
"gridwidth": 2,
|
|
||||||
"linecolor": "white",
|
|
||||||
"showbackground": true,
|
|
||||||
"ticks": "",
|
|
||||||
"zerolinecolor": "white"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"shapedefaults": {
|
|
||||||
"line": {
|
|
||||||
"color": "#2a3f5f"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ternary": {
|
|
||||||
"aaxis": {
|
|
||||||
"gridcolor": "white",
|
|
||||||
"linecolor": "white",
|
|
||||||
"ticks": ""
|
|
||||||
},
|
|
||||||
"baxis": {
|
|
||||||
"gridcolor": "white",
|
|
||||||
"linecolor": "white",
|
|
||||||
"ticks": ""
|
|
||||||
},
|
|
||||||
"bgcolor": "#E5ECF6",
|
|
||||||
"caxis": {
|
|
||||||
"gridcolor": "white",
|
|
||||||
"linecolor": "white",
|
|
||||||
"ticks": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"title": {
|
|
||||||
"x": 0.05
|
|
||||||
},
|
|
||||||
"xaxis": {
|
|
||||||
"automargin": true,
|
|
||||||
"gridcolor": "white",
|
|
||||||
"linecolor": "white",
|
|
||||||
"ticks": "",
|
|
||||||
"title": {
|
|
||||||
"standoff": 15
|
|
||||||
},
|
|
||||||
"zerolinecolor": "white",
|
|
||||||
"zerolinewidth": 2
|
|
||||||
},
|
|
||||||
"yaxis": {
|
|
||||||
"automargin": true,
|
|
||||||
"gridcolor": "white",
|
|
||||||
"linecolor": "white",
|
|
||||||
"ticks": "",
|
|
||||||
"title": {
|
|
||||||
"standoff": 15
|
|
||||||
},
|
|
||||||
"zerolinecolor": "white",
|
|
||||||
"zerolinewidth": 2
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"title": {
|
|
||||||
"text": "Sinistralité selon la zone géographique"
|
|
||||||
},
|
|
||||||
"xaxis": {
|
|
||||||
"anchor": "y",
|
|
||||||
"domain": [
|
|
||||||
0,
|
|
||||||
1
|
|
||||||
],
|
|
||||||
"title": {
|
|
||||||
"text": "ZONE_RISQUE"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"yaxis": {
|
|
||||||
"anchor": "x",
|
|
||||||
"domain": [
|
|
||||||
0,
|
|
||||||
1
|
|
||||||
],
|
|
||||||
"title": {
|
|
||||||
"text": "FREQ"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"metadata": {},
|
|
||||||
"output_type": "display_data"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user