Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Bennykillua/248cf26a030b1c61873598c42ed5f2bd to your computer and use it in GitHub Desktop.
Save Bennykillua/248cf26a030b1c61873598c42ed5f2bd to your computer and use it in GitHub Desktop.
Pandas Profiling: A Detailed Explanation: ydata-profiling.ipynb
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/gist/Bennykillua/248cf26a030b1c61873598c42ed5f2bd/pandas-profiling-a-detailed-explanation-ydata-profiling.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "markdown",
"source": [
"# Dataset\n",
"\n",
"For this tutorial, we will be using [the bitcoin historical datasets](https://github.com/influxdata/influxdb2-sample-data/blob/master/bitcoin-price-data/bitcoin-historical-annotated.csv) from [InfluxDB sample data GitHub repository](https://github.com/influxdata/influxdb2-sample-data). You can also get it from the [sample data section of InfluxDB documentation](https://docs.influxdata.com/influxdb/cloud-serverless/reference/sample-data/).\n"
],
"metadata": {
"id": "VTU-Zrh3r-D9"
}
},
{
"cell_type": "code",
"execution_count": 20,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 143
},
"id": "WtESf3VxsmpD",
"outputId": "4e9fddee-36a4-490b-e676-8914297b3dc9"
},
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
" #group false false.1 false.2 false.3 true true.1 \\\n",
"0 #datatype string long dateTime:RFC3339 double string string \n",
"1 #default _result NaN NaN NaN NaN NaN \n",
"2 NaN result table _time _value _field _measurement \n",
"\n",
" true.2 true.3 true.4 true.5 \n",
"0 string string string string \n",
"1 NaN NaN NaN NaN \n",
"2 code crypto description symbol "
],
"text/html": [
"\n",
" <div id=\"df-4265405d-5b06-4a32-9ea1-b32e0487915e\" class=\"colab-df-container\">\n",
" <div>\n",
"<style scoped>\n",
" .dataframe tbody tr th:only-of-type {\n",
" vertical-align: middle;\n",
" }\n",
"\n",
" .dataframe tbody tr th {\n",
" vertical-align: top;\n",
" }\n",
"\n",
" .dataframe thead th {\n",
" text-align: right;\n",
" }\n",
"</style>\n",
"<table border=\"1\" class=\"dataframe\">\n",
" <thead>\n",
" <tr style=\"text-align: right;\">\n",
" <th></th>\n",
" <th>#group</th>\n",
" <th>false</th>\n",
" <th>false.1</th>\n",
" <th>false.2</th>\n",
" <th>false.3</th>\n",
" <th>true</th>\n",
" <th>true.1</th>\n",
" <th>true.2</th>\n",
" <th>true.3</th>\n",
" <th>true.4</th>\n",
" <th>true.5</th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" <tr>\n",
" <th>0</th>\n",
" <td>#datatype</td>\n",
" <td>string</td>\n",
" <td>long</td>\n",
" <td>dateTime:RFC3339</td>\n",
" <td>double</td>\n",
" <td>string</td>\n",
" <td>string</td>\n",
" <td>string</td>\n",
" <td>string</td>\n",
" <td>string</td>\n",
" <td>string</td>\n",
" </tr>\n",
" <tr>\n",
" <th>1</th>\n",
" <td>#default</td>\n",
" <td>_result</td>\n",
" <td>NaN</td>\n",
" <td>NaN</td>\n",
" <td>NaN</td>\n",
" <td>NaN</td>\n",
" <td>NaN</td>\n",
" <td>NaN</td>\n",
" <td>NaN</td>\n",
" <td>NaN</td>\n",
" <td>NaN</td>\n",
" </tr>\n",
" <tr>\n",
" <th>2</th>\n",
" <td>NaN</td>\n",
" <td>result</td>\n",
" <td>table</td>\n",
" <td>_time</td>\n",
" <td>_value</td>\n",
" <td>_field</td>\n",
" <td>_measurement</td>\n",
" <td>code</td>\n",
" <td>crypto</td>\n",
" <td>description</td>\n",
" <td>symbol</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n",
"</div>\n",
" <div class=\"colab-df-buttons\">\n",
"\n",
" <div class=\"colab-df-container\">\n",
" <button class=\"colab-df-convert\" onclick=\"convertToInteractive('df-4265405d-5b06-4a32-9ea1-b32e0487915e')\"\n",
" title=\"Convert this dataframe to an interactive table.\"\n",
" style=\"display:none;\">\n",
"\n",
" <svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\" viewBox=\"0 -960 960 960\">\n",
" <path d=\"M120-120v-720h720v720H120Zm60-500h600v-160H180v160Zm220 220h160v-160H400v160Zm0 220h160v-160H400v160ZM180-400h160v-160H180v160Zm440 0h160v-160H620v160ZM180-180h160v-160H180v160Zm440 0h160v-160H620v160Z\"/>\n",
" </svg>\n",
" </button>\n",
"\n",
" <style>\n",
" .colab-df-container {\n",
" display:flex;\n",
" gap: 12px;\n",
" }\n",
"\n",
" .colab-df-convert {\n",
" background-color: #E8F0FE;\n",
" border: none;\n",
" border-radius: 50%;\n",
" cursor: pointer;\n",
" display: none;\n",
" fill: #1967D2;\n",
" height: 32px;\n",
" padding: 0 0 0 0;\n",
" width: 32px;\n",
" }\n",
"\n",
" .colab-df-convert:hover {\n",
" background-color: #E2EBFA;\n",
" box-shadow: 0px 1px 2px rgba(60, 64, 67, 0.3), 0px 1px 3px 1px rgba(60, 64, 67, 0.15);\n",
" fill: #174EA6;\n",
" }\n",
"\n",
" .colab-df-buttons div {\n",
" margin-bottom: 4px;\n",
" }\n",
"\n",
" [theme=dark] .colab-df-convert {\n",
" background-color: #3B4455;\n",
" fill: #D2E3FC;\n",
" }\n",
"\n",
" [theme=dark] .colab-df-convert:hover {\n",
" background-color: #434B5C;\n",
" box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);\n",
" filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));\n",
" fill: #FFFFFF;\n",
" }\n",
" </style>\n",
"\n",
" <script>\n",
" const buttonEl =\n",
" document.querySelector('#df-4265405d-5b06-4a32-9ea1-b32e0487915e button.colab-df-convert');\n",
" buttonEl.style.display =\n",
" google.colab.kernel.accessAllowed ? 'block' : 'none';\n",
"\n",
" async function convertToInteractive(key) {\n",
" const element = document.querySelector('#df-4265405d-5b06-4a32-9ea1-b32e0487915e');\n",
" const dataTable =\n",
" await google.colab.kernel.invokeFunction('convertToInteractive',\n",
" [key], {});\n",
" if (!dataTable) return;\n",
"\n",
" const docLinkHtml = 'Like what you see? Visit the ' +\n",
" '<a target=\"_blank\" href=https://colab.research.google.com/notebooks/data_table.ipynb>data table notebook</a>'\n",
" + ' to learn more about interactive tables.';\n",
" element.innerHTML = '';\n",
" dataTable['output_type'] = 'display_data';\n",
" await google.colab.output.renderOutput(dataTable, element);\n",
" const docLink = document.createElement('div');\n",
" docLink.innerHTML = docLinkHtml;\n",
" element.appendChild(docLink);\n",
" }\n",
" </script>\n",
" </div>\n",
"\n",
"\n",
"<div id=\"df-5359d05e-9ccc-442e-9c28-639d381b7684\">\n",
" <button class=\"colab-df-quickchart\" onclick=\"quickchart('df-5359d05e-9ccc-442e-9c28-639d381b7684')\"\n",
" title=\"Suggest charts.\"\n",
" style=\"display:none;\">\n",
"\n",
"<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\"viewBox=\"0 0 24 24\"\n",
" width=\"24px\">\n",
" <g>\n",
" <path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z\"/>\n",
" </g>\n",
"</svg>\n",
" </button>\n",
"\n",
"<style>\n",
" .colab-df-quickchart {\n",
" --bg-color: #E8F0FE;\n",
" --fill-color: #1967D2;\n",
" --hover-bg-color: #E2EBFA;\n",
" --hover-fill-color: #174EA6;\n",
" --disabled-fill-color: #AAA;\n",
" --disabled-bg-color: #DDD;\n",
" }\n",
"\n",
" [theme=dark] .colab-df-quickchart {\n",
" --bg-color: #3B4455;\n",
" --fill-color: #D2E3FC;\n",
" --hover-bg-color: #434B5C;\n",
" --hover-fill-color: #FFFFFF;\n",
" --disabled-bg-color: #3B4455;\n",
" --disabled-fill-color: #666;\n",
" }\n",
"\n",
" .colab-df-quickchart {\n",
" background-color: var(--bg-color);\n",
" border: none;\n",
" border-radius: 50%;\n",
" cursor: pointer;\n",
" display: none;\n",
" fill: var(--fill-color);\n",
" height: 32px;\n",
" padding: 0;\n",
" width: 32px;\n",
" }\n",
"\n",
" .colab-df-quickchart:hover {\n",
" background-color: var(--hover-bg-color);\n",
" box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);\n",
" fill: var(--button-hover-fill-color);\n",
" }\n",
"\n",
" .colab-df-quickchart-complete:disabled,\n",
" .colab-df-quickchart-complete:disabled:hover {\n",
" background-color: var(--disabled-bg-color);\n",
" fill: var(--disabled-fill-color);\n",
" box-shadow: none;\n",
" }\n",
"\n",
" .colab-df-spinner {\n",
" border: 2px solid var(--fill-color);\n",
" border-color: transparent;\n",
" border-bottom-color: var(--fill-color);\n",
" animation:\n",
" spin 1s steps(1) infinite;\n",
" }\n",
"\n",
" @keyframes spin {\n",
" 0% {\n",
" border-color: transparent;\n",
" border-bottom-color: var(--fill-color);\n",
" border-left-color: var(--fill-color);\n",
" }\n",
" 20% {\n",
" border-color: transparent;\n",
" border-left-color: var(--fill-color);\n",
" border-top-color: var(--fill-color);\n",
" }\n",
" 30% {\n",
" border-color: transparent;\n",
" border-left-color: var(--fill-color);\n",
" border-top-color: var(--fill-color);\n",
" border-right-color: var(--fill-color);\n",
" }\n",
" 40% {\n",
" border-color: transparent;\n",
" border-right-color: var(--fill-color);\n",
" border-top-color: var(--fill-color);\n",
" }\n",
" 60% {\n",
" border-color: transparent;\n",
" border-right-color: var(--fill-color);\n",
" }\n",
" 80% {\n",
" border-color: transparent;\n",
" border-right-color: var(--fill-color);\n",
" border-bottom-color: var(--fill-color);\n",
" }\n",
" 90% {\n",
" border-color: transparent;\n",
" border-bottom-color: var(--fill-color);\n",
" }\n",
" }\n",
"</style>\n",
"\n",
" <script>\n",
" async function quickchart(key) {\n",
" const quickchartButtonEl =\n",
" document.querySelector('#' + key + ' button');\n",
" quickchartButtonEl.disabled = true; // To prevent multiple clicks.\n",
" quickchartButtonEl.classList.add('colab-df-spinner');\n",
" try {\n",
" const charts = await google.colab.kernel.invokeFunction(\n",
" 'suggestCharts', [key], {});\n",
" } catch (error) {\n",
" console.error('Error during call to suggestCharts:', error);\n",
" }\n",
" quickchartButtonEl.classList.remove('colab-df-spinner');\n",
" quickchartButtonEl.classList.add('colab-df-quickchart-complete');\n",
" }\n",
" (() => {\n",
" let quickchartButtonEl =\n",
" document.querySelector('#df-5359d05e-9ccc-442e-9c28-639d381b7684 button');\n",
" quickchartButtonEl.style.display =\n",
" google.colab.kernel.accessAllowed ? 'block' : 'none';\n",
" })();\n",
" </script>\n",
"</div>\n",
" </div>\n",
" </div>\n"
]
},
"metadata": {},
"execution_count": 20
}
],
"source": [
"import pandas as pd\n",
"url = 'https://raw.githubusercontent.com/influxdata/influxdb2-sample-data/master/bitcoin-price-data/bitcoin-historical-annotated.csv'\n",
"data = pd.read_csv(url)\n",
"data.head(3)"
]
},
{
"cell_type": "code",
"source": [
"# Read the CSV data into a DataFrame, skipping the first two rows (index 0 and 1)\n",
"data = pd.read_csv(url, skiprows=[0, 1])\n",
"\n",
"# Set the third row (index 2) as the header\n",
"data.columns = data.iloc[0]\n",
"\n",
"# Drop the original header row (index 2)\n",
"data = data[1:]\n",
"\n",
"# Reset the index\n",
"data.reset_index(drop=True, inplace=True)\n",
"data.head(3)"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 143
},
"id": "HcocgG7ktLOH",
"outputId": "b73ec82b-d067-48e3-c0f4-f2f76787cde3"
},
"execution_count": 21,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"0 NaN result table _time _value _field _measurement \\\n",
"0 NaN NaN 0 2023-08-30T12:24:00Z 26695.8242 price coindesk \n",
"1 NaN NaN 0 2023-08-30T12:40:00Z 26597.9207 price coindesk \n",
"2 NaN NaN 0 2023-08-30T12:52:00Z 26611.2851 price coindesk \n",
"\n",
"0 code crypto description symbol \n",
"0 EUR bitcoin Euro &euro; \n",
"1 EUR bitcoin Euro &euro; \n",
"2 EUR bitcoin Euro &euro; "
],
"text/html": [
"\n",
" <div id=\"df-408efe9f-677d-493e-bdfc-6b6277fb26d7\" class=\"colab-df-container\">\n",
" <div>\n",
"<style scoped>\n",
" .dataframe tbody tr th:only-of-type {\n",
" vertical-align: middle;\n",
" }\n",
"\n",
" .dataframe tbody tr th {\n",
" vertical-align: top;\n",
" }\n",
"\n",
" .dataframe thead th {\n",
" text-align: right;\n",
" }\n",
"</style>\n",
"<table border=\"1\" class=\"dataframe\">\n",
" <thead>\n",
" <tr style=\"text-align: right;\">\n",
" <th></th>\n",
" <th>NaN</th>\n",
" <th>result</th>\n",
" <th>table</th>\n",
" <th>_time</th>\n",
" <th>_value</th>\n",
" <th>_field</th>\n",
" <th>_measurement</th>\n",
" <th>code</th>\n",
" <th>crypto</th>\n",
" <th>description</th>\n",
" <th>symbol</th>\n",
" </tr>\n",
" </thead>\n",
" <tbody>\n",
" <tr>\n",
" <th>0</th>\n",
" <td>NaN</td>\n",
" <td>NaN</td>\n",
" <td>0</td>\n",
" <td>2023-08-30T12:24:00Z</td>\n",
" <td>26695.8242</td>\n",
" <td>price</td>\n",
" <td>coindesk</td>\n",
" <td>EUR</td>\n",
" <td>bitcoin</td>\n",
" <td>Euro</td>\n",
" <td>&amp;euro;</td>\n",
" </tr>\n",
" <tr>\n",
" <th>1</th>\n",
" <td>NaN</td>\n",
" <td>NaN</td>\n",
" <td>0</td>\n",
" <td>2023-08-30T12:40:00Z</td>\n",
" <td>26597.9207</td>\n",
" <td>price</td>\n",
" <td>coindesk</td>\n",
" <td>EUR</td>\n",
" <td>bitcoin</td>\n",
" <td>Euro</td>\n",
" <td>&amp;euro;</td>\n",
" </tr>\n",
" <tr>\n",
" <th>2</th>\n",
" <td>NaN</td>\n",
" <td>NaN</td>\n",
" <td>0</td>\n",
" <td>2023-08-30T12:52:00Z</td>\n",
" <td>26611.2851</td>\n",
" <td>price</td>\n",
" <td>coindesk</td>\n",
" <td>EUR</td>\n",
" <td>bitcoin</td>\n",
" <td>Euro</td>\n",
" <td>&amp;euro;</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n",
"</div>\n",
" <div class=\"colab-df-buttons\">\n",
"\n",
" <div class=\"colab-df-container\">\n",
" <button class=\"colab-df-convert\" onclick=\"convertToInteractive('df-408efe9f-677d-493e-bdfc-6b6277fb26d7')\"\n",
" title=\"Convert this dataframe to an interactive table.\"\n",
" style=\"display:none;\">\n",
"\n",
" <svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\" viewBox=\"0 -960 960 960\">\n",
" <path d=\"M120-120v-720h720v720H120Zm60-500h600v-160H180v160Zm220 220h160v-160H400v160Zm0 220h160v-160H400v160ZM180-400h160v-160H180v160Zm440 0h160v-160H620v160ZM180-180h160v-160H180v160Zm440 0h160v-160H620v160Z\"/>\n",
" </svg>\n",
" </button>\n",
"\n",
" <style>\n",
" .colab-df-container {\n",
" display:flex;\n",
" gap: 12px;\n",
" }\n",
"\n",
" .colab-df-convert {\n",
" background-color: #E8F0FE;\n",
" border: none;\n",
" border-radius: 50%;\n",
" cursor: pointer;\n",
" display: none;\n",
" fill: #1967D2;\n",
" height: 32px;\n",
" padding: 0 0 0 0;\n",
" width: 32px;\n",
" }\n",
"\n",
" .colab-df-convert:hover {\n",
" background-color: #E2EBFA;\n",
" box-shadow: 0px 1px 2px rgba(60, 64, 67, 0.3), 0px 1px 3px 1px rgba(60, 64, 67, 0.15);\n",
" fill: #174EA6;\n",
" }\n",
"\n",
" .colab-df-buttons div {\n",
" margin-bottom: 4px;\n",
" }\n",
"\n",
" [theme=dark] .colab-df-convert {\n",
" background-color: #3B4455;\n",
" fill: #D2E3FC;\n",
" }\n",
"\n",
" [theme=dark] .colab-df-convert:hover {\n",
" background-color: #434B5C;\n",
" box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);\n",
" filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));\n",
" fill: #FFFFFF;\n",
" }\n",
" </style>\n",
"\n",
" <script>\n",
" const buttonEl =\n",
" document.querySelector('#df-408efe9f-677d-493e-bdfc-6b6277fb26d7 button.colab-df-convert');\n",
" buttonEl.style.display =\n",
" google.colab.kernel.accessAllowed ? 'block' : 'none';\n",
"\n",
" async function convertToInteractive(key) {\n",
" const element = document.querySelector('#df-408efe9f-677d-493e-bdfc-6b6277fb26d7');\n",
" const dataTable =\n",
" await google.colab.kernel.invokeFunction('convertToInteractive',\n",
" [key], {});\n",
" if (!dataTable) return;\n",
"\n",
" const docLinkHtml = 'Like what you see? Visit the ' +\n",
" '<a target=\"_blank\" href=https://colab.research.google.com/notebooks/data_table.ipynb>data table notebook</a>'\n",
" + ' to learn more about interactive tables.';\n",
" element.innerHTML = '';\n",
" dataTable['output_type'] = 'display_data';\n",
" await google.colab.output.renderOutput(dataTable, element);\n",
" const docLink = document.createElement('div');\n",
" docLink.innerHTML = docLinkHtml;\n",
" element.appendChild(docLink);\n",
" }\n",
" </script>\n",
" </div>\n",
"\n",
"\n",
"<div id=\"df-583168e3-93c3-432f-bd37-6c1d8589c5b1\">\n",
" <button class=\"colab-df-quickchart\" onclick=\"quickchart('df-583168e3-93c3-432f-bd37-6c1d8589c5b1')\"\n",
" title=\"Suggest charts.\"\n",
" style=\"display:none;\">\n",
"\n",
"<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\"viewBox=\"0 0 24 24\"\n",
" width=\"24px\">\n",
" <g>\n",
" <path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z\"/>\n",
" </g>\n",
"</svg>\n",
" </button>\n",
"\n",
"<style>\n",
" .colab-df-quickchart {\n",
" --bg-color: #E8F0FE;\n",
" --fill-color: #1967D2;\n",
" --hover-bg-color: #E2EBFA;\n",
" --hover-fill-color: #174EA6;\n",
" --disabled-fill-color: #AAA;\n",
" --disabled-bg-color: #DDD;\n",
" }\n",
"\n",
" [theme=dark] .colab-df-quickchart {\n",
" --bg-color: #3B4455;\n",
" --fill-color: #D2E3FC;\n",
" --hover-bg-color: #434B5C;\n",
" --hover-fill-color: #FFFFFF;\n",
" --disabled-bg-color: #3B4455;\n",
" --disabled-fill-color: #666;\n",
" }\n",
"\n",
" .colab-df-quickchart {\n",
" background-color: var(--bg-color);\n",
" border: none;\n",
" border-radius: 50%;\n",
" cursor: pointer;\n",
" display: none;\n",
" fill: var(--fill-color);\n",
" height: 32px;\n",
" padding: 0;\n",
" width: 32px;\n",
" }\n",
"\n",
" .colab-df-quickchart:hover {\n",
" background-color: var(--hover-bg-color);\n",
" box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);\n",
" fill: var(--button-hover-fill-color);\n",
" }\n",
"\n",
" .colab-df-quickchart-complete:disabled,\n",
" .colab-df-quickchart-complete:disabled:hover {\n",
" background-color: var(--disabled-bg-color);\n",
" fill: var(--disabled-fill-color);\n",
" box-shadow: none;\n",
" }\n",
"\n",
" .colab-df-spinner {\n",
" border: 2px solid var(--fill-color);\n",
" border-color: transparent;\n",
" border-bottom-color: var(--fill-color);\n",
" animation:\n",
" spin 1s steps(1) infinite;\n",
" }\n",
"\n",
" @keyframes spin {\n",
" 0% {\n",
" border-color: transparent;\n",
" border-bottom-color: var(--fill-color);\n",
" border-left-color: var(--fill-color);\n",
" }\n",
" 20% {\n",
" border-color: transparent;\n",
" border-left-color: var(--fill-color);\n",
" border-top-color: var(--fill-color);\n",
" }\n",
" 30% {\n",
" border-color: transparent;\n",
" border-left-color: var(--fill-color);\n",
" border-top-color: var(--fill-color);\n",
" border-right-color: var(--fill-color);\n",
" }\n",
" 40% {\n",
" border-color: transparent;\n",
" border-right-color: var(--fill-color);\n",
" border-top-color: var(--fill-color);\n",
" }\n",
" 60% {\n",
" border-color: transparent;\n",
" border-right-color: var(--fill-color);\n",
" }\n",
" 80% {\n",
" border-color: transparent;\n",
" border-right-color: var(--fill-color);\n",
" border-bottom-color: var(--fill-color);\n",
" }\n",
" 90% {\n",
" border-color: transparent;\n",
" border-bottom-color: var(--fill-color);\n",
" }\n",
" }\n",
"</style>\n",
"\n",
" <script>\n",
" async function quickchart(key) {\n",
" const quickchartButtonEl =\n",
" document.querySelector('#' + key + ' button');\n",
" quickchartButtonEl.disabled = true; // To prevent multiple clicks.\n",
" quickchartButtonEl.classList.add('colab-df-spinner');\n",
" try {\n",
" const charts = await google.colab.kernel.invokeFunction(\n",
" 'suggestCharts', [key], {});\n",
" } catch (error) {\n",
" console.error('Error during call to suggestCharts:', error);\n",
" }\n",
" quickchartButtonEl.classList.remove('colab-df-spinner');\n",
" quickchartButtonEl.classList.add('colab-df-quickchart-complete');\n",
" }\n",
" (() => {\n",
" let quickchartButtonEl =\n",
" document.querySelector('#df-583168e3-93c3-432f-bd37-6c1d8589c5b1 button');\n",
" quickchartButtonEl.style.display =\n",
" google.colab.kernel.accessAllowed ? 'block' : 'none';\n",
" })();\n",
" </script>\n",
"</div>\n",
" </div>\n",
" </div>\n"
]
},
"metadata": {},
"execution_count": 21
}
]
},
{
"cell_type": "markdown",
"source": [
"# Installing ydata-profiling Pandas Profiling"
],
"metadata": {
"id": "2kf3co_frssy"
}
},
{
"cell_type": "code",
"source": [
"pip install -U ydata-profiling"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "N14gf-U9weM2",
"outputId": "b165b81d-92f1-4151-df59-8d6eafecb7de"
},
"execution_count": 22,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"Requirement already satisfied: ydata-profiling in /usr/local/lib/python3.10/dist-packages (4.5.1)\n",
"Requirement already satisfied: scipy<1.12,>=1.4.1 in /usr/local/lib/python3.10/dist-packages (from ydata-profiling) (1.11.2)\n",
"Requirement already satisfied: pandas!=1.4.0,<2.1,>1.1 in /usr/local/lib/python3.10/dist-packages (from ydata-profiling) (1.5.3)\n",
"Requirement already satisfied: matplotlib<4,>=3.2 in /usr/local/lib/python3.10/dist-packages (from ydata-profiling) (3.7.1)\n",
"Requirement already satisfied: pydantic<2,>=1.8.1 in /usr/local/lib/python3.10/dist-packages (from ydata-profiling) (1.10.12)\n",
"Requirement already satisfied: PyYAML<6.1,>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from ydata-profiling) (6.0.1)\n",
"Requirement already satisfied: jinja2<3.2,>=2.11.1 in /usr/local/lib/python3.10/dist-packages (from ydata-profiling) (3.1.2)\n",
"Requirement already satisfied: visions[type_image_path]==0.7.5 in /usr/local/lib/python3.10/dist-packages (from ydata-profiling) (0.7.5)\n",
"Requirement already satisfied: numpy<1.24,>=1.16.0 in /usr/local/lib/python3.10/dist-packages (from ydata-profiling) (1.23.5)\n",
"Requirement already satisfied: htmlmin==0.1.12 in /usr/local/lib/python3.10/dist-packages (from ydata-profiling) (0.1.12)\n",
"Requirement already satisfied: phik<0.13,>=0.11.1 in /usr/local/lib/python3.10/dist-packages (from ydata-profiling) (0.12.3)\n",
"Requirement already satisfied: requests<3,>=2.24.0 in /usr/local/lib/python3.10/dist-packages (from ydata-profiling) (2.31.0)\n",
"Requirement already satisfied: tqdm<5,>=4.48.2 in /usr/local/lib/python3.10/dist-packages (from ydata-profiling) (4.66.1)\n",
"Requirement already satisfied: seaborn<0.13,>=0.10.1 in /usr/local/lib/python3.10/dist-packages (from ydata-profiling) (0.12.2)\n",
"Requirement already satisfied: multimethod<2,>=1.4 in /usr/local/lib/python3.10/dist-packages (from ydata-profiling) (1.10)\n",
"Requirement already satisfied: statsmodels<1,>=0.13.2 in /usr/local/lib/python3.10/dist-packages (from ydata-profiling) (0.14.0)\n",
"Requirement already satisfied: typeguard<3,>=2.13.2 in /usr/local/lib/python3.10/dist-packages (from ydata-profiling) (2.13.3)\n",
"Requirement already satisfied: imagehash==4.3.1 in /usr/local/lib/python3.10/dist-packages (from ydata-profiling) (4.3.1)\n",
"Requirement already satisfied: wordcloud>=1.9.1 in /usr/local/lib/python3.10/dist-packages (from ydata-profiling) (1.9.2)\n",
"Requirement already satisfied: dacite>=1.8 in /usr/local/lib/python3.10/dist-packages (from ydata-profiling) (1.8.1)\n",
"Requirement already satisfied: PyWavelets in /usr/local/lib/python3.10/dist-packages (from imagehash==4.3.1->ydata-profiling) (1.4.1)\n",
"Requirement already satisfied: pillow in /usr/local/lib/python3.10/dist-packages (from imagehash==4.3.1->ydata-profiling) (9.4.0)\n",
"Requirement already satisfied: attrs>=19.3.0 in /usr/local/lib/python3.10/dist-packages (from visions[type_image_path]==0.7.5->ydata-profiling) (23.1.0)\n",
"Requirement already satisfied: networkx>=2.4 in /usr/local/lib/python3.10/dist-packages (from visions[type_image_path]==0.7.5->ydata-profiling) (3.1)\n",
"Requirement already satisfied: tangled-up-in-unicode>=0.0.4 in /usr/local/lib/python3.10/dist-packages (from visions[type_image_path]==0.7.5->ydata-profiling) (0.2.0)\n",
"Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from jinja2<3.2,>=2.11.1->ydata-profiling) (2.1.3)\n",
"Requirement already satisfied: contourpy>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib<4,>=3.2->ydata-profiling) (1.1.0)\n",
"Requirement already satisfied: cycler>=0.10 in /usr/local/lib/python3.10/dist-packages (from matplotlib<4,>=3.2->ydata-profiling) (0.11.0)\n",
"Requirement already satisfied: fonttools>=4.22.0 in /usr/local/lib/python3.10/dist-packages (from matplotlib<4,>=3.2->ydata-profiling) (4.42.1)\n",
"Requirement already satisfied: kiwisolver>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib<4,>=3.2->ydata-profiling) (1.4.5)\n",
"Requirement already satisfied: packaging>=20.0 in /usr/local/lib/python3.10/dist-packages (from matplotlib<4,>=3.2->ydata-profiling) (23.1)\n",
"Requirement already satisfied: pyparsing>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from matplotlib<4,>=3.2->ydata-profiling) (3.1.1)\n",
"Requirement already satisfied: python-dateutil>=2.7 in /usr/local/lib/python3.10/dist-packages (from matplotlib<4,>=3.2->ydata-profiling) (2.8.2)\n",
"Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from pandas!=1.4.0,<2.1,>1.1->ydata-profiling) (2023.3.post1)\n",
"Requirement already satisfied: joblib>=0.14.1 in /usr/local/lib/python3.10/dist-packages (from phik<0.13,>=0.11.1->ydata-profiling) (1.3.2)\n",
"Requirement already satisfied: typing-extensions>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from pydantic<2,>=1.8.1->ydata-profiling) (4.5.0)\n",
"Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests<3,>=2.24.0->ydata-profiling) (3.2.0)\n",
"Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests<3,>=2.24.0->ydata-profiling) (3.4)\n",
"Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests<3,>=2.24.0->ydata-profiling) (2.0.4)\n",
"Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests<3,>=2.24.0->ydata-profiling) (2023.7.22)\n",
"Requirement already satisfied: patsy>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from statsmodels<1,>=0.13.2->ydata-profiling) (0.5.3)\n",
"Requirement already satisfied: six in /usr/local/lib/python3.10/dist-packages (from patsy>=0.5.2->statsmodels<1,>=0.13.2->ydata-profiling) (1.16.0)\n"
]
}
]
},
{
"cell_type": "markdown",
"source": [
"## The Fundamental: Generating a Simple Report"
],
"metadata": {
"id": "txWZqsm3wvU2"
}
},
{
"cell_type": "code",
"source": [
"from ydata_profiling import ProfileReport\n",
"profile = ProfileReport(data)\n",
"profile"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 917,
"referenced_widgets": [
"6159c27590214bcca02c78477d1877e9",
"74e8202ce94049129e95ec53f1a55663",
"fd7083af153d4a888df8ae122f23f2ea",
"c6e144a6d9e04fbfb2da4a719e32cba2",
"18542a331ee04026a02c78102a07f526",
"0762d21f1bc14c02af930543c4ab3c1b",
"084c90cb323140e2b9d8082116012aff",
"5f0e22615ef24849bc9d2387e1760472",
"5b044db57acb4647b3b28e3f681bc238",
"2bf4b549c5484c35af7fa09adaaa7ef9",
"504b7bb7b7c54b7aaaaa20ddff0ccab0",
"53af3e54f7a34aa5b49640e48458af4d",
"f594f9a93cdf4bd59575a5d39c3204ce",
"6128ae6ba74241558553fcd74a6a88eb",
"882f6aeb32f1449dad4936cd248258a3",
"412f3bd0a47e4cf08351c2cf5454f6ab",
"97ddd4eb49e743fdbb2d8f922efc7833",
"86545c486d7c4e64b601f716f21a0e46",
"5156b079b387483abe97e998d34d667a",
"a3e4d2e30cba4f228dc8bc1307bb7114",
"148d97481c9a48128e884c97f11d0fa3",
"52aeccd429164c2d852410888465fa4b",
"bd938aebe07340c89fdb191b3c7c15e2",
"977593da72e944e0995421b2c9463bd9",
"9ba4a3fa53c54e87a4159db296927ee0",
"5128d449c4c94e4787a8eb60671b7547",
"d62fa688c7ba454197d5ec9af2bb75fe",
"1ef2bf15ccda4ebb8c7ff7b5f7e53e9b",
"5dc4048178244b6f8c9bba65d24e5270",
"8f87212d0c924bd79c6bf007f1322db0",
"8bcab0db89ff4751a4c9f606cc7b55b3",
"843ba65ad4364494b1baee10ba26d258",
"a7ddf70f87144c3c85c10d0d07e0b0e5"
]
},
"id": "zynGg_NzwlPf",
"outputId": "6f8684a0-2849-4381-ddbf-19fec9eb972f"
},
"execution_count": 23,
"outputs": [
{
"output_type": "display_data",
"data": {
"text/plain": [
"Summarize dataset: 0%| | 0/5 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "6159c27590214bcca02c78477d1877e9"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
"Generate report structure: 0%| | 0/1 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "53af3e54f7a34aa5b49640e48458af4d"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
"Render HTML: 0%| | 0/1 [00:00<?, ?it/s]"
],
"application/vnd.jupyter.widget-view+json": {
"version_major": 2,
"version_minor": 0,
"model_id": "bd938aebe07340c89fdb191b3c7c15e2"
}
},
"metadata": {}
},
{
"output_type": "display_data",
"data": {
"text/plain": [
"<IPython.core.display.HTML object>"
],
"text/html": [
"<iframe width=\"100%\" height=\"800px\" srcdoc=\"&lt;!doctype html&gt;&lt;html lang=en&gt;&lt;head&gt;&lt;meta charset=utf-8&gt;&lt;meta name=viewport content=&quot;width=device-width, initial-scale=1, shrink-to-fit=no&quot;&gt;&lt;meta name=description content=&quot;Profile report generated by YData! Visit us at https://ydata.ai&quot;&gt;&lt;meta name=author content=&quot;YData and the open source community.&quot;&gt;&lt;meta name=generator content=&quot;Pandas Profiling vv4.5.1&quot;&gt;&lt;meta name=url content=https://github.com/ydataai/ydata-profiling&gt;&lt;meta name=date content=&quot;2023-09-29 12:19:05.576437&quot;&gt;&lt;title&gt;Pandas Profiling Report&lt;/title&gt;&lt;style&gt;\n",
"/*!\n",
" * Bootstrap v3.3.7 (http://getbootstrap.com)\n",
" * Copyright 2011-2016 Twitter, Inc.\n",
" * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n",
" *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:&quot; (&quot; attr(href) &quot;)&quot;}abbr[title]:after{content:&quot; (&quot; attr(title) &quot;)&quot;}a[href^=&quot;javascript:&quot;]:after,a[href^=&quot;#&quot;]:after{content:&quot;&quot;}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn&gt;.caret,.dropup&gt;.btn&gt;.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:&#x27;Glyphicons Halflings&#x27;;src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format(&#x27;embedded-opentype&#x27;),url(../fonts/glyphicons-halflings-regular.woff2) format(&#x27;woff2&#x27;),url(../fonts/glyphicons-halflings-regular.woff) format(&#x27;woff&#x27;),url(../fonts/glyphicons-halflings-regular.ttf) format(&#x27;truetype&#x27;),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format(&#x27;svg&#x27;)}.glyphicon{position:relative;top:1px;display:inline-block;font-family:&#x27;Glyphicons Halflings&#x27;;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:&quot;\\002a&quot;}.glyphicon-plus:before{content:&quot;\\002b&quot;}.glyphicon-eur:before,.glyphicon-euro:before{content:&quot;\\20ac&quot;}.glyphicon-minus:before{content:&quot;\\2212&quot;}.glyphicon-cloud:before{content:&quot;\\2601&quot;}.glyphicon-envelope:before{content:&quot;\\2709&quot;}.glyphicon-pencil:before{content:&quot;\\270f&quot;}.glyphicon-glass:before{content:&quot;\\e001&quot;}.glyphicon-music:before{content:&quot;\\e002&quot;}.glyphicon-search:before{content:&quot;\\e003&quot;}.glyphicon-heart:before{content:&quot;\\e005&quot;}.glyphicon-star:before{content:&quot;\\e006&quot;}.glyphicon-star-empty:before{content:&quot;\\e007&quot;}.glyphicon-user:before{content:&quot;\\e008&quot;}.glyphicon-film:before{content:&quot;\\e009&quot;}.glyphicon-th-large:before{content:&quot;\\e010&quot;}.glyphicon-th:before{content:&quot;\\e011&quot;}.glyphicon-th-list:before{content:&quot;\\e012&quot;}.glyphicon-ok:before{content:&quot;\\e013&quot;}.glyphicon-remove:before{content:&quot;\\e014&quot;}.glyphicon-zoom-in:before{content:&quot;\\e015&quot;}.glyphicon-zoom-out:before{content:&quot;\\e016&quot;}.glyphicon-off:before{content:&quot;\\e017&quot;}.glyphicon-signal:before{content:&quot;\\e018&quot;}.glyphicon-cog:before{content:&quot;\\e019&quot;}.glyphicon-trash:before{content:&quot;\\e020&quot;}.glyphicon-home:before{content:&quot;\\e021&quot;}.glyphicon-file:before{content:&quot;\\e022&quot;}.glyphicon-time:before{content:&quot;\\e023&quot;}.glyphicon-road:before{content:&quot;\\e024&quot;}.glyphicon-download-alt:before{content:&quot;\\e025&quot;}.glyphicon-download:before{content:&quot;\\e026&quot;}.glyphicon-upload:before{content:&quot;\\e027&quot;}.glyphicon-inbox:before{content:&quot;\\e028&quot;}.glyphicon-play-circle:before{content:&quot;\\e029&quot;}.glyphicon-repeat:before{content:&quot;\\e030&quot;}.glyphicon-refresh:before{content:&quot;\\e031&quot;}.glyphicon-list-alt:before{content:&quot;\\e032&quot;}.glyphicon-lock:before{content:&quot;\\e033&quot;}.glyphicon-flag:before{content:&quot;\\e034&quot;}.glyphicon-headphones:before{content:&quot;\\e035&quot;}.glyphicon-volume-off:before{content:&quot;\\e036&quot;}.glyphicon-volume-down:before{content:&quot;\\e037&quot;}.glyphicon-volume-up:before{content:&quot;\\e038&quot;}.glyphicon-qrcode:before{content:&quot;\\e039&quot;}.glyphicon-barcode:before{content:&quot;\\e040&quot;}.glyphicon-tag:before{content:&quot;\\e041&quot;}.glyphicon-tags:before{content:&quot;\\e042&quot;}.glyphicon-book:before{content:&quot;\\e043&quot;}.glyphicon-bookmark:before{content:&quot;\\e044&quot;}.glyphicon-print:before{content:&quot;\\e045&quot;}.glyphicon-camera:before{content:&quot;\\e046&quot;}.glyphicon-font:before{content:&quot;\\e047&quot;}.glyphicon-bold:before{content:&quot;\\e048&quot;}.glyphicon-italic:before{content:&quot;\\e049&quot;}.glyphicon-text-height:before{content:&quot;\\e050&quot;}.glyphicon-text-width:before{content:&quot;\\e051&quot;}.glyphicon-align-left:before{content:&quot;\\e052&quot;}.glyphicon-align-center:before{content:&quot;\\e053&quot;}.glyphicon-align-right:before{content:&quot;\\e054&quot;}.glyphicon-align-justify:before{content:&quot;\\e055&quot;}.glyphicon-list:before{content:&quot;\\e056&quot;}.glyphicon-indent-left:before{content:&quot;\\e057&quot;}.glyphicon-indent-right:before{content:&quot;\\e058&quot;}.glyphicon-facetime-video:before{content:&quot;\\e059&quot;}.glyphicon-picture:before{content:&quot;\\e060&quot;}.glyphicon-map-marker:before{content:&quot;\\e062&quot;}.glyphicon-adjust:before{content:&quot;\\e063&quot;}.glyphicon-tint:before{content:&quot;\\e064&quot;}.glyphicon-edit:before{content:&quot;\\e065&quot;}.glyphicon-share:before{content:&quot;\\e066&quot;}.glyphicon-check:before{content:&quot;\\e067&quot;}.glyphicon-move:before{content:&quot;\\e068&quot;}.glyphicon-step-backward:before{content:&quot;\\e069&quot;}.glyphicon-fast-backward:before{content:&quot;\\e070&quot;}.glyphicon-backward:before{content:&quot;\\e071&quot;}.glyphicon-play:before{content:&quot;\\e072&quot;}.glyphicon-pause:before{content:&quot;\\e073&quot;}.glyphicon-stop:before{content:&quot;\\e074&quot;}.glyphicon-forward:before{content:&quot;\\e075&quot;}.glyphicon-fast-forward:before{content:&quot;\\e076&quot;}.glyphicon-step-forward:before{content:&quot;\\e077&quot;}.glyphicon-eject:before{content:&quot;\\e078&quot;}.glyphicon-chevron-left:before{content:&quot;\\e079&quot;}.glyphicon-chevron-right:before{content:&quot;\\e080&quot;}.glyphicon-plus-sign:before{content:&quot;\\e081&quot;}.glyphicon-minus-sign:before{content:&quot;\\e082&quot;}.glyphicon-remove-sign:before{content:&quot;\\e083&quot;}.glyphicon-ok-sign:before{content:&quot;\\e084&quot;}.glyphicon-question-sign:before{content:&quot;\\e085&quot;}.glyphicon-info-sign:before{content:&quot;\\e086&quot;}.glyphicon-screenshot:before{content:&quot;\\e087&quot;}.glyphicon-remove-circle:before{content:&quot;\\e088&quot;}.glyphicon-ok-circle:before{content:&quot;\\e089&quot;}.glyphicon-ban-circle:before{content:&quot;\\e090&quot;}.glyphicon-arrow-left:before{content:&quot;\\e091&quot;}.glyphicon-arrow-right:before{content:&quot;\\e092&quot;}.glyphicon-arrow-up:before{content:&quot;\\e093&quot;}.glyphicon-arrow-down:before{content:&quot;\\e094&quot;}.glyphicon-share-alt:before{content:&quot;\\e095&quot;}.glyphicon-resize-full:before{content:&quot;\\e096&quot;}.glyphicon-resize-small:before{content:&quot;\\e097&quot;}.glyphicon-exclamation-sign:before{content:&quot;\\e101&quot;}.glyphicon-gift:before{content:&quot;\\e102&quot;}.glyphicon-leaf:before{content:&quot;\\e103&quot;}.glyphicon-fire:before{content:&quot;\\e104&quot;}.glyphicon-eye-open:before{content:&quot;\\e105&quot;}.glyphicon-eye-close:before{content:&quot;\\e106&quot;}.glyphicon-warning-sign:before{content:&quot;\\e107&quot;}.glyphicon-plane:before{content:&quot;\\e108&quot;}.glyphicon-calendar:before{content:&quot;\\e109&quot;}.glyphicon-random:before{content:&quot;\\e110&quot;}.glyphicon-comment:before{content:&quot;\\e111&quot;}.glyphicon-magnet:before{content:&quot;\\e112&quot;}.glyphicon-chevron-up:before{content:&quot;\\e113&quot;}.glyphicon-chevron-down:before{content:&quot;\\e114&quot;}.glyphicon-retweet:before{content:&quot;\\e115&quot;}.glyphicon-shopping-cart:before{content:&quot;\\e116&quot;}.glyphicon-folder-close:before{content:&quot;\\e117&quot;}.glyphicon-folder-open:before{content:&quot;\\e118&quot;}.glyphicon-resize-vertical:before{content:&quot;\\e119&quot;}.glyphicon-resize-horizontal:before{content:&quot;\\e120&quot;}.glyphicon-hdd:before{content:&quot;\\e121&quot;}.glyphicon-bullhorn:before{content:&quot;\\e122&quot;}.glyphicon-bell:before{content:&quot;\\e123&quot;}.glyphicon-certificate:before{content:&quot;\\e124&quot;}.glyphicon-thumbs-up:before{content:&quot;\\e125&quot;}.glyphicon-thumbs-down:before{content:&quot;\\e126&quot;}.glyphicon-hand-right:before{content:&quot;\\e127&quot;}.glyphicon-hand-left:before{content:&quot;\\e128&quot;}.glyphicon-hand-up:before{content:&quot;\\e129&quot;}.glyphicon-hand-down:before{content:&quot;\\e130&quot;}.glyphicon-circle-arrow-right:before{content:&quot;\\e131&quot;}.glyphicon-circle-arrow-left:before{content:&quot;\\e132&quot;}.glyphicon-circle-arrow-up:before{content:&quot;\\e133&quot;}.glyphicon-circle-arrow-down:before{content:&quot;\\e134&quot;}.glyphicon-globe:before{content:&quot;\\e135&quot;}.glyphicon-wrench:before{content:&quot;\\e136&quot;}.glyphicon-tasks:before{content:&quot;\\e137&quot;}.glyphicon-filter:before{content:&quot;\\e138&quot;}.glyphicon-briefcase:before{content:&quot;\\e139&quot;}.glyphicon-fullscreen:before{content:&quot;\\e140&quot;}.glyphicon-dashboard:before{content:&quot;\\e141&quot;}.glyphicon-paperclip:before{content:&quot;\\e142&quot;}.glyphicon-heart-empty:before{content:&quot;\\e143&quot;}.glyphicon-link:before{content:&quot;\\e144&quot;}.glyphicon-phone:before{content:&quot;\\e145&quot;}.glyphicon-pushpin:before{content:&quot;\\e146&quot;}.glyphicon-usd:before{content:&quot;\\e148&quot;}.glyphicon-gbp:before{content:&quot;\\e149&quot;}.glyphicon-sort:before{content:&quot;\\e150&quot;}.glyphicon-sort-by-alphabet:before{content:&quot;\\e151&quot;}.glyphicon-sort-by-alphabet-alt:before{content:&quot;\\e152&quot;}.glyphicon-sort-by-order:before{content:&quot;\\e153&quot;}.glyphicon-sort-by-order-alt:before{content:&quot;\\e154&quot;}.glyphicon-sort-by-attributes:before{content:&quot;\\e155&quot;}.glyphicon-sort-by-attributes-alt:before{content:&quot;\\e156&quot;}.glyphicon-unchecked:before{content:&quot;\\e157&quot;}.glyphicon-expand:before{content:&quot;\\e158&quot;}.glyphicon-collapse-down:before{content:&quot;\\e159&quot;}.glyphicon-collapse-up:before{content:&quot;\\e160&quot;}.glyphicon-log-in:before{content:&quot;\\e161&quot;}.glyphicon-flash:before{content:&quot;\\e162&quot;}.glyphicon-log-out:before{content:&quot;\\e163&quot;}.glyphicon-new-window:before{content:&quot;\\e164&quot;}.glyphicon-record:before{content:&quot;\\e165&quot;}.glyphicon-save:before{content:&quot;\\e166&quot;}.glyphicon-open:before{content:&quot;\\e167&quot;}.glyphicon-saved:before{content:&quot;\\e168&quot;}.glyphicon-import:before{content:&quot;\\e169&quot;}.glyphicon-export:before{content:&quot;\\e170&quot;}.glyphicon-send:before{content:&quot;\\e171&quot;}.glyphicon-floppy-disk:before{content:&quot;\\e172&quot;}.glyphicon-floppy-saved:before{content:&quot;\\e173&quot;}.glyphicon-floppy-remove:before{content:&quot;\\e174&quot;}.glyphicon-floppy-save:before{content:&quot;\\e175&quot;}.glyphicon-floppy-open:before{content:&quot;\\e176&quot;}.glyphicon-credit-card:before{content:&quot;\\e177&quot;}.glyphicon-transfer:before{content:&quot;\\e178&quot;}.glyphicon-cutlery:before{content:&quot;\\e179&quot;}.glyphicon-header:before{content:&quot;\\e180&quot;}.glyphicon-compressed:before{content:&quot;\\e181&quot;}.glyphicon-earphone:before{content:&quot;\\e182&quot;}.glyphicon-phone-alt:before{content:&quot;\\e183&quot;}.glyphicon-tower:before{content:&quot;\\e184&quot;}.glyphicon-stats:before{content:&quot;\\e185&quot;}.glyphicon-sd-video:before{content:&quot;\\e186&quot;}.glyphicon-hd-video:before{content:&quot;\\e187&quot;}.glyphicon-subtitles:before{content:&quot;\\e188&quot;}.glyphicon-sound-stereo:before{content:&quot;\\e189&quot;}.glyphicon-sound-dolby:before{content:&quot;\\e190&quot;}.glyphicon-sound-5-1:before{content:&quot;\\e191&quot;}.glyphicon-sound-6-1:before{content:&quot;\\e192&quot;}.glyphicon-sound-7-1:before{content:&quot;\\e193&quot;}.glyphicon-copyright-mark:before{content:&quot;\\e194&quot;}.glyphicon-registration-mark:before{content:&quot;\\e195&quot;}.glyphicon-cloud-download:before{content:&quot;\\e197&quot;}.glyphicon-cloud-upload:before{content:&quot;\\e198&quot;}.glyphicon-tree-conifer:before{content:&quot;\\e199&quot;}.glyphicon-tree-deciduous:before{content:&quot;\\e200&quot;}.glyphicon-cd:before{content:&quot;\\e201&quot;}.glyphicon-save-file:before{content:&quot;\\e202&quot;}.glyphicon-open-file:before{content:&quot;\\e203&quot;}.glyphicon-level-up:before{content:&quot;\\e204&quot;}.glyphicon-copy:before{content:&quot;\\e205&quot;}.glyphicon-paste:before{content:&quot;\\e206&quot;}.glyphicon-alert:before{content:&quot;\\e209&quot;}.glyphicon-equalizer:before{content:&quot;\\e210&quot;}.glyphicon-king:before{content:&quot;\\e211&quot;}.glyphicon-queen:before{content:&quot;\\e212&quot;}.glyphicon-pawn:before{content:&quot;\\e213&quot;}.glyphicon-bishop:before{content:&quot;\\e214&quot;}.glyphicon-knight:before{content:&quot;\\e215&quot;}.glyphicon-baby-formula:before{content:&quot;\\e216&quot;}.glyphicon-tent:before{content:&quot;\\26fa&quot;}.glyphicon-blackboard:before{content:&quot;\\e218&quot;}.glyphicon-bed:before{content:&quot;\\e219&quot;}.glyphicon-apple:before{content:&quot;\\f8ff&quot;}.glyphicon-erase:before{content:&quot;\\e221&quot;}.glyphicon-hourglass:before{content:&quot;\\231b&quot;}.glyphicon-lamp:before{content:&quot;\\e223&quot;}.glyphicon-duplicate:before{content:&quot;\\e224&quot;}.glyphicon-piggy-bank:before{content:&quot;\\e225&quot;}.glyphicon-scissors:before{content:&quot;\\e226&quot;}.glyphicon-bitcoin:before{content:&quot;\\e227&quot;}.glyphicon-btc:before{content:&quot;\\e227&quot;}.glyphicon-xbt:before{content:&quot;\\e227&quot;}.glyphicon-yen:before{content:&quot;\\00a5&quot;}.glyphicon-jpy:before{content:&quot;\\00a5&quot;}.glyphicon-ruble:before{content:&quot;\\20bd&quot;}.glyphicon-rub:before{content:&quot;\\20bd&quot;}.glyphicon-scale:before{content:&quot;\\e230&quot;}.glyphicon-ice-lolly:before{content:&quot;\\e231&quot;}.glyphicon-ice-lolly-tasted:before{content:&quot;\\e232&quot;}.glyphicon-education:before{content:&quot;\\e233&quot;}.glyphicon-option-horizontal:before{content:&quot;\\e234&quot;}.glyphicon-option-vertical:before{content:&quot;\\e235&quot;}.glyphicon-menu-hamburger:before{content:&quot;\\e236&quot;}.glyphicon-modal-window:before{content:&quot;\\e237&quot;}.glyphicon-oil:before{content:&quot;\\e238&quot;}.glyphicon-grain:before{content:&quot;\\e239&quot;}.glyphicon-sunglasses:before{content:&quot;\\e240&quot;}.glyphicon-text-size:before{content:&quot;\\e241&quot;}.glyphicon-text-color:before{content:&quot;\\e242&quot;}.glyphicon-text-background:before{content:&quot;\\e243&quot;}.glyphicon-object-align-top:before{content:&quot;\\e244&quot;}.glyphicon-object-align-bottom:before{content:&quot;\\e245&quot;}.glyphicon-object-align-horizontal:before{content:&quot;\\e246&quot;}.glyphicon-object-align-left:before{content:&quot;\\e247&quot;}.glyphicon-object-align-vertical:before{content:&quot;\\e248&quot;}.glyphicon-object-align-right:before{content:&quot;\\e249&quot;}.glyphicon-triangle-right:before{content:&quot;\\e250&quot;}.glyphicon-triangle-left:before{content:&quot;\\e251&quot;}.glyphicon-triangle-bottom:before{content:&quot;\\e252&quot;}.glyphicon-triangle-top:before{content:&quot;\\e253&quot;}.glyphicon-console:before{content:&quot;\\e254&quot;}.glyphicon-superscript:before{content:&quot;\\e255&quot;}.glyphicon-subscript:before{content:&quot;\\e256&quot;}.glyphicon-menu-left:before{content:&quot;\\e257&quot;}.glyphicon-menu-right:before{content:&quot;\\e258&quot;}.glyphicon-menu-down:before{content:&quot;\\e259&quot;}.glyphicon-menu-up:before{content:&quot;\\e260&quot;}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:&quot;Helvetica Neue&quot;,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner&gt;.item&gt;a&gt;img,.carousel-inner&gt;.item&gt;img,.img-responsive,.thumbnail a&gt;img,.thumbnail&gt;img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline&gt;li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:&#x27;\\2014 \\00A0&#x27;}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:&#x27;&#x27;}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:&#x27;\\00A0 \\2014&#x27;}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table&gt;tbody&gt;tr&gt;td,.table&gt;tbody&gt;tr&gt;th,.table&gt;tfoot&gt;tr&gt;td,.table&gt;tfoot&gt;tr&gt;th,.table&gt;thead&gt;tr&gt;td,.table&gt;thead&gt;tr&gt;th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table&gt;thead&gt;tr&gt;th{vertical-align:bottom;border-bottom:2px solid #ddd}.table&gt;caption+thead&gt;tr:first-child&gt;td,.table&gt;caption+thead&gt;tr:first-child&gt;th,.table&gt;colgroup+thead&gt;tr:first-child&gt;td,.table&gt;colgroup+thead&gt;tr:first-child&gt;th,.table&gt;thead:first-child&gt;tr:first-child&gt;td,.table&gt;thead:first-child&gt;tr:first-child&gt;th{border-top:0}.table&gt;tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed&gt;tbody&gt;tr&gt;td,.table-condensed&gt;tbody&gt;tr&gt;th,.table-condensed&gt;tfoot&gt;tr&gt;td,.table-condensed&gt;tfoot&gt;tr&gt;th,.table-condensed&gt;thead&gt;tr&gt;td,.table-condensed&gt;thead&gt;tr&gt;th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered&gt;tbody&gt;tr&gt;td,.table-bordered&gt;tbody&gt;tr&gt;th,.table-bordered&gt;tfoot&gt;tr&gt;td,.table-bordered&gt;tfoot&gt;tr&gt;th,.table-bordered&gt;thead&gt;tr&gt;td,.table-bordered&gt;thead&gt;tr&gt;th{border:1px solid #ddd}.table-bordered&gt;thead&gt;tr&gt;td,.table-bordered&gt;thead&gt;tr&gt;th{border-bottom-width:2px}.table-striped&gt;tbody&gt;tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover&gt;tbody&gt;tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table&gt;tbody&gt;tr.active&gt;td,.table&gt;tbody&gt;tr.active&gt;th,.table&gt;tbody&gt;tr&gt;td.active,.table&gt;tbody&gt;tr&gt;th.active,.table&gt;tfoot&gt;tr.active&gt;td,.table&gt;tfoot&gt;tr.active&gt;th,.table&gt;tfoot&gt;tr&gt;td.active,.table&gt;tfoot&gt;tr&gt;th.active,.table&gt;thead&gt;tr.active&gt;td,.table&gt;thead&gt;tr.active&gt;th,.table&gt;thead&gt;tr&gt;td.active,.table&gt;thead&gt;tr&gt;th.active{background-color:#f5f5f5}.table-hover&gt;tbody&gt;tr.active:hover&gt;td,.table-hover&gt;tbody&gt;tr.active:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.active,.table-hover&gt;tbody&gt;tr&gt;td.active:hover,.table-hover&gt;tbody&gt;tr&gt;th.active:hover{background-color:#e8e8e8}.table&gt;tbody&gt;tr.success&gt;td,.table&gt;tbody&gt;tr.success&gt;th,.table&gt;tbody&gt;tr&gt;td.success,.table&gt;tbody&gt;tr&gt;th.success,.table&gt;tfoot&gt;tr.success&gt;td,.table&gt;tfoot&gt;tr.success&gt;th,.table&gt;tfoot&gt;tr&gt;td.success,.table&gt;tfoot&gt;tr&gt;th.success,.table&gt;thead&gt;tr.success&gt;td,.table&gt;thead&gt;tr.success&gt;th,.table&gt;thead&gt;tr&gt;td.success,.table&gt;thead&gt;tr&gt;th.success{background-color:#dff0d8}.table-hover&gt;tbody&gt;tr.success:hover&gt;td,.table-hover&gt;tbody&gt;tr.success:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.success,.table-hover&gt;tbody&gt;tr&gt;td.success:hover,.table-hover&gt;tbody&gt;tr&gt;th.success:hover{background-color:#d0e9c6}.table&gt;tbody&gt;tr.info&gt;td,.table&gt;tbody&gt;tr.info&gt;th,.table&gt;tbody&gt;tr&gt;td.info,.table&gt;tbody&gt;tr&gt;th.info,.table&gt;tfoot&gt;tr.info&gt;td,.table&gt;tfoot&gt;tr.info&gt;th,.table&gt;tfoot&gt;tr&gt;td.info,.table&gt;tfoot&gt;tr&gt;th.info,.table&gt;thead&gt;tr.info&gt;td,.table&gt;thead&gt;tr.info&gt;th,.table&gt;thead&gt;tr&gt;td.info,.table&gt;thead&gt;tr&gt;th.info{background-color:#d9edf7}.table-hover&gt;tbody&gt;tr.info:hover&gt;td,.table-hover&gt;tbody&gt;tr.info:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.info,.table-hover&gt;tbody&gt;tr&gt;td.info:hover,.table-hover&gt;tbody&gt;tr&gt;th.info:hover{background-color:#c4e3f3}.table&gt;tbody&gt;tr.warning&gt;td,.table&gt;tbody&gt;tr.warning&gt;th,.table&gt;tbody&gt;tr&gt;td.warning,.table&gt;tbody&gt;tr&gt;th.warning,.table&gt;tfoot&gt;tr.warning&gt;td,.table&gt;tfoot&gt;tr.warning&gt;th,.table&gt;tfoot&gt;tr&gt;td.warning,.table&gt;tfoot&gt;tr&gt;th.warning,.table&gt;thead&gt;tr.warning&gt;td,.table&gt;thead&gt;tr.warning&gt;th,.table&gt;thead&gt;tr&gt;td.warning,.table&gt;thead&gt;tr&gt;th.warning{background-color:#fcf8e3}.table-hover&gt;tbody&gt;tr.warning:hover&gt;td,.table-hover&gt;tbody&gt;tr.warning:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.warning,.table-hover&gt;tbody&gt;tr&gt;td.warning:hover,.table-hover&gt;tbody&gt;tr&gt;th.warning:hover{background-color:#faf2cc}.table&gt;tbody&gt;tr.danger&gt;td,.table&gt;tbody&gt;tr.danger&gt;th,.table&gt;tbody&gt;tr&gt;td.danger,.table&gt;tbody&gt;tr&gt;th.danger,.table&gt;tfoot&gt;tr.danger&gt;td,.table&gt;tfoot&gt;tr.danger&gt;th,.table&gt;tfoot&gt;tr&gt;td.danger,.table&gt;tfoot&gt;tr&gt;th.danger,.table&gt;thead&gt;tr.danger&gt;td,.table&gt;thead&gt;tr.danger&gt;th,.table&gt;thead&gt;tr&gt;td.danger,.table&gt;thead&gt;tr&gt;th.danger{background-color:#f2dede}.table-hover&gt;tbody&gt;tr.danger:hover&gt;td,.table-hover&gt;tbody&gt;tr.danger:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.danger,.table-hover&gt;tbody&gt;tr&gt;td.danger:hover,.table-hover&gt;tbody&gt;tr&gt;th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive&gt;.table{margin-bottom:0}.table-responsive&gt;.table&gt;tbody&gt;tr&gt;td,.table-responsive&gt;.table&gt;tbody&gt;tr&gt;th,.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;td,.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;th,.table-responsive&gt;.table&gt;thead&gt;tr&gt;td,.table-responsive&gt;.table&gt;thead&gt;tr&gt;th{white-space:nowrap}.table-responsive&gt;.table-bordered{border:0}.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child{border-left:0}.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child{border-right:0}.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group&gt;.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open&gt;.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open&gt;.dropdown-toggle.btn-default.focus,.open&gt;.dropdown-toggle.btn-default:focus,.open&gt;.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open&gt;.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open&gt;.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open&gt;.dropdown-toggle.btn-primary.focus,.open&gt;.dropdown-toggle.btn-primary:focus,.open&gt;.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open&gt;.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open&gt;.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open&gt;.dropdown-toggle.btn-success.focus,.open&gt;.dropdown-toggle.btn-success:focus,.open&gt;.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open&gt;.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open&gt;.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open&gt;.dropdown-toggle.btn-info.focus,.open&gt;.dropdown-toggle.btn-info:focus,.open&gt;.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open&gt;.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open&gt;.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open&gt;.dropdown-toggle.btn-warning.focus,.open&gt;.dropdown-toggle.btn-warning:focus,.open&gt;.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open&gt;.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open&gt;.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open&gt;.dropdown-toggle.btn-danger.focus,.open&gt;.dropdown-toggle.btn-danger:focus,.open&gt;.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open&gt;.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg&gt;.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm&gt;.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs&gt;.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu&gt;li&gt;a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu&gt;li&gt;a:focus,.dropdown-menu&gt;li&gt;a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu&gt;.active&gt;a,.dropdown-menu&gt;.active&gt;a:focus,.dropdown-menu&gt;.active&gt;a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu&gt;.disabled&gt;a,.dropdown-menu&gt;.disabled&gt;a:focus,.dropdown-menu&gt;.disabled&gt;a:hover{color:#777}.dropdown-menu&gt;.disabled&gt;a:focus,.dropdown-menu&gt;.disabled&gt;a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open&gt;.dropdown-menu{display:block}.open&gt;a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right&gt;.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:&quot;&quot;;border-top:0;border-bottom:4px dashed;border-bottom:4px solid\\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical&gt;.btn,.btn-group&gt;.btn{position:relative;float:left}.btn-group-vertical&gt;.btn.active,.btn-group-vertical&gt;.btn:active,.btn-group-vertical&gt;.btn:focus,.btn-group-vertical&gt;.btn:hover,.btn-group&gt;.btn.active,.btn-group&gt;.btn:active,.btn-group&gt;.btn:focus,.btn-group&gt;.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar&gt;.btn,.btn-toolbar&gt;.btn-group,.btn-toolbar&gt;.input-group{margin-left:5px}.btn-group&gt;.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group&gt;.btn:first-child{margin-left:0}.btn-group&gt;.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group&gt;.btn:last-child:not(:first-child),.btn-group&gt;.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group&gt;.btn-group{float:left}.btn-group&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn{border-radius:0}.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group&gt;.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group&gt;.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical&gt;.btn,.btn-group-vertical&gt;.btn-group,.btn-group-vertical&gt;.btn-group&gt;.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical&gt;.btn-group&gt;.btn{float:none}.btn-group-vertical&gt;.btn+.btn,.btn-group-vertical&gt;.btn+.btn-group,.btn-group-vertical&gt;.btn-group+.btn,.btn-group-vertical&gt;.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical&gt;.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical&gt;.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical&gt;.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn{border-radius:0}.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified&gt;.btn,.btn-group-justified&gt;.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified&gt;.btn-group .btn{width:100%}.btn-group-justified&gt;.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]&gt;.btn input[type=checkbox],[data-toggle=buttons]&gt;.btn input[type=radio],[data-toggle=buttons]&gt;.btn-group&gt;.btn input[type=checkbox],[data-toggle=buttons]&gt;.btn-group&gt;.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg&gt;.form-control,.input-group-lg&gt;.input-group-addon,.input-group-lg&gt;.input-group-btn&gt;.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg&gt;.form-control,select.input-group-lg&gt;.input-group-addon,select.input-group-lg&gt;.input-group-btn&gt;.btn{height:46px;line-height:46px}select[multiple].input-group-lg&gt;.form-control,select[multiple].input-group-lg&gt;.input-group-addon,select[multiple].input-group-lg&gt;.input-group-btn&gt;.btn,textarea.input-group-lg&gt;.form-control,textarea.input-group-lg&gt;.input-group-addon,textarea.input-group-lg&gt;.input-group-btn&gt;.btn{height:auto}.input-group-sm&gt;.form-control,.input-group-sm&gt;.input-group-addon,.input-group-sm&gt;.input-group-btn&gt;.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm&gt;.form-control,select.input-group-sm&gt;.input-group-addon,select.input-group-sm&gt;.input-group-btn&gt;.btn{height:30px;line-height:30px}select[multiple].input-group-sm&gt;.form-control,select[multiple].input-group-sm&gt;.input-group-addon,select[multiple].input-group-sm&gt;.input-group-btn&gt;.btn,textarea.input-group-sm&gt;.form-control,textarea.input-group-sm&gt;.input-group-addon,textarea.input-group-sm&gt;.input-group-btn&gt;.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child&gt;.btn,.input-group-btn:first-child&gt;.btn-group&gt;.btn,.input-group-btn:first-child&gt;.dropdown-toggle,.input-group-btn:last-child&gt;.btn-group:not(:last-child)&gt;.btn,.input-group-btn:last-child&gt;.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child&gt;.btn-group:not(:first-child)&gt;.btn,.input-group-btn:first-child&gt;.btn:not(:first-child),.input-group-btn:last-child&gt;.btn,.input-group-btn:last-child&gt;.btn-group&gt;.btn,.input-group-btn:last-child&gt;.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn&gt;.btn{position:relative}.input-group-btn&gt;.btn+.btn{margin-left:-1px}.input-group-btn&gt;.btn:active,.input-group-btn&gt;.btn:focus,.input-group-btn&gt;.btn:hover{z-index:2}.input-group-btn:first-child&gt;.btn,.input-group-btn:first-child&gt;.btn-group{margin-right:-1px}.input-group-btn:last-child&gt;.btn,.input-group-btn:last-child&gt;.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav&gt;li{position:relative;display:block}.nav&gt;li&gt;a{position:relative;display:block;padding:10px 15px}.nav&gt;li&gt;a:focus,.nav&gt;li&gt;a:hover{text-decoration:none;background-color:#eee}.nav&gt;li.disabled&gt;a{color:#777}.nav&gt;li.disabled&gt;a:focus,.nav&gt;li.disabled&gt;a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open&gt;a,.nav .open&gt;a:focus,.nav .open&gt;a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav&gt;li&gt;a&gt;img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs&gt;li{float:left;margin-bottom:-1px}.nav-tabs&gt;li&gt;a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs&gt;li&gt;a:hover{border-color:#eee #eee #ddd}.nav-tabs&gt;li.active&gt;a,.nav-tabs&gt;li.active&gt;a:focus,.nav-tabs&gt;li.active&gt;a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified&gt;li{float:none}.nav-tabs.nav-justified&gt;li&gt;a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified&gt;.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified&gt;li{display:table-cell;width:1%}.nav-tabs.nav-justified&gt;li&gt;a{margin-bottom:0}}.nav-tabs.nav-justified&gt;li&gt;a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified&gt;.active&gt;a,.nav-tabs.nav-justified&gt;.active&gt;a:focus,.nav-tabs.nav-justified&gt;.active&gt;a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified&gt;li&gt;a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified&gt;.active&gt;a,.nav-tabs.nav-justified&gt;.active&gt;a:focus,.nav-tabs.nav-justified&gt;.active&gt;a:hover{border-bottom-color:#fff}}.nav-pills&gt;li{float:left}.nav-pills&gt;li&gt;a{border-radius:4px}.nav-pills&gt;li+li{margin-left:2px}.nav-pills&gt;li.active&gt;a,.nav-pills&gt;li.active&gt;a:focus,.nav-pills&gt;li.active&gt;a:hover{color:#fff;background-color:#337ab7}.nav-stacked&gt;li{float:none}.nav-stacked&gt;li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified&gt;li{float:none}.nav-justified&gt;li&gt;a{margin-bottom:5px;text-align:center}.nav-justified&gt;.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified&gt;li{display:table-cell;width:1%}.nav-justified&gt;li&gt;a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified&gt;li&gt;a{margin-right:0;border-radius:4px}.nav-tabs-justified&gt;.active&gt;a,.nav-tabs-justified&gt;.active&gt;a:focus,.nav-tabs-justified&gt;.active&gt;a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified&gt;li&gt;a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified&gt;.active&gt;a,.nav-tabs-justified&gt;.active&gt;a:focus,.nav-tabs-justified&gt;.active&gt;a:hover{border-bottom-color:#fff}}.tab-content&gt;.tab-pane{display:none}.tab-content&gt;.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid&gt;.navbar-collapse,.container-fluid&gt;.navbar-header,.container&gt;.navbar-collapse,.container&gt;.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid&gt;.navbar-collapse,.container-fluid&gt;.navbar-header,.container&gt;.navbar-collapse,.container&gt;.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand&gt;img{display:block}@media (min-width:768px){.navbar&gt;.container .navbar-brand,.navbar&gt;.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav&gt;li&gt;a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu&gt;li&gt;a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu&gt;li&gt;a{line-height:20px}.navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,.navbar-nav .open .dropdown-menu&gt;li&gt;a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav&gt;li{float:left}.navbar-nav&gt;li&gt;a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group&gt;.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav&gt;li&gt;.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav&gt;li&gt;.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav&gt;li&gt;a{color:#777}.navbar-default .navbar-nav&gt;li&gt;a:focus,.navbar-default .navbar-nav&gt;li&gt;a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav&gt;.active&gt;a,.navbar-default .navbar-nav&gt;.active&gt;a:focus,.navbar-default .navbar-nav&gt;.active&gt;a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav&gt;.disabled&gt;a,.navbar-default .navbar-nav&gt;.disabled&gt;a:focus,.navbar-default .navbar-nav&gt;.disabled&gt;a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav&gt;.open&gt;a,.navbar-default .navbar-nav&gt;.open&gt;a:focus,.navbar-default .navbar-nav&gt;.open&gt;a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus,.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus,.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav&gt;li&gt;a{color:#9d9d9d}.navbar-inverse .navbar-nav&gt;li&gt;a:focus,.navbar-inverse .navbar-nav&gt;li&gt;a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav&gt;.active&gt;a,.navbar-inverse .navbar-nav&gt;.active&gt;a:focus,.navbar-inverse .navbar-nav&gt;.active&gt;a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav&gt;.disabled&gt;a,.navbar-inverse .navbar-nav&gt;.disabled&gt;a:focus,.navbar-inverse .navbar-nav&gt;.disabled&gt;a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav&gt;.open&gt;a,.navbar-inverse .navbar-nav&gt;.open&gt;a:focus,.navbar-inverse .navbar-nav&gt;.open&gt;a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb&gt;li{display:inline-block}.breadcrumb&gt;li+li:before{padding:0 5px;color:#ccc;content:&quot;/\\00a0&quot;}.breadcrumb&gt;.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination&gt;li{display:inline}.pagination&gt;li&gt;a,.pagination&gt;li&gt;span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination&gt;li:first-child&gt;a,.pagination&gt;li:first-child&gt;span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination&gt;li:last-child&gt;a,.pagination&gt;li:last-child&gt;span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination&gt;li&gt;a:focus,.pagination&gt;li&gt;a:hover,.pagination&gt;li&gt;span:focus,.pagination&gt;li&gt;span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination&gt;.active&gt;a,.pagination&gt;.active&gt;a:focus,.pagination&gt;.active&gt;a:hover,.pagination&gt;.active&gt;span,.pagination&gt;.active&gt;span:focus,.pagination&gt;.active&gt;span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination&gt;.disabled&gt;a,.pagination&gt;.disabled&gt;a:focus,.pagination&gt;.disabled&gt;a:hover,.pagination&gt;.disabled&gt;span,.pagination&gt;.disabled&gt;span:focus,.pagination&gt;.disabled&gt;span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg&gt;li&gt;a,.pagination-lg&gt;li&gt;span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg&gt;li:first-child&gt;a,.pagination-lg&gt;li:first-child&gt;span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg&gt;li:last-child&gt;a,.pagination-lg&gt;li:last-child&gt;span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm&gt;li&gt;a,.pagination-sm&gt;li&gt;span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm&gt;li:first-child&gt;a,.pagination-sm&gt;li:first-child&gt;span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm&gt;li:last-child&gt;a,.pagination-sm&gt;li:last-child&gt;span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li&gt;a,.pager li&gt;span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li&gt;a:focus,.pager li&gt;a:hover{text-decoration:none;background-color:#eee}.pager .next&gt;a,.pager .next&gt;span{float:right}.pager .previous&gt;a,.pager .previous&gt;span{float:left}.pager .disabled&gt;a,.pager .disabled&gt;a:focus,.pager .disabled&gt;a:hover,.pager .disabled&gt;span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs&gt;.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active&gt;.badge,.nav-pills&gt;.active&gt;a&gt;.badge{color:#337ab7;background-color:#fff}.list-group-item&gt;.badge{float:right}.list-group-item&gt;.badge+.badge{margin-right:5px}.nav-pills&gt;li&gt;a&gt;.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron&gt;hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a&gt;img,.thumbnail&gt;img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert&gt;p,.alert&gt;ul{margin-bottom:0}.alert&gt;p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media&gt;.pull-right{padding-left:10px}.media-left,.media&gt;.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading&gt;.small,.list-group-item.active .list-group-item-heading&gt;small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading&gt;.small,.list-group-item.active:focus .list-group-item-heading&gt;small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading&gt;.small,.list-group-item.active:hover .list-group-item-heading&gt;small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading&gt;.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title&gt;.small,.panel-title&gt;.small&gt;a,.panel-title&gt;a,.panel-title&gt;small,.panel-title&gt;small&gt;a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.list-group,.panel&gt;.panel-collapse&gt;.list-group{margin-bottom:0}.panel&gt;.list-group .list-group-item,.panel&gt;.panel-collapse&gt;.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel&gt;.list-group:first-child .list-group-item:first-child,.panel&gt;.panel-collapse&gt;.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel&gt;.list-group:last-child .list-group-item:last-child,.panel&gt;.panel-collapse&gt;.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.panel-heading+.panel-collapse&gt;.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel&gt;.panel-collapse&gt;.table,.panel&gt;.table,.panel&gt;.table-responsive&gt;.table{margin-bottom:0}.panel&gt;.panel-collapse&gt;.table caption,.panel&gt;.table caption,.panel&gt;.table-responsive&gt;.table caption{padding-right:15px;padding-left:15px}.panel&gt;.table-responsive:first-child&gt;.table:first-child,.panel&gt;.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child{border-top-left-radius:3px}.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child{border-top-right-radius:3px}.panel&gt;.table-responsive:last-child&gt;.table:last-child,.panel&gt;.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child{border-bottom-left-radius:3px}.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child{border-bottom-right-radius:3px}.panel&gt;.panel-body+.table,.panel&gt;.panel-body+.table-responsive,.panel&gt;.table+.panel-body,.panel&gt;.table-responsive+.panel-body{border-top:1px solid #ddd}.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child td,.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child th{border-top:0}.panel&gt;.table-bordered,.panel&gt;.table-responsive&gt;.table-bordered{border:0}.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child{border-left:0}.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child{border-right:0}.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th,.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th{border-bottom:0}.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th{border-bottom:0}.panel&gt;.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse&gt;.list-group,.panel-group .panel-heading+.panel-collapse&gt;.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default&gt;.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#ddd}.panel-default&gt;.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary&gt;.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#337ab7}.panel-primary&gt;.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success&gt;.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#d6e9c6}.panel-success&gt;.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info&gt;.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#bce8f1}.panel-info&gt;.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning&gt;.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#faebcc}.panel-warning&gt;.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger&gt;.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#ebccd1}.panel-danger&gt;.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:&quot;Helvetica Neue&quot;,Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:&quot;Helvetica Neue&quot;,Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover&gt;.arrow,.popover&gt;.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover&gt;.arrow{border-width:11px}.popover&gt;.arrow:after{content:&quot;&quot;;border-width:10px}.popover.top&gt;.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top&gt;.arrow:after{bottom:1px;margin-left:-10px;content:&quot; &quot;;border-top-color:#fff;border-bottom-width:0}.popover.right&gt;.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right&gt;.arrow:after{bottom:-10px;left:1px;content:&quot; &quot;;border-right-color:#fff;border-left-width:0}.popover.bottom&gt;.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom&gt;.arrow:after{top:1px;margin-left:-10px;content:&quot; &quot;;border-top-width:0;border-bottom-color:#fff}.popover.left&gt;.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left&gt;.arrow:after{right:1px;bottom:-10px;content:&quot; &quot;;border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner&gt;.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner&gt;.item&gt;a&gt;img,.carousel-inner&gt;.item&gt;img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner&gt;.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner&gt;.item.active.right,.carousel-inner&gt;.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner&gt;.item.active.left,.carousel-inner&gt;.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner&gt;.item.active,.carousel-inner&gt;.item.next.left,.carousel-inner&gt;.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner&gt;.active,.carousel-inner&gt;.next,.carousel-inner&gt;.prev{display:block}.carousel-inner&gt;.active{left:0}.carousel-inner&gt;.next,.carousel-inner&gt;.prev{position:absolute;top:0;width:100%}.carousel-inner&gt;.next{left:100%}.carousel-inner&gt;.prev{left:-100%}.carousel-inner&gt;.next.left,.carousel-inner&gt;.prev.right{left:0}.carousel-inner&gt;.active.left{left:-100%}.carousel-inner&gt;.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#80000000&#x27;, endColorstr=&#x27;#00000000&#x27;, GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#00000000&#x27;, endColorstr=&#x27;#80000000&#x27;, GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:&#x27;\\2039&#x27;}.carousel-control .icon-next:before{content:&#x27;\\203a&#x27;}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical&gt;.btn-group:after,.btn-group-vertical&gt;.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:&quot; &quot;}.btn-group-vertical&gt;.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}\n",
"/*# sourceMappingURL=bootstrap.min.css.map *//*!\n",
" * Bootstrap v3.3.7 (http://getbootstrap.com)\n",
" * Copyright 2011-2016 Twitter, Inc.\n",
" * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n",
" */.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-danger.disabled,.btn-danger[disabled],.btn-default.disabled,.btn-default[disabled],.btn-info.disabled,.btn-info[disabled],.btn-primary.disabled,.btn-primary[disabled],.btn-success.disabled,.btn-success[disabled],.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-danger,fieldset[disabled] .btn-default,fieldset[disabled] .btn-info,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-warning{-webkit-box-shadow:none;box-shadow:none}.btn-danger .badge,.btn-default .badge,.btn-info .badge,.btn-primary .badge,.btn-success .badge,.btn-warning .badge{text-shadow:none}.btn.active,.btn:active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffffffff&#x27;, endColorstr=&#x27;#ffe0e0e0&#x27;, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc}.btn-default:focus,.btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.btn-default.active,.btn-default:active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-o-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));background-image:linear-gradient(to bottom,#337ab7 0,#265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff337ab7&#x27;, endColorstr=&#x27;#ff265a88&#x27;, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.btn-primary:focus,.btn-primary:hover{background-color:#265a88;background-position:0 -15px}.btn-primary.active,.btn-primary:active{background-color:#265a88;border-color:#245580}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#265a88;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff5cb85c&#x27;, endColorstr=&#x27;#ff419641&#x27;, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:focus,.btn-success:hover{background-color:#419641;background-position:0 -15px}.btn-success.active,.btn-success:active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff5bc0de&#x27;, endColorstr=&#x27;#ff2aabd2&#x27;, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:focus,.btn-info:hover{background-color:#2aabd2;background-position:0 -15px}.btn-info.active,.btn-info:active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#fff0ad4e&#x27;, endColorstr=&#x27;#ffeb9316&#x27;, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:focus,.btn-warning:hover{background-color:#eb9316;background-position:0 -15px}.btn-warning.active,.btn-warning:active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffd9534f&#x27;, endColorstr=&#x27;#ffc12e2a&#x27;, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:focus,.btn-danger:hover{background-color:#c12e2a;background-position:0 -15px}.btn-danger.active,.btn-danger:active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#c12e2a;background-image:none}.img-thumbnail,.thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu&gt;li&gt;a:focus,.dropdown-menu&gt;li&gt;a:hover{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#fff5f5f5&#x27;, endColorstr=&#x27;#ffe8e8e8&#x27;, GradientType=0);background-repeat:repeat-x}.dropdown-menu&gt;.active&gt;a,.dropdown-menu&gt;.active&gt;a:focus,.dropdown-menu&gt;.active&gt;a:hover{background-color:#2e6da4;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff337ab7&#x27;, endColorstr=&#x27;#ff2e6da4&#x27;, GradientType=0);background-repeat:repeat-x}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-o-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffffffff&#x27;, endColorstr=&#x27;#fff8f8f8&#x27;, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav&gt;.active&gt;a,.navbar-default .navbar-nav&gt;.open&gt;a{background-image:-webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));background-image:linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffdbdbdb&#x27;, endColorstr=&#x27;#ffe2e2e2&#x27;, GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav&gt;li&gt;a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-o-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff3c3c3c&#x27;, endColorstr=&#x27;#ff222222&#x27;, GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px}.navbar-inverse .navbar-nav&gt;.active&gt;a,.navbar-inverse .navbar-nav&gt;.open&gt;a{background-image:-webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-o-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));background-image:linear-gradient(to bottom,#080808 0,#0f0f0f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff080808&#x27;, endColorstr=&#x27;#ff0f0f0f&#x27;, GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav&gt;li&gt;a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}@media (max-width:767px){.navbar .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus,.navbar .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover{color:#fff;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff337ab7&#x27;, endColorstr=&#x27;#ff2e6da4&#x27;, GradientType=0);background-repeat:repeat-x}}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffdff0d8&#x27;, endColorstr=&#x27;#ffc8e5bc&#x27;, GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffd9edf7&#x27;, endColorstr=&#x27;#ffb9def0&#x27;, GradientType=0);background-repeat:repeat-x;border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#fffcf8e3&#x27;, endColorstr=&#x27;#fff8efc0&#x27;, GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#fff2dede&#x27;, endColorstr=&#x27;#ffe7c3c3&#x27;, GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffebebeb&#x27;, endColorstr=&#x27;#fff5f5f5&#x27;, GradientType=0);background-repeat:repeat-x}.progress-bar{background-image:-webkit-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-o-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));background-image:linear-gradient(to bottom,#337ab7 0,#286090 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff337ab7&#x27;, endColorstr=&#x27;#ff286090&#x27;, GradientType=0);background-repeat:repeat-x}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff5cb85c&#x27;, endColorstr=&#x27;#ff449d44&#x27;, GradientType=0);background-repeat:repeat-x}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff5bc0de&#x27;, endColorstr=&#x27;#ff31b0d5&#x27;, GradientType=0);background-repeat:repeat-x}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#fff0ad4e&#x27;, endColorstr=&#x27;#ffec971f&#x27;, GradientType=0);background-repeat:repeat-x}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffd9534f&#x27;, endColorstr=&#x27;#ffc9302c&#x27;, GradientType=0);background-repeat:repeat-x}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));background-image:linear-gradient(to bottom,#337ab7 0,#2b669a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff337ab7&#x27;, endColorstr=&#x27;#ff2b669a&#x27;, GradientType=0);background-repeat:repeat-x;border-color:#2b669a}.list-group-item.active .badge,.list-group-item.active:focus .badge,.list-group-item.active:hover .badge{text-shadow:none}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default&gt;.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#fff5f5f5&#x27;, endColorstr=&#x27;#ffe8e8e8&#x27;, GradientType=0);background-repeat:repeat-x}.panel-primary&gt;.panel-heading{background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ff337ab7&#x27;, endColorstr=&#x27;#ff2e6da4&#x27;, GradientType=0);background-repeat:repeat-x}.panel-success&gt;.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffdff0d8&#x27;, endColorstr=&#x27;#ffd0e9c6&#x27;, GradientType=0);background-repeat:repeat-x}.panel-info&gt;.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffd9edf7&#x27;, endColorstr=&#x27;#ffc4e3f3&#x27;, GradientType=0);background-repeat:repeat-x}.panel-warning&gt;.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#fffcf8e3&#x27;, endColorstr=&#x27;#fffaf2cc&#x27;, GradientType=0);background-repeat:repeat-x}.panel-danger&gt;.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-o-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#fff2dede&#x27;, endColorstr=&#x27;#ffebcccc&#x27;, GradientType=0);background-repeat:repeat-x}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=&#x27;#ffe8e8e8&#x27;, endColorstr=&#x27;#fff5f5f5&#x27;, GradientType=0);background-repeat:repeat-x;border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}\n",
"/*# sourceMappingURL=bootstrap-theme.min.css.map */ &lt;/style&gt;&lt;style&gt;body {\n",
" padding-top: 80px;\n",
"}\n",
".content .container-fluid{\n",
" margin-left: 20px !important;\n",
" margin-right: 20px !important;\n",
" margin-bottom: 20px;\n",
"}\n",
"\n",
".page-header{\n",
" border:0 !important;\n",
"}\n",
"\n",
".row.variable, .section-items &gt; .row {\n",
" border: 1px solid #e1e1e8;\n",
" border-top: hidden;\n",
"}\n",
"\n",
".row.spacing {\n",
" padding: 2em 1em;\n",
"}\n",
"\n",
".row.header {\n",
" border-bottom: 1px solid #e1e1e8;\n",
" /*background-color: #f5f5f5;*/\n",
" padding-left: 2em;\n",
"}\n",
"\n",
"\n",
".dl-horizontal dt {\n",
" text-align: left;\n",
" padding-right: 1em;\n",
" white-space: normal;\n",
"}\n",
"\n",
".dl-horizontal dd {\n",
" margin-left: 0;\n",
"}\n",
"\n",
".col-md-12 {\n",
" padding-left: 2em;\n",
"}\n",
"\n",
".indent {\n",
" margin-left: 1em;\n",
"}\n",
"\n",
".center-img {\n",
" margin-left: auto !important;\n",
" margin-right: auto !important;\n",
" display: block;\n",
"}\n",
"\n",
"/* Table example_values */\n",
"table.example_values {\n",
" border: 0;\n",
"}\n",
"\n",
".example_values th {\n",
" border: 0;\n",
" padding: 0;\n",
" color: #555;\n",
" font-weight: 600;\n",
"}\n",
"\n",
".example_values tr, .example_values td {\n",
" border: 0;\n",
" padding: 0;\n",
" color: #555;\n",
"}\n",
"\n",
"table.correlation-table {\n",
" width: 98% /* To avoid an unnecessary overflow. */\n",
"}\n",
"\n",
"/* STATS */\n",
"table.stats, table.sample, table.duplicate, table.correlation-table{\n",
" border: 0;\n",
"}\n",
"\n",
".stats tr, .sample tr, .duplicate tr, .correlation-table tr {\n",
" border: 0;\n",
"}\n",
"\n",
".stats th, .stats td{\n",
" color: #555;\n",
" border: 0;\n",
"}\n",
"\n",
".stats th {\n",
" padding: 0 2em 0 0;\n",
" font-weight: 600;\n",
"}\n",
"\n",
".stats td {\n",
" padding: 1px;\n",
"}\n",
"\n",
"\n",
"/* Sample table */\n",
"table.sample, table.duplicate, table.correlation-table {\n",
" margin-bottom: 2em;\n",
" margin-left: 1em;\n",
"}\n",
"\n",
".sample td, .sample th, .duplicate td, .duplicate th, .correlation-table td, .correlation-table th {\n",
" padding: 0.5em;\n",
" white-space: nowrap;\n",
" border: 0;\n",
"\n",
"}\n",
"\n",
".sample thead, .duplicate thead, .correlation-table thead {\n",
" border-top: 0;\n",
" border-bottom: 2px solid #ddd;\n",
"}\n",
"\n",
".sample td, .duplicate td {\n",
" width: 100%;\n",
"} \n",
"\n",
"/* There is no good solution available to make the divs equal height and then center ... */\n",
".histogram {\n",
" margin-top: 3em;\n",
"}\n",
"\n",
"/* Freq table */\n",
"table.freq {\n",
" margin-bottom: 2em;\n",
" border: 0;\n",
"}\n",
"\n",
"table.freq th, table.freq tr, table.freq td {\n",
" border: 0;\n",
" padding: 0;\n",
"}\n",
"\n",
".freq thead {\n",
" font-weight: 600;\n",
" white-space: nowrap;\n",
" overflow: hidden;\n",
" text-overflow: ellipsis;\n",
"\n",
"}\n",
"\n",
"/* Freq mini */\n",
".freq.mini td {\n",
" width: 50%;\n",
" padding: 1px;\n",
" font-size: 12px;\n",
"\n",
"}\n",
"\n",
"table.freq.mini {\n",
" width: 100%;\n",
"}\n",
"\n",
".freq.mini th {\n",
" overflow: hidden;\n",
" text-overflow: ellipsis;\n",
" white-space: nowrap;\n",
" max-width: 5em;\n",
" font-weight: 400;\n",
" text-align: right;\n",
" padding-right: 0.5em;\n",
"}\n",
"\n",
"/* Message classes */\n",
".missing {\n",
" color: #a94442;\n",
"}\n",
"\n",
".alert, .alert &gt; th, .alert &gt; td {\n",
" color: #a94442;\n",
"}\n",
"\n",
".ignore {\n",
" opacity: 0.4;\n",
"}\n",
"\n",
"/* Bars in tables */\n",
".freq.table{\n",
" table-layout: fixed;\n",
"}\n",
"\n",
".freq:not(.mini) tr td:nth-child(1), .freq:not(.mini) tr th:nth-child(1){\n",
" width: auto;\n",
" max-width: none;\n",
"\n",
" white-space: nowrap;\n",
" overflow: hidden;\n",
" text-overflow: ellipsis;\n",
"}\n",
"\n",
".freq:not(.mini) tr td:nth-child(2), .freq:not(.mini) tr td:nth-child(3), .freq:not(.mini) tr th:nth-child(2), .freq:not(.mini) tr th:nth-child(3){\n",
" width: 100px;\n",
" text-align: right;\n",
"}\n",
".freq:not(.mini) tr td:nth-child(4), .freq:not(.mini) tr th:nth-child(4){\n",
" width:200px;\n",
"}\n",
"\n",
".freq .bar {\n",
" float: left;\n",
" width: 0;\n",
" height: 100%;\n",
" line-height: 20px;\n",
" color: #fff;\n",
" text-align: center;\n",
" border-radius: 3px;\n",
" margin-right: 4px;\n",
"}\n",
"\n",
".other .bar {\n",
" background-color: #999;\n",
"}\n",
"\n",
".missing .bar {\n",
" background-color: #a94442;\n",
"}\n",
"\n",
".tooltip-inner {\n",
" width: 100%;\n",
" white-space: nowrap;\n",
" text-align: left;\n",
"}\n",
"\n",
".extrapadding {\n",
" padding: 2em;\n",
"}\n",
"\n",
".variable .h4 {\n",
" text-overflow: ellipsis;\n",
" display:inline-block;\n",
" width: calc(90%); /* The trick is here! */\n",
" overflow:hidden;\n",
"}\n",
"\n",
".variable.ignore .h4{\n",
" text-decoration: line-through;\n",
"}\n",
"\n",
".table-responsive{\n",
" overflow: scroll;\n",
" width: 100%;\n",
" overflow-y: hidden;\n",
"}\n",
".img-responsive{\n",
" max-width: 99%;\n",
" min-width: 99%;\n",
"}\n",
".footer-text{\n",
" padding:20px;\n",
"}\n",
"\n",
"table.list-warnings td{\n",
" padding-right:10px;\n",
"}\n",
"\n",
"a.anchor-pos {\n",
" display: block;\n",
" position: relative;\n",
" top: -70px;\n",
" visibility: hidden;\n",
"}\n",
"\n",
"a.anchor-pos-variable{\n",
" /*top: -70px;*/\n",
"}\n",
"\n",
"#sample-container, #duplicate-container {\n",
" overflow: auto;\n",
" width: 100%;\n",
" overflow-y: hidden;\n",
"}\n",
"\n",
"#correlation-table-container {\n",
" max-height: 400px;\n",
" overflow: auto;\n",
"}\n",
"\n",
"#overview-content td, #overview-content th{\n",
" border-top: 0;\n",
" line-height: 1;\n",
"}\n",
"\n",
".variable-description{\n",
" color: #777;\n",
" font-size: 10pt;\n",
" margin-top: 10px;\n",
" font-style: italic;\n",
"}\n",
"\n",
"select.multiple{\n",
" width: 180px;\n",
" height: 500px;\n",
" margin: 10px 0;\n",
"}\n",
"\n",
".named-list-item{\n",
" padding: 1em;\n",
"}\n",
"\n",
"/* not printing tabs */\n",
"@media print {\n",
" .tab-content &gt; .tab-pane, .collapse {\n",
" display: block !important;\n",
" opacity: 1 !important;\n",
" visibility: visible !important;\n",
" /*page-break-after: always;*/\n",
" page-break-after: right;\n",
" page-break-before: avoid;\n",
" }\n",
"\n",
" .nav-pills, .nav-tabs, button[data-toggle=&quot;collapse&quot;], .mini, .col-sm-3 img {\n",
" display:none !important;\n",
" }\n",
"\n",
" a[download=&quot;config.yml&quot;]:after {\n",
" content: none !important;\n",
" }\n",
"\n",
" .row {\n",
" border: 0 !important;\n",
" }\n",
"}\n",
"\n",
".text-placeholder {\n",
" display: inline-block;\n",
" background-color: #444;\n",
" height: 12px;\n",
" border-radius: 100px;\n",
" margin: 5px 0;\n",
" min-width: 200px;\n",
" opacity: .1;\n",
"}\n",
"\n",
" .freq.table-0 .bar {\n",
" background-color: #377eb8;\n",
" }\n",
" .freq.table-1 .bar {\n",
" background-color: #e41a1c;\n",
" }\n",
"&lt;/style&gt;&lt;/head&gt;&lt;body&gt;&lt;a class=anchor-pos id=top&gt;&lt;/a&gt;&lt;nav class=&quot;navbar navbar-default navbar-fixed-top&quot;&gt;&lt;div class=container-fluid&gt;&lt;div class=navbar-header&gt;&lt;button type=button class=&quot;navbar-toggle collapsed&quot; data-toggle=collapse data-target=#navbar aria-expanded=false aria-controls=navbar&gt;&lt;span class=sr-only&gt;Toggle navigation&lt;/span&gt;&lt;span class=icon-bar&gt;&lt;/span&gt;&lt;span class=icon-bar&gt;&lt;/span&gt;&lt;span class=icon-bar&gt;&lt;/span&gt;&lt;/button&gt;&lt;a class=&quot;navbar-brand anchor&quot; href=#top&gt;Pandas Profiling Report&lt;/a&gt;&lt;/div&gt;&lt;div id=navbar class=&quot;navbar-collapse collapse&quot;&gt;&lt;ul class=&quot;nav navbar-nav navbar-right&quot;&gt;&lt;li&gt;&lt;a href=#overview&gt;Overview&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=#variables-dropdown&gt;Variables&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=#interactions&gt;Interactions&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=#correlations_tab&gt;Correlations&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=#missing&gt;Missing values&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=#sample&gt;Sample&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/nav&gt;&lt;div class=content&gt;&lt;div class=container&gt;&lt;div class=&quot;row header&quot;&gt;&lt;a class=anchor-pos id=overview&gt;&lt;/a&gt;&lt;h1 class=page-header&gt;Overview&lt;/h1&gt;&lt;/div&gt;&lt;div class=section-items&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-pills&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#overview-dataset_overview aria-controls=overview-dataset_overview role=tab data-toggle=tab&gt;Overview&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#overview-alerts aria-controls=overview-alerts role=tab data-toggle=tab&gt;Alerts &lt;span class=badge&gt;17&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#overview-reproduction aria-controls=overview-reproduction role=tab data-toggle=tab&gt;Reproduction&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content style=&quot;padding-top: 10px;&quot;&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=overview-dataset_overview&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Dataset statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Number of variables&lt;/th&gt;&lt;td&gt;11&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Number of observations&lt;/th&gt;&lt;td&gt;8223&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing cells&lt;/th&gt;&lt;td&gt;16446&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing cells (%)&lt;/th&gt;&lt;td&gt;18.2%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Duplicate rows&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Duplicate rows (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Total size in memory&lt;/th&gt;&lt;td&gt;706.8 KiB&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Average record size in memory&lt;/th&gt;&lt;td&gt;88.0 B&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Variable types&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Unsupported&lt;/th&gt;&lt;td&gt;2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Categorical&lt;/th&gt;&lt;td&gt;7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;DateTime&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Numeric&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=overview-alerts&gt;&lt;div class=col-sm-12&gt;&lt;table class=&quot;table table-condensed list-warnings&quot;&gt;&lt;p class=h4&gt;Alerts&lt;/p&gt;&lt;tr style=border-top:0&gt;&lt;td&gt;&lt;a href=#pp_var_-6689030795523680051&gt;&lt;code&gt;_field&lt;/code&gt;&lt;/a&gt; has constant value &quot;&quot;&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-warning&quot;&gt;Constant&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_-8869571241643009698&gt;&lt;code&gt;_measurement&lt;/code&gt;&lt;/a&gt; has constant value &quot;&quot;&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-warning&quot;&gt;Constant&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_7765431624013360574&gt;&lt;code&gt;crypto&lt;/code&gt;&lt;/a&gt; has constant value &quot;&quot;&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-warning&quot;&gt;Constant&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_-3553122358992229903&gt;&lt;code&gt;_value&lt;/code&gt;&lt;/a&gt; is highly overall correlated with &lt;code&gt;table&lt;/code&gt; and &lt;abbr title=&quot;table, code, description, symbol&quot;&gt;3 other fields&lt;/abbr&gt;&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-default&quot;&gt;High correlation&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_-5136720752633530348&gt;&lt;code&gt;table&lt;/code&gt;&lt;/a&gt; is highly overall correlated with &lt;code&gt;_value&lt;/code&gt; and &lt;abbr title=&quot;_value, code, description, symbol&quot;&gt;3 other fields&lt;/abbr&gt;&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-default&quot;&gt;High correlation&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_-4547053504392011220&gt;&lt;code&gt;code&lt;/code&gt;&lt;/a&gt; is highly overall correlated with &lt;code&gt;_value&lt;/code&gt; and &lt;abbr title=&quot;_value, table, description, symbol&quot;&gt;3 other fields&lt;/abbr&gt;&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-default&quot;&gt;High correlation&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_-1988843901935709964&gt;&lt;code&gt;description&lt;/code&gt;&lt;/a&gt; is highly overall correlated with &lt;code&gt;_value&lt;/code&gt; and &lt;abbr title=&quot;_value, table, code, symbol&quot;&gt;3 other fields&lt;/abbr&gt;&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-default&quot;&gt;High correlation&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_4141128507613850657&gt;&lt;code&gt;symbol&lt;/code&gt;&lt;/a&gt; is highly overall correlated with &lt;code&gt;_value&lt;/code&gt; and &lt;abbr title=&quot;_value, table, code, description&quot;&gt;3 other fields&lt;/abbr&gt;&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-default&quot;&gt;High correlation&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_-5504856799308308963&gt;&lt;code&gt;nan&lt;/code&gt;&lt;/a&gt; has 8223 (100.0%) missing values&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-info&quot;&gt;Missing&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_-3115788864605536196&gt;&lt;code&gt;result&lt;/code&gt;&lt;/a&gt; has 8223 (100.0%) missing values&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-info&quot;&gt;Missing&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_-5136720752633530348&gt;&lt;code&gt;table&lt;/code&gt;&lt;/a&gt; is uniformly distributed&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-primary&quot;&gt;Uniform&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_-4547053504392011220&gt;&lt;code&gt;code&lt;/code&gt;&lt;/a&gt; is uniformly distributed&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-primary&quot;&gt;Uniform&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_-1988843901935709964&gt;&lt;code&gt;description&lt;/code&gt;&lt;/a&gt; is uniformly distributed&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-primary&quot;&gt;Uniform&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_4141128507613850657&gt;&lt;code&gt;symbol&lt;/code&gt;&lt;/a&gt; is uniformly distributed&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-primary&quot;&gt;Uniform&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_-3553122358992229903&gt;&lt;code&gt;_value&lt;/code&gt;&lt;/a&gt; has unique values&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-primary&quot;&gt;Unique&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_-5504856799308308963&gt;&lt;code&gt;nan&lt;/code&gt;&lt;/a&gt; is an unsupported type, check if it needs cleaning or further analysis&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-warning&quot;&gt;Unsupported&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=#pp_var_-3115788864605536196&gt;&lt;code&gt;result&lt;/code&gt;&lt;/a&gt; is an unsupported type, check if it needs cleaning or further analysis&lt;/td&gt;&lt;td&gt;&lt;span class=&quot;label label-warning&quot;&gt;Unsupported&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=overview-reproduction&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4&gt;Reproduction&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Analysis started&lt;/th&gt;&lt;td&gt;2023-09-29 12:19:05.576437&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Analysis finished&lt;/th&gt;&lt;td&gt;2023-09-29 12:19:36.053949&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Duration&lt;/th&gt;&lt;td&gt;30.48 seconds&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Software version&lt;/th&gt;&lt;td&gt;&lt;a href=https://github.com/ydataai/ydata-profiling&gt;ydata-profiling vv4.5.1&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Download configuration&lt;/th&gt;&lt;td&gt;&lt;a download=config.json href=&quot;data:text/plain;charset=utf-8,%7B%22title%22%3A%20%22Pandas%20Profiling%20Report%22%2C%20%22dataset%22%3A%20%7B%22description%22%3A%20%22%22%2C%20%22creator%22%3A%20%22%22%2C%20%22author%22%3A%20%22%22%2C%20%22copyright_holder%22%3A%20%22%22%2C%20%22copyright_year%22%3A%20%22%22%2C%20%22url%22%3A%20%22%22%7D%2C%20%22variables%22%3A%20%7B%22descriptions%22%3A%20%7B%7D%7D%2C%20%22infer_dtypes%22%3A%20true%2C%20%22show_variable_description%22%3A%20true%2C%20%22pool_size%22%3A%200%2C%20%22progress_bar%22%3A%20true%2C%20%22vars%22%3A%20%7B%22num%22%3A%20%7B%22quantiles%22%3A%20%5B0.05%2C%200.25%2C%200.5%2C%200.75%2C%200.95%5D%2C%20%22skewness_threshold%22%3A%2020%2C%20%22low_categorical_threshold%22%3A%205%2C%20%22chi_squared_threshold%22%3A%200.999%7D%2C%20%22text%22%3A%20%7B%22length%22%3A%20true%2C%20%22words%22%3A%20true%2C%20%22characters%22%3A%20true%2C%20%22redact%22%3A%20false%2C%20%22categorical_threshold%22%3A%2050%2C%20%22percentage_cat_threshold%22%3A%200.5%7D%2C%20%22cat%22%3A%20%7B%22length%22%3A%20true%2C%20%22characters%22%3A%20true%2C%20%22words%22%3A%20true%2C%20%22cardinality_threshold%22%3A%2050%2C%20%22imbalance_threshold%22%3A%200.5%2C%20%22n_obs%22%3A%205%2C%20%22chi_squared_threshold%22%3A%200.999%2C%20%22coerce_str_to_date%22%3A%20false%2C%20%22redact%22%3A%20false%2C%20%22histogram_largest%22%3A%2050%2C%20%22stop_words%22%3A%20%5B%5D%7D%2C%20%22image%22%3A%20%7B%22active%22%3A%20false%2C%20%22exif%22%3A%20true%2C%20%22hash%22%3A%20true%7D%2C%20%22bool%22%3A%20%7B%22n_obs%22%3A%203%2C%20%22imbalance_threshold%22%3A%200.5%2C%20%22mappings%22%3A%20%7B%22t%22%3A%20true%2C%20%22f%22%3A%20false%2C%20%22yes%22%3A%20true%2C%20%22no%22%3A%20false%2C%20%22y%22%3A%20true%2C%20%22n%22%3A%20false%2C%20%22true%22%3A%20true%2C%20%22false%22%3A%20false%7D%7D%2C%20%22path%22%3A%20%7B%22active%22%3A%20false%7D%2C%20%22file%22%3A%20%7B%22active%22%3A%20false%7D%2C%20%22url%22%3A%20%7B%22active%22%3A%20false%7D%2C%20%22timeseries%22%3A%20%7B%22active%22%3A%20false%2C%20%22sortby%22%3A%20null%2C%20%22autocorrelation%22%3A%200.7%2C%20%22lags%22%3A%20%5B1%2C%207%2C%2012%2C%2024%2C%2030%5D%2C%20%22significance%22%3A%200.05%2C%20%22pacf_acf_lag%22%3A%20100%7D%7D%2C%20%22sort%22%3A%20null%2C%20%22missing_diagrams%22%3A%20%7B%22bar%22%3A%20true%2C%20%22matrix%22%3A%20true%2C%20%22heatmap%22%3A%20true%7D%2C%20%22correlation_table%22%3A%20true%2C%20%22correlations%22%3A%20%7B%22auto%22%3A%20%7B%22key%22%3A%20%22auto%22%2C%20%22calculate%22%3A%20true%2C%20%22warn_high_correlations%22%3A%2010%2C%20%22threshold%22%3A%200.5%2C%20%22n_bins%22%3A%2010%7D%2C%20%22spearman%22%3A%20%7B%22key%22%3A%20%22spearman%22%2C%20%22calculate%22%3A%20false%2C%20%22warn_high_correlations%22%3A%2010%2C%20%22threshold%22%3A%200.5%2C%20%22n_bins%22%3A%2010%7D%2C%20%22pearson%22%3A%20%7B%22key%22%3A%20%22pearson%22%2C%20%22calculate%22%3A%20false%2C%20%22warn_high_correlations%22%3A%2010%2C%20%22threshold%22%3A%200.5%2C%20%22n_bins%22%3A%2010%7D%2C%20%22phi_k%22%3A%20%7B%22key%22%3A%20%22phi_k%22%2C%20%22calculate%22%3A%20false%2C%20%22warn_high_correlations%22%3A%2010%2C%20%22threshold%22%3A%200.5%2C%20%22n_bins%22%3A%2010%7D%2C%20%22cramers%22%3A%20%7B%22key%22%3A%20%22cramers%22%2C%20%22calculate%22%3A%20false%2C%20%22warn_high_correlations%22%3A%2010%2C%20%22threshold%22%3A%200.5%2C%20%22n_bins%22%3A%2010%7D%2C%20%22kendall%22%3A%20%7B%22key%22%3A%20%22kendall%22%2C%20%22calculate%22%3A%20false%2C%20%22warn_high_correlations%22%3A%2010%2C%20%22threshold%22%3A%200.5%2C%20%22n_bins%22%3A%2010%7D%7D%2C%20%22interactions%22%3A%20%7B%22continuous%22%3A%20true%2C%20%22targets%22%3A%20%5B%5D%7D%2C%20%22categorical_maximum_correlation_distinct%22%3A%20100%2C%20%22memory_deep%22%3A%20false%2C%20%22plot%22%3A%20%7B%22missing%22%3A%20%7B%22force_labels%22%3A%20true%2C%20%22cmap%22%3A%20%22RdBu%22%7D%2C%20%22image_format%22%3A%20%22svg%22%2C%20%22correlation%22%3A%20%7B%22cmap%22%3A%20%22RdBu%22%2C%20%22bad%22%3A%20%22%23000000%22%7D%2C%20%22dpi%22%3A%20800%2C%20%22histogram%22%3A%20%7B%22bins%22%3A%2050%2C%20%22max_bins%22%3A%20250%2C%20%22x_axis_labels%22%3A%20true%7D%2C%20%22scatter_threshold%22%3A%201000%2C%20%22cat_freq%22%3A%20%7B%22show%22%3A%20true%2C%20%22type%22%3A%20%22bar%22%2C%20%22max_unique%22%3A%2010%2C%20%22colors%22%3A%20null%7D%7D%2C%20%22duplicates%22%3A%20%7B%22head%22%3A%2010%2C%20%22key%22%3A%20%22%23%20duplicates%22%7D%2C%20%22samples%22%3A%20%7B%22head%22%3A%2010%2C%20%22tail%22%3A%2010%2C%20%22random%22%3A%200%7D%2C%20%22reject_variables%22%3A%20true%2C%20%22n_obs_unique%22%3A%2010%2C%20%22n_freq_table_max%22%3A%2010%2C%20%22n_extreme_obs%22%3A%2010%2C%20%22report%22%3A%20%7B%22precision%22%3A%208%7D%2C%20%22html%22%3A%20%7B%22style%22%3A%20%7B%22primary_colors%22%3A%20%5B%22%23377eb8%22%2C%20%22%23e41a1c%22%2C%20%22%234daf4a%22%5D%2C%20%22logo%22%3A%20%22%22%2C%20%22theme%22%3A%20null%7D%2C%20%22navbar_show%22%3A%20true%2C%20%22minify_html%22%3A%20true%2C%20%22use_local_assets%22%3A%20true%2C%20%22inline%22%3A%20true%2C%20%22assets_prefix%22%3A%20null%2C%20%22assets_path%22%3A%20null%2C%20%22full_width%22%3A%20false%7D%2C%20%22notebook%22%3A%20%7B%22iframe%22%3A%20%7B%22height%22%3A%20%22800px%22%2C%20%22width%22%3A%20%22100%25%22%2C%20%22attribute%22%3A%20%22srcdoc%22%7D%7D%7D&quot;&gt;config.json&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row header&quot;&gt;&lt;a class=anchor-pos id=variables-dropdown&gt;&lt;/a&gt;&lt;h1 class=page-header&gt;Variables&lt;/h1&gt;&lt;/div&gt;&lt;div class=section-items&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;select name=Variables id=variables-dropdown class=dropdown-toggle&gt;&lt;option value&gt;Select Columns&lt;/option&gt;&lt;option value=nan&gt;nan&lt;/option&gt;&lt;option value=result&gt;result&lt;/option&gt;&lt;option value=table&gt;table&lt;/option&gt;&lt;option value=_time&gt;_time&lt;/option&gt;&lt;option value=_value&gt;_value&lt;/option&gt;&lt;option value=_field&gt;_field&lt;/option&gt;&lt;option value=_measurement&gt;_measurement&lt;/option&gt;&lt;option value=code&gt;code&lt;/option&gt;&lt;option value=crypto&gt;crypto&lt;/option&gt;&lt;option value=description&gt;description&lt;/option&gt;&lt;option value=symbol&gt;symbol&lt;/option&gt;&lt;/select&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_-5504856799308308963&gt;&lt;/a&gt;&lt;div class=&quot;variable ignore&quot;&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=nan&gt;&lt;a href=#pp_var_-5504856799308308963&gt;nan&lt;/a&gt;&lt;br&gt;&lt;small&gt;Unsupported&lt;/small&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;MISSING&lt;/code&gt;&amp;nbsp &lt;code&gt;REJECTED&lt;/code&gt;&amp;nbsp &lt;code&gt;UNSUPPORTED&lt;/code&gt;&amp;nbsp &lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr class=alert&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;8223&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;100.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;64.4 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_-3115788864605536196&gt;&lt;/a&gt;&lt;div class=&quot;variable ignore&quot;&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=result&gt;&lt;a href=#pp_var_-3115788864605536196&gt;result&lt;/a&gt;&lt;br&gt;&lt;small&gt;Unsupported&lt;/small&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;MISSING&lt;/code&gt;&amp;nbsp &lt;code&gt;REJECTED&lt;/code&gt;&amp;nbsp &lt;code&gt;UNSUPPORTED&lt;/code&gt;&amp;nbsp &lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr class=alert&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;8223&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;100.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;64.4 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_-5136720752633530348&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=table&gt;&lt;a href=#pp_var_-5136720752633530348&gt;table&lt;/a&gt;&lt;br&gt;&lt;small&gt;Categorical&lt;/small&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;&lt;abbr title=&quot;This variable has a high overall correlation with 4 fields: _value, code, description, symbol&quot;&gt;HIGH CORRELATION&lt;/abbr&gt;&lt;/code&gt;&amp;nbsp &lt;code&gt;UNIFORM&lt;/code&gt;&amp;nbsp &lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;&lt; 0.1%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;64.4 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;div class=row id=minifreqtable&gt;&lt;table class=&quot;mini freq table-0&quot;&gt;&lt;tr class&gt;&lt;th width=10%&gt; 0 &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 2741&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=10%&gt; 1 &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 2741&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=10%&gt; 2 &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 2741&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom--5136720752633530348, #minifreqtable-5136720752633530348&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom--5136720752633530348 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-5136720752633530348bottom--5136720752633530348overview aria-controls=-5136720752633530348bottom--5136720752633530348overview role=tab data-toggle=tab&gt;Overview&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-5136720752633530348bottom--5136720752633530348string aria-controls=-5136720752633530348bottom--5136720752633530348string role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-5136720752633530348bottom--5136720752633530348word aria-controls=-5136720752633530348bottom--5136720752633530348word role=tab data-toggle=tab&gt;Words&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-5136720752633530348bottom--5136720752633530348characters aria-controls=-5136720752633530348bottom--5136720752633530348characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-5136720752633530348bottom--5136720752633530348overview&gt;&lt;div class=row&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Length&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Max length&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median length&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean length&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Min length&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Characters and Unicode&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Total characters&lt;/th&gt;&lt;td&gt;8223&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct characters&lt;/th&gt;&lt;td&gt;3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct categories&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode categories (click for more information)&quot; href=https://en.wikipedia.org/wiki/Unicode_character_property#General_Category&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode categories (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct scripts&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode scripts (click for more information)&quot; href=https://en.wikipedia.org/wiki/Script_(Unicode)#List_of_scripts_in_Unicode&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode scripts (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct blocks&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode blocks (click for more information)&quot; href=https://en.wikipedia.org/wiki/Unicode_block&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode blocks (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; The Unicode Standard assigns character properties to each code point, which can be used to analyse textual variables. &lt;/div&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Unique&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Unique&lt;/th&gt;&lt;td&gt;0 &lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;The number of unique values (all values that occur exactly once in the dataset).&quot;&gt;?&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Unique (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Sample&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;1st row&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;2nd row&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;3rd row&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;4th row&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5th row&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-5136720752633530348bottom--5136720752633530348string&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Common Values&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2&gt; 2 &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Length&lt;/h4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
" &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-29T12:19:36.172812&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.7.1, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
"L 504 216 \n",
"L 504 0 \n",
"L 0 0 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 61.39 176.371792 \n",
"L 493.2 176.371792 \n",
"L 493.2 10.8 \n",
"L 61.39 10.8 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(116.601751 203.489906) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-30 transform=scale(0.015625) d=&quot;M 2034 4250 \n",
"Q 1547 4250 1301 3770 \n",
"Q 1056 3291 1056 2328 \n",
"Q 1056 1369 1301 889 \n",
"Q 1547 409 2034 409 \n",
"Q 2525 409 2770 889 \n",
"Q 3016 1369 3016 2328 \n",
"Q 3016 3291 2770 3770 \n",
"Q 2525 4250 2034 4250 \n",
"z\n",
"M 2034 4750 \n",
"Q 2819 4750 3233 4129 \n",
"Q 3647 3509 3647 2328 \n",
"Q 3647 1150 3233 529 \n",
"Q 2819 -91 2034 -91 \n",
"Q 1250 -91 836 529 \n",
"Q 422 1150 422 2328 \n",
"Q 422 3509 836 4129 \n",
"Q 1250 4750 2034 4750 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-2e transform=scale(0.015625) d=&quot;M 684 794 \n",
"L 1344 794 \n",
"L 1344 0 \n",
"L 684 0 \n",
"L 684 794 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-36 transform=scale(0.015625) d=&quot;M 2113 2584 \n",
"Q 1688 2584 1439 2293 \n",
"Q 1191 2003 1191 1497 \n",
"Q 1191 994 1439 701 \n",
"Q 1688 409 2113 409 \n",
"Q 2538 409 2786 701 \n",
"Q 3034 994 3034 1497 \n",
"Q 3034 2003 2786 2293 \n",
"Q 2538 2584 2113 2584 \n",
"z\n",
"M 3366 4563 \n",
"L 3366 3988 \n",
"Q 3128 4100 2886 4159 \n",
"Q 2644 4219 2406 4219 \n",
"Q 1781 4219 1451 3797 \n",
"Q 1122 3375 1075 2522 \n",
"Q 1259 2794 1537 2939 \n",
"Q 1816 3084 2150 3084 \n",
"Q 2853 3084 3261 2657 \n",
"Q 3669 2231 3669 1497 \n",
"Q 3669 778 3244 343 \n",
"Q 2819 -91 2113 -91 \n",
"Q 1303 -91 875 529 \n",
"Q 447 1150 447 2328 \n",
"Q 447 3434 972 4092 \n",
"Q 1497 4750 2381 4750 \n",
"Q 2619 4750 2861 4703 \n",
"Q 3103 4656 3366 4563 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-30 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-36 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(195.11266 203.489906) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-38 transform=scale(0.015625) d=&quot;M 2034 2216 \n",
"Q 1584 2216 1326 1975 \n",
"Q 1069 1734 1069 1313 \n",
"Q 1069 891 1326 650 \n",
"Q 1584 409 2034 409 \n",
"Q 2484 409 2743 651 \n",
"Q 3003 894 3003 1313 \n",
"Q 3003 1734 2745 1975 \n",
"Q 2488 2216 2034 2216 \n",
"z\n",
"M 1403 2484 \n",
"Q 997 2584 770 2862 \n",
"Q 544 3141 544 3541 \n",
"Q 544 4100 942 4425 \n",
"Q 1341 4750 2034 4750 \n",
"Q 2731 4750 3128 4425 \n",
"Q 3525 4100 3525 3541 \n",
"Q 3525 3141 3298 2862 \n",
"Q 3072 2584 2669 2484 \n",
"Q 3125 2378 3379 2068 \n",
"Q 3634 1759 3634 1313 \n",
"Q 3634 634 3220 271 \n",
"Q 2806 -91 2034 -91 \n",
"Q 1263 -91 848 271 \n",
"Q 434 634 434 1313 \n",
"Q 434 1759 690 2068 \n",
"Q 947 2378 1403 2484 \n",
"z\n",
"M 1172 3481 \n",
"Q 1172 3119 1398 2916 \n",
"Q 1625 2713 2034 2713 \n",
"Q 2441 2713 2670 2916 \n",
"Q 2900 3119 2900 3481 \n",
"Q 2900 3844 2670 4047 \n",
"Q 2441 4250 2034 4250 \n",
"Q 1625 4250 1398 4047 \n",
"Q 1172 3844 1172 3481 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-30 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-38 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(273.623569 203.489906) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-31 transform=scale(0.015625) d=&quot;M 794 531 \n",
"L 1825 531 \n",
"L 1825 4091 \n",
"L 703 3866 \n",
"L 703 4441 \n",
"L 1819 4666 \n",
"L 2450 4666 \n",
"L 2450 531 \n",
"L 3481 531 \n",
"L 3481 0 \n",
"L 794 0 \n",
"L 794 531 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-31 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(352.134478 203.489906) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-32 transform=scale(0.015625) d=&quot;M 1228 531 \n",
"L 3431 531 \n",
"L 3431 0 \n",
"L 469 0 \n",
"L 469 531 \n",
"Q 828 903 1448 1529 \n",
"Q 2069 2156 2228 2338 \n",
"Q 2531 2678 2651 2914 \n",
"Q 2772 3150 2772 3378 \n",
"Q 2772 3750 2511 3984 \n",
"Q 2250 4219 1831 4219 \n",
"Q 1534 4219 1204 4116 \n",
"Q 875 4013 500 3803 \n",
"L 500 4441 \n",
"Q 881 4594 1212 4672 \n",
"Q 1544 4750 1819 4750 \n",
"Q 2544 4750 2975 4387 \n",
"Q 3406 4025 3406 3419 \n",
"Q 3406 3131 3298 2873 \n",
"Q 3191 2616 2906 2266 \n",
"Q 2828 2175 2409 1742 \n",
"Q 1991 1309 1228 531 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-31 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(430.645387 203.489906) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-34 transform=scale(0.015625) d=&quot;M 2419 4116 \n",
"L 825 1625 \n",
"L 2419 1625 \n",
"L 2419 4116 \n",
"z\n",
"M 2253 4666 \n",
"L 3047 4666 \n",
"L 3047 1625 \n",
"L 3713 1625 \n",
"L 3713 1100 \n",
"L 3047 1100 \n",
"L 3047 0 \n",
"L 2419 0 \n",
"L 2419 1100 \n",
"L 313 1100 \n",
"L 313 1709 \n",
"L 2253 4666 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-31 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-34 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(44.5275 180.171011) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 141.818239) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 103.465467) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-34 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 65.112696) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-36 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 26.759924) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-38 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(19.152344 121.998552) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-46 transform=scale(0.015625) d=&quot;M 628 4666 \n",
"L 3309 4666 \n",
"L 3309 4134 \n",
"L 1259 4134 \n",
"L 1259 2759 \n",
"L 3109 2759 \n",
"L 3109 2228 \n",
"L 1259 2228 \n",
"L 1259 0 \n",
"L 628 0 \n",
"L 628 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-72 transform=scale(0.015625) d=&quot;M 2631 2963 \n",
"Q 2534 3019 2420 3045 \n",
"Q 2306 3072 2169 3072 \n",
"Q 1681 3072 1420 2755 \n",
"Q 1159 2438 1159 1844 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1341 3275 1631 3429 \n",
"Q 1922 3584 2338 3584 \n",
"Q 2397 3584 2469 3576 \n",
"Q 2541 3569 2628 3553 \n",
"L 2631 2963 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-65 transform=scale(0.015625) d=&quot;M 3597 1894 \n",
"L 3597 1613 \n",
"L 953 1613 \n",
"Q 991 1019 1311 708 \n",
"Q 1631 397 2203 397 \n",
"Q 2534 397 2845 478 \n",
"Q 3156 559 3463 722 \n",
"L 3463 178 \n",
"Q 3153 47 2828 -22 \n",
"Q 2503 -91 2169 -91 \n",
"Q 1331 -91 842 396 \n",
"Q 353 884 353 1716 \n",
"Q 353 2575 817 3079 \n",
"Q 1281 3584 2069 3584 \n",
"Q 2775 3584 3186 3129 \n",
"Q 3597 2675 3597 1894 \n",
"z\n",
"M 3022 2063 \n",
"Q 3016 2534 2758 2815 \n",
"Q 2500 3097 2075 3097 \n",
"Q 1594 3097 1305 2825 \n",
"Q 1016 2553 972 2059 \n",
"L 3022 2063 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-71 transform=scale(0.015625) d=&quot;M 947 1747 \n",
"Q 947 1113 1208 752 \n",
"Q 1469 391 1925 391 \n",
"Q 2381 391 2643 752 \n",
"Q 2906 1113 2906 1747 \n",
"Q 2906 2381 2643 2742 \n",
"Q 2381 3103 1925 3103 \n",
"Q 1469 3103 1208 2742 \n",
"Q 947 2381 947 1747 \n",
"z\n",
"M 2906 525 \n",
"Q 2725 213 2448 61 \n",
"Q 2172 -91 1784 -91 \n",
"Q 1150 -91 751 415 \n",
"Q 353 922 353 1747 \n",
"Q 353 2572 751 3078 \n",
"Q 1150 3584 1784 3584 \n",
"Q 2172 3584 2448 3432 \n",
"Q 2725 3281 2906 2969 \n",
"L 2906 3500 \n",
"L 3481 3500 \n",
"L 3481 -1331 \n",
"L 2906 -1331 \n",
"L 2906 525 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-75 transform=scale(0.015625) d=&quot;M 544 1381 \n",
"L 544 3500 \n",
"L 1119 3500 \n",
"L 1119 1403 \n",
"Q 1119 906 1312 657 \n",
"Q 1506 409 1894 409 \n",
"Q 2359 409 2629 706 \n",
"Q 2900 1003 2900 1516 \n",
"L 2900 3500 \n",
"L 3475 3500 \n",
"L 3475 0 \n",
"L 2900 0 \n",
"L 2900 538 \n",
"Q 2691 219 2414 64 \n",
"Q 2138 -91 1772 -91 \n",
"Q 1169 -91 856 284 \n",
"Q 544 659 544 1381 \n",
"z\n",
"M 1991 3584 \n",
"L 1991 3584 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6e transform=scale(0.015625) d=&quot;M 3513 2113 \n",
"L 3513 0 \n",
"L 2938 0 \n",
"L 2938 2094 \n",
"Q 2938 2591 2744 2837 \n",
"Q 2550 3084 2163 3084 \n",
"Q 1697 3084 1428 2787 \n",
"Q 1159 2491 1159 1978 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1366 3272 1645 3428 \n",
"Q 1925 3584 2291 3584 \n",
"Q 2894 3584 3203 3211 \n",
"Q 3513 2838 3513 2113 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-63 transform=scale(0.015625) d=&quot;M 3122 3366 \n",
"L 3122 2828 \n",
"Q 2878 2963 2633 3030 \n",
"Q 2388 3097 2138 3097 \n",
"Q 1578 3097 1268 2742 \n",
"Q 959 2388 959 1747 \n",
"Q 959 1106 1268 751 \n",
"Q 1578 397 2138 397 \n",
"Q 2388 397 2633 464 \n",
"Q 2878 531 3122 666 \n",
"L 3122 134 \n",
"Q 2881 22 2623 -34 \n",
"Q 2366 -91 2075 -91 \n",
"Q 1284 -91 818 406 \n",
"Q 353 903 353 1747 \n",
"Q 353 2603 823 3093 \n",
"Q 1294 3584 2113 3584 \n",
"Q 2378 3584 2631 3529 \n",
"Q 2884 3475 3122 3366 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-79 transform=scale(0.015625) d=&quot;M 2059 -325 \n",
"Q 1816 -950 1584 -1140 \n",
"Q 1353 -1331 966 -1331 \n",
"L 506 -1331 \n",
"L 506 -850 \n",
"L 844 -850 \n",
"Q 1081 -850 1212 -737 \n",
"Q 1344 -625 1503 -206 \n",
"L 1606 56 \n",
"L 191 3500 \n",
"L 800 3500 \n",
"L 1894 763 \n",
"L 2988 3500 \n",
"L 3597 3500 \n",
"L 2059 -325 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-46 /&gt;&lt;use xlink:href=#DejaVuSans-72 x=50.269531 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=89.132812 /&gt;&lt;use xlink:href=#DejaVuSans-71 x=150.65625 /&gt;&lt;use xlink:href=#DejaVuSans-75 x=214.132812 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=277.511719 /&gt;&lt;use xlink:href=#DejaVuSans-6e x=339.035156 /&gt;&lt;use xlink:href=#DejaVuSans-63 x=402.414062 /&gt;&lt;use xlink:href=#DejaVuSans-79 x=457.394531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 81.017727 176.371792 \n",
"L 473.572273 176.371792 \n",
"L 473.572273 18.684371 \n",
"L 81.017727 18.684371 \n",
"z\n",
"&quot; clip-path=url(#pf940b82203) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 61.39 176.371792 \n",
"L 61.39 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 493.2 176.371792 \n",
"L 493.2 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 61.39 176.371792 \n",
"L 493.2 176.371792 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 61.39 10.8 \n",
"L 493.2 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pf940b82203&gt;&lt;rect x=61.39 y=10.8 width=431.81 height=165.571792 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; Histogram of lengths of the category &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Common Values (Plot)&lt;/h4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
" &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=405pt height=215.1954pt viewbox=&quot;0 0 405 215.1954&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-29T12:19:36.354607&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.7.1, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 215.1954 \n",
"L 405 215.1954 \n",
"L 405 0 \n",
"L 0 0 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 7.2 108.84 \n",
"L 137.4 108.84 \n",
"L 137.4 16.44 \n",
"L 7.2 16.44 \n",
"z\n",
"&quot; clip-path=url(#pa562b792de) style=&quot;fill: #1f77b4; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 137.4 108.84 \n",
"L 267.6 108.84 \n",
"L 267.6 16.44 \n",
"L 137.4 16.44 \n",
"z\n",
"&quot; clip-path=url(#pa562b792de) style=&quot;fill: #ff7f0e; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 267.6 108.84 \n",
"L 397.8 108.84 \n",
"L 397.8 16.44 \n",
"L 267.6 16.44 \n",
"z\n",
"&quot; clip-path=url(#pa562b792de) style=&quot;fill: #2ca02c; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(47.321625 58.551075) scale(0.144 -0.144)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-Bold-33 transform=scale(0.015625) d=&quot;M 2981 2516 \n",
"Q 3453 2394 3698 2092 \n",
"Q 3944 1791 3944 1325 \n",
"Q 3944 631 3412 270 \n",
"Q 2881 -91 1863 -91 \n",
"Q 1503 -91 1142 -33 \n",
"Q 781 25 428 141 \n",
"L 428 1069 \n",
"Q 766 900 1098 814 \n",
"Q 1431 728 1753 728 \n",
"Q 2231 728 2486 893 \n",
"Q 2741 1059 2741 1369 \n",
"Q 2741 1688 2480 1852 \n",
"Q 2219 2016 1709 2016 \n",
"L 1228 2016 \n",
"L 1228 2791 \n",
"L 1734 2791 \n",
"Q 2188 2791 2409 2933 \n",
"Q 2631 3075 2631 3366 \n",
"Q 2631 3634 2415 3781 \n",
"Q 2200 3928 1806 3928 \n",
"Q 1516 3928 1219 3862 \n",
"Q 922 3797 628 3669 \n",
"L 628 4550 \n",
"Q 984 4650 1334 4700 \n",
"Q 1684 4750 2022 4750 \n",
"Q 2931 4750 3382 4451 \n",
"Q 3834 4153 3834 3553 \n",
"Q 3834 3144 3618 2883 \n",
"Q 3403 2622 2981 2516 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-2e transform=scale(0.015625) d=&quot;M 653 1209 \n",
"L 1778 1209 \n",
"L 1778 0 \n",
"L 653 0 \n",
"L 653 1209 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-25 transform=scale(0.015625) d=&quot;M 4959 1925 \n",
"Q 4738 1925 4616 1733 \n",
"Q 4494 1541 4494 1184 \n",
"Q 4494 825 4614 633 \n",
"Q 4734 441 4959 441 \n",
"Q 5184 441 5303 633 \n",
"Q 5422 825 5422 1184 \n",
"Q 5422 1541 5301 1733 \n",
"Q 5181 1925 4959 1925 \n",
"z\n",
"M 4959 2450 \n",
"Q 5541 2450 5875 2112 \n",
"Q 6209 1775 6209 1184 \n",
"Q 6209 594 5875 251 \n",
"Q 5541 -91 4959 -91 \n",
"Q 4378 -91 4042 251 \n",
"Q 3706 594 3706 1184 \n",
"Q 3706 1772 4042 2111 \n",
"Q 4378 2450 4959 2450 \n",
"z\n",
"M 2094 -91 \n",
"L 1403 -91 \n",
"L 4319 4750 \n",
"L 5013 4750 \n",
"L 2094 -91 \n",
"z\n",
"M 1453 4750 \n",
"Q 2034 4750 2367 4411 \n",
"Q 2700 4072 2700 3481 \n",
"Q 2700 2891 2367 2550 \n",
"Q 2034 2209 1453 2209 \n",
"Q 872 2209 539 2550 \n",
"Q 206 2891 206 3481 \n",
"Q 206 4072 539 4411 \n",
"Q 872 4750 1453 4750 \n",
"z\n",
"M 1453 4225 \n",
"Q 1228 4225 1106 4031 \n",
"Q 984 3838 984 3481 \n",
"Q 984 3122 1106 2926 \n",
"Q 1228 2731 1453 2731 \n",
"Q 1678 2731 1798 2926 \n",
"Q 1919 3122 1919 3481 \n",
"Q 1919 3838 1797 4031 \n",
"Q 1675 4225 1453 4225 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=69.580078 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-2e x=139.160156 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=177.148438 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-25 x=246.728516 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(45.68025 74.675925) scale(0.144 -0.144)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-Bold-28 transform=scale(0.015625) d=&quot;M 2413 -844 \n",
"L 1484 -844 \n",
"Q 1006 -72 778 623 \n",
"Q 550 1319 550 2003 \n",
"Q 550 2688 779 3389 \n",
"Q 1009 4091 1484 4856 \n",
"L 2413 4856 \n",
"Q 2013 4116 1813 3408 \n",
"Q 1613 2700 1613 2009 \n",
"Q 1613 1319 1811 609 \n",
"Q 2009 -100 2413 -844 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-32 transform=scale(0.015625) d=&quot;M 1844 884 \n",
"L 3897 884 \n",
"L 3897 0 \n",
"L 506 0 \n",
"L 506 884 \n",
"L 2209 2388 \n",
"Q 2438 2594 2547 2791 \n",
"Q 2656 2988 2656 3200 \n",
"Q 2656 3528 2436 3728 \n",
"Q 2216 3928 1850 3928 \n",
"Q 1569 3928 1234 3808 \n",
"Q 900 3688 519 3450 \n",
"L 519 4475 \n",
"Q 925 4609 1322 4679 \n",
"Q 1719 4750 2100 4750 \n",
"Q 2938 4750 3402 4381 \n",
"Q 3866 4013 3866 3353 \n",
"Q 3866 2972 3669 2642 \n",
"Q 3472 2313 2841 1759 \n",
"L 1844 884 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-37 transform=scale(0.015625) d=&quot;M 428 4666 \n",
"L 3944 4666 \n",
"L 3944 3988 \n",
"L 2125 0 \n",
"L 953 0 \n",
"L 2675 3781 \n",
"L 428 3781 \n",
"L 428 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-34 transform=scale(0.015625) d=&quot;M 2356 3675 \n",
"L 1038 1722 \n",
"L 2356 1722 \n",
"L 2356 3675 \n",
"z\n",
"M 2156 4666 \n",
"L 3494 4666 \n",
"L 3494 1722 \n",
"L 4159 1722 \n",
"L 4159 850 \n",
"L 3494 850 \n",
"L 3494 0 \n",
"L 2356 0 \n",
"L 2356 850 \n",
"L 288 850 \n",
"L 288 1881 \n",
"L 2156 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-31 transform=scale(0.015625) d=&quot;M 750 831 \n",
"L 1813 831 \n",
"L 1813 3847 \n",
"L 722 3622 \n",
"L 722 4441 \n",
"L 1806 4666 \n",
"L 2950 4666 \n",
"L 2950 831 \n",
"L 4013 831 \n",
"L 4013 0 \n",
"L 750 0 \n",
"L 750 831 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-29 transform=scale(0.015625) d=&quot;M 513 -844 \n",
"Q 913 -100 1113 609 \n",
"Q 1313 1319 1313 2009 \n",
"Q 1313 2700 1113 3408 \n",
"Q 913 4116 513 4856 \n",
"L 1441 4856 \n",
"Q 1916 4091 2145 3389 \n",
"Q 2375 2688 2375 2003 \n",
"Q 2375 1319 2147 623 \n",
"Q 1919 -72 1441 -844 \n",
"L 513 -844 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-Bold-28 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-32 x=45.703125 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-37 x=115.283203 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-34 x=184.863281 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-31 x=254.443359 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-29 x=324.023438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(177.521625 58.551075) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=69.580078 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-2e x=139.160156 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=177.148438 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-25 x=246.728516 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(175.88025 74.675925) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#DejaVuSans-Bold-28 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-32 x=45.703125 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-37 x=115.283203 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-34 x=184.863281 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-31 x=254.443359 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-29 x=324.023438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(307.721625 58.551075) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=69.580078 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-2e x=139.160156 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=177.148438 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-25 x=246.728516 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(306.08025 74.675925) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#DejaVuSans-Bold-28 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-32 x=45.703125 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-37 x=115.283203 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-34 x=184.863281 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-31 x=254.443359 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-29 x=324.023438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=legend_1&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 19.296 207.9954 \n",
"L 85.5864 207.9954 \n",
"Q 89.0424 207.9954 89.0424 204.5394 \n",
"L 89.0424 130.176 \n",
"Q 89.0424 126.72 85.5864 126.72 \n",
"L 19.296 126.72 \n",
"Q 15.84 126.72 15.84 130.176 \n",
"L 15.84 204.5394 \n",
"Q 15.84 207.9954 19.296 207.9954 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff; opacity: 0.8; stroke: #cccccc; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 22.752 146.7621 \n",
"L 57.312 146.7621 \n",
"L 57.312 134.6661 \n",
"L 22.752 134.6661 \n",
"z\n",
"&quot; style=&quot;fill: #1f77b4; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 146.7621) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-30 transform=scale(0.015625) d=&quot;M 2034 4250 \n",
"Q 1547 4250 1301 3770 \n",
"Q 1056 3291 1056 2328 \n",
"Q 1056 1369 1301 889 \n",
"Q 1547 409 2034 409 \n",
"Q 2525 409 2770 889 \n",
"Q 3016 1369 3016 2328 \n",
"Q 3016 3291 2770 3770 \n",
"Q 2525 4250 2034 4250 \n",
"z\n",
"M 2034 4750 \n",
"Q 2819 4750 3233 4129 \n",
"Q 3647 3509 3647 2328 \n",
"Q 3647 1150 3233 529 \n",
"Q 2819 -91 2034 -91 \n",
"Q 1250 -91 836 529 \n",
"Q 422 1150 422 2328 \n",
"Q 422 3509 836 4129 \n",
"Q 1250 4750 2034 4750 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 22.752 172.1259 \n",
"L 57.312 172.1259 \n",
"L 57.312 160.0299 \n",
"L 22.752 160.0299 \n",
"z\n",
"&quot; style=&quot;fill: #ff7f0e; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 172.1259) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-31 transform=scale(0.015625) d=&quot;M 794 531 \n",
"L 1825 531 \n",
"L 1825 4091 \n",
"L 703 3866 \n",
"L 703 4441 \n",
"L 1819 4666 \n",
"L 2450 4666 \n",
"L 2450 531 \n",
"L 3481 531 \n",
"L 3481 0 \n",
"L 794 0 \n",
"L 794 531 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-31 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 22.752 197.4897 \n",
"L 57.312 197.4897 \n",
"L 57.312 185.3937 \n",
"L 22.752 185.3937 \n",
"z\n",
"&quot; style=&quot;fill: #2ca02c; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 197.4897) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-32 transform=scale(0.015625) d=&quot;M 1228 531 \n",
"L 3431 531 \n",
"L 3431 0 \n",
"L 469 0 \n",
"L 469 531 \n",
"Q 828 903 1448 1529 \n",
"Q 2069 2156 2228 2338 \n",
"Q 2531 2678 2651 2914 \n",
"Q 2772 3150 2772 3378 \n",
"Q 2772 3750 2511 3984 \n",
"Q 2250 4219 1831 4219 \n",
"Q 1534 4219 1204 4116 \n",
"Q 875 4013 500 3803 \n",
"L 500 4441 \n",
"Q 881 4594 1212 4672 \n",
"Q 1544 4750 1819 4750 \n",
"Q 2544 4750 2975 4387 \n",
"Q 3406 4025 3406 3419 \n",
"Q 3406 3131 3298 2873 \n",
"Q 3191 2616 2906 2266 \n",
"Q 2828 2175 2409 1742 \n",
"Q 1991 1309 1228 531 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pa562b792de&gt;&lt;rect x=7.2 y=7.2 width=390.6 height=110.88 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-5136720752633530348bottom--5136720752633530348word&gt;&lt;div class=col-sm-12&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2&gt; 2 &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-5136720752633530348bottom--5136720752633530348characters&gt;&lt;div class=col-sm-12&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-5136720752633530348unicode--5136720752633530348characters aria-controls=-5136720752633530348unicode--5136720752633530348characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-5136720752633530348unicode--5136720752633530348categories aria-controls=-5136720752633530348unicode--5136720752633530348categories role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-5136720752633530348unicode--5136720752633530348scripts aria-controls=-5136720752633530348unicode--5136720752633530348scripts role=tab data-toggle=tab&gt;Scripts&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-5136720752633530348unicode--5136720752633530348blocks aria-controls=-5136720752633530348unicode--5136720752633530348blocks role=tab data-toggle=tab&gt;Blocks&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-5136720752633530348unicode--5136720752633530348characters&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring characters&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2&gt; 2 &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-5136720752633530348unicode--5136720752633530348categories&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring categories&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=&quot;Decimal Number&quot;&gt; Decimal Number &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per category&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Decimal Number&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2&gt; 2 &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-5136720752633530348unicode--5136720752633530348scripts&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring scripts&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=Common&gt; Common &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per script&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Common&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2&gt; 2 &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-5136720752633530348unicode--5136720752633530348blocks&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring blocks&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=ASCII&gt; ASCII &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per block&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;ASCII&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=0&gt; 0 &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=1&gt; 1 &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=2&gt; 2 &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_438672249959663707&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=_time&gt;&lt;a href=#pp_var_438672249959663707&gt;_time&lt;/a&gt;&lt;br&gt;&lt;small&gt;Date&lt;/small&gt;&lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;2741&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;33.3%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;64.4 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;2023-08-30 12:24:00+00:00&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;2023-09-29 12:06:00+00:00&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
" &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=216pt height=162pt viewbox=&quot;0 0 216 162&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-29T12:19:36.523893&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.7.1, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 162 \n",
"L 216 162 \n",
"L 216 0 \n",
"L 0 0 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 10.8 77.25 \n",
"L 205.2 77.25 \n",
"L 205.2 10.8 \n",
"L 10.8 10.8 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(28.233063 151.47375) rotate(-90) scale(0.06 -0.06)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-32 transform=scale(0.015625) d=&quot;M 1228 531 \n",
"L 3431 531 \n",
"L 3431 0 \n",
"L 469 0 \n",
"L 469 531 \n",
"Q 828 903 1448 1529 \n",
"Q 2069 2156 2228 2338 \n",
"Q 2531 2678 2651 2914 \n",
"Q 2772 3150 2772 3378 \n",
"Q 2772 3750 2511 3984 \n",
"Q 2250 4219 1831 4219 \n",
"Q 1534 4219 1204 4116 \n",
"Q 875 4013 500 3803 \n",
"L 500 4441 \n",
"Q 881 4594 1212 4672 \n",
"Q 1544 4750 1819 4750 \n",
"Q 2544 4750 2975 4387 \n",
"Q 3406 4025 3406 3419 \n",
"Q 3406 3131 3298 2873 \n",
"Q 3191 2616 2906 2266 \n",
"Q 2828 2175 2409 1742 \n",
"Q 1991 1309 1228 531 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-30 transform=scale(0.015625) d=&quot;M 2034 4250 \n",
"Q 1547 4250 1301 3770 \n",
"Q 1056 3291 1056 2328 \n",
"Q 1056 1369 1301 889 \n",
"Q 1547 409 2034 409 \n",
"Q 2525 409 2770 889 \n",
"Q 3016 1369 3016 2328 \n",
"Q 3016 3291 2770 3770 \n",
"Q 2525 4250 2034 4250 \n",
"z\n",
"M 2034 4750 \n",
"Q 2819 4750 3233 4129 \n",
"Q 3647 3509 3647 2328 \n",
"Q 3647 1150 3233 529 \n",
"Q 2819 -91 2034 -91 \n",
"Q 1250 -91 836 529 \n",
"Q 422 1150 422 2328 \n",
"Q 422 3509 836 4129 \n",
"Q 1250 4750 2034 4750 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-33 transform=scale(0.015625) d=&quot;M 2597 2516 \n",
"Q 3050 2419 3304 2112 \n",
"Q 3559 1806 3559 1356 \n",
"Q 3559 666 3084 287 \n",
"Q 2609 -91 1734 -91 \n",
"Q 1441 -91 1130 -33 \n",
"Q 819 25 488 141 \n",
"L 488 750 \n",
"Q 750 597 1062 519 \n",
"Q 1375 441 1716 441 \n",
"Q 2309 441 2620 675 \n",
"Q 2931 909 2931 1356 \n",
"Q 2931 1769 2642 2001 \n",
"Q 2353 2234 1838 2234 \n",
"L 1294 2234 \n",
"L 1294 2753 \n",
"L 1863 2753 \n",
"Q 2328 2753 2575 2939 \n",
"Q 2822 3125 2822 3475 \n",
"Q 2822 3834 2567 4026 \n",
"Q 2313 4219 1838 4219 \n",
"Q 1578 4219 1281 4162 \n",
"Q 984 4106 628 3988 \n",
"L 628 4550 \n",
"Q 988 4650 1302 4700 \n",
"Q 1616 4750 1894 4750 \n",
"Q 2613 4750 3031 4423 \n",
"Q 3450 4097 3450 3541 \n",
"Q 3450 3153 3228 2886 \n",
"Q 3006 2619 2597 2516 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-2d transform=scale(0.015625) d=&quot;M 313 2009 \n",
"L 1997 2009 \n",
"L 1997 1497 \n",
"L 313 1497 \n",
"L 313 2009 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-38 transform=scale(0.015625) d=&quot;M 2034 2216 \n",
"Q 1584 2216 1326 1975 \n",
"Q 1069 1734 1069 1313 \n",
"Q 1069 891 1326 650 \n",
"Q 1584 409 2034 409 \n",
"Q 2484 409 2743 651 \n",
"Q 3003 894 3003 1313 \n",
"Q 3003 1734 2745 1975 \n",
"Q 2488 2216 2034 2216 \n",
"z\n",
"M 1403 2484 \n",
"Q 997 2584 770 2862 \n",
"Q 544 3141 544 3541 \n",
"Q 544 4100 942 4425 \n",
"Q 1341 4750 2034 4750 \n",
"Q 2731 4750 3128 4425 \n",
"Q 3525 4100 3525 3541 \n",
"Q 3525 3141 3298 2862 \n",
"Q 3072 2584 2669 2484 \n",
"Q 3125 2378 3379 2068 \n",
"Q 3634 1759 3634 1313 \n",
"Q 3634 634 3220 271 \n",
"Q 2806 -91 2034 -91 \n",
"Q 1263 -91 848 271 \n",
"Q 434 634 434 1313 \n",
"Q 434 1759 690 2068 \n",
"Q 947 2378 1403 2484 \n",
"z\n",
"M 1172 3481 \n",
"Q 1172 3119 1398 2916 \n",
"Q 1625 2713 2034 2713 \n",
"Q 2441 2713 2670 2916 \n",
"Q 2900 3119 2900 3481 \n",
"Q 2900 3844 2670 4047 \n",
"Q 2441 4250 2034 4250 \n",
"Q 1625 4250 1398 4047 \n",
"Q 1172 3844 1172 3481 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-31 transform=scale(0.015625) d=&quot;M 794 531 \n",
"L 1825 531 \n",
"L 1825 4091 \n",
"L 703 3866 \n",
"L 703 4441 \n",
"L 1819 4666 \n",
"L 2450 4666 \n",
"L 2450 531 \n",
"L 3481 531 \n",
"L 3481 0 \n",
"L 794 0 \n",
"L 794 531 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-20 transform=scale(0.015625) /&gt;&lt;path id=DejaVuSans-36 transform=scale(0.015625) d=&quot;M 2113 2584 \n",
"Q 1688 2584 1439 2293 \n",
"Q 1191 2003 1191 1497 \n",
"Q 1191 994 1439 701 \n",
"Q 1688 409 2113 409 \n",
"Q 2538 409 2786 701 \n",
"Q 3034 994 3034 1497 \n",
"Q 3034 2003 2786 2293 \n",
"Q 2538 2584 2113 2584 \n",
"z\n",
"M 3366 4563 \n",
"L 3366 3988 \n",
"Q 3128 4100 2886 4159 \n",
"Q 2644 4219 2406 4219 \n",
"Q 1781 4219 1451 3797 \n",
"Q 1122 3375 1075 2522 \n",
"Q 1259 2794 1537 2939 \n",
"Q 1816 3084 2150 3084 \n",
"Q 2853 3084 3261 2657 \n",
"Q 3669 2231 3669 1497 \n",
"Q 3669 778 3244 343 \n",
"Q 2819 -91 2113 -91 \n",
"Q 1303 -91 875 529 \n",
"Q 447 1150 447 2328 \n",
"Q 447 3434 972 4092 \n",
"Q 1497 4750 2381 4750 \n",
"Q 2619 4750 2861 4703 \n",
"Q 3103 4656 3366 4563 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-3a transform=scale(0.015625) d=&quot;M 750 794 \n",
"L 1409 794 \n",
"L 1409 0 \n",
"L 750 0 \n",
"L 750 794 \n",
"z\n",
"M 750 3309 \n",
"L 1409 3309 \n",
"L 1409 2516 \n",
"L 750 2516 \n",
"L 750 3309 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-34 transform=scale(0.015625) d=&quot;M 2419 4116 \n",
"L 825 1625 \n",
"L 2419 1625 \n",
"L 2419 4116 \n",
"z\n",
"M 2253 4666 \n",
"L 3047 4666 \n",
"L 3047 1625 \n",
"L 3713 1625 \n",
"L 3713 1100 \n",
"L 3047 1100 \n",
"L 3047 0 \n",
"L 2419 0 \n",
"L 2419 1100 \n",
"L 313 1100 \n",
"L 313 1709 \n",
"L 2253 4666 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-33 x=190.869141 /&gt;&lt;use xlink:href=#DejaVuSans-2d x=254.492188 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=290.576172 /&gt;&lt;use xlink:href=#DejaVuSans-38 x=354.199219 /&gt;&lt;use xlink:href=#DejaVuSans-2d x=417.822266 /&gt;&lt;use xlink:href=#DejaVuSans-33 x=453.90625 /&gt;&lt;use xlink:href=#DejaVuSans-31 x=517.529297 /&gt;&lt;use xlink:href=#DejaVuSans-20 x=581.152344 /&gt;&lt;use xlink:href=#DejaVuSans-31 x=612.939453 /&gt;&lt;use xlink:href=#DejaVuSans-36 x=676.5625 /&gt;&lt;use xlink:href=#DejaVuSans-3a x=740.185547 /&gt;&lt;use xlink:href=#DejaVuSans-34 x=773.876953 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=837.5 /&gt;&lt;use xlink:href=#DejaVuSans-3a x=901.123047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=934.814453 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=998.4375 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(62.338182 151.47375) rotate(-90) scale(0.06 -0.06)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-39 transform=scale(0.015625) d=&quot;M 703 97 \n",
"L 703 672 \n",
"Q 941 559 1184 500 \n",
"Q 1428 441 1663 441 \n",
"Q 2288 441 2617 861 \n",
"Q 2947 1281 2994 2138 \n",
"Q 2813 1869 2534 1725 \n",
"Q 2256 1581 1919 1581 \n",
"Q 1219 1581 811 2004 \n",
"Q 403 2428 403 3163 \n",
"Q 403 3881 828 4315 \n",
"Q 1253 4750 1959 4750 \n",
"Q 2769 4750 3195 4129 \n",
"Q 3622 3509 3622 2328 \n",
"Q 3622 1225 3098 567 \n",
"Q 2575 -91 1691 -91 \n",
"Q 1453 -91 1209 -44 \n",
"Q 966 3 703 97 \n",
"z\n",
"M 1959 2075 \n",
"Q 2384 2075 2632 2365 \n",
"Q 2881 2656 2881 3163 \n",
"Q 2881 3666 2632 3958 \n",
"Q 2384 4250 1959 4250 \n",
"Q 1534 4250 1286 3958 \n",
"Q 1038 3666 1038 3163 \n",
"Q 1038 2656 1286 2365 \n",
"Q 1534 2075 1959 2075 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-33 x=190.869141 /&gt;&lt;use xlink:href=#DejaVuSans-2d x=254.492188 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=290.576172 /&gt;&lt;use xlink:href=#DejaVuSans-39 x=354.199219 /&gt;&lt;use xlink:href=#DejaVuSans-2d x=417.822266 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=453.90625 /&gt;&lt;use xlink:href=#DejaVuSans-36 x=517.529297 /&gt;&lt;use xlink:href=#DejaVuSans-20 x=581.152344 /&gt;&lt;use xlink:href=#DejaVuSans-31 x=612.939453 /&gt;&lt;use xlink:href=#DejaVuSans-31 x=676.5625 /&gt;&lt;use xlink:href=#DejaVuSans-3a x=740.185547 /&gt;&lt;use xlink:href=#DejaVuSans-33 x=773.876953 /&gt;&lt;use xlink:href=#DejaVuSans-33 x=837.5 /&gt;&lt;use xlink:href=#DejaVuSans-3a x=901.123047 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=934.814453 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=998.4375 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(96.443302 151.47375) rotate(-90) scale(0.06 -0.06)&quot;&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-33 x=190.869141 /&gt;&lt;use xlink:href=#DejaVuSans-2d x=254.492188 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=290.576172 /&gt;&lt;use xlink:href=#DejaVuSans-39 x=354.199219 /&gt;&lt;use xlink:href=#DejaVuSans-2d x=417.822266 /&gt;&lt;use xlink:href=#DejaVuSans-31 x=453.90625 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=517.529297 /&gt;&lt;use xlink:href=#DejaVuSans-20 x=581.152344 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=612.939453 /&gt;&lt;use xlink:href=#DejaVuSans-36 x=676.5625 /&gt;&lt;use xlink:href=#DejaVuSans-3a x=740.185547 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=773.876953 /&gt;&lt;use xlink:href=#DejaVuSans-36 x=837.5 /&gt;&lt;use xlink:href=#DejaVuSans-3a x=901.123047 /&gt;&lt;use xlink:href=#DejaVuSans-34 x=934.814453 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=998.4375 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(130.548421 151.47375) rotate(-90) scale(0.06 -0.06)&quot;&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-33 x=190.869141 /&gt;&lt;use xlink:href=#DejaVuSans-2d x=254.492188 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=290.576172 /&gt;&lt;use xlink:href=#DejaVuSans-39 x=354.199219 /&gt;&lt;use xlink:href=#DejaVuSans-2d x=417.822266 /&gt;&lt;use xlink:href=#DejaVuSans-31 x=453.90625 /&gt;&lt;use xlink:href=#DejaVuSans-38 x=517.529297 /&gt;&lt;use xlink:href=#DejaVuSans-20 x=581.152344 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=612.939453 /&gt;&lt;use xlink:href=#DejaVuSans-31 x=676.5625 /&gt;&lt;use xlink:href=#DejaVuSans-3a x=740.185547 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=773.876953 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=837.5 /&gt;&lt;use xlink:href=#DejaVuSans-3a x=901.123047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=934.814453 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=998.4375 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(164.653541 151.47375) rotate(-90) scale(0.06 -0.06)&quot;&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-33 x=190.869141 /&gt;&lt;use xlink:href=#DejaVuSans-2d x=254.492188 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=290.576172 /&gt;&lt;use xlink:href=#DejaVuSans-39 x=354.199219 /&gt;&lt;use xlink:href=#DejaVuSans-2d x=417.822266 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=453.90625 /&gt;&lt;use xlink:href=#DejaVuSans-33 x=517.529297 /&gt;&lt;use xlink:href=#DejaVuSans-20 x=581.152344 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=612.939453 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=676.5625 /&gt;&lt;use xlink:href=#DejaVuSans-3a x=740.185547 /&gt;&lt;use xlink:href=#DejaVuSans-31 x=773.876953 /&gt;&lt;use xlink:href=#DejaVuSans-33 x=837.5 /&gt;&lt;use xlink:href=#DejaVuSans-3a x=901.123047 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=934.814453 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=998.4375 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(198.75866 151.47375) rotate(-90) scale(0.06 -0.06)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-35 transform=scale(0.015625) d=&quot;M 691 4666 \n",
"L 3169 4666 \n",
"L 3169 4134 \n",
"L 1269 4134 \n",
"L 1269 2991 \n",
"Q 1406 3038 1543 3061 \n",
"Q 1681 3084 1819 3084 \n",
"Q 2600 3084 3056 2656 \n",
"Q 3513 2228 3513 1497 \n",
"Q 3513 744 3044 326 \n",
"Q 2575 -91 1722 -91 \n",
"Q 1428 -91 1123 -41 \n",
"Q 819 9 494 109 \n",
"L 494 744 \n",
"Q 775 591 1075 516 \n",
"Q 1375 441 1709 441 \n",
"Q 2250 441 2565 725 \n",
"Q 2881 1009 2881 1497 \n",
"Q 2881 1984 2565 2268 \n",
"Q 2250 2553 1709 2553 \n",
"Q 1456 2553 1204 2497 \n",
"Q 953 2441 691 2322 \n",
"L 691 4666 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-33 x=190.869141 /&gt;&lt;use xlink:href=#DejaVuSans-2d x=254.492188 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=290.576172 /&gt;&lt;use xlink:href=#DejaVuSans-39 x=354.199219 /&gt;&lt;use xlink:href=#DejaVuSans-2d x=417.822266 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=453.90625 /&gt;&lt;use xlink:href=#DejaVuSans-39 x=517.529297 /&gt;&lt;use xlink:href=#DejaVuSans-20 x=581.152344 /&gt;&lt;use xlink:href=#DejaVuSans-31 x=612.939453 /&gt;&lt;use xlink:href=#DejaVuSans-35 x=676.5625 /&gt;&lt;use xlink:href=#DejaVuSans-3a x=740.185547 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=773.876953 /&gt;&lt;use xlink:href=#DejaVuSans-36 x=837.5 /&gt;&lt;use xlink:href=#DejaVuSans-3a x=901.123047 /&gt;&lt;use xlink:href=#DejaVuSans-34 x=934.814453 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=998.4375 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 19.636364 77.25 \n",
"L 23.170909 77.25 \n",
"L 23.170909 18.328818 \n",
"L 19.636364 18.328818 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 23.170909 77.25 \n",
"L 26.705455 77.25 \n",
"L 26.705455 13.964286 \n",
"L 23.170909 13.964286 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 26.705455 77.25 \n",
"L 30.24 77.25 \n",
"L 30.24 18.328818 \n",
"L 26.705455 18.328818 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 30.24 77.25 \n",
"L 33.774545 77.25 \n",
"L 33.774545 15.055419 \n",
"L 30.24 15.055419 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 33.774545 77.25 \n",
"L 37.309091 77.25 \n",
"L 37.309091 19.419951 \n",
"L 33.774545 19.419951 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 37.309091 77.25 \n",
"L 40.843636 77.25 \n",
"L 40.843636 18.328818 \n",
"L 37.309091 18.328818 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 40.843636 77.25 \n",
"L 44.378182 77.25 \n",
"L 44.378182 13.964286 \n",
"L 40.843636 13.964286 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 44.378182 77.25 \n",
"L 47.912727 77.25 \n",
"L 47.912727 18.328818 \n",
"L 44.378182 18.328818 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 47.912727 77.25 \n",
"L 51.447273 77.25 \n",
"L 51.447273 15.055419 \n",
"L 47.912727 15.055419 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 51.447273 77.25 \n",
"L 54.981818 77.25 \n",
"L 54.981818 23.784483 \n",
"L 51.447273 23.784483 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 54.981818 77.25 \n",
"L 58.516364 77.25 \n",
"L 58.516364 18.328818 \n",
"L 54.981818 18.328818 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 58.516364 77.25 \n",
"L 62.050909 77.25 \n",
"L 62.050909 13.964286 \n",
"L 58.516364 13.964286 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 62.050909 77.25 \n",
"L 65.585455 77.25 \n",
"L 65.585455 19.419951 \n",
"L 62.050909 19.419951 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 65.585455 77.25 \n",
"L 69.12 77.25 \n",
"L 69.12 13.964286 \n",
"L 65.585455 13.964286 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 69.12 77.25 \n",
"L 72.654545 77.25 \n",
"L 72.654545 19.419951 \n",
"L 69.12 19.419951 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 72.654545 77.25 \n",
"L 76.189091 77.25 \n",
"L 76.189091 18.328818 \n",
"L 72.654545 18.328818 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 76.189091 77.25 \n",
"L 79.723636 77.25 \n",
"L 79.723636 13.964286 \n",
"L 76.189091 13.964286 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 79.723636 77.25 \n",
"L 83.258182 77.25 \n",
"L 83.258182 19.419951 \n",
"L 79.723636 19.419951 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 83.258182 77.25 \n",
"L 86.792727 77.25 \n",
"L 86.792727 13.964286 \n",
"L 83.258182 13.964286 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 86.792727 77.25 \n",
"L 90.327273 77.25 \n",
"L 90.327273 19.419951 \n",
"L 86.792727 19.419951 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 90.327273 77.25 \n",
"L 93.861818 77.25 \n",
"L 93.861818 22.69335 \n",
"L 90.327273 22.69335 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 93.861818 77.25 \n",
"L 97.396364 77.25 \n",
"L 97.396364 13.964286 \n",
"L 93.861818 13.964286 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 97.396364 77.25 \n",
"L 100.930909 77.25 \n",
"L 100.930909 19.419951 \n",
"L 97.396364 19.419951 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 100.930909 77.25 \n",
"L 104.465455 77.25 \n",
"L 104.465455 13.964286 \n",
"L 100.930909 13.964286 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 104.465455 77.25 \n",
"L 108 77.25 \n",
"L 108 19.419951 \n",
"L 104.465455 19.419951 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 108 77.25 \n",
"L 111.534545 77.25 \n",
"L 111.534545 18.328818 \n",
"L 108 18.328818 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 111.534545 77.25 \n",
"L 115.069091 77.25 \n",
"L 115.069091 15.055419 \n",
"L 111.534545 15.055419 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 115.069091 77.25 \n",
"L 118.603636 77.25 \n",
"L 118.603636 18.328818 \n",
"L 115.069091 18.328818 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 118.603636 77.25 \n",
"L 122.138182 77.25 \n",
"L 122.138182 13.964286 \n",
"L 118.603636 13.964286 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 122.138182 77.25 \n",
"L 125.672727 77.25 \n",
"L 125.672727 19.419951 \n",
"L 122.138182 19.419951 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 125.672727 77.25 \n",
"L 129.207273 77.25 \n",
"L 129.207273 18.328818 \n",
"L 125.672727 18.328818 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 129.207273 77.25 \n",
"L 132.741818 77.25 \n",
"L 132.741818 15.055419 \n",
"L 129.207273 15.055419 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 132.741818 77.25 \n",
"L 136.276364 77.25 \n",
"L 136.276364 19.419951 \n",
"L 132.741818 19.419951 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 136.276364 77.25 \n",
"L 139.810909 77.25 \n",
"L 139.810909 13.964286 \n",
"L 136.276364 13.964286 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 139.810909 77.25 \n",
"L 143.345455 77.25 \n",
"L 143.345455 19.419951 \n",
"L 139.810909 19.419951 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 143.345455 77.25 \n",
"L 146.88 77.25 \n",
"L 146.88 18.328818 \n",
"L 143.345455 18.328818 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path d=&quot;M 146.88 77.25 \n",
"L 150.414545 77.25 \n",
"L 150.414545 15.055419 \n",
"L 146.88 15.055419 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path d=&quot;M 150.414545 77.25 \n",
"L 153.949091 77.25 \n",
"L 153.949091 24.875616 \n",
"L 150.414545 24.875616 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path d=&quot;M 153.949091 77.25 \n",
"L 157.483636 77.25 \n",
"L 157.483636 15.055419 \n",
"L 153.949091 15.055419 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path d=&quot;M 157.483636 77.25 \n",
"L 161.018182 77.25 \n",
"L 161.018182 18.328818 \n",
"L 157.483636 18.328818 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path d=&quot;M 161.018182 77.25 \n",
"L 164.552727 77.25 \n",
"L 164.552727 19.419951 \n",
"L 161.018182 19.419951 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_44&gt;&lt;path d=&quot;M 164.552727 77.25 \n",
"L 168.087273 77.25 \n",
"L 168.087273 15.055419 \n",
"L 164.552727 15.055419 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_45&gt;&lt;path d=&quot;M 168.087273 77.25 \n",
"L 171.621818 77.25 \n",
"L 171.621818 18.328818 \n",
"L 168.087273 18.328818 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_46&gt;&lt;path d=&quot;M 171.621818 77.25 \n",
"L 175.156364 77.25 \n",
"L 175.156364 18.328818 \n",
"L 171.621818 18.328818 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_47&gt;&lt;path d=&quot;M 175.156364 77.25 \n",
"L 178.690909 77.25 \n",
"L 178.690909 18.328818 \n",
"L 175.156364 18.328818 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_48&gt;&lt;path d=&quot;M 178.690909 77.25 \n",
"L 182.225455 77.25 \n",
"L 182.225455 19.419951 \n",
"L 178.690909 19.419951 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_49&gt;&lt;path d=&quot;M 182.225455 77.25 \n",
"L 185.76 77.25 \n",
"L 185.76 13.964286 \n",
"L 182.225455 13.964286 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_50&gt;&lt;path d=&quot;M 185.76 77.25 \n",
"L 189.294545 77.25 \n",
"L 189.294545 19.419951 \n",
"L 185.76 19.419951 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_51&gt;&lt;path d=&quot;M 189.294545 77.25 \n",
"L 192.829091 77.25 \n",
"L 192.829091 13.964286 \n",
"L 189.294545 13.964286 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_52&gt;&lt;path d=&quot;M 192.829091 77.25 \n",
"L 196.363636 77.25 \n",
"L 196.363636 18.328818 \n",
"L 192.829091 18.328818 \n",
"z\n",
"&quot; clip-path=url(#p45b21463ad) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_53&gt;&lt;path d=&quot;M 10.8 77.25 \n",
"L 10.8 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_54&gt;&lt;path d=&quot;M 205.2 77.25 \n",
"L 205.2 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_55&gt;&lt;path d=&quot;M 10.8 77.25 \n",
"L 205.2 77.25 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_56&gt;&lt;path d=&quot;M 10.8 10.8 \n",
"L 205.2 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p45b21463ad&gt;&lt;rect x=10.8 y=10.8 width=194.4 height=66.45 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom-438672249959663707, #minifreqtable438672249959663707&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom-438672249959663707 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#438672249959663707-438672249959663707histogram aria-controls=438672249959663707-438672249959663707histogram role=tab data-toggle=tab&gt;Histogram&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=438672249959663707-438672249959663707histogram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
" &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-29T12:19:36.750270&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.7.1, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
"L 504 216 \n",
"L 504 0 \n",
"L 0 0 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 55.09 89.31 \n",
"L 493.2 89.31 \n",
"L 493.2 10.8 \n",
"L 55.09 10.8 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(93.406233 206.01625) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-32 transform=scale(0.015625) d=&quot;M 1228 531 \n",
"L 3431 531 \n",
"L 3431 0 \n",
"L 469 0 \n",
"L 469 531 \n",
"Q 828 903 1448 1529 \n",
"Q 2069 2156 2228 2338 \n",
"Q 2531 2678 2651 2914 \n",
"Q 2772 3150 2772 3378 \n",
"Q 2772 3750 2511 3984 \n",
"Q 2250 4219 1831 4219 \n",
"Q 1534 4219 1204 4116 \n",
"Q 875 4013 500 3803 \n",
"L 500 4441 \n",
"Q 881 4594 1212 4672 \n",
"Q 1544 4750 1819 4750 \n",
"Q 2544 4750 2975 4387 \n",
"Q 3406 4025 3406 3419 \n",
"Q 3406 3131 3298 2873 \n",
"Q 3191 2616 2906 2266 \n",
"Q 2828 2175 2409 1742 \n",
"Q 1991 1309 1228 531 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-30 transform=scale(0.015625) d=&quot;M 2034 4250 \n",
"Q 1547 4250 1301 3770 \n",
"Q 1056 3291 1056 2328 \n",
"Q 1056 1369 1301 889 \n",
"Q 1547 409 2034 409 \n",
"Q 2525 409 2770 889 \n",
"Q 3016 1369 3016 2328 \n",
"Q 3016 3291 2770 3770 \n",
"Q 2525 4250 2034 4250 \n",
"z\n",
"M 2034 4750 \n",
"Q 2819 4750 3233 4129 \n",
"Q 3647 3509 3647 2328 \n",
"Q 3647 1150 3233 529 \n",
"Q 2819 -91 2034 -91 \n",
"Q 1250 -91 836 529 \n",
"Q 422 1150 422 2328 \n",
"Q 422 3509 836 4129 \n",
"Q 1250 4750 2034 4750 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-33 transform=scale(0.015625) d=&quot;M 2597 2516 \n",
"Q 3050 2419 3304 2112 \n",
"Q 3559 1806 3559 1356 \n",
"Q 3559 666 3084 287 \n",
"Q 2609 -91 1734 -91 \n",
"Q 1441 -91 1130 -33 \n",
"Q 819 25 488 141 \n",
"L 488 750 \n",
"Q 750 597 1062 519 \n",
"Q 1375 441 1716 441 \n",
"Q 2309 441 2620 675 \n",
"Q 2931 909 2931 1356 \n",
"Q 2931 1769 2642 2001 \n",
"Q 2353 2234 1838 2234 \n",
"L 1294 2234 \n",
"L 1294 2753 \n",
"L 1863 2753 \n",
"Q 2328 2753 2575 2939 \n",
"Q 2822 3125 2822 3475 \n",
"Q 2822 3834 2567 4026 \n",
"Q 2313 4219 1838 4219 \n",
"Q 1578 4219 1281 4162 \n",
"Q 984 4106 628 3988 \n",
"L 628 4550 \n",
"Q 988 4650 1302 4700 \n",
"Q 1616 4750 1894 4750 \n",
"Q 2613 4750 3031 4423 \n",
"Q 3450 4097 3450 3541 \n",
"Q 3450 3153 3228 2886 \n",
"Q 3006 2619 2597 2516 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-2d transform=scale(0.015625) d=&quot;M 313 2009 \n",
"L 1997 2009 \n",
"L 1997 1497 \n",
"L 313 1497 \n",
"L 313 2009 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-38 transform=scale(0.015625) d=&quot;M 2034 2216 \n",
"Q 1584 2216 1326 1975 \n",
"Q 1069 1734 1069 1313 \n",
"Q 1069 891 1326 650 \n",
"Q 1584 409 2034 409 \n",
"Q 2484 409 2743 651 \n",
"Q 3003 894 3003 1313 \n",
"Q 3003 1734 2745 1975 \n",
"Q 2488 2216 2034 2216 \n",
"z\n",
"M 1403 2484 \n",
"Q 997 2584 770 2862 \n",
"Q 544 3141 544 3541 \n",
"Q 544 4100 942 4425 \n",
"Q 1341 4750 2034 4750 \n",
"Q 2731 4750 3128 4425 \n",
"Q 3525 4100 3525 3541 \n",
"Q 3525 3141 3298 2862 \n",
"Q 3072 2584 2669 2484 \n",
"Q 3125 2378 3379 2068 \n",
"Q 3634 1759 3634 1313 \n",
"Q 3634 634 3220 271 \n",
"Q 2806 -91 2034 -91 \n",
"Q 1263 -91 848 271 \n",
"Q 434 634 434 1313 \n",
"Q 434 1759 690 2068 \n",
"Q 947 2378 1403 2484 \n",
"z\n",
"M 1172 3481 \n",
"Q 1172 3119 1398 2916 \n",
"Q 1625 2713 2034 2713 \n",
"Q 2441 2713 2670 2916 \n",
"Q 2900 3119 2900 3481 \n",
"Q 2900 3844 2670 4047 \n",
"Q 2441 4250 2034 4250 \n",
"Q 1625 4250 1398 4047 \n",
"Q 1172 3844 1172 3481 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-31 transform=scale(0.015625) d=&quot;M 794 531 \n",
"L 1825 531 \n",
"L 1825 4091 \n",
"L 703 3866 \n",
"L 703 4441 \n",
"L 1819 4666 \n",
"L 2450 4666 \n",
"L 2450 531 \n",
"L 3481 531 \n",
"L 3481 0 \n",
"L 794 0 \n",
"L 794 531 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-20 transform=scale(0.015625) /&gt;&lt;path id=DejaVuSans-36 transform=scale(0.015625) d=&quot;M 2113 2584 \n",
"Q 1688 2584 1439 2293 \n",
"Q 1191 2003 1191 1497 \n",
"Q 1191 994 1439 701 \n",
"Q 1688 409 2113 409 \n",
"Q 2538 409 2786 701 \n",
"Q 3034 994 3034 1497 \n",
"Q 3034 2003 2786 2293 \n",
"Q 2538 2584 2113 2584 \n",
"z\n",
"M 3366 4563 \n",
"L 3366 3988 \n",
"Q 3128 4100 2886 4159 \n",
"Q 2644 4219 2406 4219 \n",
"Q 1781 4219 1451 3797 \n",
"Q 1122 3375 1075 2522 \n",
"Q 1259 2794 1537 2939 \n",
"Q 1816 3084 2150 3084 \n",
"Q 2853 3084 3261 2657 \n",
"Q 3669 2231 3669 1497 \n",
"Q 3669 778 3244 343 \n",
"Q 2819 -91 2113 -91 \n",
"Q 1303 -91 875 529 \n",
"Q 447 1150 447 2328 \n",
"Q 447 3434 972 4092 \n",
"Q 1497 4750 2381 4750 \n",
"Q 2619 4750 2861 4703 \n",
"Q 3103 4656 3366 4563 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-3a transform=scale(0.015625) d=&quot;M 750 794 \n",
"L 1409 794 \n",
"L 1409 0 \n",
"L 750 0 \n",
"L 750 794 \n",
"z\n",
"M 750 3309 \n",
"L 1409 3309 \n",
"L 1409 2516 \n",
"L 750 2516 \n",
"L 750 3309 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-34 transform=scale(0.015625) d=&quot;M 2419 4116 \n",
"L 825 1625 \n",
"L 2419 1625 \n",
"L 2419 4116 \n",
"z\n",
"M 2253 4666 \n",
"L 3047 4666 \n",
"L 3047 1625 \n",
"L 3713 1625 \n",
"L 3713 1100 \n",
"L 3047 1100 \n",
"L 3047 0 \n",
"L 2419 0 \n",
"L 2419 1100 \n",
"L 313 1100 \n",
"L 313 1709 \n",
"L 2253 4666 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-33 x=190.869141 /&gt;&lt;use xlink:href=#DejaVuSans-2d x=254.492188 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=290.576172 /&gt;&lt;use xlink:href=#DejaVuSans-38 x=354.199219 /&gt;&lt;use xlink:href=#DejaVuSans-2d x=417.822266 /&gt;&lt;use xlink:href=#DejaVuSans-33 x=453.90625 /&gt;&lt;use xlink:href=#DejaVuSans-31 x=517.529297 /&gt;&lt;use xlink:href=#DejaVuSans-20 x=581.152344 /&gt;&lt;use xlink:href=#DejaVuSans-31 x=612.939453 /&gt;&lt;use xlink:href=#DejaVuSans-36 x=676.5625 /&gt;&lt;use xlink:href=#DejaVuSans-3a x=740.185547 /&gt;&lt;use xlink:href=#DejaVuSans-34 x=773.876953 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=837.5 /&gt;&lt;use xlink:href=#DejaVuSans-3a x=901.123047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=934.814453 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=998.4375 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(170.267313 206.01625) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-39 transform=scale(0.015625) d=&quot;M 703 97 \n",
"L 703 672 \n",
"Q 941 559 1184 500 \n",
"Q 1428 441 1663 441 \n",
"Q 2288 441 2617 861 \n",
"Q 2947 1281 2994 2138 \n",
"Q 2813 1869 2534 1725 \n",
"Q 2256 1581 1919 1581 \n",
"Q 1219 1581 811 2004 \n",
"Q 403 2428 403 3163 \n",
"Q 403 3881 828 4315 \n",
"Q 1253 4750 1959 4750 \n",
"Q 2769 4750 3195 4129 \n",
"Q 3622 3509 3622 2328 \n",
"Q 3622 1225 3098 567 \n",
"Q 2575 -91 1691 -91 \n",
"Q 1453 -91 1209 -44 \n",
"Q 966 3 703 97 \n",
"z\n",
"M 1959 2075 \n",
"Q 2384 2075 2632 2365 \n",
"Q 2881 2656 2881 3163 \n",
"Q 2881 3666 2632 3958 \n",
"Q 2384 4250 1959 4250 \n",
"Q 1534 4250 1286 3958 \n",
"Q 1038 3666 1038 3163 \n",
"Q 1038 2656 1286 2365 \n",
"Q 1534 2075 1959 2075 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-33 x=190.869141 /&gt;&lt;use xlink:href=#DejaVuSans-2d x=254.492188 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=290.576172 /&gt;&lt;use xlink:href=#DejaVuSans-39 x=354.199219 /&gt;&lt;use xlink:href=#DejaVuSans-2d x=417.822266 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=453.90625 /&gt;&lt;use xlink:href=#DejaVuSans-36 x=517.529297 /&gt;&lt;use xlink:href=#DejaVuSans-20 x=581.152344 /&gt;&lt;use xlink:href=#DejaVuSans-31 x=612.939453 /&gt;&lt;use xlink:href=#DejaVuSans-31 x=676.5625 /&gt;&lt;use xlink:href=#DejaVuSans-3a x=740.185547 /&gt;&lt;use xlink:href=#DejaVuSans-33 x=773.876953 /&gt;&lt;use xlink:href=#DejaVuSans-33 x=837.5 /&gt;&lt;use xlink:href=#DejaVuSans-3a x=901.123047 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=934.814453 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=998.4375 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(247.128393 206.01625) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-33 x=190.869141 /&gt;&lt;use xlink:href=#DejaVuSans-2d x=254.492188 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=290.576172 /&gt;&lt;use xlink:href=#DejaVuSans-39 x=354.199219 /&gt;&lt;use xlink:href=#DejaVuSans-2d x=417.822266 /&gt;&lt;use xlink:href=#DejaVuSans-31 x=453.90625 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=517.529297 /&gt;&lt;use xlink:href=#DejaVuSans-20 x=581.152344 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=612.939453 /&gt;&lt;use xlink:href=#DejaVuSans-36 x=676.5625 /&gt;&lt;use xlink:href=#DejaVuSans-3a x=740.185547 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=773.876953 /&gt;&lt;use xlink:href=#DejaVuSans-36 x=837.5 /&gt;&lt;use xlink:href=#DejaVuSans-3a x=901.123047 /&gt;&lt;use xlink:href=#DejaVuSans-34 x=934.814453 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=998.4375 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(323.989473 206.01625) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-33 x=190.869141 /&gt;&lt;use xlink:href=#DejaVuSans-2d x=254.492188 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=290.576172 /&gt;&lt;use xlink:href=#DejaVuSans-39 x=354.199219 /&gt;&lt;use xlink:href=#DejaVuSans-2d x=417.822266 /&gt;&lt;use xlink:href=#DejaVuSans-31 x=453.90625 /&gt;&lt;use xlink:href=#DejaVuSans-38 x=517.529297 /&gt;&lt;use xlink:href=#DejaVuSans-20 x=581.152344 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=612.939453 /&gt;&lt;use xlink:href=#DejaVuSans-31 x=676.5625 /&gt;&lt;use xlink:href=#DejaVuSans-3a x=740.185547 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=773.876953 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=837.5 /&gt;&lt;use xlink:href=#DejaVuSans-3a x=901.123047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=934.814453 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=998.4375 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(400.850552 206.01625) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-33 x=190.869141 /&gt;&lt;use xlink:href=#DejaVuSans-2d x=254.492188 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=290.576172 /&gt;&lt;use xlink:href=#DejaVuSans-39 x=354.199219 /&gt;&lt;use xlink:href=#DejaVuSans-2d x=417.822266 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=453.90625 /&gt;&lt;use xlink:href=#DejaVuSans-33 x=517.529297 /&gt;&lt;use xlink:href=#DejaVuSans-20 x=581.152344 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=612.939453 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=676.5625 /&gt;&lt;use xlink:href=#DejaVuSans-3a x=740.185547 /&gt;&lt;use xlink:href=#DejaVuSans-31 x=773.876953 /&gt;&lt;use xlink:href=#DejaVuSans-33 x=837.5 /&gt;&lt;use xlink:href=#DejaVuSans-3a x=901.123047 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=934.814453 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=998.4375 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(477.711632 206.01625) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-35 transform=scale(0.015625) d=&quot;M 691 4666 \n",
"L 3169 4666 \n",
"L 3169 4134 \n",
"L 1269 4134 \n",
"L 1269 2991 \n",
"Q 1406 3038 1543 3061 \n",
"Q 1681 3084 1819 3084 \n",
"Q 2600 3084 3056 2656 \n",
"Q 3513 2228 3513 1497 \n",
"Q 3513 744 3044 326 \n",
"Q 2575 -91 1722 -91 \n",
"Q 1428 -91 1123 -41 \n",
"Q 819 9 494 109 \n",
"L 494 744 \n",
"Q 775 591 1075 516 \n",
"Q 1375 441 1709 441 \n",
"Q 2250 441 2565 725 \n",
"Q 2881 1009 2881 1497 \n",
"Q 2881 1984 2565 2268 \n",
"Q 2250 2553 1709 2553 \n",
"Q 1456 2553 1204 2497 \n",
"Q 953 2441 691 2322 \n",
"L 691 4666 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-33 x=190.869141 /&gt;&lt;use xlink:href=#DejaVuSans-2d x=254.492188 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=290.576172 /&gt;&lt;use xlink:href=#DejaVuSans-39 x=354.199219 /&gt;&lt;use xlink:href=#DejaVuSans-2d x=417.822266 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=453.90625 /&gt;&lt;use xlink:href=#DejaVuSans-39 x=517.529297 /&gt;&lt;use xlink:href=#DejaVuSans-20 x=581.152344 /&gt;&lt;use xlink:href=#DejaVuSans-31 x=612.939453 /&gt;&lt;use xlink:href=#DejaVuSans-35 x=676.5625 /&gt;&lt;use xlink:href=#DejaVuSans-3a x=740.185547 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=773.876953 /&gt;&lt;use xlink:href=#DejaVuSans-36 x=837.5 /&gt;&lt;use xlink:href=#DejaVuSans-3a x=901.123047 /&gt;&lt;use xlink:href=#DejaVuSans-34 x=934.814453 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=998.4375 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(38.2275 93.109219) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.5025 50.137133) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-31 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(19.214844 78.467656) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-46 transform=scale(0.015625) d=&quot;M 628 4666 \n",
"L 3309 4666 \n",
"L 3309 4134 \n",
"L 1259 4134 \n",
"L 1259 2759 \n",
"L 3109 2759 \n",
"L 3109 2228 \n",
"L 1259 2228 \n",
"L 1259 0 \n",
"L 628 0 \n",
"L 628 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-72 transform=scale(0.015625) d=&quot;M 2631 2963 \n",
"Q 2534 3019 2420 3045 \n",
"Q 2306 3072 2169 3072 \n",
"Q 1681 3072 1420 2755 \n",
"Q 1159 2438 1159 1844 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1341 3275 1631 3429 \n",
"Q 1922 3584 2338 3584 \n",
"Q 2397 3584 2469 3576 \n",
"Q 2541 3569 2628 3553 \n",
"L 2631 2963 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-65 transform=scale(0.015625) d=&quot;M 3597 1894 \n",
"L 3597 1613 \n",
"L 953 1613 \n",
"Q 991 1019 1311 708 \n",
"Q 1631 397 2203 397 \n",
"Q 2534 397 2845 478 \n",
"Q 3156 559 3463 722 \n",
"L 3463 178 \n",
"Q 3153 47 2828 -22 \n",
"Q 2503 -91 2169 -91 \n",
"Q 1331 -91 842 396 \n",
"Q 353 884 353 1716 \n",
"Q 353 2575 817 3079 \n",
"Q 1281 3584 2069 3584 \n",
"Q 2775 3584 3186 3129 \n",
"Q 3597 2675 3597 1894 \n",
"z\n",
"M 3022 2063 \n",
"Q 3016 2534 2758 2815 \n",
"Q 2500 3097 2075 3097 \n",
"Q 1594 3097 1305 2825 \n",
"Q 1016 2553 972 2059 \n",
"L 3022 2063 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-71 transform=scale(0.015625) d=&quot;M 947 1747 \n",
"Q 947 1113 1208 752 \n",
"Q 1469 391 1925 391 \n",
"Q 2381 391 2643 752 \n",
"Q 2906 1113 2906 1747 \n",
"Q 2906 2381 2643 2742 \n",
"Q 2381 3103 1925 3103 \n",
"Q 1469 3103 1208 2742 \n",
"Q 947 2381 947 1747 \n",
"z\n",
"M 2906 525 \n",
"Q 2725 213 2448 61 \n",
"Q 2172 -91 1784 -91 \n",
"Q 1150 -91 751 415 \n",
"Q 353 922 353 1747 \n",
"Q 353 2572 751 3078 \n",
"Q 1150 3584 1784 3584 \n",
"Q 2172 3584 2448 3432 \n",
"Q 2725 3281 2906 2969 \n",
"L 2906 3500 \n",
"L 3481 3500 \n",
"L 3481 -1331 \n",
"L 2906 -1331 \n",
"L 2906 525 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-75 transform=scale(0.015625) d=&quot;M 544 1381 \n",
"L 544 3500 \n",
"L 1119 3500 \n",
"L 1119 1403 \n",
"Q 1119 906 1312 657 \n",
"Q 1506 409 1894 409 \n",
"Q 2359 409 2629 706 \n",
"Q 2900 1003 2900 1516 \n",
"L 2900 3500 \n",
"L 3475 3500 \n",
"L 3475 0 \n",
"L 2900 0 \n",
"L 2900 538 \n",
"Q 2691 219 2414 64 \n",
"Q 2138 -91 1772 -91 \n",
"Q 1169 -91 856 284 \n",
"Q 544 659 544 1381 \n",
"z\n",
"M 1991 3584 \n",
"L 1991 3584 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6e transform=scale(0.015625) d=&quot;M 3513 2113 \n",
"L 3513 0 \n",
"L 2938 0 \n",
"L 2938 2094 \n",
"Q 2938 2591 2744 2837 \n",
"Q 2550 3084 2163 3084 \n",
"Q 1697 3084 1428 2787 \n",
"Q 1159 2491 1159 1978 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1366 3272 1645 3428 \n",
"Q 1925 3584 2291 3584 \n",
"Q 2894 3584 3203 3211 \n",
"Q 3513 2838 3513 2113 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-63 transform=scale(0.015625) d=&quot;M 3122 3366 \n",
"L 3122 2828 \n",
"Q 2878 2963 2633 3030 \n",
"Q 2388 3097 2138 3097 \n",
"Q 1578 3097 1268 2742 \n",
"Q 959 2388 959 1747 \n",
"Q 959 1106 1268 751 \n",
"Q 1578 397 2138 397 \n",
"Q 2388 397 2633 464 \n",
"Q 2878 531 3122 666 \n",
"L 3122 134 \n",
"Q 2881 22 2623 -34 \n",
"Q 2366 -91 2075 -91 \n",
"Q 1284 -91 818 406 \n",
"Q 353 903 353 1747 \n",
"Q 353 2603 823 3093 \n",
"Q 1294 3584 2113 3584 \n",
"Q 2378 3584 2631 3529 \n",
"Q 2884 3475 3122 3366 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-79 transform=scale(0.015625) d=&quot;M 2059 -325 \n",
"Q 1816 -950 1584 -1140 \n",
"Q 1353 -1331 966 -1331 \n",
"L 506 -1331 \n",
"L 506 -850 \n",
"L 844 -850 \n",
"Q 1081 -850 1212 -737 \n",
"Q 1344 -625 1503 -206 \n",
"L 1606 56 \n",
"L 191 3500 \n",
"L 800 3500 \n",
"L 1894 763 \n",
"L 2988 3500 \n",
"L 3597 3500 \n",
"L 2059 -325 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-46 /&gt;&lt;use xlink:href=#DejaVuSans-72 x=50.269531 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=89.132812 /&gt;&lt;use xlink:href=#DejaVuSans-71 x=150.65625 /&gt;&lt;use xlink:href=#DejaVuSans-75 x=214.132812 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=277.511719 /&gt;&lt;use xlink:href=#DejaVuSans-6e x=339.035156 /&gt;&lt;use xlink:href=#DejaVuSans-63 x=402.414062 /&gt;&lt;use xlink:href=#DejaVuSans-79 x=457.394531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 75.004091 89.31 \n",
"L 82.969727 89.31 \n",
"L 82.969727 19.695222 \n",
"L 75.004091 19.695222 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 82.969727 89.31 \n",
"L 90.935364 89.31 \n",
"L 90.935364 14.538571 \n",
"L 82.969727 14.538571 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 90.935364 89.31 \n",
"L 98.901 89.31 \n",
"L 98.901 19.695222 \n",
"L 90.935364 19.695222 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 98.901 89.31 \n",
"L 106.866636 89.31 \n",
"L 106.866636 15.827734 \n",
"L 98.901 15.827734 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 106.866636 89.31 \n",
"L 114.832273 89.31 \n",
"L 114.832273 20.984384 \n",
"L 106.866636 20.984384 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 114.832273 89.31 \n",
"L 122.797909 89.31 \n",
"L 122.797909 19.695222 \n",
"L 114.832273 19.695222 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 122.797909 89.31 \n",
"L 130.763545 89.31 \n",
"L 130.763545 14.538571 \n",
"L 122.797909 14.538571 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 130.763545 89.31 \n",
"L 138.729182 89.31 \n",
"L 138.729182 19.695222 \n",
"L 130.763545 19.695222 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 138.729182 89.31 \n",
"L 146.694818 89.31 \n",
"L 146.694818 15.827734 \n",
"L 138.729182 15.827734 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 146.694818 89.31 \n",
"L 154.660455 89.31 \n",
"L 154.660455 26.141034 \n",
"L 146.694818 26.141034 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 154.660455 89.31 \n",
"L 162.626091 89.31 \n",
"L 162.626091 19.695222 \n",
"L 154.660455 19.695222 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 162.626091 89.31 \n",
"L 170.591727 89.31 \n",
"L 170.591727 14.538571 \n",
"L 162.626091 14.538571 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 170.591727 89.31 \n",
"L 178.557364 89.31 \n",
"L 178.557364 20.984384 \n",
"L 170.591727 20.984384 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 178.557364 89.31 \n",
"L 186.523 89.31 \n",
"L 186.523 14.538571 \n",
"L 178.557364 14.538571 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 186.523 89.31 \n",
"L 194.488636 89.31 \n",
"L 194.488636 20.984384 \n",
"L 186.523 20.984384 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 194.488636 89.31 \n",
"L 202.454273 89.31 \n",
"L 202.454273 19.695222 \n",
"L 194.488636 19.695222 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 202.454273 89.31 \n",
"L 210.419909 89.31 \n",
"L 210.419909 14.538571 \n",
"L 202.454273 14.538571 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 210.419909 89.31 \n",
"L 218.385545 89.31 \n",
"L 218.385545 20.984384 \n",
"L 210.419909 20.984384 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 218.385545 89.31 \n",
"L 226.351182 89.31 \n",
"L 226.351182 14.538571 \n",
"L 218.385545 14.538571 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 226.351182 89.31 \n",
"L 234.316818 89.31 \n",
"L 234.316818 20.984384 \n",
"L 226.351182 20.984384 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 234.316818 89.31 \n",
"L 242.282455 89.31 \n",
"L 242.282455 24.851872 \n",
"L 234.316818 24.851872 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 242.282455 89.31 \n",
"L 250.248091 89.31 \n",
"L 250.248091 14.538571 \n",
"L 242.282455 14.538571 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 250.248091 89.31 \n",
"L 258.213727 89.31 \n",
"L 258.213727 20.984384 \n",
"L 250.248091 20.984384 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 258.213727 89.31 \n",
"L 266.179364 89.31 \n",
"L 266.179364 14.538571 \n",
"L 258.213727 14.538571 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 266.179364 89.31 \n",
"L 274.145 89.31 \n",
"L 274.145 20.984384 \n",
"L 266.179364 20.984384 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 274.145 89.31 \n",
"L 282.110636 89.31 \n",
"L 282.110636 19.695222 \n",
"L 274.145 19.695222 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 282.110636 89.31 \n",
"L 290.076273 89.31 \n",
"L 290.076273 15.827734 \n",
"L 282.110636 15.827734 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 290.076273 89.31 \n",
"L 298.041909 89.31 \n",
"L 298.041909 19.695222 \n",
"L 290.076273 19.695222 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 298.041909 89.31 \n",
"L 306.007545 89.31 \n",
"L 306.007545 14.538571 \n",
"L 298.041909 14.538571 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 306.007545 89.31 \n",
"L 313.973182 89.31 \n",
"L 313.973182 20.984384 \n",
"L 306.007545 20.984384 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 313.973182 89.31 \n",
"L 321.938818 89.31 \n",
"L 321.938818 19.695222 \n",
"L 313.973182 19.695222 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 321.938818 89.31 \n",
"L 329.904455 89.31 \n",
"L 329.904455 15.827734 \n",
"L 321.938818 15.827734 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 329.904455 89.31 \n",
"L 337.870091 89.31 \n",
"L 337.870091 20.984384 \n",
"L 329.904455 20.984384 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 337.870091 89.31 \n",
"L 345.835727 89.31 \n",
"L 345.835727 14.538571 \n",
"L 337.870091 14.538571 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 345.835727 89.31 \n",
"L 353.801364 89.31 \n",
"L 353.801364 20.984384 \n",
"L 345.835727 20.984384 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 353.801364 89.31 \n",
"L 361.767 89.31 \n",
"L 361.767 19.695222 \n",
"L 353.801364 19.695222 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path d=&quot;M 361.767 89.31 \n",
"L 369.732636 89.31 \n",
"L 369.732636 15.827734 \n",
"L 361.767 15.827734 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path d=&quot;M 369.732636 89.31 \n",
"L 377.698273 89.31 \n",
"L 377.698273 27.430197 \n",
"L 369.732636 27.430197 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path d=&quot;M 377.698273 89.31 \n",
"L 385.663909 89.31 \n",
"L 385.663909 15.827734 \n",
"L 377.698273 15.827734 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path d=&quot;M 385.663909 89.31 \n",
"L 393.629545 89.31 \n",
"L 393.629545 19.695222 \n",
"L 385.663909 19.695222 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path d=&quot;M 393.629545 89.31 \n",
"L 401.595182 89.31 \n",
"L 401.595182 20.984384 \n",
"L 393.629545 20.984384 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_44&gt;&lt;path d=&quot;M 401.595182 89.31 \n",
"L 409.560818 89.31 \n",
"L 409.560818 15.827734 \n",
"L 401.595182 15.827734 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_45&gt;&lt;path d=&quot;M 409.560818 89.31 \n",
"L 417.526455 89.31 \n",
"L 417.526455 19.695222 \n",
"L 409.560818 19.695222 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_46&gt;&lt;path d=&quot;M 417.526455 89.31 \n",
"L 425.492091 89.31 \n",
"L 425.492091 19.695222 \n",
"L 417.526455 19.695222 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_47&gt;&lt;path d=&quot;M 425.492091 89.31 \n",
"L 433.457727 89.31 \n",
"L 433.457727 19.695222 \n",
"L 425.492091 19.695222 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_48&gt;&lt;path d=&quot;M 433.457727 89.31 \n",
"L 441.423364 89.31 \n",
"L 441.423364 20.984384 \n",
"L 433.457727 20.984384 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_49&gt;&lt;path d=&quot;M 441.423364 89.31 \n",
"L 449.389 89.31 \n",
"L 449.389 14.538571 \n",
"L 441.423364 14.538571 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_50&gt;&lt;path d=&quot;M 449.389 89.31 \n",
"L 457.354636 89.31 \n",
"L 457.354636 20.984384 \n",
"L 449.389 20.984384 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_51&gt;&lt;path d=&quot;M 457.354636 89.31 \n",
"L 465.320273 89.31 \n",
"L 465.320273 14.538571 \n",
"L 457.354636 14.538571 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_52&gt;&lt;path d=&quot;M 465.320273 89.31 \n",
"L 473.285909 89.31 \n",
"L 473.285909 19.695222 \n",
"L 465.320273 19.695222 \n",
"z\n",
"&quot; clip-path=url(#p7e20e524a2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_53&gt;&lt;path d=&quot;M 55.09 89.31 \n",
"L 55.09 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_54&gt;&lt;path d=&quot;M 493.2 89.31 \n",
"L 493.2 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_55&gt;&lt;path d=&quot;M 55.09 89.31 \n",
"L 493.2 89.31 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_56&gt;&lt;path d=&quot;M 55.09 10.8 \n",
"L 493.2 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p7e20e524a2&gt;&lt;rect x=55.09 y=10.8 width=438.11 height=78.51 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt;&lt;strong&gt;Histogram with fixed size bins&lt;/strong&gt; (bins=50) &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_-3553122358992229903&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=_value&gt;&lt;a href=#pp_var_-3553122358992229903&gt;_value&lt;/a&gt;&lt;br&gt;&lt;small&gt;Real number (&amp;Ropf;)&lt;/small&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;&lt;abbr title=&quot;This variable has a high overall correlation with 4 fields: table, code, description, symbol&quot;&gt;HIGH CORRELATION&lt;/abbr&gt;&lt;/code&gt;&amp;nbsp &lt;code&gt;UNIQUE&lt;/code&gt;&amp;nbsp &lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr class=alert&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;8223&lt;/td&gt;&lt;/tr&gt;&lt;tr class=alert&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;100.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Infinite (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;24633.913&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;20865.821&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;27444.262&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Zeros&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Zeros (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Negative (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;64.4 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
" &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=216pt height=162pt viewbox=&quot;0 0 216 162&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-29T12:19:36.956856&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.7.1, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 162 \n",
"L 216 162 \n",
"L 216 0 \n",
"L 0 0 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 10.8 117.662461 \n",
"L 205.2 117.662461 \n",
"L 205.2 10.8 \n",
"L 10.8 10.8 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(42.668638 150.456654) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-32 transform=scale(0.015625) d=&quot;M 1228 531 \n",
"L 3431 531 \n",
"L 3431 0 \n",
"L 469 0 \n",
"L 469 531 \n",
"Q 828 903 1448 1529 \n",
"Q 2069 2156 2228 2338 \n",
"Q 2531 2678 2651 2914 \n",
"Q 2772 3150 2772 3378 \n",
"Q 2772 3750 2511 3984 \n",
"Q 2250 4219 1831 4219 \n",
"Q 1534 4219 1204 4116 \n",
"Q 875 4013 500 3803 \n",
"L 500 4441 \n",
"Q 881 4594 1212 4672 \n",
"Q 1544 4750 1819 4750 \n",
"Q 2544 4750 2975 4387 \n",
"Q 3406 4025 3406 3419 \n",
"Q 3406 3131 3298 2873 \n",
"Q 3191 2616 2906 2266 \n",
"Q 2828 2175 2409 1742 \n",
"Q 1991 1309 1228 531 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-30 transform=scale(0.015625) d=&quot;M 2034 4250 \n",
"Q 1547 4250 1301 3770 \n",
"Q 1056 3291 1056 2328 \n",
"Q 1056 1369 1301 889 \n",
"Q 1547 409 2034 409 \n",
"Q 2525 409 2770 889 \n",
"Q 3016 1369 3016 2328 \n",
"Q 3016 3291 2770 3770 \n",
"Q 2525 4250 2034 4250 \n",
"z\n",
"M 2034 4750 \n",
"Q 2819 4750 3233 4129 \n",
"Q 3647 3509 3647 2328 \n",
"Q 3647 1150 3233 529 \n",
"Q 2819 -91 2034 -91 \n",
"Q 1250 -91 836 529 \n",
"Q 422 1150 422 2328 \n",
"Q 422 3509 836 4129 \n",
"Q 1250 4750 2034 4750 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=254.492188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(96.39787 150.456654) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-34 transform=scale(0.015625) d=&quot;M 2419 4116 \n",
"L 825 1625 \n",
"L 2419 1625 \n",
"L 2419 4116 \n",
"z\n",
"M 2253 4666 \n",
"L 3047 4666 \n",
"L 3047 1625 \n",
"L 3713 1625 \n",
"L 3713 1100 \n",
"L 3047 1100 \n",
"L 3047 0 \n",
"L 2419 0 \n",
"L 2419 1100 \n",
"L 313 1100 \n",
"L 313 1709 \n",
"L 2253 4666 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-34 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=254.492188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(150.127102 150.456654) rotate(-45) scale(0.08 -0.08)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-36 transform=scale(0.015625) d=&quot;M 2113 2584 \n",
"Q 1688 2584 1439 2293 \n",
"Q 1191 2003 1191 1497 \n",
"Q 1191 994 1439 701 \n",
"Q 1688 409 2113 409 \n",
"Q 2538 409 2786 701 \n",
"Q 3034 994 3034 1497 \n",
"Q 3034 2003 2786 2293 \n",
"Q 2538 2584 2113 2584 \n",
"z\n",
"M 3366 4563 \n",
"L 3366 3988 \n",
"Q 3128 4100 2886 4159 \n",
"Q 2644 4219 2406 4219 \n",
"Q 1781 4219 1451 3797 \n",
"Q 1122 3375 1075 2522 \n",
"Q 1259 2794 1537 2939 \n",
"Q 1816 3084 2150 3084 \n",
"Q 2853 3084 3261 2657 \n",
"Q 3669 2231 3669 1497 \n",
"Q 3669 778 3244 343 \n",
"Q 2819 -91 2113 -91 \n",
"Q 1303 -91 875 529 \n",
"Q 447 1150 447 2328 \n",
"Q 447 3434 972 4092 \n",
"Q 1497 4750 2381 4750 \n",
"Q 2619 4750 2861 4703 \n",
"Q 3103 4656 3366 4563 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-36 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=254.492188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 19.636364 117.662461 \n",
"L 23.170909 117.662461 \n",
"L 23.170909 115.542174 \n",
"L 19.636364 115.542174 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 23.170909 117.662461 \n",
"L 26.705455 117.662461 \n",
"L 26.705455 114.349513 \n",
"L 23.170909 114.349513 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 26.705455 117.662461 \n",
"L 30.24 117.662461 \n",
"L 30.24 117.132389 \n",
"L 26.705455 117.132389 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 30.24 117.662461 \n",
"L 33.774545 117.662461 \n",
"L 33.774545 115.939728 \n",
"L 30.24 115.939728 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 33.774545 117.662461 \n",
"L 37.309091 117.662461 \n",
"L 37.309091 84.267942 \n",
"L 33.774545 84.267942 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 37.309091 117.662461 \n",
"L 40.843636 117.662461 \n",
"L 40.843636 44.512562 \n",
"L 37.309091 44.512562 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 40.843636 117.662461 \n",
"L 44.378182 117.662461 \n",
"L 44.378182 91.026357 \n",
"L 40.843636 91.026357 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 44.378182 117.662461 \n",
"L 47.912727 117.662461 \n",
"L 47.912727 85.328085 \n",
"L 44.378182 85.328085 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 47.912727 117.662461 \n",
"L 51.447273 117.662461 \n",
"L 51.447273 84.665496 \n",
"L 47.912727 84.665496 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 51.447273 117.662461 \n",
"L 54.981818 117.662461 \n",
"L 54.981818 86.388229 \n",
"L 51.447273 86.388229 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 54.981818 117.662461 \n",
"L 58.516364 117.662461 \n",
"L 58.516364 58.029391 \n",
"L 54.981818 58.029391 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 58.516364 117.662461 \n",
"L 62.050909 117.662461 \n",
"L 62.050909 105.205775 \n",
"L 58.516364 105.205775 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 62.050909 117.662461 \n",
"L 65.585455 117.662461 \n",
"L 65.585455 108.253688 \n",
"L 62.050909 108.253688 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 65.585455 117.662461 \n",
"L 69.12 117.662461 \n",
"L 69.12 94.736859 \n",
"L 65.585455 94.736859 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 69.12 117.662461 \n",
"L 72.654545 117.662461 \n",
"L 72.654545 98.049807 \n",
"L 69.12 98.049807 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 72.654545 117.662461 \n",
"L 76.189091 117.662461 \n",
"L 76.189091 115.939728 \n",
"L 72.654545 115.939728 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 76.189091 117.662461 \n",
"L 79.723636 117.662461 \n",
"L 79.723636 117.662461 \n",
"L 76.189091 117.662461 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 79.723636 117.662461 \n",
"L 83.258182 117.662461 \n",
"L 83.258182 117.662461 \n",
"L 79.723636 117.662461 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 83.258182 117.662461 \n",
"L 86.792727 117.662461 \n",
"L 86.792727 117.662461 \n",
"L 83.258182 117.662461 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 86.792727 117.662461 \n",
"L 90.327273 117.662461 \n",
"L 90.327273 117.662461 \n",
"L 86.792727 117.662461 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 90.327273 117.662461 \n",
"L 93.861818 117.662461 \n",
"L 93.861818 117.662461 \n",
"L 90.327273 117.662461 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 93.861818 117.662461 \n",
"L 97.396364 117.662461 \n",
"L 97.396364 117.662461 \n",
"L 93.861818 117.662461 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 97.396364 117.662461 \n",
"L 100.930909 117.662461 \n",
"L 100.930909 117.662461 \n",
"L 97.396364 117.662461 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 100.930909 117.662461 \n",
"L 104.465455 117.662461 \n",
"L 104.465455 117.662461 \n",
"L 100.930909 117.662461 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 104.465455 117.662461 \n",
"L 108 117.662461 \n",
"L 108 117.662461 \n",
"L 104.465455 117.662461 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 108 117.662461 \n",
"L 111.534545 117.662461 \n",
"L 111.534545 117.662461 \n",
"L 108 117.662461 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 111.534545 117.662461 \n",
"L 115.069091 117.662461 \n",
"L 115.069091 117.397425 \n",
"L 111.534545 117.397425 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 115.069091 117.662461 \n",
"L 118.603636 117.662461 \n",
"L 118.603636 112.494262 \n",
"L 115.069091 112.494262 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 118.603636 117.662461 \n",
"L 122.138182 117.662461 \n",
"L 122.138182 117.529943 \n",
"L 118.603636 117.529943 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 122.138182 117.662461 \n",
"L 125.672727 117.662461 \n",
"L 125.672727 117.132389 \n",
"L 122.138182 117.132389 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 125.672727 117.662461 \n",
"L 129.207273 117.662461 \n",
"L 129.207273 115.80721 \n",
"L 125.672727 115.80721 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 129.207273 117.662461 \n",
"L 132.741818 117.662461 \n",
"L 132.741818 90.231249 \n",
"L 129.207273 90.231249 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 132.741818 117.662461 \n",
"L 136.276364 117.662461 \n",
"L 136.276364 52.066084 \n",
"L 132.741818 52.066084 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 136.276364 117.662461 \n",
"L 139.810909 117.662461 \n",
"L 139.810909 79.232261 \n",
"L 136.276364 79.232261 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 139.810909 117.662461 \n",
"L 143.345455 117.662461 \n",
"L 143.345455 99.242468 \n",
"L 139.810909 99.242468 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 143.345455 117.662461 \n",
"L 146.88 117.662461 \n",
"L 146.88 78.702189 \n",
"L 143.345455 78.702189 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path d=&quot;M 146.88 117.662461 \n",
"L 150.414545 117.662461 \n",
"L 150.414545 74.461615 \n",
"L 146.88 74.461615 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path d=&quot;M 150.414545 117.662461 \n",
"L 153.949091 117.662461 \n",
"L 153.949091 32.320912 \n",
"L 150.414545 32.320912 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path d=&quot;M 153.949091 117.662461 \n",
"L 157.483636 117.662461 \n",
"L 157.483636 15.888689 \n",
"L 153.949091 15.888689 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path d=&quot;M 157.483636 117.662461 \n",
"L 161.018182 117.662461 \n",
"L 161.018182 89.833695 \n",
"L 157.483636 89.833695 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path d=&quot;M 161.018182 117.662461 \n",
"L 164.552727 117.662461 \n",
"L 164.552727 76.184348 \n",
"L 161.018182 76.184348 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_44&gt;&lt;path d=&quot;M 164.552727 117.662461 \n",
"L 168.087273 117.662461 \n",
"L 168.087273 78.834707 \n",
"L 164.552727 78.834707 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_45&gt;&lt;path d=&quot;M 168.087273 117.662461 \n",
"L 171.621818 117.662461 \n",
"L 171.621818 73.666507 \n",
"L 168.087273 73.666507 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_46&gt;&lt;path d=&quot;M 171.621818 117.662461 \n",
"L 175.156364 117.662461 \n",
"L 175.156364 43.187383 \n",
"L 171.621818 43.187383 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_47&gt;&lt;path d=&quot;M 175.156364 117.662461 \n",
"L 178.690909 117.662461 \n",
"L 178.690909 103.350524 \n",
"L 175.156364 103.350524 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_48&gt;&lt;path d=&quot;M 178.690909 117.662461 \n",
"L 182.225455 117.662461 \n",
"L 182.225455 111.96419 \n",
"L 178.690909 111.96419 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_49&gt;&lt;path d=&quot;M 182.225455 117.662461 \n",
"L 185.76 117.662461 \n",
"L 185.76 104.94074 \n",
"L 182.225455 104.94074 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_50&gt;&lt;path d=&quot;M 185.76 117.662461 \n",
"L 189.294545 117.662461 \n",
"L 189.294545 98.049807 \n",
"L 185.76 98.049807 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_51&gt;&lt;path d=&quot;M 189.294545 117.662461 \n",
"L 192.829091 117.662461 \n",
"L 192.829091 99.640022 \n",
"L 189.294545 99.640022 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_52&gt;&lt;path d=&quot;M 192.829091 117.662461 \n",
"L 196.363636 117.662461 \n",
"L 196.363636 115.277138 \n",
"L 192.829091 115.277138 \n",
"z\n",
"&quot; clip-path=url(#pace0331957) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_53&gt;&lt;path d=&quot;M 10.8 117.662461 \n",
"L 10.8 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_54&gt;&lt;path d=&quot;M 205.2 117.662461 \n",
"L 205.2 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_55&gt;&lt;path d=&quot;M 10.8 117.662461 \n",
"L 205.2 117.662461 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_56&gt;&lt;path d=&quot;M 10.8 10.8 \n",
"L 205.2 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pace0331957&gt;&lt;rect x=10.8 y=10.8 width=194.4 height=106.862461 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom--3553122358992229903, #minifreqtable-3553122358992229903&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom--3553122358992229903 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-3553122358992229903bottom--3553122358992229903statistics aria-controls=-3553122358992229903bottom--3553122358992229903statistics role=tab data-toggle=tab&gt;Statistics&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-3553122358992229903bottom--3553122358992229903histogram aria-controls=-3553122358992229903bottom--3553122358992229903histogram role=tab data-toggle=tab&gt;Histogram&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-3553122358992229903bottom--3553122358992229903common_values aria-controls=-3553122358992229903bottom--3553122358992229903common_values role=tab data-toggle=tab&gt;Common values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-3553122358992229903bottom--3553122358992229903extreme_values aria-controls=-3553122358992229903bottom--3553122358992229903extreme_values role=tab data-toggle=tab&gt;Extreme values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-3553122358992229903bottom--3553122358992229903statistics&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Quantile statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Minimum&lt;/th&gt;&lt;td&gt;20865.821&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5-th percentile&lt;/th&gt;&lt;td&gt;21554.449&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q1&lt;/th&gt;&lt;td&gt;22233.021&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;median&lt;/th&gt;&lt;td&gt;25555.723&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Q3&lt;/th&gt;&lt;td&gt;26121.69&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;95-th percentile&lt;/th&gt;&lt;td&gt;26840.013&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Maximum&lt;/th&gt;&lt;td&gt;27444.262&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Range&lt;/th&gt;&lt;td&gt;6578.4403&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Interquartile range (IQR)&lt;/th&gt;&lt;td&gt;3888.669&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;p class=h4&gt;Descriptive statistics&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Standard deviation&lt;/th&gt;&lt;td&gt;1953.7225&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Coefficient of variation (CV)&lt;/th&gt;&lt;td&gt;0.079310276&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Kurtosis&lt;/th&gt;&lt;td&gt;-1.3670518&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean&lt;/th&gt;&lt;td&gt;24633.913&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median Absolute Deviation (MAD)&lt;/th&gt;&lt;td&gt;897.4055&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Skewness&lt;/th&gt;&lt;td&gt;-0.55967349&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Sum&lt;/th&gt;&lt;td&gt;2.0256467 × 10&lt;sup&gt;8&lt;/sup&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Variance&lt;/th&gt;&lt;td&gt;3817031.5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Monotonicity&lt;/th&gt;&lt;td&gt;Not monotonic&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-3553122358992229903bottom--3553122358992229903histogram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
" &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-29T12:19:37.158492&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.7.1, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
"L 504 216 \n",
"L 504 0 \n",
"L 0 0 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 55.09 165.23486 \n",
"L 493.2 165.23486 \n",
"L 493.2 13.44 \n",
"L 55.09 13.44 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(73.831483 203.602602) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-32 transform=scale(0.015625) d=&quot;M 1228 531 \n",
"L 3431 531 \n",
"L 3431 0 \n",
"L 469 0 \n",
"L 469 531 \n",
"Q 828 903 1448 1529 \n",
"Q 2069 2156 2228 2338 \n",
"Q 2531 2678 2651 2914 \n",
"Q 2772 3150 2772 3378 \n",
"Q 2772 3750 2511 3984 \n",
"Q 2250 4219 1831 4219 \n",
"Q 1534 4219 1204 4116 \n",
"Q 875 4013 500 3803 \n",
"L 500 4441 \n",
"Q 881 4594 1212 4672 \n",
"Q 1544 4750 1819 4750 \n",
"Q 2544 4750 2975 4387 \n",
"Q 3406 4025 3406 3419 \n",
"Q 3406 3131 3298 2873 \n",
"Q 3191 2616 2906 2266 \n",
"Q 2828 2175 2409 1742 \n",
"Q 1991 1309 1228 531 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-31 transform=scale(0.015625) d=&quot;M 794 531 \n",
"L 1825 531 \n",
"L 1825 4091 \n",
"L 703 3866 \n",
"L 703 4441 \n",
"L 1819 4666 \n",
"L 2450 4666 \n",
"L 2450 531 \n",
"L 3481 531 \n",
"L 3481 0 \n",
"L 794 0 \n",
"L 794 531 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-30 transform=scale(0.015625) d=&quot;M 2034 4250 \n",
"Q 1547 4250 1301 3770 \n",
"Q 1056 3291 1056 2328 \n",
"Q 1056 1369 1301 889 \n",
"Q 1547 409 2034 409 \n",
"Q 2525 409 2770 889 \n",
"Q 3016 1369 3016 2328 \n",
"Q 3016 3291 2770 3770 \n",
"Q 2525 4250 2034 4250 \n",
"z\n",
"M 2034 4750 \n",
"Q 2819 4750 3233 4129 \n",
"Q 3647 3509 3647 2328 \n",
"Q 3647 1150 3233 529 \n",
"Q 2819 -91 2034 -91 \n",
"Q 1250 -91 836 529 \n",
"Q 422 1150 422 2328 \n",
"Q 422 3509 836 4129 \n",
"Q 1250 4750 2034 4750 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-31 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=254.492188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(134.374986 203.602602) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=254.492188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(194.918488 203.602602) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-33 transform=scale(0.015625) d=&quot;M 2597 2516 \n",
"Q 3050 2419 3304 2112 \n",
"Q 3559 1806 3559 1356 \n",
"Q 3559 666 3084 287 \n",
"Q 2609 -91 1734 -91 \n",
"Q 1441 -91 1130 -33 \n",
"Q 819 25 488 141 \n",
"L 488 750 \n",
"Q 750 597 1062 519 \n",
"Q 1375 441 1716 441 \n",
"Q 2309 441 2620 675 \n",
"Q 2931 909 2931 1356 \n",
"Q 2931 1769 2642 2001 \n",
"Q 2353 2234 1838 2234 \n",
"L 1294 2234 \n",
"L 1294 2753 \n",
"L 1863 2753 \n",
"Q 2328 2753 2575 2939 \n",
"Q 2822 3125 2822 3475 \n",
"Q 2822 3834 2567 4026 \n",
"Q 2313 4219 1838 4219 \n",
"Q 1578 4219 1281 4162 \n",
"Q 984 4106 628 3988 \n",
"L 628 4550 \n",
"Q 988 4650 1302 4700 \n",
"Q 1616 4750 1894 4750 \n",
"Q 2613 4750 3031 4423 \n",
"Q 3450 4097 3450 3541 \n",
"Q 3450 3153 3228 2886 \n",
"Q 3006 2619 2597 2516 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-33 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=254.492188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(255.461991 203.602602) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-34 transform=scale(0.015625) d=&quot;M 2419 4116 \n",
"L 825 1625 \n",
"L 2419 1625 \n",
"L 2419 4116 \n",
"z\n",
"M 2253 4666 \n",
"L 3047 4666 \n",
"L 3047 1625 \n",
"L 3713 1625 \n",
"L 3713 1100 \n",
"L 3047 1100 \n",
"L 3047 0 \n",
"L 2419 0 \n",
"L 2419 1100 \n",
"L 313 1100 \n",
"L 313 1709 \n",
"L 2253 4666 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-34 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=254.492188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(316.005494 203.602602) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-35 transform=scale(0.015625) d=&quot;M 691 4666 \n",
"L 3169 4666 \n",
"L 3169 4134 \n",
"L 1269 4134 \n",
"L 1269 2991 \n",
"Q 1406 3038 1543 3061 \n",
"Q 1681 3084 1819 3084 \n",
"Q 2600 3084 3056 2656 \n",
"Q 3513 2228 3513 1497 \n",
"Q 3513 744 3044 326 \n",
"Q 2575 -91 1722 -91 \n",
"Q 1428 -91 1123 -41 \n",
"Q 819 9 494 109 \n",
"L 494 744 \n",
"Q 775 591 1075 516 \n",
"Q 1375 441 1709 441 \n",
"Q 2250 441 2565 725 \n",
"Q 2881 1009 2881 1497 \n",
"Q 2881 1984 2565 2268 \n",
"Q 2250 2553 1709 2553 \n",
"Q 1456 2553 1204 2497 \n",
"Q 953 2441 691 2322 \n",
"L 691 4666 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-35 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=254.492188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(376.548996 203.602602) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-36 transform=scale(0.015625) d=&quot;M 2113 2584 \n",
"Q 1688 2584 1439 2293 \n",
"Q 1191 2003 1191 1497 \n",
"Q 1191 994 1439 701 \n",
"Q 1688 409 2113 409 \n",
"Q 2538 409 2786 701 \n",
"Q 3034 994 3034 1497 \n",
"Q 3034 2003 2786 2293 \n",
"Q 2538 2584 2113 2584 \n",
"z\n",
"M 3366 4563 \n",
"L 3366 3988 \n",
"Q 3128 4100 2886 4159 \n",
"Q 2644 4219 2406 4219 \n",
"Q 1781 4219 1451 3797 \n",
"Q 1122 3375 1075 2522 \n",
"Q 1259 2794 1537 2939 \n",
"Q 1816 3084 2150 3084 \n",
"Q 2853 3084 3261 2657 \n",
"Q 3669 2231 3669 1497 \n",
"Q 3669 778 3244 343 \n",
"Q 2819 -91 2113 -91 \n",
"Q 1303 -91 875 529 \n",
"Q 447 1150 447 2328 \n",
"Q 447 3434 972 4092 \n",
"Q 1497 4750 2381 4750 \n",
"Q 2619 4750 2861 4703 \n",
"Q 3103 4656 3366 4563 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-36 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=254.492188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(437.092499 203.602602) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-37 transform=scale(0.015625) d=&quot;M 525 4666 \n",
"L 3525 4666 \n",
"L 3525 4397 \n",
"L 1831 0 \n",
"L 1172 0 \n",
"L 2766 4134 \n",
"L 525 4134 \n",
"L 525 4666 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-37 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=254.492188 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(38.2275 169.034079) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.5025 131.386544) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.5025 93.73901) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-34 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.5025 56.091475) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-36 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.5025 18.44394) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-38 transform=scale(0.015625) d=&quot;M 2034 2216 \n",
"Q 1584 2216 1326 1975 \n",
"Q 1069 1734 1069 1313 \n",
"Q 1069 891 1326 650 \n",
"Q 1584 409 2034 409 \n",
"Q 2484 409 2743 651 \n",
"Q 3003 894 3003 1313 \n",
"Q 3003 1734 2745 1975 \n",
"Q 2488 2216 2034 2216 \n",
"z\n",
"M 1403 2484 \n",
"Q 997 2584 770 2862 \n",
"Q 544 3141 544 3541 \n",
"Q 544 4100 942 4425 \n",
"Q 1341 4750 2034 4750 \n",
"Q 2731 4750 3128 4425 \n",
"Q 3525 4100 3525 3541 \n",
"Q 3525 3141 3298 2862 \n",
"Q 3072 2584 2669 2484 \n",
"Q 3125 2378 3379 2068 \n",
"Q 3634 1759 3634 1313 \n",
"Q 3634 634 3220 271 \n",
"Q 2806 -91 2034 -91 \n",
"Q 1263 -91 848 271 \n",
"Q 434 634 434 1313 \n",
"Q 434 1759 690 2068 \n",
"Q 947 2378 1403 2484 \n",
"z\n",
"M 1172 3481 \n",
"Q 1172 3119 1398 2916 \n",
"Q 1625 2713 2034 2713 \n",
"Q 2441 2713 2670 2916 \n",
"Q 2900 3119 2900 3481 \n",
"Q 2900 3844 2670 4047 \n",
"Q 2441 4250 2034 4250 \n",
"Q 1625 4250 1398 4047 \n",
"Q 1172 3844 1172 3481 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-38 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(19.214844 117.750086) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-46 transform=scale(0.015625) d=&quot;M 628 4666 \n",
"L 3309 4666 \n",
"L 3309 4134 \n",
"L 1259 4134 \n",
"L 1259 2759 \n",
"L 3109 2759 \n",
"L 3109 2228 \n",
"L 1259 2228 \n",
"L 1259 0 \n",
"L 628 0 \n",
"L 628 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-72 transform=scale(0.015625) d=&quot;M 2631 2963 \n",
"Q 2534 3019 2420 3045 \n",
"Q 2306 3072 2169 3072 \n",
"Q 1681 3072 1420 2755 \n",
"Q 1159 2438 1159 1844 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1341 3275 1631 3429 \n",
"Q 1922 3584 2338 3584 \n",
"Q 2397 3584 2469 3576 \n",
"Q 2541 3569 2628 3553 \n",
"L 2631 2963 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-65 transform=scale(0.015625) d=&quot;M 3597 1894 \n",
"L 3597 1613 \n",
"L 953 1613 \n",
"Q 991 1019 1311 708 \n",
"Q 1631 397 2203 397 \n",
"Q 2534 397 2845 478 \n",
"Q 3156 559 3463 722 \n",
"L 3463 178 \n",
"Q 3153 47 2828 -22 \n",
"Q 2503 -91 2169 -91 \n",
"Q 1331 -91 842 396 \n",
"Q 353 884 353 1716 \n",
"Q 353 2575 817 3079 \n",
"Q 1281 3584 2069 3584 \n",
"Q 2775 3584 3186 3129 \n",
"Q 3597 2675 3597 1894 \n",
"z\n",
"M 3022 2063 \n",
"Q 3016 2534 2758 2815 \n",
"Q 2500 3097 2075 3097 \n",
"Q 1594 3097 1305 2825 \n",
"Q 1016 2553 972 2059 \n",
"L 3022 2063 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-71 transform=scale(0.015625) d=&quot;M 947 1747 \n",
"Q 947 1113 1208 752 \n",
"Q 1469 391 1925 391 \n",
"Q 2381 391 2643 752 \n",
"Q 2906 1113 2906 1747 \n",
"Q 2906 2381 2643 2742 \n",
"Q 2381 3103 1925 3103 \n",
"Q 1469 3103 1208 2742 \n",
"Q 947 2381 947 1747 \n",
"z\n",
"M 2906 525 \n",
"Q 2725 213 2448 61 \n",
"Q 2172 -91 1784 -91 \n",
"Q 1150 -91 751 415 \n",
"Q 353 922 353 1747 \n",
"Q 353 2572 751 3078 \n",
"Q 1150 3584 1784 3584 \n",
"Q 2172 3584 2448 3432 \n",
"Q 2725 3281 2906 2969 \n",
"L 2906 3500 \n",
"L 3481 3500 \n",
"L 3481 -1331 \n",
"L 2906 -1331 \n",
"L 2906 525 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-75 transform=scale(0.015625) d=&quot;M 544 1381 \n",
"L 544 3500 \n",
"L 1119 3500 \n",
"L 1119 1403 \n",
"Q 1119 906 1312 657 \n",
"Q 1506 409 1894 409 \n",
"Q 2359 409 2629 706 \n",
"Q 2900 1003 2900 1516 \n",
"L 2900 3500 \n",
"L 3475 3500 \n",
"L 3475 0 \n",
"L 2900 0 \n",
"L 2900 538 \n",
"Q 2691 219 2414 64 \n",
"Q 2138 -91 1772 -91 \n",
"Q 1169 -91 856 284 \n",
"Q 544 659 544 1381 \n",
"z\n",
"M 1991 3584 \n",
"L 1991 3584 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6e transform=scale(0.015625) d=&quot;M 3513 2113 \n",
"L 3513 0 \n",
"L 2938 0 \n",
"L 2938 2094 \n",
"Q 2938 2591 2744 2837 \n",
"Q 2550 3084 2163 3084 \n",
"Q 1697 3084 1428 2787 \n",
"Q 1159 2491 1159 1978 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1366 3272 1645 3428 \n",
"Q 1925 3584 2291 3584 \n",
"Q 2894 3584 3203 3211 \n",
"Q 3513 2838 3513 2113 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-63 transform=scale(0.015625) d=&quot;M 3122 3366 \n",
"L 3122 2828 \n",
"Q 2878 2963 2633 3030 \n",
"Q 2388 3097 2138 3097 \n",
"Q 1578 3097 1268 2742 \n",
"Q 959 2388 959 1747 \n",
"Q 959 1106 1268 751 \n",
"Q 1578 397 2138 397 \n",
"Q 2388 397 2633 464 \n",
"Q 2878 531 3122 666 \n",
"L 3122 134 \n",
"Q 2881 22 2623 -34 \n",
"Q 2366 -91 2075 -91 \n",
"Q 1284 -91 818 406 \n",
"Q 353 903 353 1747 \n",
"Q 353 2603 823 3093 \n",
"Q 1294 3584 2113 3584 \n",
"Q 2378 3584 2631 3529 \n",
"Q 2884 3475 3122 3366 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-79 transform=scale(0.015625) d=&quot;M 2059 -325 \n",
"Q 1816 -950 1584 -1140 \n",
"Q 1353 -1331 966 -1331 \n",
"L 506 -1331 \n",
"L 506 -850 \n",
"L 844 -850 \n",
"Q 1081 -850 1212 -737 \n",
"Q 1344 -625 1503 -206 \n",
"L 1606 56 \n",
"L 191 3500 \n",
"L 800 3500 \n",
"L 1894 763 \n",
"L 2988 3500 \n",
"L 3597 3500 \n",
"L 2059 -325 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-46 /&gt;&lt;use xlink:href=#DejaVuSans-72 x=50.269531 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=89.132812 /&gt;&lt;use xlink:href=#DejaVuSans-71 x=150.65625 /&gt;&lt;use xlink:href=#DejaVuSans-75 x=214.132812 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=277.511719 /&gt;&lt;use xlink:href=#DejaVuSans-6e x=339.035156 /&gt;&lt;use xlink:href=#DejaVuSans-63 x=402.414062 /&gt;&lt;use xlink:href=#DejaVuSans-79 x=457.394531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 75.004091 165.23486 \n",
"L 82.969727 165.23486 \n",
"L 82.969727 162.223058 \n",
"L 75.004091 162.223058 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 82.969727 165.23486 \n",
"L 90.935364 165.23486 \n",
"L 90.935364 160.528919 \n",
"L 82.969727 160.528919 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 90.935364 165.23486 \n",
"L 98.901 165.23486 \n",
"L 98.901 164.48191 \n",
"L 90.935364 164.48191 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 98.901 165.23486 \n",
"L 106.866636 165.23486 \n",
"L 106.866636 162.787771 \n",
"L 98.901 162.787771 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 106.866636 165.23486 \n",
"L 114.832273 165.23486 \n",
"L 114.832273 117.798967 \n",
"L 106.866636 117.798967 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 114.832273 165.23486 \n",
"L 122.797909 165.23486 \n",
"L 122.797909 61.327664 \n",
"L 114.832273 61.327664 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 122.797909 165.23486 \n",
"L 130.763545 165.23486 \n",
"L 130.763545 127.399088 \n",
"L 122.797909 127.399088 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_10&gt;&lt;path d=&quot;M 130.763545 165.23486 \n",
"L 138.729182 165.23486 \n",
"L 138.729182 119.304868 \n",
"L 130.763545 119.304868 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_11&gt;&lt;path d=&quot;M 138.729182 165.23486 \n",
"L 146.694818 165.23486 \n",
"L 146.694818 118.36368 \n",
"L 138.729182 118.36368 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_12&gt;&lt;path d=&quot;M 146.694818 165.23486 \n",
"L 154.660455 165.23486 \n",
"L 154.660455 120.810769 \n",
"L 146.694818 120.810769 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_13&gt;&lt;path d=&quot;M 154.660455 165.23486 \n",
"L 162.626091 165.23486 \n",
"L 162.626091 80.527907 \n",
"L 154.660455 80.527907 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_14&gt;&lt;path d=&quot;M 162.626091 165.23486 \n",
"L 170.591727 165.23486 \n",
"L 170.591727 147.540519 \n",
"L 162.626091 147.540519 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_15&gt;&lt;path d=&quot;M 170.591727 165.23486 \n",
"L 178.557364 165.23486 \n",
"L 178.557364 151.869986 \n",
"L 170.591727 151.869986 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_16&gt;&lt;path d=&quot;M 178.557364 165.23486 \n",
"L 186.523 165.23486 \n",
"L 186.523 132.669743 \n",
"L 178.557364 132.669743 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_17&gt;&lt;path d=&quot;M 186.523 165.23486 \n",
"L 194.488636 165.23486 \n",
"L 194.488636 137.375685 \n",
"L 186.523 137.375685 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_18&gt;&lt;path d=&quot;M 194.488636 165.23486 \n",
"L 202.454273 165.23486 \n",
"L 202.454273 162.787771 \n",
"L 194.488636 162.787771 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_19&gt;&lt;path d=&quot;M 202.454273 165.23486 \n",
"L 210.419909 165.23486 \n",
"L 210.419909 165.23486 \n",
"L 202.454273 165.23486 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_20&gt;&lt;path d=&quot;M 210.419909 165.23486 \n",
"L 218.385545 165.23486 \n",
"L 218.385545 165.23486 \n",
"L 210.419909 165.23486 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_21&gt;&lt;path d=&quot;M 218.385545 165.23486 \n",
"L 226.351182 165.23486 \n",
"L 226.351182 165.23486 \n",
"L 218.385545 165.23486 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_22&gt;&lt;path d=&quot;M 226.351182 165.23486 \n",
"L 234.316818 165.23486 \n",
"L 234.316818 165.23486 \n",
"L 226.351182 165.23486 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_23&gt;&lt;path d=&quot;M 234.316818 165.23486 \n",
"L 242.282455 165.23486 \n",
"L 242.282455 165.23486 \n",
"L 234.316818 165.23486 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_24&gt;&lt;path d=&quot;M 242.282455 165.23486 \n",
"L 250.248091 165.23486 \n",
"L 250.248091 165.23486 \n",
"L 242.282455 165.23486 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_25&gt;&lt;path d=&quot;M 250.248091 165.23486 \n",
"L 258.213727 165.23486 \n",
"L 258.213727 165.23486 \n",
"L 250.248091 165.23486 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_26&gt;&lt;path d=&quot;M 258.213727 165.23486 \n",
"L 266.179364 165.23486 \n",
"L 266.179364 165.23486 \n",
"L 258.213727 165.23486 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_27&gt;&lt;path d=&quot;M 266.179364 165.23486 \n",
"L 274.145 165.23486 \n",
"L 274.145 165.23486 \n",
"L 266.179364 165.23486 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_28&gt;&lt;path d=&quot;M 274.145 165.23486 \n",
"L 282.110636 165.23486 \n",
"L 282.110636 165.23486 \n",
"L 274.145 165.23486 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_29&gt;&lt;path d=&quot;M 282.110636 165.23486 \n",
"L 290.076273 165.23486 \n",
"L 290.076273 164.858385 \n",
"L 282.110636 164.858385 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_30&gt;&lt;path d=&quot;M 290.076273 165.23486 \n",
"L 298.041909 165.23486 \n",
"L 298.041909 157.893591 \n",
"L 290.076273 157.893591 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_31&gt;&lt;path d=&quot;M 298.041909 165.23486 \n",
"L 306.007545 165.23486 \n",
"L 306.007545 165.046623 \n",
"L 298.041909 165.046623 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_32&gt;&lt;path d=&quot;M 306.007545 165.23486 \n",
"L 313.973182 165.23486 \n",
"L 313.973182 164.48191 \n",
"L 306.007545 164.48191 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_33&gt;&lt;path d=&quot;M 313.973182 165.23486 \n",
"L 321.938818 165.23486 \n",
"L 321.938818 162.599533 \n",
"L 313.973182 162.599533 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_34&gt;&lt;path d=&quot;M 321.938818 165.23486 \n",
"L 329.904455 165.23486 \n",
"L 329.904455 126.269662 \n",
"L 321.938818 126.269662 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_35&gt;&lt;path d=&quot;M 329.904455 165.23486 \n",
"L 337.870091 165.23486 \n",
"L 337.870091 72.057212 \n",
"L 329.904455 72.057212 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_36&gt;&lt;path d=&quot;M 337.870091 165.23486 \n",
"L 345.835727 165.23486 \n",
"L 345.835727 110.645935 \n",
"L 337.870091 110.645935 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_37&gt;&lt;path d=&quot;M 345.835727 165.23486 \n",
"L 353.801364 165.23486 \n",
"L 353.801364 139.069824 \n",
"L 345.835727 139.069824 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_38&gt;&lt;path d=&quot;M 353.801364 165.23486 \n",
"L 361.767 165.23486 \n",
"L 361.767 109.892984 \n",
"L 353.801364 109.892984 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_39&gt;&lt;path d=&quot;M 361.767 165.23486 \n",
"L 369.732636 165.23486 \n",
"L 369.732636 103.869379 \n",
"L 361.767 103.869379 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_40&gt;&lt;path d=&quot;M 369.732636 165.23486 \n",
"L 377.698273 165.23486 \n",
"L 377.698273 44.009798 \n",
"L 369.732636 44.009798 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_41&gt;&lt;path d=&quot;M 377.698273 165.23486 \n",
"L 385.663909 165.23486 \n",
"L 385.663909 20.668327 \n",
"L 377.698273 20.668327 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_42&gt;&lt;path d=&quot;M 385.663909 165.23486 \n",
"L 393.629545 165.23486 \n",
"L 393.629545 125.704949 \n",
"L 385.663909 125.704949 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_43&gt;&lt;path d=&quot;M 393.629545 165.23486 \n",
"L 401.595182 165.23486 \n",
"L 401.595182 106.316468 \n",
"L 393.629545 106.316468 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_44&gt;&lt;path d=&quot;M 401.595182 165.23486 \n",
"L 409.560818 165.23486 \n",
"L 409.560818 110.081222 \n",
"L 401.595182 110.081222 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_45&gt;&lt;path d=&quot;M 409.560818 165.23486 \n",
"L 417.526455 165.23486 \n",
"L 417.526455 102.739953 \n",
"L 409.560818 102.739953 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_46&gt;&lt;path d=&quot;M 417.526455 165.23486 \n",
"L 425.492091 165.23486 \n",
"L 425.492091 59.445288 \n",
"L 417.526455 59.445288 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_47&gt;&lt;path d=&quot;M 425.492091 165.23486 \n",
"L 433.457727 165.23486 \n",
"L 433.457727 144.905192 \n",
"L 425.492091 144.905192 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_48&gt;&lt;path d=&quot;M 433.457727 165.23486 \n",
"L 441.423364 165.23486 \n",
"L 441.423364 157.14064 \n",
"L 433.457727 157.14064 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_49&gt;&lt;path d=&quot;M 441.423364 165.23486 \n",
"L 449.389 165.23486 \n",
"L 449.389 147.164044 \n",
"L 441.423364 147.164044 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_50&gt;&lt;path d=&quot;M 449.389 165.23486 \n",
"L 457.354636 165.23486 \n",
"L 457.354636 137.375685 \n",
"L 449.389 137.375685 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_51&gt;&lt;path d=&quot;M 457.354636 165.23486 \n",
"L 465.320273 165.23486 \n",
"L 465.320273 139.634537 \n",
"L 457.354636 139.634537 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_52&gt;&lt;path d=&quot;M 465.320273 165.23486 \n",
"L 473.285909 165.23486 \n",
"L 473.285909 161.846582 \n",
"L 465.320273 161.846582 \n",
"z\n",
"&quot; clip-path=url(#p8f5859a384) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_53&gt;&lt;path d=&quot;M 55.09 165.23486 \n",
"L 55.09 13.44 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_54&gt;&lt;path d=&quot;M 493.2 165.23486 \n",
"L 493.2 13.44 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_55&gt;&lt;path d=&quot;M 55.09 165.23486 \n",
"L 493.2 165.23486 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_56&gt;&lt;path d=&quot;M 55.09 13.44 \n",
"L 493.2 13.44 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p8f5859a384&gt;&lt;rect x=55.09 y=13.44 width=438.11 height=151.79486 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt;&lt;strong&gt;Histogram with fixed size bins&lt;/strong&gt; (bins=50) &lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-3553122358992229903bottom--3553122358992229903common_values&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=26695.8242&gt; 26695.8242 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=22150.3224&gt; 22150.3224 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=27314.6632&gt; 27314.6632 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=27337.0044&gt; 27337.0044 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=27409.8542&gt; 27409.8542 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=27300.4929&gt; 27300.4929 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=27367.6039&gt; 27367.6039 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=27410.8687&gt; 27410.8687 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=27355.1002&gt; 27355.1002 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=27317.5532&gt; 27317.5532 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:0.0%&gt; &amp;nbsp; &lt;/div&gt;&lt; 0.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (8213)&quot;&gt; Other values (8213) &lt;/td&gt;&lt;td&gt;8213&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 99.9% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-3553122358992229903bottom--3553122358992229903extreme_values&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-3553122358992229903extreme_values--3553122358992229903firstn aria-controls=-3553122358992229903extreme_values--3553122358992229903firstn role=tab data-toggle=tab&gt;Minimum 10 values&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-3553122358992229903extreme_values--3553122358992229903lastn aria-controls=-3553122358992229903extreme_values--3553122358992229903lastn role=tab data-toggle=tab&gt;Maximum 10 values&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-3553122358992229903extreme_values--3553122358992229903firstn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=20865.8215&gt; 20865.8215 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=20941.9455&gt; 20941.9455 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=20962.3806&gt; 20962.3806 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=20963.2757&gt; 20963.2757 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=20968.9019&gt; 20968.9019 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=20971.2548&gt; 20971.2548 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=20971.6347&gt; 20971.6347 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=20972.5598&gt; 20972.5598 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=20973.9111&gt; 20973.9111 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=20977.3727&gt; 20977.3727 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-3553122358992229903extreme_values--3553122358992229903lastn&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=27444.2618&gt; 27444.2618 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=27410.8687&gt; 27410.8687 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=27410.8221&gt; 27410.8221 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=27409.8542&gt; 27409.8542 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=27404.3359&gt; 27404.3359 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=27400.21&gt; 27400.21 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=27373.8593&gt; 27373.8593 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=27367.6039&gt; 27367.6039 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=27361.3974&gt; 27361.3974 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=27360.3633&gt; 27360.3633 &lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt;&lt; 0.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_-6689030795523680051&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=_field&gt;&lt;a href=#pp_var_-6689030795523680051&gt;_field&lt;/a&gt;&lt;br&gt;&lt;small&gt;Categorical&lt;/small&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;CONSTANT&lt;/code&gt;&amp;nbsp &lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr class=alert&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;&lt; 0.1%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;64.4 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;div class=row id=minifreqtable&gt;&lt;table class=&quot;mini freq table-0&quot;&gt;&lt;tr class&gt;&lt;th width=10%&gt; price &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 8223&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom--6689030795523680051, #minifreqtable-6689030795523680051&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom--6689030795523680051 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-6689030795523680051bottom--6689030795523680051overview aria-controls=-6689030795523680051bottom--6689030795523680051overview role=tab data-toggle=tab&gt;Overview&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-6689030795523680051bottom--6689030795523680051string aria-controls=-6689030795523680051bottom--6689030795523680051string role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-6689030795523680051bottom--6689030795523680051word aria-controls=-6689030795523680051bottom--6689030795523680051word role=tab data-toggle=tab&gt;Words&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-6689030795523680051bottom--6689030795523680051characters aria-controls=-6689030795523680051bottom--6689030795523680051characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-6689030795523680051bottom--6689030795523680051overview&gt;&lt;div class=row&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Length&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Max length&lt;/th&gt;&lt;td&gt;5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median length&lt;/th&gt;&lt;td&gt;5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean length&lt;/th&gt;&lt;td&gt;5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Min length&lt;/th&gt;&lt;td&gt;5&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Characters and Unicode&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Total characters&lt;/th&gt;&lt;td&gt;41115&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct characters&lt;/th&gt;&lt;td&gt;5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct categories&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode categories (click for more information)&quot; href=https://en.wikipedia.org/wiki/Unicode_character_property#General_Category&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode categories (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct scripts&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode scripts (click for more information)&quot; href=https://en.wikipedia.org/wiki/Script_(Unicode)#List_of_scripts_in_Unicode&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode scripts (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct blocks&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode blocks (click for more information)&quot; href=https://en.wikipedia.org/wiki/Unicode_block&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode blocks (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; The Unicode Standard assigns character properties to each code point, which can be used to analyse textual variables. &lt;/div&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Unique&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Unique&lt;/th&gt;&lt;td&gt;0 &lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;The number of unique values (all values that occur exactly once in the dataset).&quot;&gt;?&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Unique (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Sample&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;1st row&lt;/th&gt;&lt;td&gt;price&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;2nd row&lt;/th&gt;&lt;td&gt;price&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;3rd row&lt;/th&gt;&lt;td&gt;price&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;4th row&lt;/th&gt;&lt;td&gt;price&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5th row&lt;/th&gt;&lt;td&gt;price&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-6689030795523680051bottom--6689030795523680051string&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Common Values&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=price&gt; price &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Length&lt;/h4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
" &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-29T12:19:37.344509&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.7.1, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
"L 504 216 \n",
"L 504 0 \n",
"L 0 0 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 61.39 176.371792 \n",
"L 493.2 176.371792 \n",
"L 493.2 10.8 \n",
"L 61.39 10.8 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(116.601751 203.489906) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-34 transform=scale(0.015625) d=&quot;M 2419 4116 \n",
"L 825 1625 \n",
"L 2419 1625 \n",
"L 2419 4116 \n",
"z\n",
"M 2253 4666 \n",
"L 3047 4666 \n",
"L 3047 1625 \n",
"L 3713 1625 \n",
"L 3713 1100 \n",
"L 3047 1100 \n",
"L 3047 0 \n",
"L 2419 0 \n",
"L 2419 1100 \n",
"L 313 1100 \n",
"L 313 1709 \n",
"L 2253 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-2e transform=scale(0.015625) d=&quot;M 684 794 \n",
"L 1344 794 \n",
"L 1344 0 \n",
"L 684 0 \n",
"L 684 794 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-36 transform=scale(0.015625) d=&quot;M 2113 2584 \n",
"Q 1688 2584 1439 2293 \n",
"Q 1191 2003 1191 1497 \n",
"Q 1191 994 1439 701 \n",
"Q 1688 409 2113 409 \n",
"Q 2538 409 2786 701 \n",
"Q 3034 994 3034 1497 \n",
"Q 3034 2003 2786 2293 \n",
"Q 2538 2584 2113 2584 \n",
"z\n",
"M 3366 4563 \n",
"L 3366 3988 \n",
"Q 3128 4100 2886 4159 \n",
"Q 2644 4219 2406 4219 \n",
"Q 1781 4219 1451 3797 \n",
"Q 1122 3375 1075 2522 \n",
"Q 1259 2794 1537 2939 \n",
"Q 1816 3084 2150 3084 \n",
"Q 2853 3084 3261 2657 \n",
"Q 3669 2231 3669 1497 \n",
"Q 3669 778 3244 343 \n",
"Q 2819 -91 2113 -91 \n",
"Q 1303 -91 875 529 \n",
"Q 447 1150 447 2328 \n",
"Q 447 3434 972 4092 \n",
"Q 1497 4750 2381 4750 \n",
"Q 2619 4750 2861 4703 \n",
"Q 3103 4656 3366 4563 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-34 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-36 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(195.11266 203.489906) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-38 transform=scale(0.015625) d=&quot;M 2034 2216 \n",
"Q 1584 2216 1326 1975 \n",
"Q 1069 1734 1069 1313 \n",
"Q 1069 891 1326 650 \n",
"Q 1584 409 2034 409 \n",
"Q 2484 409 2743 651 \n",
"Q 3003 894 3003 1313 \n",
"Q 3003 1734 2745 1975 \n",
"Q 2488 2216 2034 2216 \n",
"z\n",
"M 1403 2484 \n",
"Q 997 2584 770 2862 \n",
"Q 544 3141 544 3541 \n",
"Q 544 4100 942 4425 \n",
"Q 1341 4750 2034 4750 \n",
"Q 2731 4750 3128 4425 \n",
"Q 3525 4100 3525 3541 \n",
"Q 3525 3141 3298 2862 \n",
"Q 3072 2584 2669 2484 \n",
"Q 3125 2378 3379 2068 \n",
"Q 3634 1759 3634 1313 \n",
"Q 3634 634 3220 271 \n",
"Q 2806 -91 2034 -91 \n",
"Q 1263 -91 848 271 \n",
"Q 434 634 434 1313 \n",
"Q 434 1759 690 2068 \n",
"Q 947 2378 1403 2484 \n",
"z\n",
"M 1172 3481 \n",
"Q 1172 3119 1398 2916 \n",
"Q 1625 2713 2034 2713 \n",
"Q 2441 2713 2670 2916 \n",
"Q 2900 3119 2900 3481 \n",
"Q 2900 3844 2670 4047 \n",
"Q 2441 4250 2034 4250 \n",
"Q 1625 4250 1398 4047 \n",
"Q 1172 3844 1172 3481 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-34 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-38 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(273.623569 203.489906) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-35 transform=scale(0.015625) d=&quot;M 691 4666 \n",
"L 3169 4666 \n",
"L 3169 4134 \n",
"L 1269 4134 \n",
"L 1269 2991 \n",
"Q 1406 3038 1543 3061 \n",
"Q 1681 3084 1819 3084 \n",
"Q 2600 3084 3056 2656 \n",
"Q 3513 2228 3513 1497 \n",
"Q 3513 744 3044 326 \n",
"Q 2575 -91 1722 -91 \n",
"Q 1428 -91 1123 -41 \n",
"Q 819 9 494 109 \n",
"L 494 744 \n",
"Q 775 591 1075 516 \n",
"Q 1375 441 1709 441 \n",
"Q 2250 441 2565 725 \n",
"Q 2881 1009 2881 1497 \n",
"Q 2881 1984 2565 2268 \n",
"Q 2250 2553 1709 2553 \n",
"Q 1456 2553 1204 2497 \n",
"Q 953 2441 691 2322 \n",
"L 691 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-30 transform=scale(0.015625) d=&quot;M 2034 4250 \n",
"Q 1547 4250 1301 3770 \n",
"Q 1056 3291 1056 2328 \n",
"Q 1056 1369 1301 889 \n",
"Q 1547 409 2034 409 \n",
"Q 2525 409 2770 889 \n",
"Q 3016 1369 3016 2328 \n",
"Q 3016 3291 2770 3770 \n",
"Q 2525 4250 2034 4250 \n",
"z\n",
"M 2034 4750 \n",
"Q 2819 4750 3233 4129 \n",
"Q 3647 3509 3647 2328 \n",
"Q 3647 1150 3233 529 \n",
"Q 2819 -91 2034 -91 \n",
"Q 1250 -91 836 529 \n",
"Q 422 1150 422 2328 \n",
"Q 422 3509 836 4129 \n",
"Q 1250 4750 2034 4750 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-35 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(352.134478 203.489906) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-32 transform=scale(0.015625) d=&quot;M 1228 531 \n",
"L 3431 531 \n",
"L 3431 0 \n",
"L 469 0 \n",
"L 469 531 \n",
"Q 828 903 1448 1529 \n",
"Q 2069 2156 2228 2338 \n",
"Q 2531 2678 2651 2914 \n",
"Q 2772 3150 2772 3378 \n",
"Q 2772 3750 2511 3984 \n",
"Q 2250 4219 1831 4219 \n",
"Q 1534 4219 1204 4116 \n",
"Q 875 4013 500 3803 \n",
"L 500 4441 \n",
"Q 881 4594 1212 4672 \n",
"Q 1544 4750 1819 4750 \n",
"Q 2544 4750 2975 4387 \n",
"Q 3406 4025 3406 3419 \n",
"Q 3406 3131 3298 2873 \n",
"Q 3191 2616 2906 2266 \n",
"Q 2828 2175 2409 1742 \n",
"Q 1991 1309 1228 531 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-35 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(430.645387 203.489906) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-35 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-34 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(44.5275 180.171011) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 141.818239) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 103.465467) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-34 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 65.112696) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-36 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 26.759924) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-38 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(19.152344 121.998552) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-46 transform=scale(0.015625) d=&quot;M 628 4666 \n",
"L 3309 4666 \n",
"L 3309 4134 \n",
"L 1259 4134 \n",
"L 1259 2759 \n",
"L 3109 2759 \n",
"L 3109 2228 \n",
"L 1259 2228 \n",
"L 1259 0 \n",
"L 628 0 \n",
"L 628 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-72 transform=scale(0.015625) d=&quot;M 2631 2963 \n",
"Q 2534 3019 2420 3045 \n",
"Q 2306 3072 2169 3072 \n",
"Q 1681 3072 1420 2755 \n",
"Q 1159 2438 1159 1844 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1341 3275 1631 3429 \n",
"Q 1922 3584 2338 3584 \n",
"Q 2397 3584 2469 3576 \n",
"Q 2541 3569 2628 3553 \n",
"L 2631 2963 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-65 transform=scale(0.015625) d=&quot;M 3597 1894 \n",
"L 3597 1613 \n",
"L 953 1613 \n",
"Q 991 1019 1311 708 \n",
"Q 1631 397 2203 397 \n",
"Q 2534 397 2845 478 \n",
"Q 3156 559 3463 722 \n",
"L 3463 178 \n",
"Q 3153 47 2828 -22 \n",
"Q 2503 -91 2169 -91 \n",
"Q 1331 -91 842 396 \n",
"Q 353 884 353 1716 \n",
"Q 353 2575 817 3079 \n",
"Q 1281 3584 2069 3584 \n",
"Q 2775 3584 3186 3129 \n",
"Q 3597 2675 3597 1894 \n",
"z\n",
"M 3022 2063 \n",
"Q 3016 2534 2758 2815 \n",
"Q 2500 3097 2075 3097 \n",
"Q 1594 3097 1305 2825 \n",
"Q 1016 2553 972 2059 \n",
"L 3022 2063 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-71 transform=scale(0.015625) d=&quot;M 947 1747 \n",
"Q 947 1113 1208 752 \n",
"Q 1469 391 1925 391 \n",
"Q 2381 391 2643 752 \n",
"Q 2906 1113 2906 1747 \n",
"Q 2906 2381 2643 2742 \n",
"Q 2381 3103 1925 3103 \n",
"Q 1469 3103 1208 2742 \n",
"Q 947 2381 947 1747 \n",
"z\n",
"M 2906 525 \n",
"Q 2725 213 2448 61 \n",
"Q 2172 -91 1784 -91 \n",
"Q 1150 -91 751 415 \n",
"Q 353 922 353 1747 \n",
"Q 353 2572 751 3078 \n",
"Q 1150 3584 1784 3584 \n",
"Q 2172 3584 2448 3432 \n",
"Q 2725 3281 2906 2969 \n",
"L 2906 3500 \n",
"L 3481 3500 \n",
"L 3481 -1331 \n",
"L 2906 -1331 \n",
"L 2906 525 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-75 transform=scale(0.015625) d=&quot;M 544 1381 \n",
"L 544 3500 \n",
"L 1119 3500 \n",
"L 1119 1403 \n",
"Q 1119 906 1312 657 \n",
"Q 1506 409 1894 409 \n",
"Q 2359 409 2629 706 \n",
"Q 2900 1003 2900 1516 \n",
"L 2900 3500 \n",
"L 3475 3500 \n",
"L 3475 0 \n",
"L 2900 0 \n",
"L 2900 538 \n",
"Q 2691 219 2414 64 \n",
"Q 2138 -91 1772 -91 \n",
"Q 1169 -91 856 284 \n",
"Q 544 659 544 1381 \n",
"z\n",
"M 1991 3584 \n",
"L 1991 3584 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6e transform=scale(0.015625) d=&quot;M 3513 2113 \n",
"L 3513 0 \n",
"L 2938 0 \n",
"L 2938 2094 \n",
"Q 2938 2591 2744 2837 \n",
"Q 2550 3084 2163 3084 \n",
"Q 1697 3084 1428 2787 \n",
"Q 1159 2491 1159 1978 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1366 3272 1645 3428 \n",
"Q 1925 3584 2291 3584 \n",
"Q 2894 3584 3203 3211 \n",
"Q 3513 2838 3513 2113 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-63 transform=scale(0.015625) d=&quot;M 3122 3366 \n",
"L 3122 2828 \n",
"Q 2878 2963 2633 3030 \n",
"Q 2388 3097 2138 3097 \n",
"Q 1578 3097 1268 2742 \n",
"Q 959 2388 959 1747 \n",
"Q 959 1106 1268 751 \n",
"Q 1578 397 2138 397 \n",
"Q 2388 397 2633 464 \n",
"Q 2878 531 3122 666 \n",
"L 3122 134 \n",
"Q 2881 22 2623 -34 \n",
"Q 2366 -91 2075 -91 \n",
"Q 1284 -91 818 406 \n",
"Q 353 903 353 1747 \n",
"Q 353 2603 823 3093 \n",
"Q 1294 3584 2113 3584 \n",
"Q 2378 3584 2631 3529 \n",
"Q 2884 3475 3122 3366 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-79 transform=scale(0.015625) d=&quot;M 2059 -325 \n",
"Q 1816 -950 1584 -1140 \n",
"Q 1353 -1331 966 -1331 \n",
"L 506 -1331 \n",
"L 506 -850 \n",
"L 844 -850 \n",
"Q 1081 -850 1212 -737 \n",
"Q 1344 -625 1503 -206 \n",
"L 1606 56 \n",
"L 191 3500 \n",
"L 800 3500 \n",
"L 1894 763 \n",
"L 2988 3500 \n",
"L 3597 3500 \n",
"L 2059 -325 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-46 /&gt;&lt;use xlink:href=#DejaVuSans-72 x=50.269531 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=89.132812 /&gt;&lt;use xlink:href=#DejaVuSans-71 x=150.65625 /&gt;&lt;use xlink:href=#DejaVuSans-75 x=214.132812 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=277.511719 /&gt;&lt;use xlink:href=#DejaVuSans-6e x=339.035156 /&gt;&lt;use xlink:href=#DejaVuSans-63 x=402.414062 /&gt;&lt;use xlink:href=#DejaVuSans-79 x=457.394531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 81.017727 176.371792 \n",
"L 473.572273 176.371792 \n",
"L 473.572273 18.684371 \n",
"L 81.017727 18.684371 \n",
"z\n",
"&quot; clip-path=url(#pba62d4fb67) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 61.39 176.371792 \n",
"L 61.39 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 493.2 176.371792 \n",
"L 493.2 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 61.39 176.371792 \n",
"L 493.2 176.371792 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 61.39 10.8 \n",
"L 493.2 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pba62d4fb67&gt;&lt;rect x=61.39 y=10.8 width=431.81 height=165.571792 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; Histogram of lengths of the category &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Common Values (Plot)&lt;/h4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
" &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=405pt height=164.4678pt viewbox=&quot;0 0 405 164.4678&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-29T12:19:37.515999&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.7.1, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 164.4678 \n",
"L 405 164.4678 \n",
"L 405 0 \n",
"L 0 0 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 7.2 108.84 \n",
"L 397.8 108.84 \n",
"L 397.8 16.44 \n",
"L 7.2 16.44 \n",
"z\n",
"&quot; clip-path=url(#p856216541f) style=&quot;fill: #1f77b4; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(172.512 58.551075) scale(0.144 -0.144)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-Bold-31 transform=scale(0.015625) d=&quot;M 750 831 \n",
"L 1813 831 \n",
"L 1813 3847 \n",
"L 722 3622 \n",
"L 722 4441 \n",
"L 1806 4666 \n",
"L 2950 4666 \n",
"L 2950 831 \n",
"L 4013 831 \n",
"L 4013 0 \n",
"L 750 0 \n",
"L 750 831 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-30 transform=scale(0.015625) d=&quot;M 2944 2338 \n",
"Q 2944 3213 2780 3570 \n",
"Q 2616 3928 2228 3928 \n",
"Q 1841 3928 1675 3570 \n",
"Q 1509 3213 1509 2338 \n",
"Q 1509 1453 1675 1090 \n",
"Q 1841 728 2228 728 \n",
"Q 2613 728 2778 1090 \n",
"Q 2944 1453 2944 2338 \n",
"z\n",
"M 4147 2328 \n",
"Q 4147 1169 3647 539 \n",
"Q 3147 -91 2228 -91 \n",
"Q 1306 -91 806 539 \n",
"Q 306 1169 306 2328 \n",
"Q 306 3491 806 4120 \n",
"Q 1306 4750 2228 4750 \n",
"Q 3147 4750 3647 4120 \n",
"Q 4147 3491 4147 2328 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-2e transform=scale(0.015625) d=&quot;M 653 1209 \n",
"L 1778 1209 \n",
"L 1778 0 \n",
"L 653 0 \n",
"L 653 1209 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-25 transform=scale(0.015625) d=&quot;M 4959 1925 \n",
"Q 4738 1925 4616 1733 \n",
"Q 4494 1541 4494 1184 \n",
"Q 4494 825 4614 633 \n",
"Q 4734 441 4959 441 \n",
"Q 5184 441 5303 633 \n",
"Q 5422 825 5422 1184 \n",
"Q 5422 1541 5301 1733 \n",
"Q 5181 1925 4959 1925 \n",
"z\n",
"M 4959 2450 \n",
"Q 5541 2450 5875 2112 \n",
"Q 6209 1775 6209 1184 \n",
"Q 6209 594 5875 251 \n",
"Q 5541 -91 4959 -91 \n",
"Q 4378 -91 4042 251 \n",
"Q 3706 594 3706 1184 \n",
"Q 3706 1772 4042 2111 \n",
"Q 4378 2450 4959 2450 \n",
"z\n",
"M 2094 -91 \n",
"L 1403 -91 \n",
"L 4319 4750 \n",
"L 5013 4750 \n",
"L 2094 -91 \n",
"z\n",
"M 1453 4750 \n",
"Q 2034 4750 2367 4411 \n",
"Q 2700 4072 2700 3481 \n",
"Q 2700 2891 2367 2550 \n",
"Q 2034 2209 1453 2209 \n",
"Q 872 2209 539 2550 \n",
"Q 206 2891 206 3481 \n",
"Q 206 4072 539 4411 \n",
"Q 872 4750 1453 4750 \n",
"z\n",
"M 1453 4225 \n",
"Q 1228 4225 1106 4031 \n",
"Q 984 3838 984 3481 \n",
"Q 984 3122 1106 2926 \n",
"Q 1228 2731 1453 2731 \n",
"Q 1678 2731 1798 2926 \n",
"Q 1919 3122 1919 3481 \n",
"Q 1919 3838 1797 4031 \n",
"Q 1675 4225 1453 4225 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-Bold-31 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-30 x=69.580078 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-30 x=139.160156 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-2e x=208.740234 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-30 x=246.728516 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-25 x=316.308594 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(175.88025 74.675925) scale(0.144 -0.144)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-Bold-28 transform=scale(0.015625) d=&quot;M 2413 -844 \n",
"L 1484 -844 \n",
"Q 1006 -72 778 623 \n",
"Q 550 1319 550 2003 \n",
"Q 550 2688 779 3389 \n",
"Q 1009 4091 1484 4856 \n",
"L 2413 4856 \n",
"Q 2013 4116 1813 3408 \n",
"Q 1613 2700 1613 2009 \n",
"Q 1613 1319 1811 609 \n",
"Q 2009 -100 2413 -844 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-38 transform=scale(0.015625) d=&quot;M 2228 2088 \n",
"Q 1891 2088 1709 1903 \n",
"Q 1528 1719 1528 1375 \n",
"Q 1528 1031 1709 848 \n",
"Q 1891 666 2228 666 \n",
"Q 2563 666 2741 848 \n",
"Q 2919 1031 2919 1375 \n",
"Q 2919 1722 2741 1905 \n",
"Q 2563 2088 2228 2088 \n",
"z\n",
"M 1350 2484 \n",
"Q 925 2613 709 2878 \n",
"Q 494 3144 494 3541 \n",
"Q 494 4131 934 4440 \n",
"Q 1375 4750 2228 4750 \n",
"Q 3075 4750 3515 4442 \n",
"Q 3956 4134 3956 3541 \n",
"Q 3956 3144 3739 2878 \n",
"Q 3522 2613 3097 2484 \n",
"Q 3572 2353 3814 2058 \n",
"Q 4056 1763 4056 1313 \n",
"Q 4056 619 3595 264 \n",
"Q 3134 -91 2228 -91 \n",
"Q 1319 -91 855 264 \n",
"Q 391 619 391 1313 \n",
"Q 391 1763 633 2058 \n",
"Q 875 2353 1350 2484 \n",
"z\n",
"M 1631 3419 \n",
"Q 1631 3141 1786 2991 \n",
"Q 1941 2841 2228 2841 \n",
"Q 2509 2841 2662 2991 \n",
"Q 2816 3141 2816 3419 \n",
"Q 2816 3697 2662 3845 \n",
"Q 2509 3994 2228 3994 \n",
"Q 1941 3994 1786 3844 \n",
"Q 1631 3694 1631 3419 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-32 transform=scale(0.015625) d=&quot;M 1844 884 \n",
"L 3897 884 \n",
"L 3897 0 \n",
"L 506 0 \n",
"L 506 884 \n",
"L 2209 2388 \n",
"Q 2438 2594 2547 2791 \n",
"Q 2656 2988 2656 3200 \n",
"Q 2656 3528 2436 3728 \n",
"Q 2216 3928 1850 3928 \n",
"Q 1569 3928 1234 3808 \n",
"Q 900 3688 519 3450 \n",
"L 519 4475 \n",
"Q 925 4609 1322 4679 \n",
"Q 1719 4750 2100 4750 \n",
"Q 2938 4750 3402 4381 \n",
"Q 3866 4013 3866 3353 \n",
"Q 3866 2972 3669 2642 \n",
"Q 3472 2313 2841 1759 \n",
"L 1844 884 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-33 transform=scale(0.015625) d=&quot;M 2981 2516 \n",
"Q 3453 2394 3698 2092 \n",
"Q 3944 1791 3944 1325 \n",
"Q 3944 631 3412 270 \n",
"Q 2881 -91 1863 -91 \n",
"Q 1503 -91 1142 -33 \n",
"Q 781 25 428 141 \n",
"L 428 1069 \n",
"Q 766 900 1098 814 \n",
"Q 1431 728 1753 728 \n",
"Q 2231 728 2486 893 \n",
"Q 2741 1059 2741 1369 \n",
"Q 2741 1688 2480 1852 \n",
"Q 2219 2016 1709 2016 \n",
"L 1228 2016 \n",
"L 1228 2791 \n",
"L 1734 2791 \n",
"Q 2188 2791 2409 2933 \n",
"Q 2631 3075 2631 3366 \n",
"Q 2631 3634 2415 3781 \n",
"Q 2200 3928 1806 3928 \n",
"Q 1516 3928 1219 3862 \n",
"Q 922 3797 628 3669 \n",
"L 628 4550 \n",
"Q 984 4650 1334 4700 \n",
"Q 1684 4750 2022 4750 \n",
"Q 2931 4750 3382 4451 \n",
"Q 3834 4153 3834 3553 \n",
"Q 3834 3144 3618 2883 \n",
"Q 3403 2622 2981 2516 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-29 transform=scale(0.015625) d=&quot;M 513 -844 \n",
"Q 913 -100 1113 609 \n",
"Q 1313 1319 1313 2009 \n",
"Q 1313 2700 1113 3408 \n",
"Q 913 4116 513 4856 \n",
"L 1441 4856 \n",
"Q 1916 4091 2145 3389 \n",
"Q 2375 2688 2375 2003 \n",
"Q 2375 1319 2147 623 \n",
"Q 1919 -72 1441 -844 \n",
"L 513 -844 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-Bold-28 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-38 x=45.703125 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-32 x=115.283203 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-32 x=184.863281 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=254.443359 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-29 x=324.023438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=legend_1&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 19.296 157.2678 \n",
"L 117.6003 157.2678 \n",
"Q 121.0563 157.2678 121.0563 153.8118 \n",
"L 121.0563 130.176 \n",
"Q 121.0563 126.72 117.6003 126.72 \n",
"L 19.296 126.72 \n",
"Q 15.84 126.72 15.84 130.176 \n",
"L 15.84 153.8118 \n",
"Q 15.84 157.2678 19.296 157.2678 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff; opacity: 0.8; stroke: #cccccc; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 22.752 146.7621 \n",
"L 57.312 146.7621 \n",
"L 57.312 134.6661 \n",
"L 22.752 134.6661 \n",
"z\n",
"&quot; style=&quot;fill: #1f77b4; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 146.7621) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-70 transform=scale(0.015625) d=&quot;M 1159 525 \n",
"L 1159 -1331 \n",
"L 581 -1331 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2969 \n",
"Q 1341 3281 1617 3432 \n",
"Q 1894 3584 2278 3584 \n",
"Q 2916 3584 3314 3078 \n",
"Q 3713 2572 3713 1747 \n",
"Q 3713 922 3314 415 \n",
"Q 2916 -91 2278 -91 \n",
"Q 1894 -91 1617 61 \n",
"Q 1341 213 1159 525 \n",
"z\n",
"M 3116 1747 \n",
"Q 3116 2381 2855 2742 \n",
"Q 2594 3103 2138 3103 \n",
"Q 1681 3103 1420 2742 \n",
"Q 1159 2381 1159 1747 \n",
"Q 1159 1113 1420 752 \n",
"Q 1681 391 2138 391 \n",
"Q 2594 391 2855 752 \n",
"Q 3116 1113 3116 1747 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-72 transform=scale(0.015625) d=&quot;M 2631 2963 \n",
"Q 2534 3019 2420 3045 \n",
"Q 2306 3072 2169 3072 \n",
"Q 1681 3072 1420 2755 \n",
"Q 1159 2438 1159 1844 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1341 3275 1631 3429 \n",
"Q 1922 3584 2338 3584 \n",
"Q 2397 3584 2469 3576 \n",
"Q 2541 3569 2628 3553 \n",
"L 2631 2963 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-69 transform=scale(0.015625) d=&quot;M 603 3500 \n",
"L 1178 3500 \n",
"L 1178 0 \n",
"L 603 0 \n",
"L 603 3500 \n",
"z\n",
"M 603 4863 \n",
"L 1178 4863 \n",
"L 1178 4134 \n",
"L 603 4134 \n",
"L 603 4863 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-63 transform=scale(0.015625) d=&quot;M 3122 3366 \n",
"L 3122 2828 \n",
"Q 2878 2963 2633 3030 \n",
"Q 2388 3097 2138 3097 \n",
"Q 1578 3097 1268 2742 \n",
"Q 959 2388 959 1747 \n",
"Q 959 1106 1268 751 \n",
"Q 1578 397 2138 397 \n",
"Q 2388 397 2633 464 \n",
"Q 2878 531 3122 666 \n",
"L 3122 134 \n",
"Q 2881 22 2623 -34 \n",
"Q 2366 -91 2075 -91 \n",
"Q 1284 -91 818 406 \n",
"Q 353 903 353 1747 \n",
"Q 353 2603 823 3093 \n",
"Q 1294 3584 2113 3584 \n",
"Q 2378 3584 2631 3529 \n",
"Q 2884 3475 3122 3366 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-65 transform=scale(0.015625) d=&quot;M 3597 1894 \n",
"L 3597 1613 \n",
"L 953 1613 \n",
"Q 991 1019 1311 708 \n",
"Q 1631 397 2203 397 \n",
"Q 2534 397 2845 478 \n",
"Q 3156 559 3463 722 \n",
"L 3463 178 \n",
"Q 3153 47 2828 -22 \n",
"Q 2503 -91 2169 -91 \n",
"Q 1331 -91 842 396 \n",
"Q 353 884 353 1716 \n",
"Q 353 2575 817 3079 \n",
"Q 1281 3584 2069 3584 \n",
"Q 2775 3584 3186 3129 \n",
"Q 3597 2675 3597 1894 \n",
"z\n",
"M 3022 2063 \n",
"Q 3016 2534 2758 2815 \n",
"Q 2500 3097 2075 3097 \n",
"Q 1594 3097 1305 2825 \n",
"Q 1016 2553 972 2059 \n",
"L 3022 2063 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-70 /&gt;&lt;use xlink:href=#DejaVuSans-72 x=63.476562 /&gt;&lt;use xlink:href=#DejaVuSans-69 x=104.589844 /&gt;&lt;use xlink:href=#DejaVuSans-63 x=132.373047 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=187.353516 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p856216541f&gt;&lt;rect x=7.2 y=7.2 width=390.6 height=110.88 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-6689030795523680051bottom--6689030795523680051word&gt;&lt;div class=col-sm-12&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=price&gt; price &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-6689030795523680051bottom--6689030795523680051characters&gt;&lt;div class=col-sm-12&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-6689030795523680051unicode--6689030795523680051characters aria-controls=-6689030795523680051unicode--6689030795523680051characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-6689030795523680051unicode--6689030795523680051categories aria-controls=-6689030795523680051unicode--6689030795523680051categories role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-6689030795523680051unicode--6689030795523680051scripts aria-controls=-6689030795523680051unicode--6689030795523680051scripts role=tab data-toggle=tab&gt;Scripts&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-6689030795523680051unicode--6689030795523680051blocks aria-controls=-6689030795523680051unicode--6689030795523680051blocks role=tab data-toggle=tab&gt;Blocks&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-6689030795523680051unicode--6689030795523680051characters&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring characters&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=p&gt; p &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 20.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=r&gt; r &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 20.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=i&gt; i &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 20.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=c&gt; c &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 20.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=e&gt; e &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 20.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-6689030795523680051unicode--6689030795523680051categories&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring categories&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=&quot;Lowercase Letter&quot;&gt; Lowercase Letter &lt;/td&gt;&lt;td&gt;41115&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per category&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Lowercase Letter&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=p&gt; p &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 20.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=r&gt; r &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 20.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=i&gt; i &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 20.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=c&gt; c &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 20.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=e&gt; e &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 20.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-6689030795523680051unicode--6689030795523680051scripts&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring scripts&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=Latin&gt; Latin &lt;/td&gt;&lt;td&gt;41115&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per script&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Latin&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=p&gt; p &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 20.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=r&gt; r &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 20.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=i&gt; i &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 20.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=c&gt; c &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 20.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=e&gt; e &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 20.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-6689030795523680051unicode--6689030795523680051blocks&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring blocks&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=ASCII&gt; ASCII &lt;/td&gt;&lt;td&gt;41115&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per block&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;ASCII&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=p&gt; p &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 20.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=r&gt; r &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 20.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=i&gt; i &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 20.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=c&gt; c &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 20.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=e&gt; e &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 20.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_-8869571241643009698&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=_measurement&gt;&lt;a href=#pp_var_-8869571241643009698&gt;_measurement&lt;/a&gt;&lt;br&gt;&lt;small&gt;Categorical&lt;/small&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;CONSTANT&lt;/code&gt;&amp;nbsp &lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr class=alert&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;&lt; 0.1%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;64.4 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;div class=row id=minifreqtable&gt;&lt;table class=&quot;mini freq table-0&quot;&gt;&lt;tr class&gt;&lt;th width=10%&gt; coindesk &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 8223&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom--8869571241643009698, #minifreqtable-8869571241643009698&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom--8869571241643009698 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-8869571241643009698bottom--8869571241643009698overview aria-controls=-8869571241643009698bottom--8869571241643009698overview role=tab data-toggle=tab&gt;Overview&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-8869571241643009698bottom--8869571241643009698string aria-controls=-8869571241643009698bottom--8869571241643009698string role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-8869571241643009698bottom--8869571241643009698word aria-controls=-8869571241643009698bottom--8869571241643009698word role=tab data-toggle=tab&gt;Words&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-8869571241643009698bottom--8869571241643009698characters aria-controls=-8869571241643009698bottom--8869571241643009698characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-8869571241643009698bottom--8869571241643009698overview&gt;&lt;div class=row&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Length&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Max length&lt;/th&gt;&lt;td&gt;8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median length&lt;/th&gt;&lt;td&gt;8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean length&lt;/th&gt;&lt;td&gt;8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Min length&lt;/th&gt;&lt;td&gt;8&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Characters and Unicode&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Total characters&lt;/th&gt;&lt;td&gt;65784&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct characters&lt;/th&gt;&lt;td&gt;8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct categories&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode categories (click for more information)&quot; href=https://en.wikipedia.org/wiki/Unicode_character_property#General_Category&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode categories (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct scripts&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode scripts (click for more information)&quot; href=https://en.wikipedia.org/wiki/Script_(Unicode)#List_of_scripts_in_Unicode&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode scripts (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct blocks&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode blocks (click for more information)&quot; href=https://en.wikipedia.org/wiki/Unicode_block&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode blocks (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; The Unicode Standard assigns character properties to each code point, which can be used to analyse textual variables. &lt;/div&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Unique&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Unique&lt;/th&gt;&lt;td&gt;0 &lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;The number of unique values (all values that occur exactly once in the dataset).&quot;&gt;?&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Unique (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Sample&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;1st row&lt;/th&gt;&lt;td&gt;coindesk&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;2nd row&lt;/th&gt;&lt;td&gt;coindesk&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;3rd row&lt;/th&gt;&lt;td&gt;coindesk&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;4th row&lt;/th&gt;&lt;td&gt;coindesk&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5th row&lt;/th&gt;&lt;td&gt;coindesk&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-8869571241643009698bottom--8869571241643009698string&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Common Values&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=coindesk&gt; coindesk &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Length&lt;/h4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
" &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-29T12:19:37.648640&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.7.1, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
"L 504 216 \n",
"L 504 0 \n",
"L 0 0 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 61.39 176.371792 \n",
"L 493.2 176.371792 \n",
"L 493.2 10.8 \n",
"L 61.39 10.8 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(116.601751 203.489906) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-37 transform=scale(0.015625) d=&quot;M 525 4666 \n",
"L 3525 4666 \n",
"L 3525 4397 \n",
"L 1831 0 \n",
"L 1172 0 \n",
"L 2766 4134 \n",
"L 525 4134 \n",
"L 525 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-2e transform=scale(0.015625) d=&quot;M 684 794 \n",
"L 1344 794 \n",
"L 1344 0 \n",
"L 684 0 \n",
"L 684 794 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-36 transform=scale(0.015625) d=&quot;M 2113 2584 \n",
"Q 1688 2584 1439 2293 \n",
"Q 1191 2003 1191 1497 \n",
"Q 1191 994 1439 701 \n",
"Q 1688 409 2113 409 \n",
"Q 2538 409 2786 701 \n",
"Q 3034 994 3034 1497 \n",
"Q 3034 2003 2786 2293 \n",
"Q 2538 2584 2113 2584 \n",
"z\n",
"M 3366 4563 \n",
"L 3366 3988 \n",
"Q 3128 4100 2886 4159 \n",
"Q 2644 4219 2406 4219 \n",
"Q 1781 4219 1451 3797 \n",
"Q 1122 3375 1075 2522 \n",
"Q 1259 2794 1537 2939 \n",
"Q 1816 3084 2150 3084 \n",
"Q 2853 3084 3261 2657 \n",
"Q 3669 2231 3669 1497 \n",
"Q 3669 778 3244 343 \n",
"Q 2819 -91 2113 -91 \n",
"Q 1303 -91 875 529 \n",
"Q 447 1150 447 2328 \n",
"Q 447 3434 972 4092 \n",
"Q 1497 4750 2381 4750 \n",
"Q 2619 4750 2861 4703 \n",
"Q 3103 4656 3366 4563 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-37 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-36 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(195.11266 203.489906) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-38 transform=scale(0.015625) d=&quot;M 2034 2216 \n",
"Q 1584 2216 1326 1975 \n",
"Q 1069 1734 1069 1313 \n",
"Q 1069 891 1326 650 \n",
"Q 1584 409 2034 409 \n",
"Q 2484 409 2743 651 \n",
"Q 3003 894 3003 1313 \n",
"Q 3003 1734 2745 1975 \n",
"Q 2488 2216 2034 2216 \n",
"z\n",
"M 1403 2484 \n",
"Q 997 2584 770 2862 \n",
"Q 544 3141 544 3541 \n",
"Q 544 4100 942 4425 \n",
"Q 1341 4750 2034 4750 \n",
"Q 2731 4750 3128 4425 \n",
"Q 3525 4100 3525 3541 \n",
"Q 3525 3141 3298 2862 \n",
"Q 3072 2584 2669 2484 \n",
"Q 3125 2378 3379 2068 \n",
"Q 3634 1759 3634 1313 \n",
"Q 3634 634 3220 271 \n",
"Q 2806 -91 2034 -91 \n",
"Q 1263 -91 848 271 \n",
"Q 434 634 434 1313 \n",
"Q 434 1759 690 2068 \n",
"Q 947 2378 1403 2484 \n",
"z\n",
"M 1172 3481 \n",
"Q 1172 3119 1398 2916 \n",
"Q 1625 2713 2034 2713 \n",
"Q 2441 2713 2670 2916 \n",
"Q 2900 3119 2900 3481 \n",
"Q 2900 3844 2670 4047 \n",
"Q 2441 4250 2034 4250 \n",
"Q 1625 4250 1398 4047 \n",
"Q 1172 3844 1172 3481 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-37 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-38 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(273.623569 203.489906) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-30 transform=scale(0.015625) d=&quot;M 2034 4250 \n",
"Q 1547 4250 1301 3770 \n",
"Q 1056 3291 1056 2328 \n",
"Q 1056 1369 1301 889 \n",
"Q 1547 409 2034 409 \n",
"Q 2525 409 2770 889 \n",
"Q 3016 1369 3016 2328 \n",
"Q 3016 3291 2770 3770 \n",
"Q 2525 4250 2034 4250 \n",
"z\n",
"M 2034 4750 \n",
"Q 2819 4750 3233 4129 \n",
"Q 3647 3509 3647 2328 \n",
"Q 3647 1150 3233 529 \n",
"Q 2819 -91 2034 -91 \n",
"Q 1250 -91 836 529 \n",
"Q 422 1150 422 2328 \n",
"Q 422 3509 836 4129 \n",
"Q 1250 4750 2034 4750 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-38 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(352.134478 203.489906) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-32 transform=scale(0.015625) d=&quot;M 1228 531 \n",
"L 3431 531 \n",
"L 3431 0 \n",
"L 469 0 \n",
"L 469 531 \n",
"Q 828 903 1448 1529 \n",
"Q 2069 2156 2228 2338 \n",
"Q 2531 2678 2651 2914 \n",
"Q 2772 3150 2772 3378 \n",
"Q 2772 3750 2511 3984 \n",
"Q 2250 4219 1831 4219 \n",
"Q 1534 4219 1204 4116 \n",
"Q 875 4013 500 3803 \n",
"L 500 4441 \n",
"Q 881 4594 1212 4672 \n",
"Q 1544 4750 1819 4750 \n",
"Q 2544 4750 2975 4387 \n",
"Q 3406 4025 3406 3419 \n",
"Q 3406 3131 3298 2873 \n",
"Q 3191 2616 2906 2266 \n",
"Q 2828 2175 2409 1742 \n",
"Q 1991 1309 1228 531 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-38 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(430.645387 203.489906) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-34 transform=scale(0.015625) d=&quot;M 2419 4116 \n",
"L 825 1625 \n",
"L 2419 1625 \n",
"L 2419 4116 \n",
"z\n",
"M 2253 4666 \n",
"L 3047 4666 \n",
"L 3047 1625 \n",
"L 3713 1625 \n",
"L 3713 1100 \n",
"L 3047 1100 \n",
"L 3047 0 \n",
"L 2419 0 \n",
"L 2419 1100 \n",
"L 313 1100 \n",
"L 313 1709 \n",
"L 2253 4666 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-38 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-34 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(44.5275 180.171011) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 141.818239) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 103.465467) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-34 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 65.112696) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-36 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 26.759924) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-38 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(19.152344 121.998552) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-46 transform=scale(0.015625) d=&quot;M 628 4666 \n",
"L 3309 4666 \n",
"L 3309 4134 \n",
"L 1259 4134 \n",
"L 1259 2759 \n",
"L 3109 2759 \n",
"L 3109 2228 \n",
"L 1259 2228 \n",
"L 1259 0 \n",
"L 628 0 \n",
"L 628 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-72 transform=scale(0.015625) d=&quot;M 2631 2963 \n",
"Q 2534 3019 2420 3045 \n",
"Q 2306 3072 2169 3072 \n",
"Q 1681 3072 1420 2755 \n",
"Q 1159 2438 1159 1844 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1341 3275 1631 3429 \n",
"Q 1922 3584 2338 3584 \n",
"Q 2397 3584 2469 3576 \n",
"Q 2541 3569 2628 3553 \n",
"L 2631 2963 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-65 transform=scale(0.015625) d=&quot;M 3597 1894 \n",
"L 3597 1613 \n",
"L 953 1613 \n",
"Q 991 1019 1311 708 \n",
"Q 1631 397 2203 397 \n",
"Q 2534 397 2845 478 \n",
"Q 3156 559 3463 722 \n",
"L 3463 178 \n",
"Q 3153 47 2828 -22 \n",
"Q 2503 -91 2169 -91 \n",
"Q 1331 -91 842 396 \n",
"Q 353 884 353 1716 \n",
"Q 353 2575 817 3079 \n",
"Q 1281 3584 2069 3584 \n",
"Q 2775 3584 3186 3129 \n",
"Q 3597 2675 3597 1894 \n",
"z\n",
"M 3022 2063 \n",
"Q 3016 2534 2758 2815 \n",
"Q 2500 3097 2075 3097 \n",
"Q 1594 3097 1305 2825 \n",
"Q 1016 2553 972 2059 \n",
"L 3022 2063 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-71 transform=scale(0.015625) d=&quot;M 947 1747 \n",
"Q 947 1113 1208 752 \n",
"Q 1469 391 1925 391 \n",
"Q 2381 391 2643 752 \n",
"Q 2906 1113 2906 1747 \n",
"Q 2906 2381 2643 2742 \n",
"Q 2381 3103 1925 3103 \n",
"Q 1469 3103 1208 2742 \n",
"Q 947 2381 947 1747 \n",
"z\n",
"M 2906 525 \n",
"Q 2725 213 2448 61 \n",
"Q 2172 -91 1784 -91 \n",
"Q 1150 -91 751 415 \n",
"Q 353 922 353 1747 \n",
"Q 353 2572 751 3078 \n",
"Q 1150 3584 1784 3584 \n",
"Q 2172 3584 2448 3432 \n",
"Q 2725 3281 2906 2969 \n",
"L 2906 3500 \n",
"L 3481 3500 \n",
"L 3481 -1331 \n",
"L 2906 -1331 \n",
"L 2906 525 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-75 transform=scale(0.015625) d=&quot;M 544 1381 \n",
"L 544 3500 \n",
"L 1119 3500 \n",
"L 1119 1403 \n",
"Q 1119 906 1312 657 \n",
"Q 1506 409 1894 409 \n",
"Q 2359 409 2629 706 \n",
"Q 2900 1003 2900 1516 \n",
"L 2900 3500 \n",
"L 3475 3500 \n",
"L 3475 0 \n",
"L 2900 0 \n",
"L 2900 538 \n",
"Q 2691 219 2414 64 \n",
"Q 2138 -91 1772 -91 \n",
"Q 1169 -91 856 284 \n",
"Q 544 659 544 1381 \n",
"z\n",
"M 1991 3584 \n",
"L 1991 3584 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6e transform=scale(0.015625) d=&quot;M 3513 2113 \n",
"L 3513 0 \n",
"L 2938 0 \n",
"L 2938 2094 \n",
"Q 2938 2591 2744 2837 \n",
"Q 2550 3084 2163 3084 \n",
"Q 1697 3084 1428 2787 \n",
"Q 1159 2491 1159 1978 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1366 3272 1645 3428 \n",
"Q 1925 3584 2291 3584 \n",
"Q 2894 3584 3203 3211 \n",
"Q 3513 2838 3513 2113 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-63 transform=scale(0.015625) d=&quot;M 3122 3366 \n",
"L 3122 2828 \n",
"Q 2878 2963 2633 3030 \n",
"Q 2388 3097 2138 3097 \n",
"Q 1578 3097 1268 2742 \n",
"Q 959 2388 959 1747 \n",
"Q 959 1106 1268 751 \n",
"Q 1578 397 2138 397 \n",
"Q 2388 397 2633 464 \n",
"Q 2878 531 3122 666 \n",
"L 3122 134 \n",
"Q 2881 22 2623 -34 \n",
"Q 2366 -91 2075 -91 \n",
"Q 1284 -91 818 406 \n",
"Q 353 903 353 1747 \n",
"Q 353 2603 823 3093 \n",
"Q 1294 3584 2113 3584 \n",
"Q 2378 3584 2631 3529 \n",
"Q 2884 3475 3122 3366 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-79 transform=scale(0.015625) d=&quot;M 2059 -325 \n",
"Q 1816 -950 1584 -1140 \n",
"Q 1353 -1331 966 -1331 \n",
"L 506 -1331 \n",
"L 506 -850 \n",
"L 844 -850 \n",
"Q 1081 -850 1212 -737 \n",
"Q 1344 -625 1503 -206 \n",
"L 1606 56 \n",
"L 191 3500 \n",
"L 800 3500 \n",
"L 1894 763 \n",
"L 2988 3500 \n",
"L 3597 3500 \n",
"L 2059 -325 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-46 /&gt;&lt;use xlink:href=#DejaVuSans-72 x=50.269531 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=89.132812 /&gt;&lt;use xlink:href=#DejaVuSans-71 x=150.65625 /&gt;&lt;use xlink:href=#DejaVuSans-75 x=214.132812 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=277.511719 /&gt;&lt;use xlink:href=#DejaVuSans-6e x=339.035156 /&gt;&lt;use xlink:href=#DejaVuSans-63 x=402.414062 /&gt;&lt;use xlink:href=#DejaVuSans-79 x=457.394531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 81.017727 176.371792 \n",
"L 473.572273 176.371792 \n",
"L 473.572273 18.684371 \n",
"L 81.017727 18.684371 \n",
"z\n",
"&quot; clip-path=url(#p37fdc2cdd2) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 61.39 176.371792 \n",
"L 61.39 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 493.2 176.371792 \n",
"L 493.2 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 61.39 176.371792 \n",
"L 493.2 176.371792 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 61.39 10.8 \n",
"L 493.2 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p37fdc2cdd2&gt;&lt;rect x=61.39 y=10.8 width=431.81 height=165.571792 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; Histogram of lengths of the category &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Common Values (Plot)&lt;/h4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
" &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=405pt height=164.4678pt viewbox=&quot;0 0 405 164.4678&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-29T12:19:37.810202&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.7.1, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 164.4678 \n",
"L 405 164.4678 \n",
"L 405 0 \n",
"L 0 0 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 7.2 108.84 \n",
"L 397.8 108.84 \n",
"L 397.8 16.44 \n",
"L 7.2 16.44 \n",
"z\n",
"&quot; clip-path=url(#pea2bb34549) style=&quot;fill: #1f77b4; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(172.512 58.551075) scale(0.144 -0.144)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-Bold-31 transform=scale(0.015625) d=&quot;M 750 831 \n",
"L 1813 831 \n",
"L 1813 3847 \n",
"L 722 3622 \n",
"L 722 4441 \n",
"L 1806 4666 \n",
"L 2950 4666 \n",
"L 2950 831 \n",
"L 4013 831 \n",
"L 4013 0 \n",
"L 750 0 \n",
"L 750 831 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-30 transform=scale(0.015625) d=&quot;M 2944 2338 \n",
"Q 2944 3213 2780 3570 \n",
"Q 2616 3928 2228 3928 \n",
"Q 1841 3928 1675 3570 \n",
"Q 1509 3213 1509 2338 \n",
"Q 1509 1453 1675 1090 \n",
"Q 1841 728 2228 728 \n",
"Q 2613 728 2778 1090 \n",
"Q 2944 1453 2944 2338 \n",
"z\n",
"M 4147 2328 \n",
"Q 4147 1169 3647 539 \n",
"Q 3147 -91 2228 -91 \n",
"Q 1306 -91 806 539 \n",
"Q 306 1169 306 2328 \n",
"Q 306 3491 806 4120 \n",
"Q 1306 4750 2228 4750 \n",
"Q 3147 4750 3647 4120 \n",
"Q 4147 3491 4147 2328 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-2e transform=scale(0.015625) d=&quot;M 653 1209 \n",
"L 1778 1209 \n",
"L 1778 0 \n",
"L 653 0 \n",
"L 653 1209 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-25 transform=scale(0.015625) d=&quot;M 4959 1925 \n",
"Q 4738 1925 4616 1733 \n",
"Q 4494 1541 4494 1184 \n",
"Q 4494 825 4614 633 \n",
"Q 4734 441 4959 441 \n",
"Q 5184 441 5303 633 \n",
"Q 5422 825 5422 1184 \n",
"Q 5422 1541 5301 1733 \n",
"Q 5181 1925 4959 1925 \n",
"z\n",
"M 4959 2450 \n",
"Q 5541 2450 5875 2112 \n",
"Q 6209 1775 6209 1184 \n",
"Q 6209 594 5875 251 \n",
"Q 5541 -91 4959 -91 \n",
"Q 4378 -91 4042 251 \n",
"Q 3706 594 3706 1184 \n",
"Q 3706 1772 4042 2111 \n",
"Q 4378 2450 4959 2450 \n",
"z\n",
"M 2094 -91 \n",
"L 1403 -91 \n",
"L 4319 4750 \n",
"L 5013 4750 \n",
"L 2094 -91 \n",
"z\n",
"M 1453 4750 \n",
"Q 2034 4750 2367 4411 \n",
"Q 2700 4072 2700 3481 \n",
"Q 2700 2891 2367 2550 \n",
"Q 2034 2209 1453 2209 \n",
"Q 872 2209 539 2550 \n",
"Q 206 2891 206 3481 \n",
"Q 206 4072 539 4411 \n",
"Q 872 4750 1453 4750 \n",
"z\n",
"M 1453 4225 \n",
"Q 1228 4225 1106 4031 \n",
"Q 984 3838 984 3481 \n",
"Q 984 3122 1106 2926 \n",
"Q 1228 2731 1453 2731 \n",
"Q 1678 2731 1798 2926 \n",
"Q 1919 3122 1919 3481 \n",
"Q 1919 3838 1797 4031 \n",
"Q 1675 4225 1453 4225 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-Bold-31 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-30 x=69.580078 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-30 x=139.160156 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-2e x=208.740234 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-30 x=246.728516 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-25 x=316.308594 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(175.88025 74.675925) scale(0.144 -0.144)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-Bold-28 transform=scale(0.015625) d=&quot;M 2413 -844 \n",
"L 1484 -844 \n",
"Q 1006 -72 778 623 \n",
"Q 550 1319 550 2003 \n",
"Q 550 2688 779 3389 \n",
"Q 1009 4091 1484 4856 \n",
"L 2413 4856 \n",
"Q 2013 4116 1813 3408 \n",
"Q 1613 2700 1613 2009 \n",
"Q 1613 1319 1811 609 \n",
"Q 2009 -100 2413 -844 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-38 transform=scale(0.015625) d=&quot;M 2228 2088 \n",
"Q 1891 2088 1709 1903 \n",
"Q 1528 1719 1528 1375 \n",
"Q 1528 1031 1709 848 \n",
"Q 1891 666 2228 666 \n",
"Q 2563 666 2741 848 \n",
"Q 2919 1031 2919 1375 \n",
"Q 2919 1722 2741 1905 \n",
"Q 2563 2088 2228 2088 \n",
"z\n",
"M 1350 2484 \n",
"Q 925 2613 709 2878 \n",
"Q 494 3144 494 3541 \n",
"Q 494 4131 934 4440 \n",
"Q 1375 4750 2228 4750 \n",
"Q 3075 4750 3515 4442 \n",
"Q 3956 4134 3956 3541 \n",
"Q 3956 3144 3739 2878 \n",
"Q 3522 2613 3097 2484 \n",
"Q 3572 2353 3814 2058 \n",
"Q 4056 1763 4056 1313 \n",
"Q 4056 619 3595 264 \n",
"Q 3134 -91 2228 -91 \n",
"Q 1319 -91 855 264 \n",
"Q 391 619 391 1313 \n",
"Q 391 1763 633 2058 \n",
"Q 875 2353 1350 2484 \n",
"z\n",
"M 1631 3419 \n",
"Q 1631 3141 1786 2991 \n",
"Q 1941 2841 2228 2841 \n",
"Q 2509 2841 2662 2991 \n",
"Q 2816 3141 2816 3419 \n",
"Q 2816 3697 2662 3845 \n",
"Q 2509 3994 2228 3994 \n",
"Q 1941 3994 1786 3844 \n",
"Q 1631 3694 1631 3419 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-32 transform=scale(0.015625) d=&quot;M 1844 884 \n",
"L 3897 884 \n",
"L 3897 0 \n",
"L 506 0 \n",
"L 506 884 \n",
"L 2209 2388 \n",
"Q 2438 2594 2547 2791 \n",
"Q 2656 2988 2656 3200 \n",
"Q 2656 3528 2436 3728 \n",
"Q 2216 3928 1850 3928 \n",
"Q 1569 3928 1234 3808 \n",
"Q 900 3688 519 3450 \n",
"L 519 4475 \n",
"Q 925 4609 1322 4679 \n",
"Q 1719 4750 2100 4750 \n",
"Q 2938 4750 3402 4381 \n",
"Q 3866 4013 3866 3353 \n",
"Q 3866 2972 3669 2642 \n",
"Q 3472 2313 2841 1759 \n",
"L 1844 884 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-33 transform=scale(0.015625) d=&quot;M 2981 2516 \n",
"Q 3453 2394 3698 2092 \n",
"Q 3944 1791 3944 1325 \n",
"Q 3944 631 3412 270 \n",
"Q 2881 -91 1863 -91 \n",
"Q 1503 -91 1142 -33 \n",
"Q 781 25 428 141 \n",
"L 428 1069 \n",
"Q 766 900 1098 814 \n",
"Q 1431 728 1753 728 \n",
"Q 2231 728 2486 893 \n",
"Q 2741 1059 2741 1369 \n",
"Q 2741 1688 2480 1852 \n",
"Q 2219 2016 1709 2016 \n",
"L 1228 2016 \n",
"L 1228 2791 \n",
"L 1734 2791 \n",
"Q 2188 2791 2409 2933 \n",
"Q 2631 3075 2631 3366 \n",
"Q 2631 3634 2415 3781 \n",
"Q 2200 3928 1806 3928 \n",
"Q 1516 3928 1219 3862 \n",
"Q 922 3797 628 3669 \n",
"L 628 4550 \n",
"Q 984 4650 1334 4700 \n",
"Q 1684 4750 2022 4750 \n",
"Q 2931 4750 3382 4451 \n",
"Q 3834 4153 3834 3553 \n",
"Q 3834 3144 3618 2883 \n",
"Q 3403 2622 2981 2516 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-29 transform=scale(0.015625) d=&quot;M 513 -844 \n",
"Q 913 -100 1113 609 \n",
"Q 1313 1319 1313 2009 \n",
"Q 1313 2700 1113 3408 \n",
"Q 913 4116 513 4856 \n",
"L 1441 4856 \n",
"Q 1916 4091 2145 3389 \n",
"Q 2375 2688 2375 2003 \n",
"Q 2375 1319 2147 623 \n",
"Q 1919 -72 1441 -844 \n",
"L 513 -844 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-Bold-28 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-38 x=45.703125 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-32 x=115.283203 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-32 x=184.863281 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=254.443359 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-29 x=324.023438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=legend_1&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 19.296 157.2678 \n",
"L 151.029 157.2678 \n",
"Q 154.485 157.2678 154.485 153.8118 \n",
"L 154.485 130.176 \n",
"Q 154.485 126.72 151.029 126.72 \n",
"L 19.296 126.72 \n",
"Q 15.84 126.72 15.84 130.176 \n",
"L 15.84 153.8118 \n",
"Q 15.84 157.2678 19.296 157.2678 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff; opacity: 0.8; stroke: #cccccc; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 22.752 146.7621 \n",
"L 57.312 146.7621 \n",
"L 57.312 134.6661 \n",
"L 22.752 134.6661 \n",
"z\n",
"&quot; style=&quot;fill: #1f77b4; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 146.7621) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-63 transform=scale(0.015625) d=&quot;M 3122 3366 \n",
"L 3122 2828 \n",
"Q 2878 2963 2633 3030 \n",
"Q 2388 3097 2138 3097 \n",
"Q 1578 3097 1268 2742 \n",
"Q 959 2388 959 1747 \n",
"Q 959 1106 1268 751 \n",
"Q 1578 397 2138 397 \n",
"Q 2388 397 2633 464 \n",
"Q 2878 531 3122 666 \n",
"L 3122 134 \n",
"Q 2881 22 2623 -34 \n",
"Q 2366 -91 2075 -91 \n",
"Q 1284 -91 818 406 \n",
"Q 353 903 353 1747 \n",
"Q 353 2603 823 3093 \n",
"Q 1294 3584 2113 3584 \n",
"Q 2378 3584 2631 3529 \n",
"Q 2884 3475 3122 3366 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6f transform=scale(0.015625) d=&quot;M 1959 3097 \n",
"Q 1497 3097 1228 2736 \n",
"Q 959 2375 959 1747 \n",
"Q 959 1119 1226 758 \n",
"Q 1494 397 1959 397 \n",
"Q 2419 397 2687 759 \n",
"Q 2956 1122 2956 1747 \n",
"Q 2956 2369 2687 2733 \n",
"Q 2419 3097 1959 3097 \n",
"z\n",
"M 1959 3584 \n",
"Q 2709 3584 3137 3096 \n",
"Q 3566 2609 3566 1747 \n",
"Q 3566 888 3137 398 \n",
"Q 2709 -91 1959 -91 \n",
"Q 1206 -91 779 398 \n",
"Q 353 888 353 1747 \n",
"Q 353 2609 779 3096 \n",
"Q 1206 3584 1959 3584 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-69 transform=scale(0.015625) d=&quot;M 603 3500 \n",
"L 1178 3500 \n",
"L 1178 0 \n",
"L 603 0 \n",
"L 603 3500 \n",
"z\n",
"M 603 4863 \n",
"L 1178 4863 \n",
"L 1178 4134 \n",
"L 603 4134 \n",
"L 603 4863 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6e transform=scale(0.015625) d=&quot;M 3513 2113 \n",
"L 3513 0 \n",
"L 2938 0 \n",
"L 2938 2094 \n",
"Q 2938 2591 2744 2837 \n",
"Q 2550 3084 2163 3084 \n",
"Q 1697 3084 1428 2787 \n",
"Q 1159 2491 1159 1978 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1366 3272 1645 3428 \n",
"Q 1925 3584 2291 3584 \n",
"Q 2894 3584 3203 3211 \n",
"Q 3513 2838 3513 2113 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-64 transform=scale(0.015625) d=&quot;M 2906 2969 \n",
"L 2906 4863 \n",
"L 3481 4863 \n",
"L 3481 0 \n",
"L 2906 0 \n",
"L 2906 525 \n",
"Q 2725 213 2448 61 \n",
"Q 2172 -91 1784 -91 \n",
"Q 1150 -91 751 415 \n",
"Q 353 922 353 1747 \n",
"Q 353 2572 751 3078 \n",
"Q 1150 3584 1784 3584 \n",
"Q 2172 3584 2448 3432 \n",
"Q 2725 3281 2906 2969 \n",
"z\n",
"M 947 1747 \n",
"Q 947 1113 1208 752 \n",
"Q 1469 391 1925 391 \n",
"Q 2381 391 2643 752 \n",
"Q 2906 1113 2906 1747 \n",
"Q 2906 2381 2643 2742 \n",
"Q 2381 3103 1925 3103 \n",
"Q 1469 3103 1208 2742 \n",
"Q 947 2381 947 1747 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-65 transform=scale(0.015625) d=&quot;M 3597 1894 \n",
"L 3597 1613 \n",
"L 953 1613 \n",
"Q 991 1019 1311 708 \n",
"Q 1631 397 2203 397 \n",
"Q 2534 397 2845 478 \n",
"Q 3156 559 3463 722 \n",
"L 3463 178 \n",
"Q 3153 47 2828 -22 \n",
"Q 2503 -91 2169 -91 \n",
"Q 1331 -91 842 396 \n",
"Q 353 884 353 1716 \n",
"Q 353 2575 817 3079 \n",
"Q 1281 3584 2069 3584 \n",
"Q 2775 3584 3186 3129 \n",
"Q 3597 2675 3597 1894 \n",
"z\n",
"M 3022 2063 \n",
"Q 3016 2534 2758 2815 \n",
"Q 2500 3097 2075 3097 \n",
"Q 1594 3097 1305 2825 \n",
"Q 1016 2553 972 2059 \n",
"L 3022 2063 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-73 transform=scale(0.015625) d=&quot;M 2834 3397 \n",
"L 2834 2853 \n",
"Q 2591 2978 2328 3040 \n",
"Q 2066 3103 1784 3103 \n",
"Q 1356 3103 1142 2972 \n",
"Q 928 2841 928 2578 \n",
"Q 928 2378 1081 2264 \n",
"Q 1234 2150 1697 2047 \n",
"L 1894 2003 \n",
"Q 2506 1872 2764 1633 \n",
"Q 3022 1394 3022 966 \n",
"Q 3022 478 2636 193 \n",
"Q 2250 -91 1575 -91 \n",
"Q 1294 -91 989 -36 \n",
"Q 684 19 347 128 \n",
"L 347 722 \n",
"Q 666 556 975 473 \n",
"Q 1284 391 1588 391 \n",
"Q 1994 391 2212 530 \n",
"Q 2431 669 2431 922 \n",
"Q 2431 1156 2273 1281 \n",
"Q 2116 1406 1581 1522 \n",
"L 1381 1569 \n",
"Q 847 1681 609 1914 \n",
"Q 372 2147 372 2553 \n",
"Q 372 3047 722 3315 \n",
"Q 1072 3584 1716 3584 \n",
"Q 2034 3584 2315 3537 \n",
"Q 2597 3491 2834 3397 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6b transform=scale(0.015625) d=&quot;M 581 4863 \n",
"L 1159 4863 \n",
"L 1159 1991 \n",
"L 2875 3500 \n",
"L 3609 3500 \n",
"L 1753 1863 \n",
"L 3688 0 \n",
"L 2938 0 \n",
"L 1159 1709 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 4863 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-63 /&gt;&lt;use xlink:href=#DejaVuSans-6f x=54.980469 /&gt;&lt;use xlink:href=#DejaVuSans-69 x=116.162109 /&gt;&lt;use xlink:href=#DejaVuSans-6e x=143.945312 /&gt;&lt;use xlink:href=#DejaVuSans-64 x=207.324219 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=270.800781 /&gt;&lt;use xlink:href=#DejaVuSans-73 x=332.324219 /&gt;&lt;use xlink:href=#DejaVuSans-6b x=384.423828 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pea2bb34549&gt;&lt;rect x=7.2 y=7.2 width=390.6 height=110.88 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-8869571241643009698bottom--8869571241643009698word&gt;&lt;div class=col-sm-12&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=coindesk&gt; coindesk &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-8869571241643009698bottom--8869571241643009698characters&gt;&lt;div class=col-sm-12&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-8869571241643009698unicode--8869571241643009698characters aria-controls=-8869571241643009698unicode--8869571241643009698characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-8869571241643009698unicode--8869571241643009698categories aria-controls=-8869571241643009698unicode--8869571241643009698categories role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-8869571241643009698unicode--8869571241643009698scripts aria-controls=-8869571241643009698unicode--8869571241643009698scripts role=tab data-toggle=tab&gt;Scripts&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-8869571241643009698unicode--8869571241643009698blocks aria-controls=-8869571241643009698unicode--8869571241643009698blocks role=tab data-toggle=tab&gt;Blocks&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-8869571241643009698unicode--8869571241643009698characters&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring characters&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=c&gt; c &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=o&gt; o &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=i&gt; i &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=n&gt; n &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=d&gt; d &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=e&gt; e &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=s&gt; s &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=k&gt; k &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-8869571241643009698unicode--8869571241643009698categories&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring categories&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=&quot;Lowercase Letter&quot;&gt; Lowercase Letter &lt;/td&gt;&lt;td&gt;65784&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per category&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Lowercase Letter&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=c&gt; c &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=o&gt; o &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=i&gt; i &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=n&gt; n &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=d&gt; d &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=e&gt; e &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=s&gt; s &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=k&gt; k &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-8869571241643009698unicode--8869571241643009698scripts&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring scripts&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=Latin&gt; Latin &lt;/td&gt;&lt;td&gt;65784&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per script&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Latin&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=c&gt; c &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=o&gt; o &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=i&gt; i &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=n&gt; n &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=d&gt; d &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=e&gt; e &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=s&gt; s &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=k&gt; k &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-8869571241643009698unicode--8869571241643009698blocks&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring blocks&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=ASCII&gt; ASCII &lt;/td&gt;&lt;td&gt;65784&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per block&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;ASCII&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=c&gt; c &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=o&gt; o &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=i&gt; i &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=n&gt; n &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=d&gt; d &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=e&gt; e &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=s&gt; s &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=k&gt; k &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 12.5% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_-4547053504392011220&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=code&gt;&lt;a href=#pp_var_-4547053504392011220&gt;code&lt;/a&gt;&lt;br&gt;&lt;small&gt;Categorical&lt;/small&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;&lt;abbr title=&quot;This variable has a high overall correlation with 4 fields: _value, table, description, symbol&quot;&gt;HIGH CORRELATION&lt;/abbr&gt;&lt;/code&gt;&amp;nbsp &lt;code&gt;UNIFORM&lt;/code&gt;&amp;nbsp &lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;&lt; 0.1%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;64.4 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;div class=row id=minifreqtable&gt;&lt;table class=&quot;mini freq table-0&quot;&gt;&lt;tr class&gt;&lt;th width=10%&gt; EUR &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 2741&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=10%&gt; GBP &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 2741&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=10%&gt; USD &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 2741&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom--4547053504392011220, #minifreqtable-4547053504392011220&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom--4547053504392011220 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-4547053504392011220bottom--4547053504392011220overview aria-controls=-4547053504392011220bottom--4547053504392011220overview role=tab data-toggle=tab&gt;Overview&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-4547053504392011220bottom--4547053504392011220string aria-controls=-4547053504392011220bottom--4547053504392011220string role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-4547053504392011220bottom--4547053504392011220word aria-controls=-4547053504392011220bottom--4547053504392011220word role=tab data-toggle=tab&gt;Words&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-4547053504392011220bottom--4547053504392011220characters aria-controls=-4547053504392011220bottom--4547053504392011220characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-4547053504392011220bottom--4547053504392011220overview&gt;&lt;div class=row&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Length&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Max length&lt;/th&gt;&lt;td&gt;3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median length&lt;/th&gt;&lt;td&gt;3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean length&lt;/th&gt;&lt;td&gt;3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Min length&lt;/th&gt;&lt;td&gt;3&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Characters and Unicode&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Total characters&lt;/th&gt;&lt;td&gt;24669&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct characters&lt;/th&gt;&lt;td&gt;8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct categories&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode categories (click for more information)&quot; href=https://en.wikipedia.org/wiki/Unicode_character_property#General_Category&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode categories (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct scripts&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode scripts (click for more information)&quot; href=https://en.wikipedia.org/wiki/Script_(Unicode)#List_of_scripts_in_Unicode&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode scripts (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct blocks&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode blocks (click for more information)&quot; href=https://en.wikipedia.org/wiki/Unicode_block&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode blocks (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; The Unicode Standard assigns character properties to each code point, which can be used to analyse textual variables. &lt;/div&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Unique&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Unique&lt;/th&gt;&lt;td&gt;0 &lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;The number of unique values (all values that occur exactly once in the dataset).&quot;&gt;?&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Unique (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Sample&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;1st row&lt;/th&gt;&lt;td&gt;EUR&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;2nd row&lt;/th&gt;&lt;td&gt;EUR&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;3rd row&lt;/th&gt;&lt;td&gt;EUR&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;4th row&lt;/th&gt;&lt;td&gt;EUR&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5th row&lt;/th&gt;&lt;td&gt;EUR&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-4547053504392011220bottom--4547053504392011220string&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Common Values&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=EUR&gt; EUR &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=GBP&gt; GBP &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=USD&gt; USD &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Length&lt;/h4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
" &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-29T12:19:37.937414&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.7.1, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
"L 504 216 \n",
"L 504 0 \n",
"L 0 0 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 61.39 176.371792 \n",
"L 493.2 176.371792 \n",
"L 493.2 10.8 \n",
"L 61.39 10.8 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(116.601751 203.489906) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-32 transform=scale(0.015625) d=&quot;M 1228 531 \n",
"L 3431 531 \n",
"L 3431 0 \n",
"L 469 0 \n",
"L 469 531 \n",
"Q 828 903 1448 1529 \n",
"Q 2069 2156 2228 2338 \n",
"Q 2531 2678 2651 2914 \n",
"Q 2772 3150 2772 3378 \n",
"Q 2772 3750 2511 3984 \n",
"Q 2250 4219 1831 4219 \n",
"Q 1534 4219 1204 4116 \n",
"Q 875 4013 500 3803 \n",
"L 500 4441 \n",
"Q 881 4594 1212 4672 \n",
"Q 1544 4750 1819 4750 \n",
"Q 2544 4750 2975 4387 \n",
"Q 3406 4025 3406 3419 \n",
"Q 3406 3131 3298 2873 \n",
"Q 3191 2616 2906 2266 \n",
"Q 2828 2175 2409 1742 \n",
"Q 1991 1309 1228 531 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-2e transform=scale(0.015625) d=&quot;M 684 794 \n",
"L 1344 794 \n",
"L 1344 0 \n",
"L 684 0 \n",
"L 684 794 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-36 transform=scale(0.015625) d=&quot;M 2113 2584 \n",
"Q 1688 2584 1439 2293 \n",
"Q 1191 2003 1191 1497 \n",
"Q 1191 994 1439 701 \n",
"Q 1688 409 2113 409 \n",
"Q 2538 409 2786 701 \n",
"Q 3034 994 3034 1497 \n",
"Q 3034 2003 2786 2293 \n",
"Q 2538 2584 2113 2584 \n",
"z\n",
"M 3366 4563 \n",
"L 3366 3988 \n",
"Q 3128 4100 2886 4159 \n",
"Q 2644 4219 2406 4219 \n",
"Q 1781 4219 1451 3797 \n",
"Q 1122 3375 1075 2522 \n",
"Q 1259 2794 1537 2939 \n",
"Q 1816 3084 2150 3084 \n",
"Q 2853 3084 3261 2657 \n",
"Q 3669 2231 3669 1497 \n",
"Q 3669 778 3244 343 \n",
"Q 2819 -91 2113 -91 \n",
"Q 1303 -91 875 529 \n",
"Q 447 1150 447 2328 \n",
"Q 447 3434 972 4092 \n",
"Q 1497 4750 2381 4750 \n",
"Q 2619 4750 2861 4703 \n",
"Q 3103 4656 3366 4563 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-36 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(195.11266 203.489906) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-38 transform=scale(0.015625) d=&quot;M 2034 2216 \n",
"Q 1584 2216 1326 1975 \n",
"Q 1069 1734 1069 1313 \n",
"Q 1069 891 1326 650 \n",
"Q 1584 409 2034 409 \n",
"Q 2484 409 2743 651 \n",
"Q 3003 894 3003 1313 \n",
"Q 3003 1734 2745 1975 \n",
"Q 2488 2216 2034 2216 \n",
"z\n",
"M 1403 2484 \n",
"Q 997 2584 770 2862 \n",
"Q 544 3141 544 3541 \n",
"Q 544 4100 942 4425 \n",
"Q 1341 4750 2034 4750 \n",
"Q 2731 4750 3128 4425 \n",
"Q 3525 4100 3525 3541 \n",
"Q 3525 3141 3298 2862 \n",
"Q 3072 2584 2669 2484 \n",
"Q 3125 2378 3379 2068 \n",
"Q 3634 1759 3634 1313 \n",
"Q 3634 634 3220 271 \n",
"Q 2806 -91 2034 -91 \n",
"Q 1263 -91 848 271 \n",
"Q 434 634 434 1313 \n",
"Q 434 1759 690 2068 \n",
"Q 947 2378 1403 2484 \n",
"z\n",
"M 1172 3481 \n",
"Q 1172 3119 1398 2916 \n",
"Q 1625 2713 2034 2713 \n",
"Q 2441 2713 2670 2916 \n",
"Q 2900 3119 2900 3481 \n",
"Q 2900 3844 2670 4047 \n",
"Q 2441 4250 2034 4250 \n",
"Q 1625 4250 1398 4047 \n",
"Q 1172 3844 1172 3481 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-38 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(273.623569 203.489906) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-33 transform=scale(0.015625) d=&quot;M 2597 2516 \n",
"Q 3050 2419 3304 2112 \n",
"Q 3559 1806 3559 1356 \n",
"Q 3559 666 3084 287 \n",
"Q 2609 -91 1734 -91 \n",
"Q 1441 -91 1130 -33 \n",
"Q 819 25 488 141 \n",
"L 488 750 \n",
"Q 750 597 1062 519 \n",
"Q 1375 441 1716 441 \n",
"Q 2309 441 2620 675 \n",
"Q 2931 909 2931 1356 \n",
"Q 2931 1769 2642 2001 \n",
"Q 2353 2234 1838 2234 \n",
"L 1294 2234 \n",
"L 1294 2753 \n",
"L 1863 2753 \n",
"Q 2328 2753 2575 2939 \n",
"Q 2822 3125 2822 3475 \n",
"Q 2822 3834 2567 4026 \n",
"Q 2313 4219 1838 4219 \n",
"Q 1578 4219 1281 4162 \n",
"Q 984 4106 628 3988 \n",
"L 628 4550 \n",
"Q 988 4650 1302 4700 \n",
"Q 1616 4750 1894 4750 \n",
"Q 2613 4750 3031 4423 \n",
"Q 3450 4097 3450 3541 \n",
"Q 3450 3153 3228 2886 \n",
"Q 3006 2619 2597 2516 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-30 transform=scale(0.015625) d=&quot;M 2034 4250 \n",
"Q 1547 4250 1301 3770 \n",
"Q 1056 3291 1056 2328 \n",
"Q 1056 1369 1301 889 \n",
"Q 1547 409 2034 409 \n",
"Q 2525 409 2770 889 \n",
"Q 3016 1369 3016 2328 \n",
"Q 3016 3291 2770 3770 \n",
"Q 2525 4250 2034 4250 \n",
"z\n",
"M 2034 4750 \n",
"Q 2819 4750 3233 4129 \n",
"Q 3647 3509 3647 2328 \n",
"Q 3647 1150 3233 529 \n",
"Q 2819 -91 2034 -91 \n",
"Q 1250 -91 836 529 \n",
"Q 422 1150 422 2328 \n",
"Q 422 3509 836 4129 \n",
"Q 1250 4750 2034 4750 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-33 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(352.134478 203.489906) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-33 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(430.645387 203.489906) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-34 transform=scale(0.015625) d=&quot;M 2419 4116 \n",
"L 825 1625 \n",
"L 2419 1625 \n",
"L 2419 4116 \n",
"z\n",
"M 2253 4666 \n",
"L 3047 4666 \n",
"L 3047 1625 \n",
"L 3713 1625 \n",
"L 3713 1100 \n",
"L 3047 1100 \n",
"L 3047 0 \n",
"L 2419 0 \n",
"L 2419 1100 \n",
"L 313 1100 \n",
"L 313 1709 \n",
"L 2253 4666 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-33 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-34 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(44.5275 180.171011) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 141.818239) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 103.465467) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-34 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 65.112696) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-36 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 26.759924) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-38 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(19.152344 121.998552) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-46 transform=scale(0.015625) d=&quot;M 628 4666 \n",
"L 3309 4666 \n",
"L 3309 4134 \n",
"L 1259 4134 \n",
"L 1259 2759 \n",
"L 3109 2759 \n",
"L 3109 2228 \n",
"L 1259 2228 \n",
"L 1259 0 \n",
"L 628 0 \n",
"L 628 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-72 transform=scale(0.015625) d=&quot;M 2631 2963 \n",
"Q 2534 3019 2420 3045 \n",
"Q 2306 3072 2169 3072 \n",
"Q 1681 3072 1420 2755 \n",
"Q 1159 2438 1159 1844 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1341 3275 1631 3429 \n",
"Q 1922 3584 2338 3584 \n",
"Q 2397 3584 2469 3576 \n",
"Q 2541 3569 2628 3553 \n",
"L 2631 2963 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-65 transform=scale(0.015625) d=&quot;M 3597 1894 \n",
"L 3597 1613 \n",
"L 953 1613 \n",
"Q 991 1019 1311 708 \n",
"Q 1631 397 2203 397 \n",
"Q 2534 397 2845 478 \n",
"Q 3156 559 3463 722 \n",
"L 3463 178 \n",
"Q 3153 47 2828 -22 \n",
"Q 2503 -91 2169 -91 \n",
"Q 1331 -91 842 396 \n",
"Q 353 884 353 1716 \n",
"Q 353 2575 817 3079 \n",
"Q 1281 3584 2069 3584 \n",
"Q 2775 3584 3186 3129 \n",
"Q 3597 2675 3597 1894 \n",
"z\n",
"M 3022 2063 \n",
"Q 3016 2534 2758 2815 \n",
"Q 2500 3097 2075 3097 \n",
"Q 1594 3097 1305 2825 \n",
"Q 1016 2553 972 2059 \n",
"L 3022 2063 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-71 transform=scale(0.015625) d=&quot;M 947 1747 \n",
"Q 947 1113 1208 752 \n",
"Q 1469 391 1925 391 \n",
"Q 2381 391 2643 752 \n",
"Q 2906 1113 2906 1747 \n",
"Q 2906 2381 2643 2742 \n",
"Q 2381 3103 1925 3103 \n",
"Q 1469 3103 1208 2742 \n",
"Q 947 2381 947 1747 \n",
"z\n",
"M 2906 525 \n",
"Q 2725 213 2448 61 \n",
"Q 2172 -91 1784 -91 \n",
"Q 1150 -91 751 415 \n",
"Q 353 922 353 1747 \n",
"Q 353 2572 751 3078 \n",
"Q 1150 3584 1784 3584 \n",
"Q 2172 3584 2448 3432 \n",
"Q 2725 3281 2906 2969 \n",
"L 2906 3500 \n",
"L 3481 3500 \n",
"L 3481 -1331 \n",
"L 2906 -1331 \n",
"L 2906 525 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-75 transform=scale(0.015625) d=&quot;M 544 1381 \n",
"L 544 3500 \n",
"L 1119 3500 \n",
"L 1119 1403 \n",
"Q 1119 906 1312 657 \n",
"Q 1506 409 1894 409 \n",
"Q 2359 409 2629 706 \n",
"Q 2900 1003 2900 1516 \n",
"L 2900 3500 \n",
"L 3475 3500 \n",
"L 3475 0 \n",
"L 2900 0 \n",
"L 2900 538 \n",
"Q 2691 219 2414 64 \n",
"Q 2138 -91 1772 -91 \n",
"Q 1169 -91 856 284 \n",
"Q 544 659 544 1381 \n",
"z\n",
"M 1991 3584 \n",
"L 1991 3584 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6e transform=scale(0.015625) d=&quot;M 3513 2113 \n",
"L 3513 0 \n",
"L 2938 0 \n",
"L 2938 2094 \n",
"Q 2938 2591 2744 2837 \n",
"Q 2550 3084 2163 3084 \n",
"Q 1697 3084 1428 2787 \n",
"Q 1159 2491 1159 1978 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1366 3272 1645 3428 \n",
"Q 1925 3584 2291 3584 \n",
"Q 2894 3584 3203 3211 \n",
"Q 3513 2838 3513 2113 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-63 transform=scale(0.015625) d=&quot;M 3122 3366 \n",
"L 3122 2828 \n",
"Q 2878 2963 2633 3030 \n",
"Q 2388 3097 2138 3097 \n",
"Q 1578 3097 1268 2742 \n",
"Q 959 2388 959 1747 \n",
"Q 959 1106 1268 751 \n",
"Q 1578 397 2138 397 \n",
"Q 2388 397 2633 464 \n",
"Q 2878 531 3122 666 \n",
"L 3122 134 \n",
"Q 2881 22 2623 -34 \n",
"Q 2366 -91 2075 -91 \n",
"Q 1284 -91 818 406 \n",
"Q 353 903 353 1747 \n",
"Q 353 2603 823 3093 \n",
"Q 1294 3584 2113 3584 \n",
"Q 2378 3584 2631 3529 \n",
"Q 2884 3475 3122 3366 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-79 transform=scale(0.015625) d=&quot;M 2059 -325 \n",
"Q 1816 -950 1584 -1140 \n",
"Q 1353 -1331 966 -1331 \n",
"L 506 -1331 \n",
"L 506 -850 \n",
"L 844 -850 \n",
"Q 1081 -850 1212 -737 \n",
"Q 1344 -625 1503 -206 \n",
"L 1606 56 \n",
"L 191 3500 \n",
"L 800 3500 \n",
"L 1894 763 \n",
"L 2988 3500 \n",
"L 3597 3500 \n",
"L 2059 -325 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-46 /&gt;&lt;use xlink:href=#DejaVuSans-72 x=50.269531 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=89.132812 /&gt;&lt;use xlink:href=#DejaVuSans-71 x=150.65625 /&gt;&lt;use xlink:href=#DejaVuSans-75 x=214.132812 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=277.511719 /&gt;&lt;use xlink:href=#DejaVuSans-6e x=339.035156 /&gt;&lt;use xlink:href=#DejaVuSans-63 x=402.414062 /&gt;&lt;use xlink:href=#DejaVuSans-79 x=457.394531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 81.017727 176.371792 \n",
"L 473.572273 176.371792 \n",
"L 473.572273 18.684371 \n",
"L 81.017727 18.684371 \n",
"z\n",
"&quot; clip-path=url(#pe47000a666) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 61.39 176.371792 \n",
"L 61.39 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 493.2 176.371792 \n",
"L 493.2 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 61.39 176.371792 \n",
"L 493.2 176.371792 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 61.39 10.8 \n",
"L 493.2 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pe47000a666&gt;&lt;rect x=61.39 y=10.8 width=431.81 height=165.571792 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; Histogram of lengths of the category &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Common Values (Plot)&lt;/h4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
" &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=405pt height=215.1954pt viewbox=&quot;0 0 405 215.1954&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-29T12:19:38.109972&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.7.1, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 215.1954 \n",
"L 405 215.1954 \n",
"L 405 0 \n",
"L 0 0 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 7.2 108.84 \n",
"L 137.4 108.84 \n",
"L 137.4 16.44 \n",
"L 7.2 16.44 \n",
"z\n",
"&quot; clip-path=url(#p72a16d52e3) style=&quot;fill: #1f77b4; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 137.4 108.84 \n",
"L 267.6 108.84 \n",
"L 267.6 16.44 \n",
"L 137.4 16.44 \n",
"z\n",
"&quot; clip-path=url(#p72a16d52e3) style=&quot;fill: #ff7f0e; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 267.6 108.84 \n",
"L 397.8 108.84 \n",
"L 397.8 16.44 \n",
"L 267.6 16.44 \n",
"z\n",
"&quot; clip-path=url(#p72a16d52e3) style=&quot;fill: #2ca02c; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(47.321625 58.551075) scale(0.144 -0.144)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-Bold-33 transform=scale(0.015625) d=&quot;M 2981 2516 \n",
"Q 3453 2394 3698 2092 \n",
"Q 3944 1791 3944 1325 \n",
"Q 3944 631 3412 270 \n",
"Q 2881 -91 1863 -91 \n",
"Q 1503 -91 1142 -33 \n",
"Q 781 25 428 141 \n",
"L 428 1069 \n",
"Q 766 900 1098 814 \n",
"Q 1431 728 1753 728 \n",
"Q 2231 728 2486 893 \n",
"Q 2741 1059 2741 1369 \n",
"Q 2741 1688 2480 1852 \n",
"Q 2219 2016 1709 2016 \n",
"L 1228 2016 \n",
"L 1228 2791 \n",
"L 1734 2791 \n",
"Q 2188 2791 2409 2933 \n",
"Q 2631 3075 2631 3366 \n",
"Q 2631 3634 2415 3781 \n",
"Q 2200 3928 1806 3928 \n",
"Q 1516 3928 1219 3862 \n",
"Q 922 3797 628 3669 \n",
"L 628 4550 \n",
"Q 984 4650 1334 4700 \n",
"Q 1684 4750 2022 4750 \n",
"Q 2931 4750 3382 4451 \n",
"Q 3834 4153 3834 3553 \n",
"Q 3834 3144 3618 2883 \n",
"Q 3403 2622 2981 2516 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-2e transform=scale(0.015625) d=&quot;M 653 1209 \n",
"L 1778 1209 \n",
"L 1778 0 \n",
"L 653 0 \n",
"L 653 1209 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-25 transform=scale(0.015625) d=&quot;M 4959 1925 \n",
"Q 4738 1925 4616 1733 \n",
"Q 4494 1541 4494 1184 \n",
"Q 4494 825 4614 633 \n",
"Q 4734 441 4959 441 \n",
"Q 5184 441 5303 633 \n",
"Q 5422 825 5422 1184 \n",
"Q 5422 1541 5301 1733 \n",
"Q 5181 1925 4959 1925 \n",
"z\n",
"M 4959 2450 \n",
"Q 5541 2450 5875 2112 \n",
"Q 6209 1775 6209 1184 \n",
"Q 6209 594 5875 251 \n",
"Q 5541 -91 4959 -91 \n",
"Q 4378 -91 4042 251 \n",
"Q 3706 594 3706 1184 \n",
"Q 3706 1772 4042 2111 \n",
"Q 4378 2450 4959 2450 \n",
"z\n",
"M 2094 -91 \n",
"L 1403 -91 \n",
"L 4319 4750 \n",
"L 5013 4750 \n",
"L 2094 -91 \n",
"z\n",
"M 1453 4750 \n",
"Q 2034 4750 2367 4411 \n",
"Q 2700 4072 2700 3481 \n",
"Q 2700 2891 2367 2550 \n",
"Q 2034 2209 1453 2209 \n",
"Q 872 2209 539 2550 \n",
"Q 206 2891 206 3481 \n",
"Q 206 4072 539 4411 \n",
"Q 872 4750 1453 4750 \n",
"z\n",
"M 1453 4225 \n",
"Q 1228 4225 1106 4031 \n",
"Q 984 3838 984 3481 \n",
"Q 984 3122 1106 2926 \n",
"Q 1228 2731 1453 2731 \n",
"Q 1678 2731 1798 2926 \n",
"Q 1919 3122 1919 3481 \n",
"Q 1919 3838 1797 4031 \n",
"Q 1675 4225 1453 4225 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=69.580078 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-2e x=139.160156 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=177.148438 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-25 x=246.728516 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(45.68025 74.675925) scale(0.144 -0.144)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-Bold-28 transform=scale(0.015625) d=&quot;M 2413 -844 \n",
"L 1484 -844 \n",
"Q 1006 -72 778 623 \n",
"Q 550 1319 550 2003 \n",
"Q 550 2688 779 3389 \n",
"Q 1009 4091 1484 4856 \n",
"L 2413 4856 \n",
"Q 2013 4116 1813 3408 \n",
"Q 1613 2700 1613 2009 \n",
"Q 1613 1319 1811 609 \n",
"Q 2009 -100 2413 -844 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-32 transform=scale(0.015625) d=&quot;M 1844 884 \n",
"L 3897 884 \n",
"L 3897 0 \n",
"L 506 0 \n",
"L 506 884 \n",
"L 2209 2388 \n",
"Q 2438 2594 2547 2791 \n",
"Q 2656 2988 2656 3200 \n",
"Q 2656 3528 2436 3728 \n",
"Q 2216 3928 1850 3928 \n",
"Q 1569 3928 1234 3808 \n",
"Q 900 3688 519 3450 \n",
"L 519 4475 \n",
"Q 925 4609 1322 4679 \n",
"Q 1719 4750 2100 4750 \n",
"Q 2938 4750 3402 4381 \n",
"Q 3866 4013 3866 3353 \n",
"Q 3866 2972 3669 2642 \n",
"Q 3472 2313 2841 1759 \n",
"L 1844 884 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-37 transform=scale(0.015625) d=&quot;M 428 4666 \n",
"L 3944 4666 \n",
"L 3944 3988 \n",
"L 2125 0 \n",
"L 953 0 \n",
"L 2675 3781 \n",
"L 428 3781 \n",
"L 428 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-34 transform=scale(0.015625) d=&quot;M 2356 3675 \n",
"L 1038 1722 \n",
"L 2356 1722 \n",
"L 2356 3675 \n",
"z\n",
"M 2156 4666 \n",
"L 3494 4666 \n",
"L 3494 1722 \n",
"L 4159 1722 \n",
"L 4159 850 \n",
"L 3494 850 \n",
"L 3494 0 \n",
"L 2356 0 \n",
"L 2356 850 \n",
"L 288 850 \n",
"L 288 1881 \n",
"L 2156 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-31 transform=scale(0.015625) d=&quot;M 750 831 \n",
"L 1813 831 \n",
"L 1813 3847 \n",
"L 722 3622 \n",
"L 722 4441 \n",
"L 1806 4666 \n",
"L 2950 4666 \n",
"L 2950 831 \n",
"L 4013 831 \n",
"L 4013 0 \n",
"L 750 0 \n",
"L 750 831 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-29 transform=scale(0.015625) d=&quot;M 513 -844 \n",
"Q 913 -100 1113 609 \n",
"Q 1313 1319 1313 2009 \n",
"Q 1313 2700 1113 3408 \n",
"Q 913 4116 513 4856 \n",
"L 1441 4856 \n",
"Q 1916 4091 2145 3389 \n",
"Q 2375 2688 2375 2003 \n",
"Q 2375 1319 2147 623 \n",
"Q 1919 -72 1441 -844 \n",
"L 513 -844 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-Bold-28 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-32 x=45.703125 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-37 x=115.283203 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-34 x=184.863281 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-31 x=254.443359 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-29 x=324.023438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(177.521625 58.551075) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=69.580078 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-2e x=139.160156 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=177.148438 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-25 x=246.728516 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(175.88025 74.675925) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#DejaVuSans-Bold-28 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-32 x=45.703125 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-37 x=115.283203 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-34 x=184.863281 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-31 x=254.443359 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-29 x=324.023438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(307.721625 58.551075) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=69.580078 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-2e x=139.160156 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=177.148438 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-25 x=246.728516 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(306.08025 74.675925) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#DejaVuSans-Bold-28 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-32 x=45.703125 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-37 x=115.283203 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-34 x=184.863281 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-31 x=254.443359 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-29 x=324.023438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=legend_1&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 19.296 207.9954 \n",
"L 111.5145 207.9954 \n",
"Q 114.9705 207.9954 114.9705 204.5394 \n",
"L 114.9705 130.176 \n",
"Q 114.9705 126.72 111.5145 126.72 \n",
"L 19.296 126.72 \n",
"Q 15.84 126.72 15.84 130.176 \n",
"L 15.84 204.5394 \n",
"Q 15.84 207.9954 19.296 207.9954 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff; opacity: 0.8; stroke: #cccccc; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 22.752 146.7621 \n",
"L 57.312 146.7621 \n",
"L 57.312 134.6661 \n",
"L 22.752 134.6661 \n",
"z\n",
"&quot; style=&quot;fill: #1f77b4; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 146.7621) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-45 transform=scale(0.015625) d=&quot;M 628 4666 \n",
"L 3578 4666 \n",
"L 3578 4134 \n",
"L 1259 4134 \n",
"L 1259 2753 \n",
"L 3481 2753 \n",
"L 3481 2222 \n",
"L 1259 2222 \n",
"L 1259 531 \n",
"L 3634 531 \n",
"L 3634 0 \n",
"L 628 0 \n",
"L 628 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-55 transform=scale(0.015625) d=&quot;M 556 4666 \n",
"L 1191 4666 \n",
"L 1191 1831 \n",
"Q 1191 1081 1462 751 \n",
"Q 1734 422 2344 422 \n",
"Q 2950 422 3222 751 \n",
"Q 3494 1081 3494 1831 \n",
"L 3494 4666 \n",
"L 4128 4666 \n",
"L 4128 1753 \n",
"Q 4128 841 3676 375 \n",
"Q 3225 -91 2344 -91 \n",
"Q 1459 -91 1007 375 \n",
"Q 556 841 556 1753 \n",
"L 556 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-52 transform=scale(0.015625) d=&quot;M 2841 2188 \n",
"Q 3044 2119 3236 1894 \n",
"Q 3428 1669 3622 1275 \n",
"L 4263 0 \n",
"L 3584 0 \n",
"L 2988 1197 \n",
"Q 2756 1666 2539 1819 \n",
"Q 2322 1972 1947 1972 \n",
"L 1259 1972 \n",
"L 1259 0 \n",
"L 628 0 \n",
"L 628 4666 \n",
"L 2053 4666 \n",
"Q 2853 4666 3247 4331 \n",
"Q 3641 3997 3641 3322 \n",
"Q 3641 2881 3436 2590 \n",
"Q 3231 2300 2841 2188 \n",
"z\n",
"M 1259 4147 \n",
"L 1259 2491 \n",
"L 2053 2491 \n",
"Q 2509 2491 2742 2702 \n",
"Q 2975 2913 2975 3322 \n",
"Q 2975 3731 2742 3939 \n",
"Q 2509 4147 2053 4147 \n",
"L 1259 4147 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-45 /&gt;&lt;use xlink:href=#DejaVuSans-55 x=63.183594 /&gt;&lt;use xlink:href=#DejaVuSans-52 x=136.376953 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 22.752 172.1259 \n",
"L 57.312 172.1259 \n",
"L 57.312 160.0299 \n",
"L 22.752 160.0299 \n",
"z\n",
"&quot; style=&quot;fill: #ff7f0e; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 172.1259) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-47 transform=scale(0.015625) d=&quot;M 3809 666 \n",
"L 3809 1919 \n",
"L 2778 1919 \n",
"L 2778 2438 \n",
"L 4434 2438 \n",
"L 4434 434 \n",
"Q 4069 175 3628 42 \n",
"Q 3188 -91 2688 -91 \n",
"Q 1594 -91 976 548 \n",
"Q 359 1188 359 2328 \n",
"Q 359 3472 976 4111 \n",
"Q 1594 4750 2688 4750 \n",
"Q 3144 4750 3555 4637 \n",
"Q 3966 4525 4313 4306 \n",
"L 4313 3634 \n",
"Q 3963 3931 3569 4081 \n",
"Q 3175 4231 2741 4231 \n",
"Q 1884 4231 1454 3753 \n",
"Q 1025 3275 1025 2328 \n",
"Q 1025 1384 1454 906 \n",
"Q 1884 428 2741 428 \n",
"Q 3075 428 3337 486 \n",
"Q 3600 544 3809 666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-42 transform=scale(0.015625) d=&quot;M 1259 2228 \n",
"L 1259 519 \n",
"L 2272 519 \n",
"Q 2781 519 3026 730 \n",
"Q 3272 941 3272 1375 \n",
"Q 3272 1813 3026 2020 \n",
"Q 2781 2228 2272 2228 \n",
"L 1259 2228 \n",
"z\n",
"M 1259 4147 \n",
"L 1259 2741 \n",
"L 2194 2741 \n",
"Q 2656 2741 2882 2914 \n",
"Q 3109 3088 3109 3444 \n",
"Q 3109 3797 2882 3972 \n",
"Q 2656 4147 2194 4147 \n",
"L 1259 4147 \n",
"z\n",
"M 628 4666 \n",
"L 2241 4666 \n",
"Q 2963 4666 3353 4366 \n",
"Q 3744 4066 3744 3513 \n",
"Q 3744 3084 3544 2831 \n",
"Q 3344 2578 2956 2516 \n",
"Q 3422 2416 3680 2098 \n",
"Q 3938 1781 3938 1306 \n",
"Q 3938 681 3513 340 \n",
"Q 3088 0 2303 0 \n",
"L 628 0 \n",
"L 628 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-50 transform=scale(0.015625) d=&quot;M 1259 4147 \n",
"L 1259 2394 \n",
"L 2053 2394 \n",
"Q 2494 2394 2734 2622 \n",
"Q 2975 2850 2975 3272 \n",
"Q 2975 3691 2734 3919 \n",
"Q 2494 4147 2053 4147 \n",
"L 1259 4147 \n",
"z\n",
"M 628 4666 \n",
"L 2053 4666 \n",
"Q 2838 4666 3239 4311 \n",
"Q 3641 3956 3641 3272 \n",
"Q 3641 2581 3239 2228 \n",
"Q 2838 1875 2053 1875 \n",
"L 1259 1875 \n",
"L 1259 0 \n",
"L 628 0 \n",
"L 628 4666 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-47 /&gt;&lt;use xlink:href=#DejaVuSans-42 x=77.490234 /&gt;&lt;use xlink:href=#DejaVuSans-50 x=146.09375 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 22.752 197.4897 \n",
"L 57.312 197.4897 \n",
"L 57.312 185.3937 \n",
"L 22.752 185.3937 \n",
"z\n",
"&quot; style=&quot;fill: #2ca02c; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 197.4897) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-53 transform=scale(0.015625) d=&quot;M 3425 4513 \n",
"L 3425 3897 \n",
"Q 3066 4069 2747 4153 \n",
"Q 2428 4238 2131 4238 \n",
"Q 1616 4238 1336 4038 \n",
"Q 1056 3838 1056 3469 \n",
"Q 1056 3159 1242 3001 \n",
"Q 1428 2844 1947 2747 \n",
"L 2328 2669 \n",
"Q 3034 2534 3370 2195 \n",
"Q 3706 1856 3706 1288 \n",
"Q 3706 609 3251 259 \n",
"Q 2797 -91 1919 -91 \n",
"Q 1588 -91 1214 -16 \n",
"Q 841 59 441 206 \n",
"L 441 856 \n",
"Q 825 641 1194 531 \n",
"Q 1563 422 1919 422 \n",
"Q 2459 422 2753 634 \n",
"Q 3047 847 3047 1241 \n",
"Q 3047 1584 2836 1778 \n",
"Q 2625 1972 2144 2069 \n",
"L 1759 2144 \n",
"Q 1053 2284 737 2584 \n",
"Q 422 2884 422 3419 \n",
"Q 422 4038 858 4394 \n",
"Q 1294 4750 2059 4750 \n",
"Q 2388 4750 2728 4690 \n",
"Q 3069 4631 3425 4513 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-44 transform=scale(0.015625) d=&quot;M 1259 4147 \n",
"L 1259 519 \n",
"L 2022 519 \n",
"Q 2988 519 3436 956 \n",
"Q 3884 1394 3884 2338 \n",
"Q 3884 3275 3436 3711 \n",
"Q 2988 4147 2022 4147 \n",
"L 1259 4147 \n",
"z\n",
"M 628 4666 \n",
"L 1925 4666 \n",
"Q 3281 4666 3915 4102 \n",
"Q 4550 3538 4550 2338 \n",
"Q 4550 1131 3912 565 \n",
"Q 3275 0 1925 0 \n",
"L 628 0 \n",
"L 628 4666 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-55 /&gt;&lt;use xlink:href=#DejaVuSans-53 x=73.193359 /&gt;&lt;use xlink:href=#DejaVuSans-44 x=136.669922 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p72a16d52e3&gt;&lt;rect x=7.2 y=7.2 width=390.6 height=110.88 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-4547053504392011220bottom--4547053504392011220word&gt;&lt;div class=col-sm-12&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=eur&gt; eur &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=gbp&gt; gbp &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=usd&gt; usd &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-4547053504392011220bottom--4547053504392011220characters&gt;&lt;div class=col-sm-12&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-4547053504392011220unicode--4547053504392011220characters aria-controls=-4547053504392011220unicode--4547053504392011220characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-4547053504392011220unicode--4547053504392011220categories aria-controls=-4547053504392011220unicode--4547053504392011220categories role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-4547053504392011220unicode--4547053504392011220scripts aria-controls=-4547053504392011220unicode--4547053504392011220scripts role=tab data-toggle=tab&gt;Scripts&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-4547053504392011220unicode--4547053504392011220blocks aria-controls=-4547053504392011220unicode--4547053504392011220blocks role=tab data-toggle=tab&gt;Blocks&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-4547053504392011220unicode--4547053504392011220characters&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring characters&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=U&gt; U &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 22.2% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=E&gt; E &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=R&gt; R &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=G&gt; G &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=B&gt; B &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=P&gt; P &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=S&gt; S &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=D&gt; D &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-4547053504392011220unicode--4547053504392011220categories&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring categories&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=&quot;Uppercase Letter&quot;&gt; Uppercase Letter &lt;/td&gt;&lt;td&gt;24669&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per category&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Uppercase Letter&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=U&gt; U &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 22.2% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=E&gt; E &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=R&gt; R &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=G&gt; G &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=B&gt; B &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=P&gt; P &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=S&gt; S &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=D&gt; D &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-4547053504392011220unicode--4547053504392011220scripts&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring scripts&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=Latin&gt; Latin &lt;/td&gt;&lt;td&gt;24669&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per script&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Latin&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=U&gt; U &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 22.2% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=E&gt; E &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=R&gt; R &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=G&gt; G &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=B&gt; B &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=P&gt; P &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=S&gt; S &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=D&gt; D &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-4547053504392011220unicode--4547053504392011220blocks&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring blocks&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=ASCII&gt; ASCII &lt;/td&gt;&lt;td&gt;24669&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per block&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;ASCII&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=U&gt; U &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 22.2% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=E&gt; E &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=R&gt; R &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=G&gt; G &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=B&gt; B &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=P&gt; P &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=S&gt; S &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=D&gt; D &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_7765431624013360574&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=crypto&gt;&lt;a href=#pp_var_7765431624013360574&gt;crypto&lt;/a&gt;&lt;br&gt;&lt;small&gt;Categorical&lt;/small&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;CONSTANT&lt;/code&gt;&amp;nbsp &lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr class=alert&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;&lt; 0.1%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;64.4 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;div class=row id=minifreqtable&gt;&lt;table class=&quot;mini freq table-0&quot;&gt;&lt;tr class&gt;&lt;th width=10%&gt; bitcoin &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 8223&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom-7765431624013360574, #minifreqtable7765431624013360574&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom-7765431624013360574 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#7765431624013360574bottom-7765431624013360574overview aria-controls=7765431624013360574bottom-7765431624013360574overview role=tab data-toggle=tab&gt;Overview&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#7765431624013360574bottom-7765431624013360574string aria-controls=7765431624013360574bottom-7765431624013360574string role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#7765431624013360574bottom-7765431624013360574word aria-controls=7765431624013360574bottom-7765431624013360574word role=tab data-toggle=tab&gt;Words&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#7765431624013360574bottom-7765431624013360574characters aria-controls=7765431624013360574bottom-7765431624013360574characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=7765431624013360574bottom-7765431624013360574overview&gt;&lt;div class=row&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Length&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Max length&lt;/th&gt;&lt;td&gt;7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median length&lt;/th&gt;&lt;td&gt;7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean length&lt;/th&gt;&lt;td&gt;7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Min length&lt;/th&gt;&lt;td&gt;7&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Characters and Unicode&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Total characters&lt;/th&gt;&lt;td&gt;57561&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct characters&lt;/th&gt;&lt;td&gt;6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct categories&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode categories (click for more information)&quot; href=https://en.wikipedia.org/wiki/Unicode_character_property#General_Category&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode categories (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct scripts&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode scripts (click for more information)&quot; href=https://en.wikipedia.org/wiki/Script_(Unicode)#List_of_scripts_in_Unicode&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode scripts (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct blocks&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode blocks (click for more information)&quot; href=https://en.wikipedia.org/wiki/Unicode_block&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode blocks (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; The Unicode Standard assigns character properties to each code point, which can be used to analyse textual variables. &lt;/div&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Unique&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Unique&lt;/th&gt;&lt;td&gt;0 &lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;The number of unique values (all values that occur exactly once in the dataset).&quot;&gt;?&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Unique (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Sample&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;1st row&lt;/th&gt;&lt;td&gt;bitcoin&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;2nd row&lt;/th&gt;&lt;td&gt;bitcoin&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;3rd row&lt;/th&gt;&lt;td&gt;bitcoin&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;4th row&lt;/th&gt;&lt;td&gt;bitcoin&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5th row&lt;/th&gt;&lt;td&gt;bitcoin&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=7765431624013360574bottom-7765431624013360574string&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Common Values&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=bitcoin&gt; bitcoin &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Length&lt;/h4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
" &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-29T12:19:38.250283&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.7.1, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
"L 504 216 \n",
"L 504 0 \n",
"L 0 0 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 61.39 176.308153 \n",
"L 493.2 176.308153 \n",
"L 493.2 10.8 \n",
"L 61.39 10.8 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(116.601751 203.426267) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-36 transform=scale(0.015625) d=&quot;M 2113 2584 \n",
"Q 1688 2584 1439 2293 \n",
"Q 1191 2003 1191 1497 \n",
"Q 1191 994 1439 701 \n",
"Q 1688 409 2113 409 \n",
"Q 2538 409 2786 701 \n",
"Q 3034 994 3034 1497 \n",
"Q 3034 2003 2786 2293 \n",
"Q 2538 2584 2113 2584 \n",
"z\n",
"M 3366 4563 \n",
"L 3366 3988 \n",
"Q 3128 4100 2886 4159 \n",
"Q 2644 4219 2406 4219 \n",
"Q 1781 4219 1451 3797 \n",
"Q 1122 3375 1075 2522 \n",
"Q 1259 2794 1537 2939 \n",
"Q 1816 3084 2150 3084 \n",
"Q 2853 3084 3261 2657 \n",
"Q 3669 2231 3669 1497 \n",
"Q 3669 778 3244 343 \n",
"Q 2819 -91 2113 -91 \n",
"Q 1303 -91 875 529 \n",
"Q 447 1150 447 2328 \n",
"Q 447 3434 972 4092 \n",
"Q 1497 4750 2381 4750 \n",
"Q 2619 4750 2861 4703 \n",
"Q 3103 4656 3366 4563 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-2e transform=scale(0.015625) d=&quot;M 684 794 \n",
"L 1344 794 \n",
"L 1344 0 \n",
"L 684 0 \n",
"L 684 794 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-36 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-36 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(195.11266 203.426267) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-38 transform=scale(0.015625) d=&quot;M 2034 2216 \n",
"Q 1584 2216 1326 1975 \n",
"Q 1069 1734 1069 1313 \n",
"Q 1069 891 1326 650 \n",
"Q 1584 409 2034 409 \n",
"Q 2484 409 2743 651 \n",
"Q 3003 894 3003 1313 \n",
"Q 3003 1734 2745 1975 \n",
"Q 2488 2216 2034 2216 \n",
"z\n",
"M 1403 2484 \n",
"Q 997 2584 770 2862 \n",
"Q 544 3141 544 3541 \n",
"Q 544 4100 942 4425 \n",
"Q 1341 4750 2034 4750 \n",
"Q 2731 4750 3128 4425 \n",
"Q 3525 4100 3525 3541 \n",
"Q 3525 3141 3298 2862 \n",
"Q 3072 2584 2669 2484 \n",
"Q 3125 2378 3379 2068 \n",
"Q 3634 1759 3634 1313 \n",
"Q 3634 634 3220 271 \n",
"Q 2806 -91 2034 -91 \n",
"Q 1263 -91 848 271 \n",
"Q 434 634 434 1313 \n",
"Q 434 1759 690 2068 \n",
"Q 947 2378 1403 2484 \n",
"z\n",
"M 1172 3481 \n",
"Q 1172 3119 1398 2916 \n",
"Q 1625 2713 2034 2713 \n",
"Q 2441 2713 2670 2916 \n",
"Q 2900 3119 2900 3481 \n",
"Q 2900 3844 2670 4047 \n",
"Q 2441 4250 2034 4250 \n",
"Q 1625 4250 1398 4047 \n",
"Q 1172 3844 1172 3481 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-36 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-38 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(273.623569 203.426267) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-37 transform=scale(0.015625) d=&quot;M 525 4666 \n",
"L 3525 4666 \n",
"L 3525 4397 \n",
"L 1831 0 \n",
"L 1172 0 \n",
"L 2766 4134 \n",
"L 525 4134 \n",
"L 525 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-30 transform=scale(0.015625) d=&quot;M 2034 4250 \n",
"Q 1547 4250 1301 3770 \n",
"Q 1056 3291 1056 2328 \n",
"Q 1056 1369 1301 889 \n",
"Q 1547 409 2034 409 \n",
"Q 2525 409 2770 889 \n",
"Q 3016 1369 3016 2328 \n",
"Q 3016 3291 2770 3770 \n",
"Q 2525 4250 2034 4250 \n",
"z\n",
"M 2034 4750 \n",
"Q 2819 4750 3233 4129 \n",
"Q 3647 3509 3647 2328 \n",
"Q 3647 1150 3233 529 \n",
"Q 2819 -91 2034 -91 \n",
"Q 1250 -91 836 529 \n",
"Q 422 1150 422 2328 \n",
"Q 422 3509 836 4129 \n",
"Q 1250 4750 2034 4750 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-37 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(352.134478 203.426267) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-32 transform=scale(0.015625) d=&quot;M 1228 531 \n",
"L 3431 531 \n",
"L 3431 0 \n",
"L 469 0 \n",
"L 469 531 \n",
"Q 828 903 1448 1529 \n",
"Q 2069 2156 2228 2338 \n",
"Q 2531 2678 2651 2914 \n",
"Q 2772 3150 2772 3378 \n",
"Q 2772 3750 2511 3984 \n",
"Q 2250 4219 1831 4219 \n",
"Q 1534 4219 1204 4116 \n",
"Q 875 4013 500 3803 \n",
"L 500 4441 \n",
"Q 881 4594 1212 4672 \n",
"Q 1544 4750 1819 4750 \n",
"Q 2544 4750 2975 4387 \n",
"Q 3406 4025 3406 3419 \n",
"Q 3406 3131 3298 2873 \n",
"Q 3191 2616 2906 2266 \n",
"Q 2828 2175 2409 1742 \n",
"Q 1991 1309 1228 531 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-37 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(430.645387 203.426267) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-34 transform=scale(0.015625) d=&quot;M 2419 4116 \n",
"L 825 1625 \n",
"L 2419 1625 \n",
"L 2419 4116 \n",
"z\n",
"M 2253 4666 \n",
"L 3047 4666 \n",
"L 3047 1625 \n",
"L 3713 1625 \n",
"L 3713 1100 \n",
"L 3047 1100 \n",
"L 3047 0 \n",
"L 2419 0 \n",
"L 2419 1100 \n",
"L 313 1100 \n",
"L 313 1709 \n",
"L 2253 4666 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-37 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-34 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(44.5275 180.107371) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 141.769341) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 103.431311) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-34 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 65.09328) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-36 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 26.75525) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-38 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(19.152344 121.966733) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-46 transform=scale(0.015625) d=&quot;M 628 4666 \n",
"L 3309 4666 \n",
"L 3309 4134 \n",
"L 1259 4134 \n",
"L 1259 2759 \n",
"L 3109 2759 \n",
"L 3109 2228 \n",
"L 1259 2228 \n",
"L 1259 0 \n",
"L 628 0 \n",
"L 628 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-72 transform=scale(0.015625) d=&quot;M 2631 2963 \n",
"Q 2534 3019 2420 3045 \n",
"Q 2306 3072 2169 3072 \n",
"Q 1681 3072 1420 2755 \n",
"Q 1159 2438 1159 1844 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1341 3275 1631 3429 \n",
"Q 1922 3584 2338 3584 \n",
"Q 2397 3584 2469 3576 \n",
"Q 2541 3569 2628 3553 \n",
"L 2631 2963 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-65 transform=scale(0.015625) d=&quot;M 3597 1894 \n",
"L 3597 1613 \n",
"L 953 1613 \n",
"Q 991 1019 1311 708 \n",
"Q 1631 397 2203 397 \n",
"Q 2534 397 2845 478 \n",
"Q 3156 559 3463 722 \n",
"L 3463 178 \n",
"Q 3153 47 2828 -22 \n",
"Q 2503 -91 2169 -91 \n",
"Q 1331 -91 842 396 \n",
"Q 353 884 353 1716 \n",
"Q 353 2575 817 3079 \n",
"Q 1281 3584 2069 3584 \n",
"Q 2775 3584 3186 3129 \n",
"Q 3597 2675 3597 1894 \n",
"z\n",
"M 3022 2063 \n",
"Q 3016 2534 2758 2815 \n",
"Q 2500 3097 2075 3097 \n",
"Q 1594 3097 1305 2825 \n",
"Q 1016 2553 972 2059 \n",
"L 3022 2063 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-71 transform=scale(0.015625) d=&quot;M 947 1747 \n",
"Q 947 1113 1208 752 \n",
"Q 1469 391 1925 391 \n",
"Q 2381 391 2643 752 \n",
"Q 2906 1113 2906 1747 \n",
"Q 2906 2381 2643 2742 \n",
"Q 2381 3103 1925 3103 \n",
"Q 1469 3103 1208 2742 \n",
"Q 947 2381 947 1747 \n",
"z\n",
"M 2906 525 \n",
"Q 2725 213 2448 61 \n",
"Q 2172 -91 1784 -91 \n",
"Q 1150 -91 751 415 \n",
"Q 353 922 353 1747 \n",
"Q 353 2572 751 3078 \n",
"Q 1150 3584 1784 3584 \n",
"Q 2172 3584 2448 3432 \n",
"Q 2725 3281 2906 2969 \n",
"L 2906 3500 \n",
"L 3481 3500 \n",
"L 3481 -1331 \n",
"L 2906 -1331 \n",
"L 2906 525 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-75 transform=scale(0.015625) d=&quot;M 544 1381 \n",
"L 544 3500 \n",
"L 1119 3500 \n",
"L 1119 1403 \n",
"Q 1119 906 1312 657 \n",
"Q 1506 409 1894 409 \n",
"Q 2359 409 2629 706 \n",
"Q 2900 1003 2900 1516 \n",
"L 2900 3500 \n",
"L 3475 3500 \n",
"L 3475 0 \n",
"L 2900 0 \n",
"L 2900 538 \n",
"Q 2691 219 2414 64 \n",
"Q 2138 -91 1772 -91 \n",
"Q 1169 -91 856 284 \n",
"Q 544 659 544 1381 \n",
"z\n",
"M 1991 3584 \n",
"L 1991 3584 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6e transform=scale(0.015625) d=&quot;M 3513 2113 \n",
"L 3513 0 \n",
"L 2938 0 \n",
"L 2938 2094 \n",
"Q 2938 2591 2744 2837 \n",
"Q 2550 3084 2163 3084 \n",
"Q 1697 3084 1428 2787 \n",
"Q 1159 2491 1159 1978 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1366 3272 1645 3428 \n",
"Q 1925 3584 2291 3584 \n",
"Q 2894 3584 3203 3211 \n",
"Q 3513 2838 3513 2113 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-63 transform=scale(0.015625) d=&quot;M 3122 3366 \n",
"L 3122 2828 \n",
"Q 2878 2963 2633 3030 \n",
"Q 2388 3097 2138 3097 \n",
"Q 1578 3097 1268 2742 \n",
"Q 959 2388 959 1747 \n",
"Q 959 1106 1268 751 \n",
"Q 1578 397 2138 397 \n",
"Q 2388 397 2633 464 \n",
"Q 2878 531 3122 666 \n",
"L 3122 134 \n",
"Q 2881 22 2623 -34 \n",
"Q 2366 -91 2075 -91 \n",
"Q 1284 -91 818 406 \n",
"Q 353 903 353 1747 \n",
"Q 353 2603 823 3093 \n",
"Q 1294 3584 2113 3584 \n",
"Q 2378 3584 2631 3529 \n",
"Q 2884 3475 3122 3366 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-79 transform=scale(0.015625) d=&quot;M 2059 -325 \n",
"Q 1816 -950 1584 -1140 \n",
"Q 1353 -1331 966 -1331 \n",
"L 506 -1331 \n",
"L 506 -850 \n",
"L 844 -850 \n",
"Q 1081 -850 1212 -737 \n",
"Q 1344 -625 1503 -206 \n",
"L 1606 56 \n",
"L 191 3500 \n",
"L 800 3500 \n",
"L 1894 763 \n",
"L 2988 3500 \n",
"L 3597 3500 \n",
"L 2059 -325 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-46 /&gt;&lt;use xlink:href=#DejaVuSans-72 x=50.269531 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=89.132812 /&gt;&lt;use xlink:href=#DejaVuSans-71 x=150.65625 /&gt;&lt;use xlink:href=#DejaVuSans-75 x=214.132812 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=277.511719 /&gt;&lt;use xlink:href=#DejaVuSans-6e x=339.035156 /&gt;&lt;use xlink:href=#DejaVuSans-63 x=402.414062 /&gt;&lt;use xlink:href=#DejaVuSans-79 x=457.394531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 81.017727 176.308153 \n",
"L 473.572273 176.308153 \n",
"L 473.572273 18.681341 \n",
"L 81.017727 18.681341 \n",
"z\n",
"&quot; clip-path=url(#pe3e3a6860c) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 61.39 176.308153 \n",
"L 61.39 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 493.2 176.308153 \n",
"L 493.2 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 61.39 176.308153 \n",
"L 493.2 176.308153 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 61.39 10.8 \n",
"L 493.2 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pe3e3a6860c&gt;&lt;rect x=61.39 y=10.8 width=431.81 height=165.508153 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; Histogram of lengths of the category &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Common Values (Plot)&lt;/h4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
" &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=405pt height=164.4678pt viewbox=&quot;0 0 405 164.4678&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-29T12:19:38.416239&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.7.1, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 164.4678 \n",
"L 405 164.4678 \n",
"L 405 0 \n",
"L 0 0 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 7.2 108.84 \n",
"L 397.8 108.84 \n",
"L 397.8 16.44 \n",
"L 7.2 16.44 \n",
"z\n",
"&quot; clip-path=url(#pe8176c5706) style=&quot;fill: #1f77b4; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(172.512 58.551075) scale(0.144 -0.144)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-Bold-31 transform=scale(0.015625) d=&quot;M 750 831 \n",
"L 1813 831 \n",
"L 1813 3847 \n",
"L 722 3622 \n",
"L 722 4441 \n",
"L 1806 4666 \n",
"L 2950 4666 \n",
"L 2950 831 \n",
"L 4013 831 \n",
"L 4013 0 \n",
"L 750 0 \n",
"L 750 831 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-30 transform=scale(0.015625) d=&quot;M 2944 2338 \n",
"Q 2944 3213 2780 3570 \n",
"Q 2616 3928 2228 3928 \n",
"Q 1841 3928 1675 3570 \n",
"Q 1509 3213 1509 2338 \n",
"Q 1509 1453 1675 1090 \n",
"Q 1841 728 2228 728 \n",
"Q 2613 728 2778 1090 \n",
"Q 2944 1453 2944 2338 \n",
"z\n",
"M 4147 2328 \n",
"Q 4147 1169 3647 539 \n",
"Q 3147 -91 2228 -91 \n",
"Q 1306 -91 806 539 \n",
"Q 306 1169 306 2328 \n",
"Q 306 3491 806 4120 \n",
"Q 1306 4750 2228 4750 \n",
"Q 3147 4750 3647 4120 \n",
"Q 4147 3491 4147 2328 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-2e transform=scale(0.015625) d=&quot;M 653 1209 \n",
"L 1778 1209 \n",
"L 1778 0 \n",
"L 653 0 \n",
"L 653 1209 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-25 transform=scale(0.015625) d=&quot;M 4959 1925 \n",
"Q 4738 1925 4616 1733 \n",
"Q 4494 1541 4494 1184 \n",
"Q 4494 825 4614 633 \n",
"Q 4734 441 4959 441 \n",
"Q 5184 441 5303 633 \n",
"Q 5422 825 5422 1184 \n",
"Q 5422 1541 5301 1733 \n",
"Q 5181 1925 4959 1925 \n",
"z\n",
"M 4959 2450 \n",
"Q 5541 2450 5875 2112 \n",
"Q 6209 1775 6209 1184 \n",
"Q 6209 594 5875 251 \n",
"Q 5541 -91 4959 -91 \n",
"Q 4378 -91 4042 251 \n",
"Q 3706 594 3706 1184 \n",
"Q 3706 1772 4042 2111 \n",
"Q 4378 2450 4959 2450 \n",
"z\n",
"M 2094 -91 \n",
"L 1403 -91 \n",
"L 4319 4750 \n",
"L 5013 4750 \n",
"L 2094 -91 \n",
"z\n",
"M 1453 4750 \n",
"Q 2034 4750 2367 4411 \n",
"Q 2700 4072 2700 3481 \n",
"Q 2700 2891 2367 2550 \n",
"Q 2034 2209 1453 2209 \n",
"Q 872 2209 539 2550 \n",
"Q 206 2891 206 3481 \n",
"Q 206 4072 539 4411 \n",
"Q 872 4750 1453 4750 \n",
"z\n",
"M 1453 4225 \n",
"Q 1228 4225 1106 4031 \n",
"Q 984 3838 984 3481 \n",
"Q 984 3122 1106 2926 \n",
"Q 1228 2731 1453 2731 \n",
"Q 1678 2731 1798 2926 \n",
"Q 1919 3122 1919 3481 \n",
"Q 1919 3838 1797 4031 \n",
"Q 1675 4225 1453 4225 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-Bold-31 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-30 x=69.580078 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-30 x=139.160156 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-2e x=208.740234 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-30 x=246.728516 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-25 x=316.308594 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(175.88025 74.675925) scale(0.144 -0.144)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-Bold-28 transform=scale(0.015625) d=&quot;M 2413 -844 \n",
"L 1484 -844 \n",
"Q 1006 -72 778 623 \n",
"Q 550 1319 550 2003 \n",
"Q 550 2688 779 3389 \n",
"Q 1009 4091 1484 4856 \n",
"L 2413 4856 \n",
"Q 2013 4116 1813 3408 \n",
"Q 1613 2700 1613 2009 \n",
"Q 1613 1319 1811 609 \n",
"Q 2009 -100 2413 -844 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-38 transform=scale(0.015625) d=&quot;M 2228 2088 \n",
"Q 1891 2088 1709 1903 \n",
"Q 1528 1719 1528 1375 \n",
"Q 1528 1031 1709 848 \n",
"Q 1891 666 2228 666 \n",
"Q 2563 666 2741 848 \n",
"Q 2919 1031 2919 1375 \n",
"Q 2919 1722 2741 1905 \n",
"Q 2563 2088 2228 2088 \n",
"z\n",
"M 1350 2484 \n",
"Q 925 2613 709 2878 \n",
"Q 494 3144 494 3541 \n",
"Q 494 4131 934 4440 \n",
"Q 1375 4750 2228 4750 \n",
"Q 3075 4750 3515 4442 \n",
"Q 3956 4134 3956 3541 \n",
"Q 3956 3144 3739 2878 \n",
"Q 3522 2613 3097 2484 \n",
"Q 3572 2353 3814 2058 \n",
"Q 4056 1763 4056 1313 \n",
"Q 4056 619 3595 264 \n",
"Q 3134 -91 2228 -91 \n",
"Q 1319 -91 855 264 \n",
"Q 391 619 391 1313 \n",
"Q 391 1763 633 2058 \n",
"Q 875 2353 1350 2484 \n",
"z\n",
"M 1631 3419 \n",
"Q 1631 3141 1786 2991 \n",
"Q 1941 2841 2228 2841 \n",
"Q 2509 2841 2662 2991 \n",
"Q 2816 3141 2816 3419 \n",
"Q 2816 3697 2662 3845 \n",
"Q 2509 3994 2228 3994 \n",
"Q 1941 3994 1786 3844 \n",
"Q 1631 3694 1631 3419 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-32 transform=scale(0.015625) d=&quot;M 1844 884 \n",
"L 3897 884 \n",
"L 3897 0 \n",
"L 506 0 \n",
"L 506 884 \n",
"L 2209 2388 \n",
"Q 2438 2594 2547 2791 \n",
"Q 2656 2988 2656 3200 \n",
"Q 2656 3528 2436 3728 \n",
"Q 2216 3928 1850 3928 \n",
"Q 1569 3928 1234 3808 \n",
"Q 900 3688 519 3450 \n",
"L 519 4475 \n",
"Q 925 4609 1322 4679 \n",
"Q 1719 4750 2100 4750 \n",
"Q 2938 4750 3402 4381 \n",
"Q 3866 4013 3866 3353 \n",
"Q 3866 2972 3669 2642 \n",
"Q 3472 2313 2841 1759 \n",
"L 1844 884 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-33 transform=scale(0.015625) d=&quot;M 2981 2516 \n",
"Q 3453 2394 3698 2092 \n",
"Q 3944 1791 3944 1325 \n",
"Q 3944 631 3412 270 \n",
"Q 2881 -91 1863 -91 \n",
"Q 1503 -91 1142 -33 \n",
"Q 781 25 428 141 \n",
"L 428 1069 \n",
"Q 766 900 1098 814 \n",
"Q 1431 728 1753 728 \n",
"Q 2231 728 2486 893 \n",
"Q 2741 1059 2741 1369 \n",
"Q 2741 1688 2480 1852 \n",
"Q 2219 2016 1709 2016 \n",
"L 1228 2016 \n",
"L 1228 2791 \n",
"L 1734 2791 \n",
"Q 2188 2791 2409 2933 \n",
"Q 2631 3075 2631 3366 \n",
"Q 2631 3634 2415 3781 \n",
"Q 2200 3928 1806 3928 \n",
"Q 1516 3928 1219 3862 \n",
"Q 922 3797 628 3669 \n",
"L 628 4550 \n",
"Q 984 4650 1334 4700 \n",
"Q 1684 4750 2022 4750 \n",
"Q 2931 4750 3382 4451 \n",
"Q 3834 4153 3834 3553 \n",
"Q 3834 3144 3618 2883 \n",
"Q 3403 2622 2981 2516 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-29 transform=scale(0.015625) d=&quot;M 513 -844 \n",
"Q 913 -100 1113 609 \n",
"Q 1313 1319 1313 2009 \n",
"Q 1313 2700 1113 3408 \n",
"Q 913 4116 513 4856 \n",
"L 1441 4856 \n",
"Q 1916 4091 2145 3389 \n",
"Q 2375 2688 2375 2003 \n",
"Q 2375 1319 2147 623 \n",
"Q 1919 -72 1441 -844 \n",
"L 513 -844 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-Bold-28 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-38 x=45.703125 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-32 x=115.283203 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-32 x=184.863281 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=254.443359 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-29 x=324.023438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=legend_1&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 19.296 157.2678 \n",
"L 132.9633 157.2678 \n",
"Q 136.4193 157.2678 136.4193 153.8118 \n",
"L 136.4193 130.176 \n",
"Q 136.4193 126.72 132.9633 126.72 \n",
"L 19.296 126.72 \n",
"Q 15.84 126.72 15.84 130.176 \n",
"L 15.84 153.8118 \n",
"Q 15.84 157.2678 19.296 157.2678 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff; opacity: 0.8; stroke: #cccccc; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 22.752 146.7621 \n",
"L 57.312 146.7621 \n",
"L 57.312 134.6661 \n",
"L 22.752 134.6661 \n",
"z\n",
"&quot; style=&quot;fill: #1f77b4; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 146.7621) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-62 transform=scale(0.015625) d=&quot;M 3116 1747 \n",
"Q 3116 2381 2855 2742 \n",
"Q 2594 3103 2138 3103 \n",
"Q 1681 3103 1420 2742 \n",
"Q 1159 2381 1159 1747 \n",
"Q 1159 1113 1420 752 \n",
"Q 1681 391 2138 391 \n",
"Q 2594 391 2855 752 \n",
"Q 3116 1113 3116 1747 \n",
"z\n",
"M 1159 2969 \n",
"Q 1341 3281 1617 3432 \n",
"Q 1894 3584 2278 3584 \n",
"Q 2916 3584 3314 3078 \n",
"Q 3713 2572 3713 1747 \n",
"Q 3713 922 3314 415 \n",
"Q 2916 -91 2278 -91 \n",
"Q 1894 -91 1617 61 \n",
"Q 1341 213 1159 525 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 4863 \n",
"L 1159 4863 \n",
"L 1159 2969 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-69 transform=scale(0.015625) d=&quot;M 603 3500 \n",
"L 1178 3500 \n",
"L 1178 0 \n",
"L 603 0 \n",
"L 603 3500 \n",
"z\n",
"M 603 4863 \n",
"L 1178 4863 \n",
"L 1178 4134 \n",
"L 603 4134 \n",
"L 603 4863 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-74 transform=scale(0.015625) d=&quot;M 1172 4494 \n",
"L 1172 3500 \n",
"L 2356 3500 \n",
"L 2356 3053 \n",
"L 1172 3053 \n",
"L 1172 1153 \n",
"Q 1172 725 1289 603 \n",
"Q 1406 481 1766 481 \n",
"L 2356 481 \n",
"L 2356 0 \n",
"L 1766 0 \n",
"Q 1100 0 847 248 \n",
"Q 594 497 594 1153 \n",
"L 594 3053 \n",
"L 172 3053 \n",
"L 172 3500 \n",
"L 594 3500 \n",
"L 594 4494 \n",
"L 1172 4494 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-63 transform=scale(0.015625) d=&quot;M 3122 3366 \n",
"L 3122 2828 \n",
"Q 2878 2963 2633 3030 \n",
"Q 2388 3097 2138 3097 \n",
"Q 1578 3097 1268 2742 \n",
"Q 959 2388 959 1747 \n",
"Q 959 1106 1268 751 \n",
"Q 1578 397 2138 397 \n",
"Q 2388 397 2633 464 \n",
"Q 2878 531 3122 666 \n",
"L 3122 134 \n",
"Q 2881 22 2623 -34 \n",
"Q 2366 -91 2075 -91 \n",
"Q 1284 -91 818 406 \n",
"Q 353 903 353 1747 \n",
"Q 353 2603 823 3093 \n",
"Q 1294 3584 2113 3584 \n",
"Q 2378 3584 2631 3529 \n",
"Q 2884 3475 3122 3366 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6f transform=scale(0.015625) d=&quot;M 1959 3097 \n",
"Q 1497 3097 1228 2736 \n",
"Q 959 2375 959 1747 \n",
"Q 959 1119 1226 758 \n",
"Q 1494 397 1959 397 \n",
"Q 2419 397 2687 759 \n",
"Q 2956 1122 2956 1747 \n",
"Q 2956 2369 2687 2733 \n",
"Q 2419 3097 1959 3097 \n",
"z\n",
"M 1959 3584 \n",
"Q 2709 3584 3137 3096 \n",
"Q 3566 2609 3566 1747 \n",
"Q 3566 888 3137 398 \n",
"Q 2709 -91 1959 -91 \n",
"Q 1206 -91 779 398 \n",
"Q 353 888 353 1747 \n",
"Q 353 2609 779 3096 \n",
"Q 1206 3584 1959 3584 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6e transform=scale(0.015625) d=&quot;M 3513 2113 \n",
"L 3513 0 \n",
"L 2938 0 \n",
"L 2938 2094 \n",
"Q 2938 2591 2744 2837 \n",
"Q 2550 3084 2163 3084 \n",
"Q 1697 3084 1428 2787 \n",
"Q 1159 2491 1159 1978 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1366 3272 1645 3428 \n",
"Q 1925 3584 2291 3584 \n",
"Q 2894 3584 3203 3211 \n",
"Q 3513 2838 3513 2113 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-62 /&gt;&lt;use xlink:href=#DejaVuSans-69 x=63.476562 /&gt;&lt;use xlink:href=#DejaVuSans-74 x=91.259766 /&gt;&lt;use xlink:href=#DejaVuSans-63 x=130.46875 /&gt;&lt;use xlink:href=#DejaVuSans-6f x=185.449219 /&gt;&lt;use xlink:href=#DejaVuSans-69 x=246.630859 /&gt;&lt;use xlink:href=#DejaVuSans-6e x=274.414062 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pe8176c5706&gt;&lt;rect x=7.2 y=7.2 width=390.6 height=110.88 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=7765431624013360574bottom-7765431624013360574word&gt;&lt;div class=col-sm-12&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=bitcoin&gt; bitcoin &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=7765431624013360574bottom-7765431624013360574characters&gt;&lt;div class=col-sm-12&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#7765431624013360574unicode-7765431624013360574characters aria-controls=7765431624013360574unicode-7765431624013360574characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#7765431624013360574unicode-7765431624013360574categories aria-controls=7765431624013360574unicode-7765431624013360574categories role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#7765431624013360574unicode-7765431624013360574scripts aria-controls=7765431624013360574unicode-7765431624013360574scripts role=tab data-toggle=tab&gt;Scripts&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#7765431624013360574unicode-7765431624013360574blocks aria-controls=7765431624013360574unicode-7765431624013360574blocks role=tab data-toggle=tab&gt;Blocks&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=7765431624013360574unicode-7765431624013360574characters&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring characters&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=i&gt; i &lt;/td&gt;&lt;td&gt;16446&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 28.6% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=b&gt; b &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=t&gt; t &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=c&gt; c &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=o&gt; o &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=n&gt; n &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=7765431624013360574unicode-7765431624013360574categories&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring categories&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=&quot;Lowercase Letter&quot;&gt; Lowercase Letter &lt;/td&gt;&lt;td&gt;57561&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per category&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Lowercase Letter&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=i&gt; i &lt;/td&gt;&lt;td&gt;16446&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 28.6% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=b&gt; b &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=t&gt; t &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=c&gt; c &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=o&gt; o &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=n&gt; n &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=7765431624013360574unicode-7765431624013360574scripts&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring scripts&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=Latin&gt; Latin &lt;/td&gt;&lt;td&gt;57561&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per script&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Latin&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=i&gt; i &lt;/td&gt;&lt;td&gt;16446&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 28.6% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=b&gt; b &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=t&gt; t &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=c&gt; c &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=o&gt; o &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=n&gt; n &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=7765431624013360574unicode-7765431624013360574blocks&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring blocks&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=ASCII&gt; ASCII &lt;/td&gt;&lt;td&gt;57561&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per block&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;ASCII&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=i&gt; i &lt;/td&gt;&lt;td&gt;16446&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 28.6% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=b&gt; b &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=t&gt; t &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=c&gt; c &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=o&gt; o &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=n&gt; n &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_-1988843901935709964&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=description&gt;&lt;a href=#pp_var_-1988843901935709964&gt;description&lt;/a&gt;&lt;br&gt;&lt;small&gt;Categorical&lt;/small&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;&lt;abbr title=&quot;This variable has a high overall correlation with 4 fields: _value, table, code, symbol&quot;&gt;HIGH CORRELATION&lt;/abbr&gt;&lt;/code&gt;&amp;nbsp &lt;code&gt;UNIFORM&lt;/code&gt;&amp;nbsp &lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;&lt; 0.1%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;64.4 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;div class=row id=minifreqtable&gt;&lt;table class=&quot;mini freq table-0&quot;&gt;&lt;tr class&gt;&lt;th width=10%&gt; Euro &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 2741&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=10%&gt; British Pound Sterling &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 2741&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=10%&gt; United States Dollar &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 2741&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom--1988843901935709964, #minifreqtable-1988843901935709964&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom--1988843901935709964 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-1988843901935709964bottom--1988843901935709964overview aria-controls=-1988843901935709964bottom--1988843901935709964overview role=tab data-toggle=tab&gt;Overview&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-1988843901935709964bottom--1988843901935709964string aria-controls=-1988843901935709964bottom--1988843901935709964string role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-1988843901935709964bottom--1988843901935709964word aria-controls=-1988843901935709964bottom--1988843901935709964word role=tab data-toggle=tab&gt;Words&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-1988843901935709964bottom--1988843901935709964characters aria-controls=-1988843901935709964bottom--1988843901935709964characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-1988843901935709964bottom--1988843901935709964overview&gt;&lt;div class=row&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Length&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Max length&lt;/th&gt;&lt;td&gt;22&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median length&lt;/th&gt;&lt;td&gt;20&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean length&lt;/th&gt;&lt;td&gt;15.333333&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Min length&lt;/th&gt;&lt;td&gt;4&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Characters and Unicode&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Total characters&lt;/th&gt;&lt;td&gt;126086&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct characters&lt;/th&gt;&lt;td&gt;20&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct categories&lt;/th&gt;&lt;td&gt;3 &lt;a title=&quot;Unicode categories (click for more information)&quot; href=https://en.wikipedia.org/wiki/Unicode_character_property#General_Category&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode categories (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct scripts&lt;/th&gt;&lt;td&gt;2 &lt;a title=&quot;Unicode scripts (click for more information)&quot; href=https://en.wikipedia.org/wiki/Script_(Unicode)#List_of_scripts_in_Unicode&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode scripts (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct blocks&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode blocks (click for more information)&quot; href=https://en.wikipedia.org/wiki/Unicode_block&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode blocks (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; The Unicode Standard assigns character properties to each code point, which can be used to analyse textual variables. &lt;/div&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Unique&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Unique&lt;/th&gt;&lt;td&gt;0 &lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;The number of unique values (all values that occur exactly once in the dataset).&quot;&gt;?&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Unique (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Sample&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;1st row&lt;/th&gt;&lt;td&gt;Euro&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;2nd row&lt;/th&gt;&lt;td&gt;Euro&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;3rd row&lt;/th&gt;&lt;td&gt;Euro&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;4th row&lt;/th&gt;&lt;td&gt;Euro&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5th row&lt;/th&gt;&lt;td&gt;Euro&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-1988843901935709964bottom--1988843901935709964string&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Common Values&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=Euro&gt; Euro &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=&quot;British Pound Sterling&quot;&gt; British Pound Sterling &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=&quot;United States Dollar&quot;&gt; United States Dollar &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Length&lt;/h4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
" &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-29T12:19:38.560951&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.7.1, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
"L 504 216 \n",
"L 504 0 \n",
"L 0 0 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 61.39 171.91702 \n",
"L 489.731239 171.91702 \n",
"L 489.731239 10.8 \n",
"L 61.39 10.8 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(98.822021 199.035134) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-35 transform=scale(0.015625) d=&quot;M 691 4666 \n",
"L 3169 4666 \n",
"L 3169 4134 \n",
"L 1269 4134 \n",
"L 1269 2991 \n",
"Q 1406 3038 1543 3061 \n",
"Q 1681 3084 1819 3084 \n",
"Q 2600 3084 3056 2656 \n",
"Q 3513 2228 3513 1497 \n",
"Q 3513 744 3044 326 \n",
"Q 2575 -91 1722 -91 \n",
"Q 1428 -91 1123 -41 \n",
"Q 819 9 494 109 \n",
"L 494 744 \n",
"Q 775 591 1075 516 \n",
"Q 1375 441 1709 441 \n",
"Q 2250 441 2565 725 \n",
"Q 2881 1009 2881 1497 \n",
"Q 2881 1984 2565 2268 \n",
"Q 2250 2553 1709 2553 \n",
"Q 1456 2553 1204 2497 \n",
"Q 953 2441 691 2322 \n",
"L 691 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-2e transform=scale(0.015625) d=&quot;M 684 794 \n",
"L 1344 794 \n",
"L 1344 0 \n",
"L 684 0 \n",
"L 684 794 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-30 transform=scale(0.015625) d=&quot;M 2034 4250 \n",
"Q 1547 4250 1301 3770 \n",
"Q 1056 3291 1056 2328 \n",
"Q 1056 1369 1301 889 \n",
"Q 1547 409 2034 409 \n",
"Q 2525 409 2770 889 \n",
"Q 3016 1369 3016 2328 \n",
"Q 3016 3291 2770 3770 \n",
"Q 2525 4250 2034 4250 \n",
"z\n",
"M 2034 4750 \n",
"Q 2819 4750 3233 4129 \n",
"Q 3647 3509 3647 2328 \n",
"Q 3647 1150 3233 529 \n",
"Q 2819 -91 2034 -91 \n",
"Q 1250 -91 836 529 \n",
"Q 422 1150 422 2328 \n",
"Q 422 3509 836 4129 \n",
"Q 1250 4750 2034 4750 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-35 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(152.905511 199.035134) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-37 transform=scale(0.015625) d=&quot;M 525 4666 \n",
"L 3525 4666 \n",
"L 3525 4397 \n",
"L 1831 0 \n",
"L 1172 0 \n",
"L 2766 4134 \n",
"L 525 4134 \n",
"L 525 4666 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-37 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-35 x=95.410156 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(204.739517 203.534101) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-31 transform=scale(0.015625) d=&quot;M 794 531 \n",
"L 1825 531 \n",
"L 1825 4091 \n",
"L 703 3866 \n",
"L 703 4441 \n",
"L 1819 4666 \n",
"L 2450 4666 \n",
"L 2450 531 \n",
"L 3481 531 \n",
"L 3481 0 \n",
"L 794 0 \n",
"L 794 531 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-31 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=159.033203 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(258.823007 203.534101) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-32 transform=scale(0.015625) d=&quot;M 1228 531 \n",
"L 3431 531 \n",
"L 3431 0 \n",
"L 469 0 \n",
"L 469 531 \n",
"Q 828 903 1448 1529 \n",
"Q 2069 2156 2228 2338 \n",
"Q 2531 2678 2651 2914 \n",
"Q 2772 3150 2772 3378 \n",
"Q 2772 3750 2511 3984 \n",
"Q 2250 4219 1831 4219 \n",
"Q 1534 4219 1204 4116 \n",
"Q 875 4013 500 3803 \n",
"L 500 4441 \n",
"Q 881 4594 1212 4672 \n",
"Q 1544 4750 1819 4750 \n",
"Q 2544 4750 2975 4387 \n",
"Q 3406 4025 3406 3419 \n",
"Q 3406 3131 3298 2873 \n",
"Q 3191 2616 2906 2266 \n",
"Q 2828 2175 2409 1742 \n",
"Q 1991 1309 1228 531 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-31 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-35 x=159.033203 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(312.906497 203.534101) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-31 /&gt;&lt;use xlink:href=#DejaVuSans-35 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=159.033203 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(366.989986 203.534101) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-31 /&gt;&lt;use xlink:href=#DejaVuSans-37 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-35 x=159.033203 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(421.073476 203.534101) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=159.033203 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(475.156966 203.534101) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-35 x=159.033203 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(44.5275 175.716238) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 147.725581) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-31 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 119.734925) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 91.744268) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-33 transform=scale(0.015625) d=&quot;M 2597 2516 \n",
"Q 3050 2419 3304 2112 \n",
"Q 3559 1806 3559 1356 \n",
"Q 3559 666 3084 287 \n",
"Q 2609 -91 1734 -91 \n",
"Q 1441 -91 1130 -33 \n",
"Q 819 25 488 141 \n",
"L 488 750 \n",
"Q 750 597 1062 519 \n",
"Q 1375 441 1716 441 \n",
"Q 2309 441 2620 675 \n",
"Q 2931 909 2931 1356 \n",
"Q 2931 1769 2642 2001 \n",
"Q 2353 2234 1838 2234 \n",
"L 1294 2234 \n",
"L 1294 2753 \n",
"L 1863 2753 \n",
"Q 2328 2753 2575 2939 \n",
"Q 2822 3125 2822 3475 \n",
"Q 2822 3834 2567 4026 \n",
"Q 2313 4219 1838 4219 \n",
"Q 1578 4219 1281 4162 \n",
"Q 984 4106 628 3988 \n",
"L 628 4550 \n",
"Q 988 4650 1302 4700 \n",
"Q 1616 4750 1894 4750 \n",
"Q 2613 4750 3031 4423 \n",
"Q 3450 4097 3450 3541 \n",
"Q 3450 3153 3228 2886 \n",
"Q 3006 2619 2597 2516 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-33 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 63.753611) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-34 transform=scale(0.015625) d=&quot;M 2419 4116 \n",
"L 825 1625 \n",
"L 2419 1625 \n",
"L 2419 4116 \n",
"z\n",
"M 2253 4666 \n",
"L 3047 4666 \n",
"L 3047 1625 \n",
"L 3713 1625 \n",
"L 3713 1100 \n",
"L 3047 1100 \n",
"L 3047 0 \n",
"L 2419 0 \n",
"L 2419 1100 \n",
"L 313 1100 \n",
"L 313 1709 \n",
"L 2253 4666 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-34 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 35.762954) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-35 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(19.152344 119.771166) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-46 transform=scale(0.015625) d=&quot;M 628 4666 \n",
"L 3309 4666 \n",
"L 3309 4134 \n",
"L 1259 4134 \n",
"L 1259 2759 \n",
"L 3109 2759 \n",
"L 3109 2228 \n",
"L 1259 2228 \n",
"L 1259 0 \n",
"L 628 0 \n",
"L 628 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-72 transform=scale(0.015625) d=&quot;M 2631 2963 \n",
"Q 2534 3019 2420 3045 \n",
"Q 2306 3072 2169 3072 \n",
"Q 1681 3072 1420 2755 \n",
"Q 1159 2438 1159 1844 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1341 3275 1631 3429 \n",
"Q 1922 3584 2338 3584 \n",
"Q 2397 3584 2469 3576 \n",
"Q 2541 3569 2628 3553 \n",
"L 2631 2963 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-65 transform=scale(0.015625) d=&quot;M 3597 1894 \n",
"L 3597 1613 \n",
"L 953 1613 \n",
"Q 991 1019 1311 708 \n",
"Q 1631 397 2203 397 \n",
"Q 2534 397 2845 478 \n",
"Q 3156 559 3463 722 \n",
"L 3463 178 \n",
"Q 3153 47 2828 -22 \n",
"Q 2503 -91 2169 -91 \n",
"Q 1331 -91 842 396 \n",
"Q 353 884 353 1716 \n",
"Q 353 2575 817 3079 \n",
"Q 1281 3584 2069 3584 \n",
"Q 2775 3584 3186 3129 \n",
"Q 3597 2675 3597 1894 \n",
"z\n",
"M 3022 2063 \n",
"Q 3016 2534 2758 2815 \n",
"Q 2500 3097 2075 3097 \n",
"Q 1594 3097 1305 2825 \n",
"Q 1016 2553 972 2059 \n",
"L 3022 2063 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-71 transform=scale(0.015625) d=&quot;M 947 1747 \n",
"Q 947 1113 1208 752 \n",
"Q 1469 391 1925 391 \n",
"Q 2381 391 2643 752 \n",
"Q 2906 1113 2906 1747 \n",
"Q 2906 2381 2643 2742 \n",
"Q 2381 3103 1925 3103 \n",
"Q 1469 3103 1208 2742 \n",
"Q 947 2381 947 1747 \n",
"z\n",
"M 2906 525 \n",
"Q 2725 213 2448 61 \n",
"Q 2172 -91 1784 -91 \n",
"Q 1150 -91 751 415 \n",
"Q 353 922 353 1747 \n",
"Q 353 2572 751 3078 \n",
"Q 1150 3584 1784 3584 \n",
"Q 2172 3584 2448 3432 \n",
"Q 2725 3281 2906 2969 \n",
"L 2906 3500 \n",
"L 3481 3500 \n",
"L 3481 -1331 \n",
"L 2906 -1331 \n",
"L 2906 525 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-75 transform=scale(0.015625) d=&quot;M 544 1381 \n",
"L 544 3500 \n",
"L 1119 3500 \n",
"L 1119 1403 \n",
"Q 1119 906 1312 657 \n",
"Q 1506 409 1894 409 \n",
"Q 2359 409 2629 706 \n",
"Q 2900 1003 2900 1516 \n",
"L 2900 3500 \n",
"L 3475 3500 \n",
"L 3475 0 \n",
"L 2900 0 \n",
"L 2900 538 \n",
"Q 2691 219 2414 64 \n",
"Q 2138 -91 1772 -91 \n",
"Q 1169 -91 856 284 \n",
"Q 544 659 544 1381 \n",
"z\n",
"M 1991 3584 \n",
"L 1991 3584 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6e transform=scale(0.015625) d=&quot;M 3513 2113 \n",
"L 3513 0 \n",
"L 2938 0 \n",
"L 2938 2094 \n",
"Q 2938 2591 2744 2837 \n",
"Q 2550 3084 2163 3084 \n",
"Q 1697 3084 1428 2787 \n",
"Q 1159 2491 1159 1978 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1366 3272 1645 3428 \n",
"Q 1925 3584 2291 3584 \n",
"Q 2894 3584 3203 3211 \n",
"Q 3513 2838 3513 2113 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-63 transform=scale(0.015625) d=&quot;M 3122 3366 \n",
"L 3122 2828 \n",
"Q 2878 2963 2633 3030 \n",
"Q 2388 3097 2138 3097 \n",
"Q 1578 3097 1268 2742 \n",
"Q 959 2388 959 1747 \n",
"Q 959 1106 1268 751 \n",
"Q 1578 397 2138 397 \n",
"Q 2388 397 2633 464 \n",
"Q 2878 531 3122 666 \n",
"L 3122 134 \n",
"Q 2881 22 2623 -34 \n",
"Q 2366 -91 2075 -91 \n",
"Q 1284 -91 818 406 \n",
"Q 353 903 353 1747 \n",
"Q 353 2603 823 3093 \n",
"Q 1294 3584 2113 3584 \n",
"Q 2378 3584 2631 3529 \n",
"Q 2884 3475 3122 3366 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-79 transform=scale(0.015625) d=&quot;M 2059 -325 \n",
"Q 1816 -950 1584 -1140 \n",
"Q 1353 -1331 966 -1331 \n",
"L 506 -1331 \n",
"L 506 -850 \n",
"L 844 -850 \n",
"Q 1081 -850 1212 -737 \n",
"Q 1344 -625 1503 -206 \n",
"L 1606 56 \n",
"L 191 3500 \n",
"L 800 3500 \n",
"L 1894 763 \n",
"L 2988 3500 \n",
"L 3597 3500 \n",
"L 2059 -325 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-46 /&gt;&lt;use xlink:href=#DejaVuSans-72 x=50.269531 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=89.132812 /&gt;&lt;use xlink:href=#DejaVuSans-71 x=150.65625 /&gt;&lt;use xlink:href=#DejaVuSans-75 x=214.132812 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=277.511719 /&gt;&lt;use xlink:href=#DejaVuSans-6e x=339.035156 /&gt;&lt;use xlink:href=#DejaVuSans-63 x=402.414062 /&gt;&lt;use xlink:href=#DejaVuSans-79 x=457.394531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 80.860056 171.91702 \n",
"L 210.660432 171.91702 \n",
"L 210.660432 95.194629 \n",
"L 80.860056 95.194629 \n",
"z\n",
"&quot; clip-path=url(#p9b7697b5f3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 210.660432 171.91702 \n",
"L 340.460807 171.91702 \n",
"L 340.460807 171.91702 \n",
"L 210.660432 171.91702 \n",
"z\n",
"&quot; clip-path=url(#p9b7697b5f3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 340.460807 171.91702 \n",
"L 470.261182 171.91702 \n",
"L 470.261182 18.472239 \n",
"L 340.460807 18.472239 \n",
"z\n",
"&quot; clip-path=url(#p9b7697b5f3) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 61.39 171.91702 \n",
"L 61.39 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 489.731239 171.91702 \n",
"L 489.731239 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 61.39 171.91702 \n",
"L 489.731239 171.91702 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 61.39 10.8 \n",
"L 489.731239 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p9b7697b5f3&gt;&lt;rect x=61.39 y=10.8 width=428.341239 height=161.11702 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; Histogram of lengths of the category &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Common Values (Plot)&lt;/h4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
" &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=405pt height=215.1954pt viewbox=&quot;0 0 405 215.1954&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-29T12:19:38.762633&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.7.1, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 215.1954 \n",
"L 405 215.1954 \n",
"L 405 0 \n",
"L 0 0 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 7.2 108.84 \n",
"L 137.4 108.84 \n",
"L 137.4 16.44 \n",
"L 7.2 16.44 \n",
"z\n",
"&quot; clip-path=url(#p6f6a8562e3) style=&quot;fill: #1f77b4; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 137.4 108.84 \n",
"L 267.6 108.84 \n",
"L 267.6 16.44 \n",
"L 137.4 16.44 \n",
"z\n",
"&quot; clip-path=url(#p6f6a8562e3) style=&quot;fill: #ff7f0e; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 267.6 108.84 \n",
"L 397.8 108.84 \n",
"L 397.8 16.44 \n",
"L 267.6 16.44 \n",
"z\n",
"&quot; clip-path=url(#p6f6a8562e3) style=&quot;fill: #2ca02c; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(47.321625 58.551075) scale(0.144 -0.144)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-Bold-33 transform=scale(0.015625) d=&quot;M 2981 2516 \n",
"Q 3453 2394 3698 2092 \n",
"Q 3944 1791 3944 1325 \n",
"Q 3944 631 3412 270 \n",
"Q 2881 -91 1863 -91 \n",
"Q 1503 -91 1142 -33 \n",
"Q 781 25 428 141 \n",
"L 428 1069 \n",
"Q 766 900 1098 814 \n",
"Q 1431 728 1753 728 \n",
"Q 2231 728 2486 893 \n",
"Q 2741 1059 2741 1369 \n",
"Q 2741 1688 2480 1852 \n",
"Q 2219 2016 1709 2016 \n",
"L 1228 2016 \n",
"L 1228 2791 \n",
"L 1734 2791 \n",
"Q 2188 2791 2409 2933 \n",
"Q 2631 3075 2631 3366 \n",
"Q 2631 3634 2415 3781 \n",
"Q 2200 3928 1806 3928 \n",
"Q 1516 3928 1219 3862 \n",
"Q 922 3797 628 3669 \n",
"L 628 4550 \n",
"Q 984 4650 1334 4700 \n",
"Q 1684 4750 2022 4750 \n",
"Q 2931 4750 3382 4451 \n",
"Q 3834 4153 3834 3553 \n",
"Q 3834 3144 3618 2883 \n",
"Q 3403 2622 2981 2516 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-2e transform=scale(0.015625) d=&quot;M 653 1209 \n",
"L 1778 1209 \n",
"L 1778 0 \n",
"L 653 0 \n",
"L 653 1209 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-25 transform=scale(0.015625) d=&quot;M 4959 1925 \n",
"Q 4738 1925 4616 1733 \n",
"Q 4494 1541 4494 1184 \n",
"Q 4494 825 4614 633 \n",
"Q 4734 441 4959 441 \n",
"Q 5184 441 5303 633 \n",
"Q 5422 825 5422 1184 \n",
"Q 5422 1541 5301 1733 \n",
"Q 5181 1925 4959 1925 \n",
"z\n",
"M 4959 2450 \n",
"Q 5541 2450 5875 2112 \n",
"Q 6209 1775 6209 1184 \n",
"Q 6209 594 5875 251 \n",
"Q 5541 -91 4959 -91 \n",
"Q 4378 -91 4042 251 \n",
"Q 3706 594 3706 1184 \n",
"Q 3706 1772 4042 2111 \n",
"Q 4378 2450 4959 2450 \n",
"z\n",
"M 2094 -91 \n",
"L 1403 -91 \n",
"L 4319 4750 \n",
"L 5013 4750 \n",
"L 2094 -91 \n",
"z\n",
"M 1453 4750 \n",
"Q 2034 4750 2367 4411 \n",
"Q 2700 4072 2700 3481 \n",
"Q 2700 2891 2367 2550 \n",
"Q 2034 2209 1453 2209 \n",
"Q 872 2209 539 2550 \n",
"Q 206 2891 206 3481 \n",
"Q 206 4072 539 4411 \n",
"Q 872 4750 1453 4750 \n",
"z\n",
"M 1453 4225 \n",
"Q 1228 4225 1106 4031 \n",
"Q 984 3838 984 3481 \n",
"Q 984 3122 1106 2926 \n",
"Q 1228 2731 1453 2731 \n",
"Q 1678 2731 1798 2926 \n",
"Q 1919 3122 1919 3481 \n",
"Q 1919 3838 1797 4031 \n",
"Q 1675 4225 1453 4225 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=69.580078 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-2e x=139.160156 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=177.148438 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-25 x=246.728516 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(45.68025 74.675925) scale(0.144 -0.144)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-Bold-28 transform=scale(0.015625) d=&quot;M 2413 -844 \n",
"L 1484 -844 \n",
"Q 1006 -72 778 623 \n",
"Q 550 1319 550 2003 \n",
"Q 550 2688 779 3389 \n",
"Q 1009 4091 1484 4856 \n",
"L 2413 4856 \n",
"Q 2013 4116 1813 3408 \n",
"Q 1613 2700 1613 2009 \n",
"Q 1613 1319 1811 609 \n",
"Q 2009 -100 2413 -844 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-32 transform=scale(0.015625) d=&quot;M 1844 884 \n",
"L 3897 884 \n",
"L 3897 0 \n",
"L 506 0 \n",
"L 506 884 \n",
"L 2209 2388 \n",
"Q 2438 2594 2547 2791 \n",
"Q 2656 2988 2656 3200 \n",
"Q 2656 3528 2436 3728 \n",
"Q 2216 3928 1850 3928 \n",
"Q 1569 3928 1234 3808 \n",
"Q 900 3688 519 3450 \n",
"L 519 4475 \n",
"Q 925 4609 1322 4679 \n",
"Q 1719 4750 2100 4750 \n",
"Q 2938 4750 3402 4381 \n",
"Q 3866 4013 3866 3353 \n",
"Q 3866 2972 3669 2642 \n",
"Q 3472 2313 2841 1759 \n",
"L 1844 884 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-37 transform=scale(0.015625) d=&quot;M 428 4666 \n",
"L 3944 4666 \n",
"L 3944 3988 \n",
"L 2125 0 \n",
"L 953 0 \n",
"L 2675 3781 \n",
"L 428 3781 \n",
"L 428 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-34 transform=scale(0.015625) d=&quot;M 2356 3675 \n",
"L 1038 1722 \n",
"L 2356 1722 \n",
"L 2356 3675 \n",
"z\n",
"M 2156 4666 \n",
"L 3494 4666 \n",
"L 3494 1722 \n",
"L 4159 1722 \n",
"L 4159 850 \n",
"L 3494 850 \n",
"L 3494 0 \n",
"L 2356 0 \n",
"L 2356 850 \n",
"L 288 850 \n",
"L 288 1881 \n",
"L 2156 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-31 transform=scale(0.015625) d=&quot;M 750 831 \n",
"L 1813 831 \n",
"L 1813 3847 \n",
"L 722 3622 \n",
"L 722 4441 \n",
"L 1806 4666 \n",
"L 2950 4666 \n",
"L 2950 831 \n",
"L 4013 831 \n",
"L 4013 0 \n",
"L 750 0 \n",
"L 750 831 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-29 transform=scale(0.015625) d=&quot;M 513 -844 \n",
"Q 913 -100 1113 609 \n",
"Q 1313 1319 1313 2009 \n",
"Q 1313 2700 1113 3408 \n",
"Q 913 4116 513 4856 \n",
"L 1441 4856 \n",
"Q 1916 4091 2145 3389 \n",
"Q 2375 2688 2375 2003 \n",
"Q 2375 1319 2147 623 \n",
"Q 1919 -72 1441 -844 \n",
"L 513 -844 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-Bold-28 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-32 x=45.703125 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-37 x=115.283203 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-34 x=184.863281 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-31 x=254.443359 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-29 x=324.023438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(177.521625 58.551075) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=69.580078 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-2e x=139.160156 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=177.148438 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-25 x=246.728516 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(175.88025 74.675925) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#DejaVuSans-Bold-28 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-32 x=45.703125 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-37 x=115.283203 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-34 x=184.863281 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-31 x=254.443359 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-29 x=324.023438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(307.721625 58.551075) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=69.580078 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-2e x=139.160156 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=177.148438 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-25 x=246.728516 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(306.08025 74.675925) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#DejaVuSans-Bold-28 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-32 x=45.703125 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-37 x=115.283203 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-34 x=184.863281 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-31 x=254.443359 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-29 x=324.023438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=legend_1&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 19.296 207.9954 \n",
"L 261.1053 207.9954 \n",
"Q 264.5613 207.9954 264.5613 204.5394 \n",
"L 264.5613 130.176 \n",
"Q 264.5613 126.72 261.1053 126.72 \n",
"L 19.296 126.72 \n",
"Q 15.84 126.72 15.84 130.176 \n",
"L 15.84 204.5394 \n",
"Q 15.84 207.9954 19.296 207.9954 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff; opacity: 0.8; stroke: #cccccc; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 22.752 146.7621 \n",
"L 57.312 146.7621 \n",
"L 57.312 134.6661 \n",
"L 22.752 134.6661 \n",
"z\n",
"&quot; style=&quot;fill: #1f77b4; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 146.7621) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-45 transform=scale(0.015625) d=&quot;M 628 4666 \n",
"L 3578 4666 \n",
"L 3578 4134 \n",
"L 1259 4134 \n",
"L 1259 2753 \n",
"L 3481 2753 \n",
"L 3481 2222 \n",
"L 1259 2222 \n",
"L 1259 531 \n",
"L 3634 531 \n",
"L 3634 0 \n",
"L 628 0 \n",
"L 628 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-75 transform=scale(0.015625) d=&quot;M 544 1381 \n",
"L 544 3500 \n",
"L 1119 3500 \n",
"L 1119 1403 \n",
"Q 1119 906 1312 657 \n",
"Q 1506 409 1894 409 \n",
"Q 2359 409 2629 706 \n",
"Q 2900 1003 2900 1516 \n",
"L 2900 3500 \n",
"L 3475 3500 \n",
"L 3475 0 \n",
"L 2900 0 \n",
"L 2900 538 \n",
"Q 2691 219 2414 64 \n",
"Q 2138 -91 1772 -91 \n",
"Q 1169 -91 856 284 \n",
"Q 544 659 544 1381 \n",
"z\n",
"M 1991 3584 \n",
"L 1991 3584 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-72 transform=scale(0.015625) d=&quot;M 2631 2963 \n",
"Q 2534 3019 2420 3045 \n",
"Q 2306 3072 2169 3072 \n",
"Q 1681 3072 1420 2755 \n",
"Q 1159 2438 1159 1844 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1341 3275 1631 3429 \n",
"Q 1922 3584 2338 3584 \n",
"Q 2397 3584 2469 3576 \n",
"Q 2541 3569 2628 3553 \n",
"L 2631 2963 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6f transform=scale(0.015625) d=&quot;M 1959 3097 \n",
"Q 1497 3097 1228 2736 \n",
"Q 959 2375 959 1747 \n",
"Q 959 1119 1226 758 \n",
"Q 1494 397 1959 397 \n",
"Q 2419 397 2687 759 \n",
"Q 2956 1122 2956 1747 \n",
"Q 2956 2369 2687 2733 \n",
"Q 2419 3097 1959 3097 \n",
"z\n",
"M 1959 3584 \n",
"Q 2709 3584 3137 3096 \n",
"Q 3566 2609 3566 1747 \n",
"Q 3566 888 3137 398 \n",
"Q 2709 -91 1959 -91 \n",
"Q 1206 -91 779 398 \n",
"Q 353 888 353 1747 \n",
"Q 353 2609 779 3096 \n",
"Q 1206 3584 1959 3584 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-45 /&gt;&lt;use xlink:href=#DejaVuSans-75 x=63.183594 /&gt;&lt;use xlink:href=#DejaVuSans-72 x=126.5625 /&gt;&lt;use xlink:href=#DejaVuSans-6f x=165.425781 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 22.752 172.1259 \n",
"L 57.312 172.1259 \n",
"L 57.312 160.0299 \n",
"L 22.752 160.0299 \n",
"z\n",
"&quot; style=&quot;fill: #ff7f0e; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 172.1259) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-42 transform=scale(0.015625) d=&quot;M 1259 2228 \n",
"L 1259 519 \n",
"L 2272 519 \n",
"Q 2781 519 3026 730 \n",
"Q 3272 941 3272 1375 \n",
"Q 3272 1813 3026 2020 \n",
"Q 2781 2228 2272 2228 \n",
"L 1259 2228 \n",
"z\n",
"M 1259 4147 \n",
"L 1259 2741 \n",
"L 2194 2741 \n",
"Q 2656 2741 2882 2914 \n",
"Q 3109 3088 3109 3444 \n",
"Q 3109 3797 2882 3972 \n",
"Q 2656 4147 2194 4147 \n",
"L 1259 4147 \n",
"z\n",
"M 628 4666 \n",
"L 2241 4666 \n",
"Q 2963 4666 3353 4366 \n",
"Q 3744 4066 3744 3513 \n",
"Q 3744 3084 3544 2831 \n",
"Q 3344 2578 2956 2516 \n",
"Q 3422 2416 3680 2098 \n",
"Q 3938 1781 3938 1306 \n",
"Q 3938 681 3513 340 \n",
"Q 3088 0 2303 0 \n",
"L 628 0 \n",
"L 628 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-69 transform=scale(0.015625) d=&quot;M 603 3500 \n",
"L 1178 3500 \n",
"L 1178 0 \n",
"L 603 0 \n",
"L 603 3500 \n",
"z\n",
"M 603 4863 \n",
"L 1178 4863 \n",
"L 1178 4134 \n",
"L 603 4134 \n",
"L 603 4863 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-74 transform=scale(0.015625) d=&quot;M 1172 4494 \n",
"L 1172 3500 \n",
"L 2356 3500 \n",
"L 2356 3053 \n",
"L 1172 3053 \n",
"L 1172 1153 \n",
"Q 1172 725 1289 603 \n",
"Q 1406 481 1766 481 \n",
"L 2356 481 \n",
"L 2356 0 \n",
"L 1766 0 \n",
"Q 1100 0 847 248 \n",
"Q 594 497 594 1153 \n",
"L 594 3053 \n",
"L 172 3053 \n",
"L 172 3500 \n",
"L 594 3500 \n",
"L 594 4494 \n",
"L 1172 4494 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-73 transform=scale(0.015625) d=&quot;M 2834 3397 \n",
"L 2834 2853 \n",
"Q 2591 2978 2328 3040 \n",
"Q 2066 3103 1784 3103 \n",
"Q 1356 3103 1142 2972 \n",
"Q 928 2841 928 2578 \n",
"Q 928 2378 1081 2264 \n",
"Q 1234 2150 1697 2047 \n",
"L 1894 2003 \n",
"Q 2506 1872 2764 1633 \n",
"Q 3022 1394 3022 966 \n",
"Q 3022 478 2636 193 \n",
"Q 2250 -91 1575 -91 \n",
"Q 1294 -91 989 -36 \n",
"Q 684 19 347 128 \n",
"L 347 722 \n",
"Q 666 556 975 473 \n",
"Q 1284 391 1588 391 \n",
"Q 1994 391 2212 530 \n",
"Q 2431 669 2431 922 \n",
"Q 2431 1156 2273 1281 \n",
"Q 2116 1406 1581 1522 \n",
"L 1381 1569 \n",
"Q 847 1681 609 1914 \n",
"Q 372 2147 372 2553 \n",
"Q 372 3047 722 3315 \n",
"Q 1072 3584 1716 3584 \n",
"Q 2034 3584 2315 3537 \n",
"Q 2597 3491 2834 3397 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-68 transform=scale(0.015625) d=&quot;M 3513 2113 \n",
"L 3513 0 \n",
"L 2938 0 \n",
"L 2938 2094 \n",
"Q 2938 2591 2744 2837 \n",
"Q 2550 3084 2163 3084 \n",
"Q 1697 3084 1428 2787 \n",
"Q 1159 2491 1159 1978 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 4863 \n",
"L 1159 4863 \n",
"L 1159 2956 \n",
"Q 1366 3272 1645 3428 \n",
"Q 1925 3584 2291 3584 \n",
"Q 2894 3584 3203 3211 \n",
"Q 3513 2838 3513 2113 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-20 transform=scale(0.015625) /&gt;&lt;path id=DejaVuSans-50 transform=scale(0.015625) d=&quot;M 1259 4147 \n",
"L 1259 2394 \n",
"L 2053 2394 \n",
"Q 2494 2394 2734 2622 \n",
"Q 2975 2850 2975 3272 \n",
"Q 2975 3691 2734 3919 \n",
"Q 2494 4147 2053 4147 \n",
"L 1259 4147 \n",
"z\n",
"M 628 4666 \n",
"L 2053 4666 \n",
"Q 2838 4666 3239 4311 \n",
"Q 3641 3956 3641 3272 \n",
"Q 3641 2581 3239 2228 \n",
"Q 2838 1875 2053 1875 \n",
"L 1259 1875 \n",
"L 1259 0 \n",
"L 628 0 \n",
"L 628 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6e transform=scale(0.015625) d=&quot;M 3513 2113 \n",
"L 3513 0 \n",
"L 2938 0 \n",
"L 2938 2094 \n",
"Q 2938 2591 2744 2837 \n",
"Q 2550 3084 2163 3084 \n",
"Q 1697 3084 1428 2787 \n",
"Q 1159 2491 1159 1978 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1366 3272 1645 3428 \n",
"Q 1925 3584 2291 3584 \n",
"Q 2894 3584 3203 3211 \n",
"Q 3513 2838 3513 2113 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-64 transform=scale(0.015625) d=&quot;M 2906 2969 \n",
"L 2906 4863 \n",
"L 3481 4863 \n",
"L 3481 0 \n",
"L 2906 0 \n",
"L 2906 525 \n",
"Q 2725 213 2448 61 \n",
"Q 2172 -91 1784 -91 \n",
"Q 1150 -91 751 415 \n",
"Q 353 922 353 1747 \n",
"Q 353 2572 751 3078 \n",
"Q 1150 3584 1784 3584 \n",
"Q 2172 3584 2448 3432 \n",
"Q 2725 3281 2906 2969 \n",
"z\n",
"M 947 1747 \n",
"Q 947 1113 1208 752 \n",
"Q 1469 391 1925 391 \n",
"Q 2381 391 2643 752 \n",
"Q 2906 1113 2906 1747 \n",
"Q 2906 2381 2643 2742 \n",
"Q 2381 3103 1925 3103 \n",
"Q 1469 3103 1208 2742 \n",
"Q 947 2381 947 1747 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-53 transform=scale(0.015625) d=&quot;M 3425 4513 \n",
"L 3425 3897 \n",
"Q 3066 4069 2747 4153 \n",
"Q 2428 4238 2131 4238 \n",
"Q 1616 4238 1336 4038 \n",
"Q 1056 3838 1056 3469 \n",
"Q 1056 3159 1242 3001 \n",
"Q 1428 2844 1947 2747 \n",
"L 2328 2669 \n",
"Q 3034 2534 3370 2195 \n",
"Q 3706 1856 3706 1288 \n",
"Q 3706 609 3251 259 \n",
"Q 2797 -91 1919 -91 \n",
"Q 1588 -91 1214 -16 \n",
"Q 841 59 441 206 \n",
"L 441 856 \n",
"Q 825 641 1194 531 \n",
"Q 1563 422 1919 422 \n",
"Q 2459 422 2753 634 \n",
"Q 3047 847 3047 1241 \n",
"Q 3047 1584 2836 1778 \n",
"Q 2625 1972 2144 2069 \n",
"L 1759 2144 \n",
"Q 1053 2284 737 2584 \n",
"Q 422 2884 422 3419 \n",
"Q 422 4038 858 4394 \n",
"Q 1294 4750 2059 4750 \n",
"Q 2388 4750 2728 4690 \n",
"Q 3069 4631 3425 4513 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-65 transform=scale(0.015625) d=&quot;M 3597 1894 \n",
"L 3597 1613 \n",
"L 953 1613 \n",
"Q 991 1019 1311 708 \n",
"Q 1631 397 2203 397 \n",
"Q 2534 397 2845 478 \n",
"Q 3156 559 3463 722 \n",
"L 3463 178 \n",
"Q 3153 47 2828 -22 \n",
"Q 2503 -91 2169 -91 \n",
"Q 1331 -91 842 396 \n",
"Q 353 884 353 1716 \n",
"Q 353 2575 817 3079 \n",
"Q 1281 3584 2069 3584 \n",
"Q 2775 3584 3186 3129 \n",
"Q 3597 2675 3597 1894 \n",
"z\n",
"M 3022 2063 \n",
"Q 3016 2534 2758 2815 \n",
"Q 2500 3097 2075 3097 \n",
"Q 1594 3097 1305 2825 \n",
"Q 1016 2553 972 2059 \n",
"L 3022 2063 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6c transform=scale(0.015625) d=&quot;M 603 4863 \n",
"L 1178 4863 \n",
"L 1178 0 \n",
"L 603 0 \n",
"L 603 4863 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-67 transform=scale(0.015625) d=&quot;M 2906 1791 \n",
"Q 2906 2416 2648 2759 \n",
"Q 2391 3103 1925 3103 \n",
"Q 1463 3103 1205 2759 \n",
"Q 947 2416 947 1791 \n",
"Q 947 1169 1205 825 \n",
"Q 1463 481 1925 481 \n",
"Q 2391 481 2648 825 \n",
"Q 2906 1169 2906 1791 \n",
"z\n",
"M 3481 434 \n",
"Q 3481 -459 3084 -895 \n",
"Q 2688 -1331 1869 -1331 \n",
"Q 1566 -1331 1297 -1286 \n",
"Q 1028 -1241 775 -1147 \n",
"L 775 -588 \n",
"Q 1028 -725 1275 -790 \n",
"Q 1522 -856 1778 -856 \n",
"Q 2344 -856 2625 -561 \n",
"Q 2906 -266 2906 331 \n",
"L 2906 616 \n",
"Q 2728 306 2450 153 \n",
"Q 2172 0 1784 0 \n",
"Q 1141 0 747 490 \n",
"Q 353 981 353 1791 \n",
"Q 353 2603 747 3093 \n",
"Q 1141 3584 1784 3584 \n",
"Q 2172 3584 2450 3431 \n",
"Q 2728 3278 2906 2969 \n",
"L 2906 3500 \n",
"L 3481 3500 \n",
"L 3481 434 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-42 /&gt;&lt;use xlink:href=#DejaVuSans-72 x=68.603516 /&gt;&lt;use xlink:href=#DejaVuSans-69 x=109.716797 /&gt;&lt;use xlink:href=#DejaVuSans-74 x=137.5 /&gt;&lt;use xlink:href=#DejaVuSans-69 x=176.708984 /&gt;&lt;use xlink:href=#DejaVuSans-73 x=204.492188 /&gt;&lt;use xlink:href=#DejaVuSans-68 x=256.591797 /&gt;&lt;use xlink:href=#DejaVuSans-20 x=319.970703 /&gt;&lt;use xlink:href=#DejaVuSans-50 x=351.757812 /&gt;&lt;use xlink:href=#DejaVuSans-6f x=408.435547 /&gt;&lt;use xlink:href=#DejaVuSans-75 x=469.617188 /&gt;&lt;use xlink:href=#DejaVuSans-6e x=532.996094 /&gt;&lt;use xlink:href=#DejaVuSans-64 x=596.375 /&gt;&lt;use xlink:href=#DejaVuSans-20 x=659.851562 /&gt;&lt;use xlink:href=#DejaVuSans-53 x=691.638672 /&gt;&lt;use xlink:href=#DejaVuSans-74 x=755.115234 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=794.324219 /&gt;&lt;use xlink:href=#DejaVuSans-72 x=855.847656 /&gt;&lt;use xlink:href=#DejaVuSans-6c x=896.960938 /&gt;&lt;use xlink:href=#DejaVuSans-69 x=924.744141 /&gt;&lt;use xlink:href=#DejaVuSans-6e x=952.527344 /&gt;&lt;use xlink:href=#DejaVuSans-67 x=1015.90625 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 22.752 197.4897 \n",
"L 57.312 197.4897 \n",
"L 57.312 185.3937 \n",
"L 22.752 185.3937 \n",
"z\n",
"&quot; style=&quot;fill: #2ca02c; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 197.4897) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-55 transform=scale(0.015625) d=&quot;M 556 4666 \n",
"L 1191 4666 \n",
"L 1191 1831 \n",
"Q 1191 1081 1462 751 \n",
"Q 1734 422 2344 422 \n",
"Q 2950 422 3222 751 \n",
"Q 3494 1081 3494 1831 \n",
"L 3494 4666 \n",
"L 4128 4666 \n",
"L 4128 1753 \n",
"Q 4128 841 3676 375 \n",
"Q 3225 -91 2344 -91 \n",
"Q 1459 -91 1007 375 \n",
"Q 556 841 556 1753 \n",
"L 556 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-61 transform=scale(0.015625) d=&quot;M 2194 1759 \n",
"Q 1497 1759 1228 1600 \n",
"Q 959 1441 959 1056 \n",
"Q 959 750 1161 570 \n",
"Q 1363 391 1709 391 \n",
"Q 2188 391 2477 730 \n",
"Q 2766 1069 2766 1631 \n",
"L 2766 1759 \n",
"L 2194 1759 \n",
"z\n",
"M 3341 1997 \n",
"L 3341 0 \n",
"L 2766 0 \n",
"L 2766 531 \n",
"Q 2569 213 2275 61 \n",
"Q 1981 -91 1556 -91 \n",
"Q 1019 -91 701 211 \n",
"Q 384 513 384 1019 \n",
"Q 384 1609 779 1909 \n",
"Q 1175 2209 1959 2209 \n",
"L 2766 2209 \n",
"L 2766 2266 \n",
"Q 2766 2663 2505 2880 \n",
"Q 2244 3097 1772 3097 \n",
"Q 1472 3097 1187 3025 \n",
"Q 903 2953 641 2809 \n",
"L 641 3341 \n",
"Q 956 3463 1253 3523 \n",
"Q 1550 3584 1831 3584 \n",
"Q 2591 3584 2966 3190 \n",
"Q 3341 2797 3341 1997 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-44 transform=scale(0.015625) d=&quot;M 1259 4147 \n",
"L 1259 519 \n",
"L 2022 519 \n",
"Q 2988 519 3436 956 \n",
"Q 3884 1394 3884 2338 \n",
"Q 3884 3275 3436 3711 \n",
"Q 2988 4147 2022 4147 \n",
"L 1259 4147 \n",
"z\n",
"M 628 4666 \n",
"L 1925 4666 \n",
"Q 3281 4666 3915 4102 \n",
"Q 4550 3538 4550 2338 \n",
"Q 4550 1131 3912 565 \n",
"Q 3275 0 1925 0 \n",
"L 628 0 \n",
"L 628 4666 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-55 /&gt;&lt;use xlink:href=#DejaVuSans-6e x=73.193359 /&gt;&lt;use xlink:href=#DejaVuSans-69 x=136.572266 /&gt;&lt;use xlink:href=#DejaVuSans-74 x=164.355469 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=203.564453 /&gt;&lt;use xlink:href=#DejaVuSans-64 x=265.087891 /&gt;&lt;use xlink:href=#DejaVuSans-20 x=328.564453 /&gt;&lt;use xlink:href=#DejaVuSans-53 x=360.351562 /&gt;&lt;use xlink:href=#DejaVuSans-74 x=423.828125 /&gt;&lt;use xlink:href=#DejaVuSans-61 x=463.037109 /&gt;&lt;use xlink:href=#DejaVuSans-74 x=524.316406 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=563.525391 /&gt;&lt;use xlink:href=#DejaVuSans-73 x=625.048828 /&gt;&lt;use xlink:href=#DejaVuSans-20 x=677.148438 /&gt;&lt;use xlink:href=#DejaVuSans-44 x=708.935547 /&gt;&lt;use xlink:href=#DejaVuSans-6f x=785.9375 /&gt;&lt;use xlink:href=#DejaVuSans-6c x=847.119141 /&gt;&lt;use xlink:href=#DejaVuSans-6c x=874.902344 /&gt;&lt;use xlink:href=#DejaVuSans-61 x=902.685547 /&gt;&lt;use xlink:href=#DejaVuSans-72 x=963.964844 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p6f6a8562e3&gt;&lt;rect x=7.2 y=7.2 width=390.6 height=110.88 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-1988843901935709964bottom--1988843901935709964word&gt;&lt;div class=col-sm-12&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=euro&gt; euro &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=british&gt; british &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=pound&gt; pound &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=sterling&gt; sterling &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=united&gt; united &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=states&gt; states &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=dollar&gt; dollar &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-1988843901935709964bottom--1988843901935709964characters&gt;&lt;div class=col-sm-12&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#-1988843901935709964unicode--1988843901935709964characters aria-controls=-1988843901935709964unicode--1988843901935709964characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-1988843901935709964unicode--1988843901935709964categories aria-controls=-1988843901935709964unicode--1988843901935709964categories role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-1988843901935709964unicode--1988843901935709964scripts aria-controls=-1988843901935709964unicode--1988843901935709964scripts role=tab data-toggle=tab&gt;Scripts&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#-1988843901935709964unicode--1988843901935709964blocks aria-controls=-1988843901935709964unicode--1988843901935709964blocks role=tab data-toggle=tab&gt;Blocks&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=-1988843901935709964unicode--1988843901935709964characters&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring characters&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=t&gt; t &lt;/td&gt;&lt;td&gt;13705&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:38.5%&gt; &amp;nbsp; &lt;/div&gt; 10.9% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=r&gt; r &lt;/td&gt;&lt;td&gt;10964&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:30.8%&gt; &amp;nbsp; &lt;/div&gt; 8.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=i&gt; i &lt;/td&gt;&lt;td&gt;10964&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:30.8%&gt; &amp;nbsp; &lt;/div&gt; 8.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=&quot; &quot;&gt;&lt;/td&gt;&lt;td&gt;10964&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:30.8%&gt; &amp;nbsp; &lt;/div&gt; 8.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=o&gt; o &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:23.1%&gt; &amp;nbsp; &lt;/div&gt; 6.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=n&gt; n &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:23.1%&gt; &amp;nbsp; &lt;/div&gt; 6.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=e&gt; e &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:23.1%&gt; &amp;nbsp; &lt;/div&gt; 6.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=l&gt; l &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:23.1%&gt; &amp;nbsp; &lt;/div&gt; 6.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=a&gt; a &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:15.4%&gt; &amp;nbsp; &lt;/div&gt; 4.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=s&gt; s &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:15.4%&gt; &amp;nbsp; &lt;/div&gt; 4.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (10)&quot;&gt; Other values (10) &lt;/td&gt;&lt;td&gt;35633&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 28.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-1988843901935709964unicode--1988843901935709964categories&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring categories&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=&quot;Lowercase Letter&quot;&gt; Lowercase Letter &lt;/td&gt;&lt;td&gt;95935&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 76.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=&quot;Uppercase Letter&quot;&gt; Uppercase Letter &lt;/td&gt;&lt;td&gt;19187&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:20.0%&gt; &amp;nbsp; &lt;/div&gt; 15.2% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=&quot;Space Separator&quot;&gt; Space Separator &lt;/td&gt;&lt;td&gt;10964&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:11.4%&gt; &amp;nbsp; &lt;/div&gt; 8.7% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per category&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Lowercase Letter&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=t&gt; t &lt;/td&gt;&lt;td&gt;13705&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=r&gt; r &lt;/td&gt;&lt;td&gt;10964&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:80.0%&gt; 11.4% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=i&gt; i &lt;/td&gt;&lt;td&gt;10964&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:80.0%&gt; 11.4% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=o&gt; o &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:60.0%&gt; 8.6% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=n&gt; n &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:60.0%&gt; 8.6% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=e&gt; e &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:60.0%&gt; 8.6% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=l&gt; l &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:60.0%&gt; 8.6% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=a&gt; a &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:40.0%&gt; &amp;nbsp; &lt;/div&gt; 5.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=s&gt; s &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:40.0%&gt; &amp;nbsp; &lt;/div&gt; 5.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=u&gt; u &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:40.0%&gt; &amp;nbsp; &lt;/div&gt; 5.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (3)&quot;&gt; Other values (3) &lt;/td&gt;&lt;td&gt;10964&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:80.0%&gt; 11.4% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Uppercase Letter&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=S&gt; S &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 28.6% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=E&gt; E &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=U&gt; U &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=P&gt; P &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=B&gt; B &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=D&gt; D &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 14.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Space Separator&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=&quot; &quot;&gt;&lt;/td&gt;&lt;td&gt;10964&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-1988843901935709964unicode--1988843901935709964scripts&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring scripts&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=Latin&gt; Latin &lt;/td&gt;&lt;td&gt;115122&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 91.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=Common&gt; Common &lt;/td&gt;&lt;td&gt;10964&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:9.5%&gt; &amp;nbsp; &lt;/div&gt; 8.7% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per script&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Latin&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=t&gt; t &lt;/td&gt;&lt;td&gt;13705&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:45.5%&gt; 11.9% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=r&gt; r &lt;/td&gt;&lt;td&gt;10964&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:36.4%&gt; &amp;nbsp; &lt;/div&gt; 9.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=i&gt; i &lt;/td&gt;&lt;td&gt;10964&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:36.4%&gt; &amp;nbsp; &lt;/div&gt; 9.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=o&gt; o &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:27.3%&gt; &amp;nbsp; &lt;/div&gt; 7.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=n&gt; n &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:27.3%&gt; &amp;nbsp; &lt;/div&gt; 7.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=e&gt; e &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:27.3%&gt; &amp;nbsp; &lt;/div&gt; 7.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=l&gt; l &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:27.3%&gt; &amp;nbsp; &lt;/div&gt; 7.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=a&gt; a &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:18.2%&gt; &amp;nbsp; &lt;/div&gt; 4.8% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=s&gt; s &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:18.2%&gt; &amp;nbsp; &lt;/div&gt; 4.8% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=u&gt; u &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:18.2%&gt; &amp;nbsp; &lt;/div&gt; 4.8% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (9)&quot;&gt; Other values (9) &lt;/td&gt;&lt;td&gt;30151&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 26.2% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Common&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=&quot; &quot;&gt;&lt;/td&gt;&lt;td&gt;10964&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=-1988843901935709964unicode--1988843901935709964blocks&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring blocks&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=ASCII&gt; ASCII &lt;/td&gt;&lt;td&gt;126086&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per block&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;ASCII&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=t&gt; t &lt;/td&gt;&lt;td&gt;13705&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:38.5%&gt; &amp;nbsp; &lt;/div&gt; 10.9% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=r&gt; r &lt;/td&gt;&lt;td&gt;10964&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:30.8%&gt; &amp;nbsp; &lt;/div&gt; 8.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=i&gt; i &lt;/td&gt;&lt;td&gt;10964&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:30.8%&gt; &amp;nbsp; &lt;/div&gt; 8.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=&quot; &quot;&gt;&lt;/td&gt;&lt;td&gt;10964&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:30.8%&gt; &amp;nbsp; &lt;/div&gt; 8.7% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=o&gt; o &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:23.1%&gt; &amp;nbsp; &lt;/div&gt; 6.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=n&gt; n &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:23.1%&gt; &amp;nbsp; &lt;/div&gt; 6.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=e&gt; e &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:23.1%&gt; &amp;nbsp; &lt;/div&gt; 6.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=l&gt; l &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:23.1%&gt; &amp;nbsp; &lt;/div&gt; 6.5% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=a&gt; a &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:15.4%&gt; &amp;nbsp; &lt;/div&gt; 4.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=s&gt; s &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:15.4%&gt; &amp;nbsp; &lt;/div&gt; 4.3% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (10)&quot;&gt; Other values (10) &lt;/td&gt;&lt;td&gt;35633&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 28.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;a class=&quot;anchor-pos anchor-pos-variable&quot; id=pp_var_4141128507613850657&gt;&lt;/a&gt;&lt;div class=variable&gt;&lt;div class=col-sm-12&gt;&lt;p class=h4 title=symbol&gt;&lt;a href=#pp_var_4141128507613850657&gt;symbol&lt;/a&gt;&lt;br&gt;&lt;small&gt;Categorical&lt;/small&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;&lt;abbr title=&quot;This variable has a high overall correlation with 4 fields: _value, table, code, description&quot;&gt;HIGH CORRELATION&lt;/abbr&gt;&lt;/code&gt;&amp;nbsp &lt;code&gt;UNIFORM&lt;/code&gt;&amp;nbsp &lt;/p&gt;&lt;p class=variable-description&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Distinct&lt;/th&gt;&lt;td&gt;3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct (%)&lt;/th&gt;&lt;td&gt;&lt; 0.1%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing&lt;/th&gt;&lt;td&gt;0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Missing (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Memory size&lt;/th&gt;&lt;td&gt;64.4 KiB&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-6&gt;&lt;div class=row id=minifreqtable&gt;&lt;table class=&quot;mini freq table-0&quot;&gt;&lt;tr class&gt;&lt;th width=10%&gt; &amp;amp;euro; &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 2741&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=10%&gt; &amp;amp;pound; &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 2741&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;th width=10%&gt; &amp;amp;#36; &lt;/th&gt;&lt;td width=10%&gt;&lt;div class=bar style=width:100.0% data-toggle=tooltip data-placement=center data-html=true data-delay=500&gt; 2741&amp;nbsp; &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;col-sm-12 text-right&quot;&gt;&lt;button class=&quot;btn btn-default btn-sm&quot; data-toggle=collapse data-target=&quot;#bottom-4141128507613850657, #minifreqtable4141128507613850657&quot; aria-expanded=true aria-controls=collapseExample&gt; More details &lt;/button&gt;&lt;/div&gt;&lt;div id=bottom-4141128507613850657 class=collapse&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#4141128507613850657bottom-4141128507613850657overview aria-controls=4141128507613850657bottom-4141128507613850657overview role=tab data-toggle=tab&gt;Overview&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#4141128507613850657bottom-4141128507613850657string aria-controls=4141128507613850657bottom-4141128507613850657string role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#4141128507613850657bottom-4141128507613850657word aria-controls=4141128507613850657bottom-4141128507613850657word role=tab data-toggle=tab&gt;Words&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#4141128507613850657bottom-4141128507613850657characters aria-controls=4141128507613850657bottom-4141128507613850657characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=4141128507613850657bottom-4141128507613850657overview&gt;&lt;div class=row&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Length&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Max length&lt;/th&gt;&lt;td&gt;7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Median length&lt;/th&gt;&lt;td&gt;6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Mean length&lt;/th&gt;&lt;td&gt;6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Min length&lt;/th&gt;&lt;td&gt;5&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Characters and Unicode&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Total characters&lt;/th&gt;&lt;td&gt;49338&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct characters&lt;/th&gt;&lt;td&gt;12&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct categories&lt;/th&gt;&lt;td&gt;3 &lt;a title=&quot;Unicode categories (click for more information)&quot; href=https://en.wikipedia.org/wiki/Unicode_character_property#General_Category&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode categories (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct scripts&lt;/th&gt;&lt;td&gt;2 &lt;a title=&quot;Unicode scripts (click for more information)&quot; href=https://en.wikipedia.org/wiki/Script_(Unicode)#List_of_scripts_in_Unicode&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode scripts (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Distinct blocks&lt;/th&gt;&lt;td&gt;1 &lt;a title=&quot;Unicode blocks (click for more information)&quot; href=https://en.wikipedia.org/wiki/Unicode_block&gt;&lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;Unicode blocks (click for more information)&quot;&gt;?&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; The Unicode Standard assigns character properties to each code point, which can be used to analyse textual variables. &lt;/div&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Unique&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;Unique&lt;/th&gt;&lt;td&gt;0 &lt;span class=&quot;badge pull-right&quot; style=color:#fff;background-color:#337ab7; title=&quot;The number of unique values (all values that occur exactly once in the dataset).&quot;&gt;?&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;Unique (%)&lt;/th&gt;&lt;td&gt;0.0%&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=col-sm-3&gt;&lt;p class=h4&gt;Sample&lt;/p&gt;&lt;table class=&quot;table table-condensed stats&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;1st row&lt;/th&gt;&lt;td&gt;&amp;amp;euro;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;2nd row&lt;/th&gt;&lt;td&gt;&amp;amp;euro;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;3rd row&lt;/th&gt;&lt;td&gt;&amp;amp;euro;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;4th row&lt;/th&gt;&lt;td&gt;&amp;amp;euro;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;5th row&lt;/th&gt;&lt;td&gt;&amp;amp;euro;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=4141128507613850657bottom-4141128507613850657string&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Common Values&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=&amp;euro;&gt; &amp;amp;euro; &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=&amp;pound;&gt; &amp;amp;pound; &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=&amp;#36;&gt; &amp;amp;#36; &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Length&lt;/h4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
" &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=504pt height=216pt viewbox=&quot;0 0 504 216&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-29T12:19:38.934852&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.7.1, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 216 \n",
"L 504 216 \n",
"L 504 0 \n",
"L 0 0 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 61.39 171.91702 \n",
"L 493.2 171.91702 \n",
"L 493.2 10.8 \n",
"L 61.39 10.8 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(75.096813 203.534101) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-35 transform=scale(0.015625) d=&quot;M 691 4666 \n",
"L 3169 4666 \n",
"L 3169 4134 \n",
"L 1269 4134 \n",
"L 1269 2991 \n",
"Q 1406 3038 1543 3061 \n",
"Q 1681 3084 1819 3084 \n",
"Q 2600 3084 3056 2656 \n",
"Q 3513 2228 3513 1497 \n",
"Q 3513 744 3044 326 \n",
"Q 2575 -91 1722 -91 \n",
"Q 1428 -91 1123 -41 \n",
"Q 819 9 494 109 \n",
"L 494 744 \n",
"Q 775 591 1075 516 \n",
"Q 1375 441 1709 441 \n",
"Q 2250 441 2565 725 \n",
"Q 2881 1009 2881 1497 \n",
"Q 2881 1984 2565 2268 \n",
"Q 2250 2553 1709 2553 \n",
"Q 1456 2553 1204 2497 \n",
"Q 953 2441 691 2322 \n",
"L 691 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-2e transform=scale(0.015625) d=&quot;M 684 794 \n",
"L 1344 794 \n",
"L 1344 0 \n",
"L 684 0 \n",
"L 684 794 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-30 transform=scale(0.015625) d=&quot;M 2034 4250 \n",
"Q 1547 4250 1301 3770 \n",
"Q 1056 3291 1056 2328 \n",
"Q 1056 1369 1301 889 \n",
"Q 1547 409 2034 409 \n",
"Q 2525 409 2770 889 \n",
"Q 3016 1369 3016 2328 \n",
"Q 3016 3291 2770 3770 \n",
"Q 2525 4250 2034 4250 \n",
"z\n",
"M 2034 4750 \n",
"Q 2819 4750 3233 4129 \n",
"Q 3647 3509 3647 2328 \n",
"Q 3647 1150 3233 529 \n",
"Q 2819 -91 2034 -91 \n",
"Q 1250 -91 836 529 \n",
"Q 422 1150 422 2328 \n",
"Q 422 3509 836 4129 \n",
"Q 1250 4750 2034 4750 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-35 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=95.410156 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=159.033203 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(124.166131 203.534101) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-32 transform=scale(0.015625) d=&quot;M 1228 531 \n",
"L 3431 531 \n",
"L 3431 0 \n",
"L 469 0 \n",
"L 469 531 \n",
"Q 828 903 1448 1529 \n",
"Q 2069 2156 2228 2338 \n",
"Q 2531 2678 2651 2914 \n",
"Q 2772 3150 2772 3378 \n",
"Q 2772 3750 2511 3984 \n",
"Q 2250 4219 1831 4219 \n",
"Q 1534 4219 1204 4116 \n",
"Q 875 4013 500 3803 \n",
"L 500 4441 \n",
"Q 881 4594 1212 4672 \n",
"Q 1544 4750 1819 4750 \n",
"Q 2544 4750 2975 4387 \n",
"Q 3406 4025 3406 3419 \n",
"Q 3406 3131 3298 2873 \n",
"Q 3191 2616 2906 2266 \n",
"Q 2828 2175 2409 1742 \n",
"Q 1991 1309 1228 531 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-35 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=95.410156 /&gt;&lt;use xlink:href=#DejaVuSans-35 x=159.033203 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(173.235449 203.534101) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-35 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-35 x=95.410156 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=159.033203 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(222.304767 203.534101) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-37 transform=scale(0.015625) d=&quot;M 525 4666 \n",
"L 3525 4666 \n",
"L 3525 4397 \n",
"L 1831 0 \n",
"L 1172 0 \n",
"L 2766 4134 \n",
"L 525 4134 \n",
"L 525 4666 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-35 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-37 x=95.410156 /&gt;&lt;use xlink:href=#DejaVuSans-35 x=159.033203 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(271.374086 203.534101) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-36 transform=scale(0.015625) d=&quot;M 2113 2584 \n",
"Q 1688 2584 1439 2293 \n",
"Q 1191 2003 1191 1497 \n",
"Q 1191 994 1439 701 \n",
"Q 1688 409 2113 409 \n",
"Q 2538 409 2786 701 \n",
"Q 3034 994 3034 1497 \n",
"Q 3034 2003 2786 2293 \n",
"Q 2538 2584 2113 2584 \n",
"z\n",
"M 3366 4563 \n",
"L 3366 3988 \n",
"Q 3128 4100 2886 4159 \n",
"Q 2644 4219 2406 4219 \n",
"Q 1781 4219 1451 3797 \n",
"Q 1122 3375 1075 2522 \n",
"Q 1259 2794 1537 2939 \n",
"Q 1816 3084 2150 3084 \n",
"Q 2853 3084 3261 2657 \n",
"Q 3669 2231 3669 1497 \n",
"Q 3669 778 3244 343 \n",
"Q 2819 -91 2113 -91 \n",
"Q 1303 -91 875 529 \n",
"Q 447 1150 447 2328 \n",
"Q 447 3434 972 4092 \n",
"Q 1497 4750 2381 4750 \n",
"Q 2619 4750 2861 4703 \n",
"Q 3103 4656 3366 4563 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-36 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=95.410156 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=159.033203 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(320.443404 203.534101) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-36 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=95.410156 /&gt;&lt;use xlink:href=#DejaVuSans-35 x=159.033203 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(369.512722 203.534101) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-36 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-35 x=95.410156 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=159.033203 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(418.58204 203.534101) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-36 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-37 x=95.410156 /&gt;&lt;use xlink:href=#DejaVuSans-35 x=159.033203 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_9&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(467.651358 203.534101) rotate(-45) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-37 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=95.410156 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=159.033203 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(44.5275 175.716238) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-30 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(31.8025 147.725581) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-35 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 119.734925) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-31 transform=scale(0.015625) d=&quot;M 794 531 \n",
"L 1825 531 \n",
"L 1825 4091 \n",
"L 703 3866 \n",
"L 703 4441 \n",
"L 1819 4666 \n",
"L 2450 4666 \n",
"L 2450 531 \n",
"L 3481 531 \n",
"L 3481 0 \n",
"L 794 0 \n",
"L 794 531 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-31 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 91.744268) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-31 /&gt;&lt;use xlink:href=#DejaVuSans-35 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 63.753611) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_6&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(25.44 35.762954) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-32 /&gt;&lt;use xlink:href=#DejaVuSans-35 x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=127.246094 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=190.869141 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(19.152344 119.771166) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-46 transform=scale(0.015625) d=&quot;M 628 4666 \n",
"L 3309 4666 \n",
"L 3309 4134 \n",
"L 1259 4134 \n",
"L 1259 2759 \n",
"L 3109 2759 \n",
"L 3109 2228 \n",
"L 1259 2228 \n",
"L 1259 0 \n",
"L 628 0 \n",
"L 628 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-72 transform=scale(0.015625) d=&quot;M 2631 2963 \n",
"Q 2534 3019 2420 3045 \n",
"Q 2306 3072 2169 3072 \n",
"Q 1681 3072 1420 2755 \n",
"Q 1159 2438 1159 1844 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1341 3275 1631 3429 \n",
"Q 1922 3584 2338 3584 \n",
"Q 2397 3584 2469 3576 \n",
"Q 2541 3569 2628 3553 \n",
"L 2631 2963 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-65 transform=scale(0.015625) d=&quot;M 3597 1894 \n",
"L 3597 1613 \n",
"L 953 1613 \n",
"Q 991 1019 1311 708 \n",
"Q 1631 397 2203 397 \n",
"Q 2534 397 2845 478 \n",
"Q 3156 559 3463 722 \n",
"L 3463 178 \n",
"Q 3153 47 2828 -22 \n",
"Q 2503 -91 2169 -91 \n",
"Q 1331 -91 842 396 \n",
"Q 353 884 353 1716 \n",
"Q 353 2575 817 3079 \n",
"Q 1281 3584 2069 3584 \n",
"Q 2775 3584 3186 3129 \n",
"Q 3597 2675 3597 1894 \n",
"z\n",
"M 3022 2063 \n",
"Q 3016 2534 2758 2815 \n",
"Q 2500 3097 2075 3097 \n",
"Q 1594 3097 1305 2825 \n",
"Q 1016 2553 972 2059 \n",
"L 3022 2063 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-71 transform=scale(0.015625) d=&quot;M 947 1747 \n",
"Q 947 1113 1208 752 \n",
"Q 1469 391 1925 391 \n",
"Q 2381 391 2643 752 \n",
"Q 2906 1113 2906 1747 \n",
"Q 2906 2381 2643 2742 \n",
"Q 2381 3103 1925 3103 \n",
"Q 1469 3103 1208 2742 \n",
"Q 947 2381 947 1747 \n",
"z\n",
"M 2906 525 \n",
"Q 2725 213 2448 61 \n",
"Q 2172 -91 1784 -91 \n",
"Q 1150 -91 751 415 \n",
"Q 353 922 353 1747 \n",
"Q 353 2572 751 3078 \n",
"Q 1150 3584 1784 3584 \n",
"Q 2172 3584 2448 3432 \n",
"Q 2725 3281 2906 2969 \n",
"L 2906 3500 \n",
"L 3481 3500 \n",
"L 3481 -1331 \n",
"L 2906 -1331 \n",
"L 2906 525 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-75 transform=scale(0.015625) d=&quot;M 544 1381 \n",
"L 544 3500 \n",
"L 1119 3500 \n",
"L 1119 1403 \n",
"Q 1119 906 1312 657 \n",
"Q 1506 409 1894 409 \n",
"Q 2359 409 2629 706 \n",
"Q 2900 1003 2900 1516 \n",
"L 2900 3500 \n",
"L 3475 3500 \n",
"L 3475 0 \n",
"L 2900 0 \n",
"L 2900 538 \n",
"Q 2691 219 2414 64 \n",
"Q 2138 -91 1772 -91 \n",
"Q 1169 -91 856 284 \n",
"Q 544 659 544 1381 \n",
"z\n",
"M 1991 3584 \n",
"L 1991 3584 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6e transform=scale(0.015625) d=&quot;M 3513 2113 \n",
"L 3513 0 \n",
"L 2938 0 \n",
"L 2938 2094 \n",
"Q 2938 2591 2744 2837 \n",
"Q 2550 3084 2163 3084 \n",
"Q 1697 3084 1428 2787 \n",
"Q 1159 2491 1159 1978 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1366 3272 1645 3428 \n",
"Q 1925 3584 2291 3584 \n",
"Q 2894 3584 3203 3211 \n",
"Q 3513 2838 3513 2113 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-63 transform=scale(0.015625) d=&quot;M 3122 3366 \n",
"L 3122 2828 \n",
"Q 2878 2963 2633 3030 \n",
"Q 2388 3097 2138 3097 \n",
"Q 1578 3097 1268 2742 \n",
"Q 959 2388 959 1747 \n",
"Q 959 1106 1268 751 \n",
"Q 1578 397 2138 397 \n",
"Q 2388 397 2633 464 \n",
"Q 2878 531 3122 666 \n",
"L 3122 134 \n",
"Q 2881 22 2623 -34 \n",
"Q 2366 -91 2075 -91 \n",
"Q 1284 -91 818 406 \n",
"Q 353 903 353 1747 \n",
"Q 353 2603 823 3093 \n",
"Q 1294 3584 2113 3584 \n",
"Q 2378 3584 2631 3529 \n",
"Q 2884 3475 3122 3366 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-79 transform=scale(0.015625) d=&quot;M 2059 -325 \n",
"Q 1816 -950 1584 -1140 \n",
"Q 1353 -1331 966 -1331 \n",
"L 506 -1331 \n",
"L 506 -850 \n",
"L 844 -850 \n",
"Q 1081 -850 1212 -737 \n",
"Q 1344 -625 1503 -206 \n",
"L 1606 56 \n",
"L 191 3500 \n",
"L 800 3500 \n",
"L 1894 763 \n",
"L 2988 3500 \n",
"L 3597 3500 \n",
"L 2059 -325 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-46 /&gt;&lt;use xlink:href=#DejaVuSans-72 x=50.269531 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=89.132812 /&gt;&lt;use xlink:href=#DejaVuSans-71 x=150.65625 /&gt;&lt;use xlink:href=#DejaVuSans-75 x=214.132812 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=277.511719 /&gt;&lt;use xlink:href=#DejaVuSans-6e x=339.035156 /&gt;&lt;use xlink:href=#DejaVuSans-63 x=402.414062 /&gt;&lt;use xlink:href=#DejaVuSans-79 x=457.394531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 81.017727 171.91702 \n",
"L 211.869242 171.91702 \n",
"L 211.869242 18.472239 \n",
"L 81.017727 18.472239 \n",
"z\n",
"&quot; clip-path=url(#p609ff31306) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 211.869242 171.91702 \n",
"L 342.720758 171.91702 \n",
"L 342.720758 18.472239 \n",
"L 211.869242 18.472239 \n",
"z\n",
"&quot; clip-path=url(#p609ff31306) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 342.720758 171.91702 \n",
"L 473.572273 171.91702 \n",
"L 473.572273 18.472239 \n",
"L 342.720758 18.472239 \n",
"z\n",
"&quot; clip-path=url(#p609ff31306) style=&quot;fill: #377eb8; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 61.39 171.91702 \n",
"L 61.39 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 493.2 171.91702 \n",
"L 493.2 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 61.39 171.91702 \n",
"L 493.2 171.91702 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_9&gt;&lt;path d=&quot;M 61.39 10.8 \n",
"L 493.2 10.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p609ff31306&gt;&lt;rect x=61.39 y=10.8 width=431.81 height=161.11702 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;div class=&quot;caption text-center text-muted&quot;&gt; Histogram of lengths of the category &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h4 class=indent&gt;Common Values (Plot)&lt;/h4&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
" &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=405pt height=215.1954pt viewbox=&quot;0 0 405 215.1954&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-29T12:19:39.146700&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.7.1, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 215.1954 \n",
"L 405 215.1954 \n",
"L 405 0 \n",
"L 0 0 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 7.2 108.84 \n",
"L 137.4 108.84 \n",
"L 137.4 16.44 \n",
"L 7.2 16.44 \n",
"z\n",
"&quot; clip-path=url(#p1d8ef9f583) style=&quot;fill: #1f77b4; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 137.4 108.84 \n",
"L 267.6 108.84 \n",
"L 267.6 16.44 \n",
"L 137.4 16.44 \n",
"z\n",
"&quot; clip-path=url(#p1d8ef9f583) style=&quot;fill: #ff7f0e; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 267.6 108.84 \n",
"L 397.8 108.84 \n",
"L 397.8 16.44 \n",
"L 267.6 16.44 \n",
"z\n",
"&quot; clip-path=url(#p1d8ef9f583) style=&quot;fill: #2ca02c; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(47.321625 58.551075) scale(0.144 -0.144)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-Bold-33 transform=scale(0.015625) d=&quot;M 2981 2516 \n",
"Q 3453 2394 3698 2092 \n",
"Q 3944 1791 3944 1325 \n",
"Q 3944 631 3412 270 \n",
"Q 2881 -91 1863 -91 \n",
"Q 1503 -91 1142 -33 \n",
"Q 781 25 428 141 \n",
"L 428 1069 \n",
"Q 766 900 1098 814 \n",
"Q 1431 728 1753 728 \n",
"Q 2231 728 2486 893 \n",
"Q 2741 1059 2741 1369 \n",
"Q 2741 1688 2480 1852 \n",
"Q 2219 2016 1709 2016 \n",
"L 1228 2016 \n",
"L 1228 2791 \n",
"L 1734 2791 \n",
"Q 2188 2791 2409 2933 \n",
"Q 2631 3075 2631 3366 \n",
"Q 2631 3634 2415 3781 \n",
"Q 2200 3928 1806 3928 \n",
"Q 1516 3928 1219 3862 \n",
"Q 922 3797 628 3669 \n",
"L 628 4550 \n",
"Q 984 4650 1334 4700 \n",
"Q 1684 4750 2022 4750 \n",
"Q 2931 4750 3382 4451 \n",
"Q 3834 4153 3834 3553 \n",
"Q 3834 3144 3618 2883 \n",
"Q 3403 2622 2981 2516 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-2e transform=scale(0.015625) d=&quot;M 653 1209 \n",
"L 1778 1209 \n",
"L 1778 0 \n",
"L 653 0 \n",
"L 653 1209 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-25 transform=scale(0.015625) d=&quot;M 4959 1925 \n",
"Q 4738 1925 4616 1733 \n",
"Q 4494 1541 4494 1184 \n",
"Q 4494 825 4614 633 \n",
"Q 4734 441 4959 441 \n",
"Q 5184 441 5303 633 \n",
"Q 5422 825 5422 1184 \n",
"Q 5422 1541 5301 1733 \n",
"Q 5181 1925 4959 1925 \n",
"z\n",
"M 4959 2450 \n",
"Q 5541 2450 5875 2112 \n",
"Q 6209 1775 6209 1184 \n",
"Q 6209 594 5875 251 \n",
"Q 5541 -91 4959 -91 \n",
"Q 4378 -91 4042 251 \n",
"Q 3706 594 3706 1184 \n",
"Q 3706 1772 4042 2111 \n",
"Q 4378 2450 4959 2450 \n",
"z\n",
"M 2094 -91 \n",
"L 1403 -91 \n",
"L 4319 4750 \n",
"L 5013 4750 \n",
"L 2094 -91 \n",
"z\n",
"M 1453 4750 \n",
"Q 2034 4750 2367 4411 \n",
"Q 2700 4072 2700 3481 \n",
"Q 2700 2891 2367 2550 \n",
"Q 2034 2209 1453 2209 \n",
"Q 872 2209 539 2550 \n",
"Q 206 2891 206 3481 \n",
"Q 206 4072 539 4411 \n",
"Q 872 4750 1453 4750 \n",
"z\n",
"M 1453 4225 \n",
"Q 1228 4225 1106 4031 \n",
"Q 984 3838 984 3481 \n",
"Q 984 3122 1106 2926 \n",
"Q 1228 2731 1453 2731 \n",
"Q 1678 2731 1798 2926 \n",
"Q 1919 3122 1919 3481 \n",
"Q 1919 3838 1797 4031 \n",
"Q 1675 4225 1453 4225 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=69.580078 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-2e x=139.160156 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=177.148438 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-25 x=246.728516 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(45.68025 74.675925) scale(0.144 -0.144)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-Bold-28 transform=scale(0.015625) d=&quot;M 2413 -844 \n",
"L 1484 -844 \n",
"Q 1006 -72 778 623 \n",
"Q 550 1319 550 2003 \n",
"Q 550 2688 779 3389 \n",
"Q 1009 4091 1484 4856 \n",
"L 2413 4856 \n",
"Q 2013 4116 1813 3408 \n",
"Q 1613 2700 1613 2009 \n",
"Q 1613 1319 1811 609 \n",
"Q 2009 -100 2413 -844 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-32 transform=scale(0.015625) d=&quot;M 1844 884 \n",
"L 3897 884 \n",
"L 3897 0 \n",
"L 506 0 \n",
"L 506 884 \n",
"L 2209 2388 \n",
"Q 2438 2594 2547 2791 \n",
"Q 2656 2988 2656 3200 \n",
"Q 2656 3528 2436 3728 \n",
"Q 2216 3928 1850 3928 \n",
"Q 1569 3928 1234 3808 \n",
"Q 900 3688 519 3450 \n",
"L 519 4475 \n",
"Q 925 4609 1322 4679 \n",
"Q 1719 4750 2100 4750 \n",
"Q 2938 4750 3402 4381 \n",
"Q 3866 4013 3866 3353 \n",
"Q 3866 2972 3669 2642 \n",
"Q 3472 2313 2841 1759 \n",
"L 1844 884 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-37 transform=scale(0.015625) d=&quot;M 428 4666 \n",
"L 3944 4666 \n",
"L 3944 3988 \n",
"L 2125 0 \n",
"L 953 0 \n",
"L 2675 3781 \n",
"L 428 3781 \n",
"L 428 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-34 transform=scale(0.015625) d=&quot;M 2356 3675 \n",
"L 1038 1722 \n",
"L 2356 1722 \n",
"L 2356 3675 \n",
"z\n",
"M 2156 4666 \n",
"L 3494 4666 \n",
"L 3494 1722 \n",
"L 4159 1722 \n",
"L 4159 850 \n",
"L 3494 850 \n",
"L 3494 0 \n",
"L 2356 0 \n",
"L 2356 850 \n",
"L 288 850 \n",
"L 288 1881 \n",
"L 2156 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-31 transform=scale(0.015625) d=&quot;M 750 831 \n",
"L 1813 831 \n",
"L 1813 3847 \n",
"L 722 3622 \n",
"L 722 4441 \n",
"L 1806 4666 \n",
"L 2950 4666 \n",
"L 2950 831 \n",
"L 4013 831 \n",
"L 4013 0 \n",
"L 750 0 \n",
"L 750 831 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-Bold-29 transform=scale(0.015625) d=&quot;M 513 -844 \n",
"Q 913 -100 1113 609 \n",
"Q 1313 1319 1313 2009 \n",
"Q 1313 2700 1113 3408 \n",
"Q 913 4116 513 4856 \n",
"L 1441 4856 \n",
"Q 1916 4091 2145 3389 \n",
"Q 2375 2688 2375 2003 \n",
"Q 2375 1319 2147 623 \n",
"Q 1919 -72 1441 -844 \n",
"L 513 -844 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-Bold-28 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-32 x=45.703125 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-37 x=115.283203 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-34 x=184.863281 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-31 x=254.443359 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-29 x=324.023438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(177.521625 58.551075) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=69.580078 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-2e x=139.160156 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=177.148438 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-25 x=246.728516 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(175.88025 74.675925) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#DejaVuSans-Bold-28 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-32 x=45.703125 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-37 x=115.283203 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-34 x=184.863281 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-31 x=254.443359 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-29 x=324.023438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(307.721625 58.551075) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=69.580078 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-2e x=139.160156 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-33 x=177.148438 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-25 x=246.728516 /&gt;&lt;/g&gt;&lt;g style=&quot;fill: #ffffff&quot; transform=&quot;translate(306.08025 74.675925) scale(0.144 -0.144)&quot;&gt;&lt;use xlink:href=#DejaVuSans-Bold-28 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-32 x=45.703125 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-37 x=115.283203 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-34 x=184.863281 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-31 x=254.443359 /&gt;&lt;use xlink:href=#DejaVuSans-Bold-29 x=324.023438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=legend_1&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 19.296 207.9954 \n",
"L 148.3047 207.9954 \n",
"Q 151.7607 207.9954 151.7607 204.5394 \n",
"L 151.7607 130.176 \n",
"Q 151.7607 126.72 148.3047 126.72 \n",
"L 19.296 126.72 \n",
"Q 15.84 126.72 15.84 130.176 \n",
"L 15.84 204.5394 \n",
"Q 15.84 207.9954 19.296 207.9954 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff; opacity: 0.8; stroke: #cccccc; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 22.752 146.7621 \n",
"L 57.312 146.7621 \n",
"L 57.312 134.6661 \n",
"L 22.752 134.6661 \n",
"z\n",
"&quot; style=&quot;fill: #1f77b4; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 146.7621) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-26 transform=scale(0.015625) d=&quot;M 1556 2509 \n",
"Q 1272 2256 1139 2004 \n",
"Q 1006 1753 1006 1478 \n",
"Q 1006 1022 1337 719 \n",
"Q 1669 416 2169 416 \n",
"Q 2466 416 2725 514 \n",
"Q 2984 613 3213 813 \n",
"L 1556 2509 \n",
"z\n",
"M 1997 2859 \n",
"L 3584 1234 \n",
"Q 3769 1513 3872 1830 \n",
"Q 3975 2147 3994 2503 \n",
"L 4575 2503 \n",
"Q 4538 2091 4375 1687 \n",
"Q 4213 1284 3922 891 \n",
"L 4794 0 \n",
"L 4006 0 \n",
"L 3559 459 \n",
"Q 3234 181 2878 45 \n",
"Q 2522 -91 2113 -91 \n",
"Q 1359 -91 881 339 \n",
"Q 403 769 403 1441 \n",
"Q 403 1841 612 2192 \n",
"Q 822 2544 1241 2853 \n",
"Q 1091 3050 1012 3245 \n",
"Q 934 3441 934 3628 \n",
"Q 934 4134 1281 4442 \n",
"Q 1628 4750 2203 4750 \n",
"Q 2463 4750 2720 4694 \n",
"Q 2978 4638 3244 4525 \n",
"L 3244 3956 \n",
"Q 2972 4103 2725 4179 \n",
"Q 2478 4256 2266 4256 \n",
"Q 1938 4256 1733 4082 \n",
"Q 1528 3909 1528 3634 \n",
"Q 1528 3475 1620 3314 \n",
"Q 1713 3153 1997 2859 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-65 transform=scale(0.015625) d=&quot;M 3597 1894 \n",
"L 3597 1613 \n",
"L 953 1613 \n",
"Q 991 1019 1311 708 \n",
"Q 1631 397 2203 397 \n",
"Q 2534 397 2845 478 \n",
"Q 3156 559 3463 722 \n",
"L 3463 178 \n",
"Q 3153 47 2828 -22 \n",
"Q 2503 -91 2169 -91 \n",
"Q 1331 -91 842 396 \n",
"Q 353 884 353 1716 \n",
"Q 353 2575 817 3079 \n",
"Q 1281 3584 2069 3584 \n",
"Q 2775 3584 3186 3129 \n",
"Q 3597 2675 3597 1894 \n",
"z\n",
"M 3022 2063 \n",
"Q 3016 2534 2758 2815 \n",
"Q 2500 3097 2075 3097 \n",
"Q 1594 3097 1305 2825 \n",
"Q 1016 2553 972 2059 \n",
"L 3022 2063 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-75 transform=scale(0.015625) d=&quot;M 544 1381 \n",
"L 544 3500 \n",
"L 1119 3500 \n",
"L 1119 1403 \n",
"Q 1119 906 1312 657 \n",
"Q 1506 409 1894 409 \n",
"Q 2359 409 2629 706 \n",
"Q 2900 1003 2900 1516 \n",
"L 2900 3500 \n",
"L 3475 3500 \n",
"L 3475 0 \n",
"L 2900 0 \n",
"L 2900 538 \n",
"Q 2691 219 2414 64 \n",
"Q 2138 -91 1772 -91 \n",
"Q 1169 -91 856 284 \n",
"Q 544 659 544 1381 \n",
"z\n",
"M 1991 3584 \n",
"L 1991 3584 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-72 transform=scale(0.015625) d=&quot;M 2631 2963 \n",
"Q 2534 3019 2420 3045 \n",
"Q 2306 3072 2169 3072 \n",
"Q 1681 3072 1420 2755 \n",
"Q 1159 2438 1159 1844 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1341 3275 1631 3429 \n",
"Q 1922 3584 2338 3584 \n",
"Q 2397 3584 2469 3576 \n",
"Q 2541 3569 2628 3553 \n",
"L 2631 2963 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6f transform=scale(0.015625) d=&quot;M 1959 3097 \n",
"Q 1497 3097 1228 2736 \n",
"Q 959 2375 959 1747 \n",
"Q 959 1119 1226 758 \n",
"Q 1494 397 1959 397 \n",
"Q 2419 397 2687 759 \n",
"Q 2956 1122 2956 1747 \n",
"Q 2956 2369 2687 2733 \n",
"Q 2419 3097 1959 3097 \n",
"z\n",
"M 1959 3584 \n",
"Q 2709 3584 3137 3096 \n",
"Q 3566 2609 3566 1747 \n",
"Q 3566 888 3137 398 \n",
"Q 2709 -91 1959 -91 \n",
"Q 1206 -91 779 398 \n",
"Q 353 888 353 1747 \n",
"Q 353 2609 779 3096 \n",
"Q 1206 3584 1959 3584 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-3b transform=scale(0.015625) d=&quot;M 750 3309 \n",
"L 1409 3309 \n",
"L 1409 2516 \n",
"L 750 2516 \n",
"L 750 3309 \n",
"z\n",
"M 750 794 \n",
"L 1409 794 \n",
"L 1409 256 \n",
"L 897 -744 \n",
"L 494 -744 \n",
"L 750 256 \n",
"L 750 794 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-26 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=77.978516 /&gt;&lt;use xlink:href=#DejaVuSans-75 x=139.501953 /&gt;&lt;use xlink:href=#DejaVuSans-72 x=202.880859 /&gt;&lt;use xlink:href=#DejaVuSans-6f x=241.744141 /&gt;&lt;use xlink:href=#DejaVuSans-3b x=302.925781 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 22.752 172.1259 \n",
"L 57.312 172.1259 \n",
"L 57.312 160.0299 \n",
"L 22.752 160.0299 \n",
"z\n",
"&quot; style=&quot;fill: #ff7f0e; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 172.1259) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-70 transform=scale(0.015625) d=&quot;M 1159 525 \n",
"L 1159 -1331 \n",
"L 581 -1331 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2969 \n",
"Q 1341 3281 1617 3432 \n",
"Q 1894 3584 2278 3584 \n",
"Q 2916 3584 3314 3078 \n",
"Q 3713 2572 3713 1747 \n",
"Q 3713 922 3314 415 \n",
"Q 2916 -91 2278 -91 \n",
"Q 1894 -91 1617 61 \n",
"Q 1341 213 1159 525 \n",
"z\n",
"M 3116 1747 \n",
"Q 3116 2381 2855 2742 \n",
"Q 2594 3103 2138 3103 \n",
"Q 1681 3103 1420 2742 \n",
"Q 1159 2381 1159 1747 \n",
"Q 1159 1113 1420 752 \n",
"Q 1681 391 2138 391 \n",
"Q 2594 391 2855 752 \n",
"Q 3116 1113 3116 1747 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6e transform=scale(0.015625) d=&quot;M 3513 2113 \n",
"L 3513 0 \n",
"L 2938 0 \n",
"L 2938 2094 \n",
"Q 2938 2591 2744 2837 \n",
"Q 2550 3084 2163 3084 \n",
"Q 1697 3084 1428 2787 \n",
"Q 1159 2491 1159 1978 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1366 3272 1645 3428 \n",
"Q 1925 3584 2291 3584 \n",
"Q 2894 3584 3203 3211 \n",
"Q 3513 2838 3513 2113 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-64 transform=scale(0.015625) d=&quot;M 2906 2969 \n",
"L 2906 4863 \n",
"L 3481 4863 \n",
"L 3481 0 \n",
"L 2906 0 \n",
"L 2906 525 \n",
"Q 2725 213 2448 61 \n",
"Q 2172 -91 1784 -91 \n",
"Q 1150 -91 751 415 \n",
"Q 353 922 353 1747 \n",
"Q 353 2572 751 3078 \n",
"Q 1150 3584 1784 3584 \n",
"Q 2172 3584 2448 3432 \n",
"Q 2725 3281 2906 2969 \n",
"z\n",
"M 947 1747 \n",
"Q 947 1113 1208 752 \n",
"Q 1469 391 1925 391 \n",
"Q 2381 391 2643 752 \n",
"Q 2906 1113 2906 1747 \n",
"Q 2906 2381 2643 2742 \n",
"Q 2381 3103 1925 3103 \n",
"Q 1469 3103 1208 2742 \n",
"Q 947 2381 947 1747 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-26 /&gt;&lt;use xlink:href=#DejaVuSans-70 x=77.978516 /&gt;&lt;use xlink:href=#DejaVuSans-6f x=141.455078 /&gt;&lt;use xlink:href=#DejaVuSans-75 x=202.636719 /&gt;&lt;use xlink:href=#DejaVuSans-6e x=266.015625 /&gt;&lt;use xlink:href=#DejaVuSans-64 x=329.394531 /&gt;&lt;use xlink:href=#DejaVuSans-3b x=392.871094 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 22.752 197.4897 \n",
"L 57.312 197.4897 \n",
"L 57.312 185.3937 \n",
"L 22.752 185.3937 \n",
"z\n",
"&quot; style=&quot;fill: #2ca02c; stroke: #ffffff; stroke-width: 0.3; stroke-linejoin: miter&quot;/&gt;&lt;/g&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(71.136 197.4897) scale(0.1728 -0.1728)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-23 transform=scale(0.015625) d=&quot;M 3272 2816 \n",
"L 2363 2816 \n",
"L 2100 1772 \n",
"L 3016 1772 \n",
"L 3272 2816 \n",
"z\n",
"M 2803 4594 \n",
"L 2478 3297 \n",
"L 3391 3297 \n",
"L 3719 4594 \n",
"L 4219 4594 \n",
"L 3897 3297 \n",
"L 4872 3297 \n",
"L 4872 2816 \n",
"L 3775 2816 \n",
"L 3519 1772 \n",
"L 4513 1772 \n",
"L 4513 1294 \n",
"L 3397 1294 \n",
"L 3072 0 \n",
"L 2572 0 \n",
"L 2894 1294 \n",
"L 1978 1294 \n",
"L 1656 0 \n",
"L 1153 0 \n",
"L 1478 1294 \n",
"L 494 1294 \n",
"L 494 1772 \n",
"L 1594 1772 \n",
"L 1856 2816 \n",
"L 850 2816 \n",
"L 850 3297 \n",
"L 1978 3297 \n",
"L 2297 4594 \n",
"L 2803 4594 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-33 transform=scale(0.015625) d=&quot;M 2597 2516 \n",
"Q 3050 2419 3304 2112 \n",
"Q 3559 1806 3559 1356 \n",
"Q 3559 666 3084 287 \n",
"Q 2609 -91 1734 -91 \n",
"Q 1441 -91 1130 -33 \n",
"Q 819 25 488 141 \n",
"L 488 750 \n",
"Q 750 597 1062 519 \n",
"Q 1375 441 1716 441 \n",
"Q 2309 441 2620 675 \n",
"Q 2931 909 2931 1356 \n",
"Q 2931 1769 2642 2001 \n",
"Q 2353 2234 1838 2234 \n",
"L 1294 2234 \n",
"L 1294 2753 \n",
"L 1863 2753 \n",
"Q 2328 2753 2575 2939 \n",
"Q 2822 3125 2822 3475 \n",
"Q 2822 3834 2567 4026 \n",
"Q 2313 4219 1838 4219 \n",
"Q 1578 4219 1281 4162 \n",
"Q 984 4106 628 3988 \n",
"L 628 4550 \n",
"Q 988 4650 1302 4700 \n",
"Q 1616 4750 1894 4750 \n",
"Q 2613 4750 3031 4423 \n",
"Q 3450 4097 3450 3541 \n",
"Q 3450 3153 3228 2886 \n",
"Q 3006 2619 2597 2516 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-36 transform=scale(0.015625) d=&quot;M 2113 2584 \n",
"Q 1688 2584 1439 2293 \n",
"Q 1191 2003 1191 1497 \n",
"Q 1191 994 1439 701 \n",
"Q 1688 409 2113 409 \n",
"Q 2538 409 2786 701 \n",
"Q 3034 994 3034 1497 \n",
"Q 3034 2003 2786 2293 \n",
"Q 2538 2584 2113 2584 \n",
"z\n",
"M 3366 4563 \n",
"L 3366 3988 \n",
"Q 3128 4100 2886 4159 \n",
"Q 2644 4219 2406 4219 \n",
"Q 1781 4219 1451 3797 \n",
"Q 1122 3375 1075 2522 \n",
"Q 1259 2794 1537 2939 \n",
"Q 1816 3084 2150 3084 \n",
"Q 2853 3084 3261 2657 \n",
"Q 3669 2231 3669 1497 \n",
"Q 3669 778 3244 343 \n",
"Q 2819 -91 2113 -91 \n",
"Q 1303 -91 875 529 \n",
"Q 447 1150 447 2328 \n",
"Q 447 3434 972 4092 \n",
"Q 1497 4750 2381 4750 \n",
"Q 2619 4750 2861 4703 \n",
"Q 3103 4656 3366 4563 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-26 /&gt;&lt;use xlink:href=#DejaVuSans-23 x=77.978516 /&gt;&lt;use xlink:href=#DejaVuSans-33 x=161.767578 /&gt;&lt;use xlink:href=#DejaVuSans-36 x=225.390625 /&gt;&lt;use xlink:href=#DejaVuSans-3b x=289.013672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p1d8ef9f583&gt;&lt;rect x=7.2 y=7.2 width=390.6 height=110.88 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=4141128507613850657bottom-4141128507613850657word&gt;&lt;div class=col-sm-12&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=euro&gt; euro &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=pound&gt; pound &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=36&gt; 36 &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=4141128507613850657bottom-4141128507613850657characters&gt;&lt;div class=col-sm-12&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#4141128507613850657unicode-4141128507613850657characters aria-controls=4141128507613850657unicode-4141128507613850657characters role=tab data-toggle=tab&gt;Characters&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#4141128507613850657unicode-4141128507613850657categories aria-controls=4141128507613850657unicode-4141128507613850657categories role=tab data-toggle=tab&gt;Categories&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#4141128507613850657unicode-4141128507613850657scripts aria-controls=4141128507613850657unicode-4141128507613850657scripts role=tab data-toggle=tab&gt;Scripts&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#4141128507613850657unicode-4141128507613850657blocks aria-controls=4141128507613850657unicode-4141128507613850657blocks role=tab data-toggle=tab&gt;Blocks&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=4141128507613850657unicode-4141128507613850657characters&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring characters&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=&amp;amp;&gt; &amp;amp; &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 16.7% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=;&gt; ; &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 16.7% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=u&gt; u &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:66.7%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=o&gt; o &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:66.7%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=e&gt; e &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt; 5.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=r&gt; r &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt; 5.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=p&gt; p &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt; 5.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=n&gt; n &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt; 5.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=d&gt; d &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt; 5.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=#&gt; # &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt; 5.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (2)&quot;&gt; Other values (2) &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:66.7%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=4141128507613850657unicode-4141128507613850657categories&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring categories&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=&quot;Lowercase Letter&quot;&gt; Lowercase Letter &lt;/td&gt;&lt;td&gt;24669&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 50.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=&quot;Other Punctuation&quot;&gt; Other Punctuation &lt;/td&gt;&lt;td&gt;19187&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:77.8%&gt; 38.9% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=&quot;Decimal Number&quot;&gt; Decimal Number &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:22.2%&gt; &amp;nbsp; &lt;/div&gt; 11.1% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per category&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Lowercase Letter&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=u&gt; u &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 22.2% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=o&gt; o &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 22.2% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=e&gt; e &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=r&gt; r &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=p&gt; p &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=n&gt; n &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=d&gt; d &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Other Punctuation&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=&amp;amp;&gt; &amp;amp; &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 42.9% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=;&gt; ; &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 42.9% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=#&gt; # &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt; 14.3% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Decimal Number&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=3&gt; 3 &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 50.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=6&gt; 6 &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 50.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=4141128507613850657unicode-4141128507613850657scripts&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring scripts&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=Common&gt; Common &lt;/td&gt;&lt;td&gt;24669&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 50.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=Latin&gt; Latin &lt;/td&gt;&lt;td&gt;24669&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 50.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per script&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Latin&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=u&gt; u &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 22.2% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=o&gt; o &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 22.2% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=e&gt; e &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=r&gt; r &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=p&gt; p &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=n&gt; n &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=d&gt; d &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:50.0%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;Common&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=&amp;amp;&gt; &amp;amp; &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=;&gt; ; &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 33.3% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=#&gt; # &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt; 11.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=3&gt; 3 &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt; 11.1% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=6&gt; 6 &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt; 11.1% &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=4141128507613850657unicode-4141128507613850657blocks&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most occurring blocks&lt;/h4&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=ASCII&gt; ASCII &lt;/td&gt;&lt;td&gt;49338&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 100.0% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;row named-list-item&quot;&gt;&lt;h4&gt;Most frequent character per block&lt;/h4&gt;&lt;div class=row&gt;&lt;div class=col-sm-12&gt;&lt;h5&gt;&lt;em&gt;ASCII&lt;/em&gt;&lt;/h5&gt;&lt;table class=&quot;freq table table-hover table-striped table-0&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;Value&lt;/td&gt;&lt;td&gt;Count&lt;/td&gt;&lt;td&gt;Frequency (%)&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr class&gt;&lt;td title=&amp;amp;&gt; &amp;amp; &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 16.7% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=;&gt; ; &lt;/td&gt;&lt;td&gt;8223&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:100.0%&gt; 16.7% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=u&gt; u &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:66.7%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=o&gt; o &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:66.7%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=e&gt; e &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt; 5.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=r&gt; r &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt; 5.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=p&gt; p &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt; 5.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=n&gt; n &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt; 5.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=d&gt; d &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt; 5.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class&gt;&lt;td title=#&gt; # &lt;/td&gt;&lt;td&gt;2741&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:33.3%&gt; &amp;nbsp; &lt;/div&gt; 5.6% &lt;/td&gt;&lt;/tr&gt;&lt;tr class=other&gt;&lt;td title=&quot;Other values (2)&quot;&gt; Other values (2) &lt;/td&gt;&lt;td&gt;5482&lt;/td&gt;&lt;td&gt;&lt;div class=bar style=width:66.7%&gt; 11.1% &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row header&quot;&gt;&lt;a class=anchor-pos id=interactions&gt;&lt;/a&gt;&lt;h1 class=page-header&gt;Interactions&lt;/h1&gt;&lt;/div&gt;&lt;div class=section-items&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#interactions-interactions_value aria-controls=interactions-interactions_value role=tab data-toggle=tab&gt;_value&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=interactions-interactions_value&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#interactions_value-interactions_value_value aria-controls=interactions_value-interactions_value_value role=tab data-toggle=tab&gt;_value&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=interactions_value-interactions_value_value&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
" &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-29T12:19:06.706464&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.7.1, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
"L 576 396 \n",
"L 576 0 \n",
"L 0 0 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 352.44 \n",
"L 518.4 352.44 \n",
"L 518.4 47.52 \n",
"L 72 47.52 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(277.426406 364.798281) scale(0.11 -0.11)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-5f transform=scale(0.015625) d=&quot;M 3263 -1063 \n",
"L 3263 -1509 \n",
"L -63 -1509 \n",
"L -63 -1063 \n",
"L 3263 -1063 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-76 transform=scale(0.015625) d=&quot;M 191 3500 \n",
"L 800 3500 \n",
"L 1894 563 \n",
"L 2988 3500 \n",
"L 3597 3500 \n",
"L 2284 0 \n",
"L 1503 0 \n",
"L 191 3500 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-61 transform=scale(0.015625) d=&quot;M 2194 1759 \n",
"Q 1497 1759 1228 1600 \n",
"Q 959 1441 959 1056 \n",
"Q 959 750 1161 570 \n",
"Q 1363 391 1709 391 \n",
"Q 2188 391 2477 730 \n",
"Q 2766 1069 2766 1631 \n",
"L 2766 1759 \n",
"L 2194 1759 \n",
"z\n",
"M 3341 1997 \n",
"L 3341 0 \n",
"L 2766 0 \n",
"L 2766 531 \n",
"Q 2569 213 2275 61 \n",
"Q 1981 -91 1556 -91 \n",
"Q 1019 -91 701 211 \n",
"Q 384 513 384 1019 \n",
"Q 384 1609 779 1909 \n",
"Q 1175 2209 1959 2209 \n",
"L 2766 2209 \n",
"L 2766 2266 \n",
"Q 2766 2663 2505 2880 \n",
"Q 2244 3097 1772 3097 \n",
"Q 1472 3097 1187 3025 \n",
"Q 903 2953 641 2809 \n",
"L 641 3341 \n",
"Q 956 3463 1253 3523 \n",
"Q 1550 3584 1831 3584 \n",
"Q 2591 3584 2966 3190 \n",
"Q 3341 2797 3341 1997 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6c transform=scale(0.015625) d=&quot;M 603 4863 \n",
"L 1178 4863 \n",
"L 1178 0 \n",
"L 603 0 \n",
"L 603 4863 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-75 transform=scale(0.015625) d=&quot;M 544 1381 \n",
"L 544 3500 \n",
"L 1119 3500 \n",
"L 1119 1403 \n",
"Q 1119 906 1312 657 \n",
"Q 1506 409 1894 409 \n",
"Q 2359 409 2629 706 \n",
"Q 2900 1003 2900 1516 \n",
"L 2900 3500 \n",
"L 3475 3500 \n",
"L 3475 0 \n",
"L 2900 0 \n",
"L 2900 538 \n",
"Q 2691 219 2414 64 \n",
"Q 2138 -91 1772 -91 \n",
"Q 1169 -91 856 284 \n",
"Q 544 659 544 1381 \n",
"z\n",
"M 1991 3584 \n",
"L 1991 3584 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-65 transform=scale(0.015625) d=&quot;M 3597 1894 \n",
"L 3597 1613 \n",
"L 953 1613 \n",
"Q 991 1019 1311 708 \n",
"Q 1631 397 2203 397 \n",
"Q 2534 397 2845 478 \n",
"Q 3156 559 3463 722 \n",
"L 3463 178 \n",
"Q 3153 47 2828 -22 \n",
"Q 2503 -91 2169 -91 \n",
"Q 1331 -91 842 396 \n",
"Q 353 884 353 1716 \n",
"Q 353 2575 817 3079 \n",
"Q 1281 3584 2069 3584 \n",
"Q 2775 3584 3186 3129 \n",
"Q 3597 2675 3597 1894 \n",
"z\n",
"M 3022 2063 \n",
"Q 3016 2534 2758 2815 \n",
"Q 2500 3097 2075 3097 \n",
"Q 1594 3097 1305 2825 \n",
"Q 1016 2553 972 2059 \n",
"L 3022 2063 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-5f /&gt;&lt;use xlink:href=#DejaVuSans-76 x=50 /&gt;&lt;use xlink:href=#DejaVuSans-61 x=109.179688 /&gt;&lt;use xlink:href=#DejaVuSans-6c x=170.458984 /&gt;&lt;use xlink:href=#DejaVuSans-75 x=198.242188 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=261.621094 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(65.406406 217.753594) rotate(-90) scale(0.11 -0.11)&quot;&gt;&lt;use xlink:href=#DejaVuSans-5f /&gt;&lt;use xlink:href=#DejaVuSans-76 x=50 /&gt;&lt;use xlink:href=#DejaVuSans-61 x=109.179688 /&gt;&lt;use xlink:href=#DejaVuSans-6c x=170.458984 /&gt;&lt;use xlink:href=#DejaVuSans-75 x=198.242188 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=261.621094 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=PolyCollection_1&gt;&lt;defs&gt;&lt;path id=C0_0_407a62e72a d=&quot;M -1181.375946 827.591636 \n",
"L -1181.375946 816.041636 \n",
"L -1194.903219 810.266636 \n",
"L -1208.430491 816.041636 \n",
"L -1208.430491 827.591636 \n",
"L -1194.903219 833.366636 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1287.194128 y=-483.236636 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1287.194128 y=-517.886636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1287.194128 y=-552.536636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1287.194128 y=-587.186636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1287.194128 y=-621.836636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1287.194128 y=-656.486636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1287.194128 y=-691.136636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1287.194128 y=-725.786636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1287.194128 y=-760.436636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1314.248673 y=-483.236636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1314.248673 y=-517.886636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1314.248673 y=-552.536636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1314.248673 y=-587.186636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1314.248673 y=-621.836636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1314.248673 y=-656.486636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1314.248673 y=-691.136636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1314.248673 y=-725.786636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1314.248673 y=-760.436636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1341.303219 y=-483.236636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1341.303219 y=-517.886636 style=&quot;fill: #81accf; stroke: #81accf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1341.303219 y=-552.536636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1341.303219 y=-587.186636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1341.303219 y=-621.836636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1341.303219 y=-656.486636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1341.303219 y=-691.136636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1341.303219 y=-725.786636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1341.303219 y=-760.436636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1368.357764 y=-483.236636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1368.357764 y=-517.886636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1368.357764 y=-552.536636 style=&quot;fill: #e8ecf0; stroke: #e8ecf0&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1368.357764 y=-587.186636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1368.357764 y=-621.836636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1368.357764 y=-656.486636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1368.357764 y=-691.136636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1368.357764 y=-725.786636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1368.357764 y=-760.436636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1395.41231 y=-483.236636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1395.41231 y=-517.886636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1395.41231 y=-552.536636 style=&quot;fill: #cad9e6; stroke: #cad9e6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1395.41231 y=-587.186636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1395.41231 y=-621.836636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1395.41231 y=-656.486636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1395.41231 y=-691.136636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1395.41231 y=-725.786636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1395.41231 y=-760.436636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1422.466855 y=-483.236636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1422.466855 y=-517.886636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1422.466855 y=-552.536636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1422.466855 y=-587.186636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1422.466855 y=-621.836636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1422.466855 y=-656.486636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1422.466855 y=-691.136636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1422.466855 y=-725.786636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1422.466855 y=-760.436636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1449.5214 y=-483.236636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1449.5214 y=-517.886636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1449.5214 y=-552.536636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1449.5214 y=-587.186636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1449.5214 y=-621.836636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1449.5214 y=-656.486636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1449.5214 y=-691.136636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1449.5214 y=-725.786636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1449.5214 y=-760.436636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1476.575946 y=-483.236636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1476.575946 y=-517.886636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1476.575946 y=-552.536636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1476.575946 y=-587.186636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1476.575946 y=-621.836636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1476.575946 y=-656.486636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1476.575946 y=-691.136636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1476.575946 y=-725.786636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1476.575946 y=-760.436636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1503.630491 y=-483.236636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1503.630491 y=-517.886636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1503.630491 y=-552.536636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1503.630491 y=-587.186636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1503.630491 y=-621.836636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1503.630491 y=-656.486636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1503.630491 y=-691.136636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1503.630491 y=-725.786636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1503.630491 y=-760.436636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1530.685037 y=-483.236636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1530.685037 y=-517.886636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1530.685037 y=-552.536636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1530.685037 y=-587.186636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1530.685037 y=-621.836636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1530.685037 y=-656.486636 style=&quot;fill: #e5eaef; stroke: #e5eaef&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1530.685037 y=-691.136636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1530.685037 y=-725.786636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1530.685037 y=-760.436636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1557.739582 y=-483.236636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1557.739582 y=-517.886636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1557.739582 y=-552.536636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1557.739582 y=-587.186636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1557.739582 y=-621.836636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1557.739582 y=-656.486636 style=&quot;fill: #88b0d2; stroke: #88b0d2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1557.739582 y=-691.136636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1557.739582 y=-725.786636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1557.739582 y=-760.436636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1584.794128 y=-483.236636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1584.794128 y=-517.886636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1584.794128 y=-552.536636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1584.794128 y=-587.186636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1584.794128 y=-621.836636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1584.794128 y=-656.486636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1584.794128 y=-691.136636 style=&quot;fill: #377eb8; stroke: #377eb8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1584.794128 y=-725.786636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1584.794128 y=-760.436636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1611.848673 y=-483.236636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1611.848673 y=-517.886636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1611.848673 y=-552.536636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1611.848673 y=-587.186636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1611.848673 y=-621.836636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1611.848673 y=-656.486636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1611.848673 y=-691.136636 style=&quot;fill: #c1d4e4; stroke: #c1d4e4&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1611.848673 y=-725.786636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1611.848673 y=-760.436636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1638.903219 y=-483.236636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1638.903219 y=-517.886636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1638.903219 y=-552.536636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1638.903219 y=-587.186636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1638.903219 y=-621.836636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1638.903219 y=-656.486636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1638.903219 y=-691.136636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1638.903219 y=-725.786636 style=&quot;fill: #76a5cc; stroke: #76a5cc&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1638.903219 y=-760.436636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1665.957764 y=-483.236636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1665.957764 y=-517.886636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1665.957764 y=-552.536636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1665.957764 y=-587.186636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1665.957764 y=-621.836636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1665.957764 y=-656.486636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1665.957764 y=-691.136636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1665.957764 y=-725.786636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1665.957764 y=-760.436636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1693.01231 y=-483.236636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1693.01231 y=-517.886636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1693.01231 y=-552.536636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1693.01231 y=-587.186636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1693.01231 y=-621.836636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1693.01231 y=-656.486636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1693.01231 y=-691.136636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1693.01231 y=-725.786636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1693.01231 y=-760.436636 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1300.7214 y=-500.561636 style=&quot;fill: #eef0f2; stroke: #eef0f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1300.7214 y=-535.211636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1300.7214 y=-569.861636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1300.7214 y=-604.511636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1300.7214 y=-639.161636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1300.7214 y=-673.811636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1300.7214 y=-708.461636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1300.7214 y=-743.111636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1327.775946 y=-500.561636 style=&quot;fill: #c6d7e5; stroke: #c6d7e5&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1327.775946 y=-535.211636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1327.775946 y=-569.861636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1327.775946 y=-604.511636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1327.775946 y=-639.161636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1327.775946 y=-673.811636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1327.775946 y=-708.461636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1327.775946 y=-743.111636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1354.830491 y=-500.561636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1354.830491 y=-535.211636 style=&quot;fill: #a1c0d9; stroke: #a1c0d9&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1354.830491 y=-569.861636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1354.830491 y=-604.511636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1354.830491 y=-639.161636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1354.830491 y=-673.811636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1354.830491 y=-708.461636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1354.830491 y=-743.111636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1381.885037 y=-500.561636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1381.885037 y=-535.211636 style=&quot;fill: #b2cadf; stroke: #b2cadf&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1381.885037 y=-569.861636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1381.885037 y=-604.511636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1381.885037 y=-639.161636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1381.885037 y=-673.811636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1381.885037 y=-708.461636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1381.885037 y=-743.111636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1408.939582 y=-500.561636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1408.939582 y=-535.211636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1408.939582 y=-569.861636 style=&quot;fill: #dde5ec; stroke: #dde5ec&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1408.939582 y=-604.511636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1408.939582 y=-639.161636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1408.939582 y=-673.811636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1408.939582 y=-708.461636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1408.939582 y=-743.111636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1435.994128 y=-500.561636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1435.994128 y=-535.211636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1435.994128 y=-569.861636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1435.994128 y=-604.511636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1435.994128 y=-639.161636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1435.994128 y=-673.811636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1435.994128 y=-708.461636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1435.994128 y=-743.111636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1463.048673 y=-500.561636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1463.048673 y=-535.211636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1463.048673 y=-569.861636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1463.048673 y=-604.511636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1463.048673 y=-639.161636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1463.048673 y=-673.811636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1463.048673 y=-708.461636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1463.048673 y=-743.111636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1490.103219 y=-500.561636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1490.103219 y=-535.211636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1490.103219 y=-569.861636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1490.103219 y=-604.511636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1490.103219 y=-639.161636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1490.103219 y=-673.811636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1490.103219 y=-708.461636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1490.103219 y=-743.111636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1517.157764 y=-500.561636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1517.157764 y=-535.211636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1517.157764 y=-569.861636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1517.157764 y=-604.511636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1517.157764 y=-639.161636 style=&quot;fill: #ebeef1; stroke: #ebeef1&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1517.157764 y=-673.811636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1517.157764 y=-708.461636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1517.157764 y=-743.111636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1544.21231 y=-500.561636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1544.21231 y=-535.211636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1544.21231 y=-569.861636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1544.21231 y=-604.511636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1544.21231 y=-639.161636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1544.21231 y=-673.811636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1544.21231 y=-708.461636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1544.21231 y=-743.111636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1571.266855 y=-500.561636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1571.266855 y=-535.211636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1571.266855 y=-569.861636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1571.266855 y=-604.511636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1571.266855 y=-639.161636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1571.266855 y=-673.811636 style=&quot;fill: #a7c4db; stroke: #a7c4db&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1571.266855 y=-708.461636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1571.266855 y=-743.111636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1598.3214 y=-500.561636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1598.3214 y=-535.211636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1598.3214 y=-569.861636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1598.3214 y=-604.511636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1598.3214 y=-639.161636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1598.3214 y=-673.811636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1598.3214 y=-708.461636 style=&quot;fill: #cfdce8; stroke: #cfdce8&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1598.3214 y=-743.111636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1625.375946 y=-500.561636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1625.375946 y=-535.211636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1625.375946 y=-569.861636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1625.375946 y=-604.511636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1625.375946 y=-639.161636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1625.375946 y=-673.811636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1625.375946 y=-708.461636 style=&quot;fill: #94b8d6; stroke: #94b8d6&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1625.375946 y=-743.111636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1652.430491 y=-500.561636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1652.430491 y=-535.211636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1652.430491 y=-569.861636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1652.430491 y=-604.511636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1652.430491 y=-639.161636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1652.430491 y=-673.811636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1652.430491 y=-708.461636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1652.430491 y=-743.111636 style=&quot;fill: #e1e8ee; stroke: #e1e8ee&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1679.485037 y=-500.561636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1679.485037 y=-535.211636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1679.485037 y=-569.861636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1679.485037 y=-604.511636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1679.485037 y=-639.161636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1679.485037 y=-673.811636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1679.485037 y=-708.461636 style=&quot;fill: #f0f1f2; stroke: #f0f1f2&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#p6ebf1221ee)&gt;&lt;use xlink:href=#C0_0_407a62e72a x=1679.485037 y=-743.111636 style=&quot;fill: #c7d8e6; stroke: #c7d8e6&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 72 352.44 \n",
"L 72 47.52 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 518.4 352.44 \n",
"L 518.4 47.52 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 72 352.44 \n",
"L 518.4 352.44 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 72 47.52 \n",
"L 518.4 47.52 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=p6ebf1221ee&gt;&lt;rect x=72 y=47.52 width=446.4 height=304.92 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row header&quot;&gt;&lt;a class=anchor-pos id=correlations_tab&gt;&lt;/a&gt;&lt;h1 class=page-header&gt;Correlations&lt;/h1&gt;&lt;/div&gt;&lt;div class=section-items&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#correlations_tab-auto_diagram_table aria-controls=correlations_tab-auto_diagram_table role=tab data-toggle=tab&gt;Auto&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=correlations_tab-auto_diagram_table&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#auto_diagram_table-auto_diagram aria-controls=auto_diagram_table-auto_diagram role=tab data-toggle=tab&gt;Heatmap&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#auto_diagram_table-auto_table aria-controls=auto_diagram_table-auto_table role=tab data-toggle=tab&gt;Table&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=auto_diagram_table-auto_diagram&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
" &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=576pt height=396pt viewbox=&quot;0 0 576 396&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-29T12:19:39.276505&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.7.1, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 396 \n",
"L 576 396 \n",
"L 576 0 \n",
"L 0 0 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 159.84 316.8 \n",
"L 429.12 316.8 \n",
"L 429.12 47.52 \n",
"L 159.84 47.52 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g clip-path=url(#pe7e68c2561)&gt;&lt;image xlink:href=&quot;data:image/png;base64,\n",
"iVBORw0KGgoAAAANSUhEUgAAAXYAAAF2CAYAAAB6XrNlAAAFQUlEQVR4nO3UwQnAIADAwFpwH1dy/yHsEgUh3E2QV8Zc+zwAZLy3AwD4l7EDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAjLEDxBg7QIyxA8QYO0CMsQPEGDtAzAcXSwSBrdmLNAAAAABJRU5ErkJggg==&quot; id=image7c439371e9 x=159.84 y=-47.52 width=269.28 height=269.28 transform=&quot;scale(1 -1) translate(0 -269.28)&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(189.388313 359.615625) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-5f transform=scale(0.015625) d=&quot;M 3263 -1063 \n",
"L 3263 -1509 \n",
"L -63 -1509 \n",
"L -63 -1063 \n",
"L 3263 -1063 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-76 transform=scale(0.015625) d=&quot;M 191 3500 \n",
"L 800 3500 \n",
"L 1894 563 \n",
"L 2988 3500 \n",
"L 3597 3500 \n",
"L 2284 0 \n",
"L 1503 0 \n",
"L 191 3500 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-61 transform=scale(0.015625) d=&quot;M 2194 1759 \n",
"Q 1497 1759 1228 1600 \n",
"Q 959 1441 959 1056 \n",
"Q 959 750 1161 570 \n",
"Q 1363 391 1709 391 \n",
"Q 2188 391 2477 730 \n",
"Q 2766 1069 2766 1631 \n",
"L 2766 1759 \n",
"L 2194 1759 \n",
"z\n",
"M 3341 1997 \n",
"L 3341 0 \n",
"L 2766 0 \n",
"L 2766 531 \n",
"Q 2569 213 2275 61 \n",
"Q 1981 -91 1556 -91 \n",
"Q 1019 -91 701 211 \n",
"Q 384 513 384 1019 \n",
"Q 384 1609 779 1909 \n",
"Q 1175 2209 1959 2209 \n",
"L 2766 2209 \n",
"L 2766 2266 \n",
"Q 2766 2663 2505 2880 \n",
"Q 2244 3097 1772 3097 \n",
"Q 1472 3097 1187 3025 \n",
"Q 903 2953 641 2809 \n",
"L 641 3341 \n",
"Q 956 3463 1253 3523 \n",
"Q 1550 3584 1831 3584 \n",
"Q 2591 3584 2966 3190 \n",
"Q 3341 2797 3341 1997 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6c transform=scale(0.015625) d=&quot;M 603 4863 \n",
"L 1178 4863 \n",
"L 1178 0 \n",
"L 603 0 \n",
"L 603 4863 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-75 transform=scale(0.015625) d=&quot;M 544 1381 \n",
"L 544 3500 \n",
"L 1119 3500 \n",
"L 1119 1403 \n",
"Q 1119 906 1312 657 \n",
"Q 1506 409 1894 409 \n",
"Q 2359 409 2629 706 \n",
"Q 2900 1003 2900 1516 \n",
"L 2900 3500 \n",
"L 3475 3500 \n",
"L 3475 0 \n",
"L 2900 0 \n",
"L 2900 538 \n",
"Q 2691 219 2414 64 \n",
"Q 2138 -91 1772 -91 \n",
"Q 1169 -91 856 284 \n",
"Q 544 659 544 1381 \n",
"z\n",
"M 1991 3584 \n",
"L 1991 3584 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-65 transform=scale(0.015625) d=&quot;M 3597 1894 \n",
"L 3597 1613 \n",
"L 953 1613 \n",
"Q 991 1019 1311 708 \n",
"Q 1631 397 2203 397 \n",
"Q 2534 397 2845 478 \n",
"Q 3156 559 3463 722 \n",
"L 3463 178 \n",
"Q 3153 47 2828 -22 \n",
"Q 2503 -91 2169 -91 \n",
"Q 1331 -91 842 396 \n",
"Q 353 884 353 1716 \n",
"Q 353 2575 817 3079 \n",
"Q 1281 3584 2069 3584 \n",
"Q 2775 3584 3186 3129 \n",
"Q 3597 2675 3597 1894 \n",
"z\n",
"M 3022 2063 \n",
"Q 3016 2534 2758 2815 \n",
"Q 2500 3097 2075 3097 \n",
"Q 1594 3097 1305 2825 \n",
"Q 1016 2553 972 2059 \n",
"L 3022 2063 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-5f /&gt;&lt;use xlink:href=#DejaVuSans-76 x=50 /&gt;&lt;use xlink:href=#DejaVuSans-61 x=109.179688 /&gt;&lt;use xlink:href=#DejaVuSans-6c x=170.458984 /&gt;&lt;use xlink:href=#DejaVuSans-75 x=198.242188 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=261.621094 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(243.383375 352.628125) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-74 transform=scale(0.015625) d=&quot;M 1172 4494 \n",
"L 1172 3500 \n",
"L 2356 3500 \n",
"L 2356 3053 \n",
"L 1172 3053 \n",
"L 1172 1153 \n",
"Q 1172 725 1289 603 \n",
"Q 1406 481 1766 481 \n",
"L 2356 481 \n",
"L 2356 0 \n",
"L 1766 0 \n",
"Q 1100 0 847 248 \n",
"Q 594 497 594 1153 \n",
"L 594 3053 \n",
"L 172 3053 \n",
"L 172 3500 \n",
"L 594 3500 \n",
"L 594 4494 \n",
"L 1172 4494 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-62 transform=scale(0.015625) d=&quot;M 3116 1747 \n",
"Q 3116 2381 2855 2742 \n",
"Q 2594 3103 2138 3103 \n",
"Q 1681 3103 1420 2742 \n",
"Q 1159 2381 1159 1747 \n",
"Q 1159 1113 1420 752 \n",
"Q 1681 391 2138 391 \n",
"Q 2594 391 2855 752 \n",
"Q 3116 1113 3116 1747 \n",
"z\n",
"M 1159 2969 \n",
"Q 1341 3281 1617 3432 \n",
"Q 1894 3584 2278 3584 \n",
"Q 2916 3584 3314 3078 \n",
"Q 3713 2572 3713 1747 \n",
"Q 3713 922 3314 415 \n",
"Q 2916 -91 2278 -91 \n",
"Q 1894 -91 1617 61 \n",
"Q 1341 213 1159 525 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 4863 \n",
"L 1159 4863 \n",
"L 1159 2969 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-74 /&gt;&lt;use xlink:href=#DejaVuSans-61 x=39.208984 /&gt;&lt;use xlink:href=#DejaVuSans-62 x=100.488281 /&gt;&lt;use xlink:href=#DejaVuSans-6c x=163.964844 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=191.748047 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(297.239375 351.41875) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-63 transform=scale(0.015625) d=&quot;M 3122 3366 \n",
"L 3122 2828 \n",
"Q 2878 2963 2633 3030 \n",
"Q 2388 3097 2138 3097 \n",
"Q 1578 3097 1268 2742 \n",
"Q 959 2388 959 1747 \n",
"Q 959 1106 1268 751 \n",
"Q 1578 397 2138 397 \n",
"Q 2388 397 2633 464 \n",
"Q 2878 531 3122 666 \n",
"L 3122 134 \n",
"Q 2881 22 2623 -34 \n",
"Q 2366 -91 2075 -91 \n",
"Q 1284 -91 818 406 \n",
"Q 353 903 353 1747 \n",
"Q 353 2603 823 3093 \n",
"Q 1294 3584 2113 3584 \n",
"Q 2378 3584 2631 3529 \n",
"Q 2884 3475 3122 3366 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6f transform=scale(0.015625) d=&quot;M 1959 3097 \n",
"Q 1497 3097 1228 2736 \n",
"Q 959 2375 959 1747 \n",
"Q 959 1119 1226 758 \n",
"Q 1494 397 1959 397 \n",
"Q 2419 397 2687 759 \n",
"Q 2956 1122 2956 1747 \n",
"Q 2956 2369 2687 2733 \n",
"Q 2419 3097 1959 3097 \n",
"z\n",
"M 1959 3584 \n",
"Q 2709 3584 3137 3096 \n",
"Q 3566 2609 3566 1747 \n",
"Q 3566 888 3137 398 \n",
"Q 2709 -91 1959 -91 \n",
"Q 1206 -91 779 398 \n",
"Q 353 888 353 1747 \n",
"Q 353 2609 779 3096 \n",
"Q 1206 3584 1959 3584 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-64 transform=scale(0.015625) d=&quot;M 2906 2969 \n",
"L 2906 4863 \n",
"L 3481 4863 \n",
"L 3481 0 \n",
"L 2906 0 \n",
"L 2906 525 \n",
"Q 2725 213 2448 61 \n",
"Q 2172 -91 1784 -91 \n",
"Q 1150 -91 751 415 \n",
"Q 353 922 353 1747 \n",
"Q 353 2572 751 3078 \n",
"Q 1150 3584 1784 3584 \n",
"Q 2172 3584 2448 3432 \n",
"Q 2725 3281 2906 2969 \n",
"z\n",
"M 947 1747 \n",
"Q 947 1113 1208 752 \n",
"Q 1469 391 1925 391 \n",
"Q 2381 391 2643 752 \n",
"Q 2906 1113 2906 1747 \n",
"Q 2906 2381 2643 2742 \n",
"Q 2381 3103 1925 3103 \n",
"Q 1469 3103 1208 2742 \n",
"Q 947 2381 947 1747 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-63 /&gt;&lt;use xlink:href=#DejaVuSans-6f x=54.980469 /&gt;&lt;use xlink:href=#DejaVuSans-64 x=116.162109 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=179.638672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(351.095375 382.901562) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-73 transform=scale(0.015625) d=&quot;M 2834 3397 \n",
"L 2834 2853 \n",
"Q 2591 2978 2328 3040 \n",
"Q 2066 3103 1784 3103 \n",
"Q 1356 3103 1142 2972 \n",
"Q 928 2841 928 2578 \n",
"Q 928 2378 1081 2264 \n",
"Q 1234 2150 1697 2047 \n",
"L 1894 2003 \n",
"Q 2506 1872 2764 1633 \n",
"Q 3022 1394 3022 966 \n",
"Q 3022 478 2636 193 \n",
"Q 2250 -91 1575 -91 \n",
"Q 1294 -91 989 -36 \n",
"Q 684 19 347 128 \n",
"L 347 722 \n",
"Q 666 556 975 473 \n",
"Q 1284 391 1588 391 \n",
"Q 1994 391 2212 530 \n",
"Q 2431 669 2431 922 \n",
"Q 2431 1156 2273 1281 \n",
"Q 2116 1406 1581 1522 \n",
"L 1381 1569 \n",
"Q 847 1681 609 1914 \n",
"Q 372 2147 372 2553 \n",
"Q 372 3047 722 3315 \n",
"Q 1072 3584 1716 3584 \n",
"Q 2034 3584 2315 3537 \n",
"Q 2597 3491 2834 3397 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-72 transform=scale(0.015625) d=&quot;M 2631 2963 \n",
"Q 2534 3019 2420 3045 \n",
"Q 2306 3072 2169 3072 \n",
"Q 1681 3072 1420 2755 \n",
"Q 1159 2438 1159 1844 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1341 3275 1631 3429 \n",
"Q 1922 3584 2338 3584 \n",
"Q 2397 3584 2469 3576 \n",
"Q 2541 3569 2628 3553 \n",
"L 2631 2963 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-69 transform=scale(0.015625) d=&quot;M 603 3500 \n",
"L 1178 3500 \n",
"L 1178 0 \n",
"L 603 0 \n",
"L 603 3500 \n",
"z\n",
"M 603 4863 \n",
"L 1178 4863 \n",
"L 1178 4134 \n",
"L 603 4134 \n",
"L 603 4863 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-70 transform=scale(0.015625) d=&quot;M 1159 525 \n",
"L 1159 -1331 \n",
"L 581 -1331 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2969 \n",
"Q 1341 3281 1617 3432 \n",
"Q 1894 3584 2278 3584 \n",
"Q 2916 3584 3314 3078 \n",
"Q 3713 2572 3713 1747 \n",
"Q 3713 922 3314 415 \n",
"Q 2916 -91 2278 -91 \n",
"Q 1894 -91 1617 61 \n",
"Q 1341 213 1159 525 \n",
"z\n",
"M 3116 1747 \n",
"Q 3116 2381 2855 2742 \n",
"Q 2594 3103 2138 3103 \n",
"Q 1681 3103 1420 2742 \n",
"Q 1159 2381 1159 1747 \n",
"Q 1159 1113 1420 752 \n",
"Q 1681 391 2138 391 \n",
"Q 2594 391 2855 752 \n",
"Q 3116 1113 3116 1747 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6e transform=scale(0.015625) d=&quot;M 3513 2113 \n",
"L 3513 0 \n",
"L 2938 0 \n",
"L 2938 2094 \n",
"Q 2938 2591 2744 2837 \n",
"Q 2550 3084 2163 3084 \n",
"Q 1697 3084 1428 2787 \n",
"Q 1159 2491 1159 1978 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1366 3272 1645 3428 \n",
"Q 1925 3584 2291 3584 \n",
"Q 2894 3584 3203 3211 \n",
"Q 3513 2838 3513 2113 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-64 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=63.476562 /&gt;&lt;use xlink:href=#DejaVuSans-73 x=125 /&gt;&lt;use xlink:href=#DejaVuSans-63 x=177.099609 /&gt;&lt;use xlink:href=#DejaVuSans-72 x=232.080078 /&gt;&lt;use xlink:href=#DejaVuSans-69 x=273.193359 /&gt;&lt;use xlink:href=#DejaVuSans-70 x=300.976562 /&gt;&lt;use xlink:href=#DejaVuSans-74 x=364.453125 /&gt;&lt;use xlink:href=#DejaVuSans-69 x=403.662109 /&gt;&lt;use xlink:href=#DejaVuSans-6f x=431.445312 /&gt;&lt;use xlink:href=#DejaVuSans-6e x=492.626953 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(404.951375 363.414062) rotate(-90) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-79 transform=scale(0.015625) d=&quot;M 2059 -325 \n",
"Q 1816 -950 1584 -1140 \n",
"Q 1353 -1331 966 -1331 \n",
"L 506 -1331 \n",
"L 506 -850 \n",
"L 844 -850 \n",
"Q 1081 -850 1212 -737 \n",
"Q 1344 -625 1503 -206 \n",
"L 1606 56 \n",
"L 191 3500 \n",
"L 800 3500 \n",
"L 1894 763 \n",
"L 2988 3500 \n",
"L 3597 3500 \n",
"L 2059 -325 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6d transform=scale(0.015625) d=&quot;M 3328 2828 \n",
"Q 3544 3216 3844 3400 \n",
"Q 4144 3584 4550 3584 \n",
"Q 5097 3584 5394 3201 \n",
"Q 5691 2819 5691 2113 \n",
"L 5691 0 \n",
"L 5113 0 \n",
"L 5113 2094 \n",
"Q 5113 2597 4934 2840 \n",
"Q 4756 3084 4391 3084 \n",
"Q 3944 3084 3684 2787 \n",
"Q 3425 2491 3425 1978 \n",
"L 3425 0 \n",
"L 2847 0 \n",
"L 2847 2094 \n",
"Q 2847 2600 2669 2842 \n",
"Q 2491 3084 2119 3084 \n",
"Q 1678 3084 1418 2786 \n",
"Q 1159 2488 1159 1978 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1356 3278 1631 3431 \n",
"Q 1906 3584 2284 3584 \n",
"Q 2666 3584 2933 3390 \n",
"Q 3200 3197 3328 2828 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-73 /&gt;&lt;use xlink:href=#DejaVuSans-79 x=52.099609 /&gt;&lt;use xlink:href=#DejaVuSans-6d x=111.279297 /&gt;&lt;use xlink:href=#DejaVuSans-62 x=208.691406 /&gt;&lt;use xlink:href=#DejaVuSans-6f x=272.167969 /&gt;&lt;use xlink:href=#DejaVuSans-6c x=333.349609 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_2&gt;&lt;g id=ytick_1&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(117.024375 78.247219) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-5f /&gt;&lt;use xlink:href=#DejaVuSans-76 x=50 /&gt;&lt;use xlink:href=#DejaVuSans-61 x=109.179688 /&gt;&lt;use xlink:href=#DejaVuSans-6c x=170.458984 /&gt;&lt;use xlink:href=#DejaVuSans-75 x=198.242188 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=261.621094 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_2&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(124.011875 132.103219) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-74 /&gt;&lt;use xlink:href=#DejaVuSans-61 x=39.208984 /&gt;&lt;use xlink:href=#DejaVuSans-62 x=100.488281 /&gt;&lt;use xlink:href=#DejaVuSans-6c x=163.964844 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=191.748047 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_3&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(125.22125 185.959219) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-63 /&gt;&lt;use xlink:href=#DejaVuSans-6f x=54.980469 /&gt;&lt;use xlink:href=#DejaVuSans-64 x=116.162109 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=179.638672 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_4&gt;&lt;g id=text_9&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(93.738438 239.815219) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-64 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=63.476562 /&gt;&lt;use xlink:href=#DejaVuSans-73 x=125 /&gt;&lt;use xlink:href=#DejaVuSans-63 x=177.099609 /&gt;&lt;use xlink:href=#DejaVuSans-72 x=232.080078 /&gt;&lt;use xlink:href=#DejaVuSans-69 x=273.193359 /&gt;&lt;use xlink:href=#DejaVuSans-70 x=300.976562 /&gt;&lt;use xlink:href=#DejaVuSans-74 x=364.453125 /&gt;&lt;use xlink:href=#DejaVuSans-69 x=403.662109 /&gt;&lt;use xlink:href=#DejaVuSans-6f x=431.445312 /&gt;&lt;use xlink:href=#DejaVuSans-6e x=492.626953 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_5&gt;&lt;g id=text_10&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(113.225938 293.671219) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-73 /&gt;&lt;use xlink:href=#DejaVuSans-79 x=52.099609 /&gt;&lt;use xlink:href=#DejaVuSans-6d x=111.279297 /&gt;&lt;use xlink:href=#DejaVuSans-62 x=208.691406 /&gt;&lt;use xlink:href=#DejaVuSans-6f x=272.167969 /&gt;&lt;use xlink:href=#DejaVuSans-6c x=333.349609 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=patch_3&gt;&lt;path d=&quot;M 159.84 316.8 \n",
"L 159.84 47.52 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_4&gt;&lt;path d=&quot;M 429.12 316.8 \n",
"L 429.12 47.52 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_5&gt;&lt;path d=&quot;M 159.84 316.8 \n",
"L 429.12 316.8 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;g id=patch_6&gt;&lt;path d=&quot;M 159.84 47.52 \n",
"L 429.12 47.52 \n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=axes_2&gt;&lt;g id=patch_7&gt;&lt;path d=&quot;M 451.44 316.8 \n",
"L 464.904 316.8 \n",
"L 464.904 47.52 \n",
"L 451.44 47.52 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_3 /&gt;&lt;g id=matplotlib.axis_4&gt;&lt;g id=ytick_6&gt;&lt;g id=line2d_1&gt;&lt;defs&gt;&lt;path id=mb10ee93492 d=&quot;M 0 0 \n",
"L 3.5 0 \n",
"&quot; style=&quot;stroke: #262626&quot;/&gt;&lt;/defs&gt;&lt;g&gt;&lt;use xlink:href=#mb10ee93492 x=464.904 y=316.8 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_11&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(475.404 320.599219) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-2212 transform=scale(0.015625) d=&quot;M 678 2272 \n",
"L 4684 2272 \n",
"L 4684 1741 \n",
"L 678 1741 \n",
"L 678 2272 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-31 transform=scale(0.015625) d=&quot;M 794 531 \n",
"L 1825 531 \n",
"L 1825 4091 \n",
"L 703 3866 \n",
"L 703 4441 \n",
"L 1819 4666 \n",
"L 2450 4666 \n",
"L 2450 531 \n",
"L 3481 531 \n",
"L 3481 0 \n",
"L 794 0 \n",
"L 794 531 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-2e transform=scale(0.015625) d=&quot;M 684 794 \n",
"L 1344 794 \n",
"L 1344 0 \n",
"L 684 0 \n",
"L 684 794 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-30 transform=scale(0.015625) d=&quot;M 2034 4250 \n",
"Q 1547 4250 1301 3770 \n",
"Q 1056 3291 1056 2328 \n",
"Q 1056 1369 1301 889 \n",
"Q 1547 409 2034 409 \n",
"Q 2525 409 2770 889 \n",
"Q 3016 1369 3016 2328 \n",
"Q 3016 3291 2770 3770 \n",
"Q 2525 4250 2034 4250 \n",
"z\n",
"M 2034 4750 \n",
"Q 2819 4750 3233 4129 \n",
"Q 3647 3509 3647 2328 \n",
"Q 3647 1150 3233 529 \n",
"Q 2819 -91 2034 -91 \n",
"Q 1250 -91 836 529 \n",
"Q 422 1150 422 2328 \n",
"Q 422 3509 836 4129 \n",
"Q 1250 4750 2034 4750 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-2212 /&gt;&lt;use xlink:href=#DejaVuSans-31 x=83.789062 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=147.412109 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=179.199219 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=242.822266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_7&gt;&lt;g id=line2d_2&gt;&lt;g&gt;&lt;use xlink:href=#mb10ee93492 x=464.904 y=283.14 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_12&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(475.404 286.939219) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-37 transform=scale(0.015625) d=&quot;M 525 4666 \n",
"L 3525 4666 \n",
"L 3525 4397 \n",
"L 1831 0 \n",
"L 1172 0 \n",
"L 2766 4134 \n",
"L 525 4134 \n",
"L 525 4666 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-35 transform=scale(0.015625) d=&quot;M 691 4666 \n",
"L 3169 4666 \n",
"L 3169 4134 \n",
"L 1269 4134 \n",
"L 1269 2991 \n",
"Q 1406 3038 1543 3061 \n",
"Q 1681 3084 1819 3084 \n",
"Q 2600 3084 3056 2656 \n",
"Q 3513 2228 3513 1497 \n",
"Q 3513 744 3044 326 \n",
"Q 2575 -91 1722 -91 \n",
"Q 1428 -91 1123 -41 \n",
"Q 819 9 494 109 \n",
"L 494 744 \n",
"Q 775 591 1075 516 \n",
"Q 1375 441 1709 441 \n",
"Q 2250 441 2565 725 \n",
"Q 2881 1009 2881 1497 \n",
"Q 2881 1984 2565 2268 \n",
"Q 2250 2553 1709 2553 \n",
"Q 1456 2553 1204 2497 \n",
"Q 953 2441 691 2322 \n",
"L 691 4666 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-2212 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=83.789062 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=147.412109 /&gt;&lt;use xlink:href=#DejaVuSans-37 x=179.199219 /&gt;&lt;use xlink:href=#DejaVuSans-35 x=242.822266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_8&gt;&lt;g id=line2d_3&gt;&lt;g&gt;&lt;use xlink:href=#mb10ee93492 x=464.904 y=249.48 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_13&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(475.404 253.279219) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-2212 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=83.789062 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=147.412109 /&gt;&lt;use xlink:href=#DejaVuSans-35 x=179.199219 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=242.822266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_9&gt;&lt;g id=line2d_4&gt;&lt;g&gt;&lt;use xlink:href=#mb10ee93492 x=464.904 y=215.82 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_14&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(475.404 219.619219) scale(0.1 -0.1)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-32 transform=scale(0.015625) d=&quot;M 1228 531 \n",
"L 3431 531 \n",
"L 3431 0 \n",
"L 469 0 \n",
"L 469 531 \n",
"Q 828 903 1448 1529 \n",
"Q 2069 2156 2228 2338 \n",
"Q 2531 2678 2651 2914 \n",
"Q 2772 3150 2772 3378 \n",
"Q 2772 3750 2511 3984 \n",
"Q 2250 4219 1831 4219 \n",
"Q 1534 4219 1204 4116 \n",
"Q 875 4013 500 3803 \n",
"L 500 4441 \n",
"Q 881 4594 1212 4672 \n",
"Q 1544 4750 1819 4750 \n",
"Q 2544 4750 2975 4387 \n",
"Q 3406 4025 3406 3419 \n",
"Q 3406 3131 3298 2873 \n",
"Q 3191 2616 2906 2266 \n",
"Q 2828 2175 2409 1742 \n",
"Q 1991 1309 1228 531 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-2212 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=83.789062 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=147.412109 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=179.199219 /&gt;&lt;use xlink:href=#DejaVuSans-35 x=242.822266 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_10&gt;&lt;g id=line2d_5&gt;&lt;g&gt;&lt;use xlink:href=#mb10ee93492 x=464.904 y=182.16 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_15&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(475.404 185.959219) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-30 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=95.410156 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=159.033203 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_11&gt;&lt;g id=line2d_6&gt;&lt;g&gt;&lt;use xlink:href=#mb10ee93492 x=464.904 y=148.5 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_16&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(475.404 152.299219) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-30 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-32 x=95.410156 /&gt;&lt;use xlink:href=#DejaVuSans-35 x=159.033203 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_12&gt;&lt;g id=line2d_7&gt;&lt;g&gt;&lt;use xlink:href=#mb10ee93492 x=464.904 y=114.84 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_17&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(475.404 118.639219) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-30 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-35 x=95.410156 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=159.033203 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_13&gt;&lt;g id=line2d_8&gt;&lt;g&gt;&lt;use xlink:href=#mb10ee93492 x=464.904 y=81.18 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_18&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(475.404 84.979219) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-30 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-37 x=95.410156 /&gt;&lt;use xlink:href=#DejaVuSans-35 x=159.033203 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=ytick_14&gt;&lt;g id=line2d_9&gt;&lt;g&gt;&lt;use xlink:href=#mb10ee93492 x=464.904 y=47.52 style=&quot;fill: #262626; stroke: #262626&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=text_19&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(475.404 51.319219) scale(0.1 -0.1)&quot;&gt;&lt;use xlink:href=#DejaVuSans-31 /&gt;&lt;use xlink:href=#DejaVuSans-2e x=63.623047 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=95.410156 /&gt;&lt;use xlink:href=#DejaVuSans-30 x=159.033203 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;image xlink:href=&quot;data:image/png;base64,\n",
"iVBORw0KGgoAAAANSUhEUgAAABMAAAF2CAYAAACMHqORAAACE0lEQVR4nO2b223EMAwE9eoj5aX//9hKDTwMcAMsWcBCw+VDtu/m7/i5A4qzJyU1xuKkxjh7ckdrzHo0Zj1YTPJoYswQN0lM9GR0zlCxEExOLKQDGrMejfmB2CLFJpg0NmcLPNmZmzsci0kagOYMxlycnhkzo2jZ3lxWNxdoAF0anbNiwJhg0cY0utZN0gDzdiKLlmz0kCWM3oLUY9uKGeLm3JsUs2Iu8qHCi6kt2pSciVddu1kX047tlTG2Q9xkMUNytsAOGKAYiznYse3FjHATXcJeTNRN7wjSFq260SM6AN5O1g7oJVwXM/dmhJvaJXzGtDY6ebJzMzCH9geA6DyLcTMCM8ZN8MOftzRIN8XX0G70ulg3ejnEmCFuXnJsX+yfiHTOXvBoB6TEMUGxC+bMjMlpqTG9bpJi5hEEipFuogbAt20yZ+QOgDFJMbLOzG4OrZts0XJiZswUN8Gx/YBzW3zbfrRju92si5ndBMUeUE3tJqalxgTdFF9DSTfFmC/pZkoHtJvVaDfrwU5arVhIzhqzHo35gdhfBiYr1jugGmpM7vWBGtPqJjmCxJghbmoxz9XmDH0Q836tJg1Ac0ZjkmJaN9miFbsZ8QITxUxpdPSXcd6PWNbSEHdAN3o5zEWb4Sbc6A8mRueMO5kZ88nADHEzA/PNwGTd7Eb/qhiNyT0IqDFBN8mp0Uu4Hjm9yZ3sHw84aI7cmywWAAAAAElFTkSuQmCC&quot; id=imagefc5776598b x=451.44 y=-47.52 width=13.68 height=269.28 transform=&quot;scale(1 -1) translate(0 -269.28)&quot;/&gt;&lt;g id=LineCollection_1 /&gt;&lt;g id=patch_8&gt;&lt;path d=&quot;M 451.44 316.8 \n",
"L 458.172 316.8 \n",
"L 464.904 316.8 \n",
"L 464.904 47.52 \n",
"L 458.172 47.52 \n",
"L 451.44 47.52 \n",
"L 451.44 316.8 \n",
"z\n",
"&quot; style=&quot;fill: none&quot;/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;defs&gt;&lt;clippath id=pe7e68c2561&gt;&lt;rect x=159.84 y=47.52 width=269.28 height=269.28 /&gt;&lt;/clippath&gt;&lt;/defs&gt;&lt;/svg&gt;&lt;/div&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12&quot; id=auto_diagram_table-auto_table&gt;&lt;div id=correlation-table-container class=col-sm-12&gt;&lt;table border=1 class=&quot;dataframe correlation-table table table-striped&quot;&gt;&lt;thead&gt;&lt;tr style=&quot;text-align: right;&quot;&gt;&lt;th&gt;&lt;/th&gt;&lt;th&gt;_value&lt;/th&gt;&lt;th&gt;table&lt;/th&gt;&lt;th&gt;code&lt;/th&gt;&lt;th&gt;description&lt;/th&gt;&lt;th&gt;symbol&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th&gt;_value&lt;/th&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;table&lt;/th&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;code&lt;/th&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;description&lt;/th&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;th&gt;symbol&lt;/th&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;td&gt;1.000&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;row header&quot;&gt;&lt;a class=anchor-pos id=missing&gt;&lt;/a&gt;&lt;h1 class=page-header&gt;Missing values&lt;/h1&gt;&lt;/div&gt;&lt;div class=section-items&gt;&lt;div class=&quot;row spacing&quot;&gt;&lt;ul class=&quot;nav nav-tabs&quot; role=tablist&gt;&lt;li role=presentation class=active&gt;&lt;a href=#missing-bar aria-controls=missing-bar role=tab data-toggle=tab&gt;Count&lt;/a&gt;&lt;/li&gt;&lt;li role=presentation&gt;&lt;a href=#missing-matrix aria-controls=missing-matrix role=tab data-toggle=tab&gt;Matrix&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=tab-content&gt;&lt;div role=tabpanel class=&quot;tab-pane col-sm-12 active&quot; id=missing-bar&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; standalone=&quot;no&quot;?&gt;&lt;!DOCTYPE svg class=&quot;img-responsive center-img&quot;PUBLIC &quot;-//W3C//DTD SVG 1.1//EN&quot;\n",
" &quot;http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd&quot;&gt;&lt;svg class=&quot;img-responsive center-img&quot; xmlns:xlink=http://www.w3.org/1999/xlink width=720pt height=360pt viewbox=&quot;0 0 720 360&quot; xmlns=http://www.w3.org/2000/svg version=1.1&gt;&lt;metadata&gt;&lt;rdf:rdf xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:cc=http://creativecommons.org/ns# xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;&lt;cc:work&gt;&lt;dc:type rdf:resource=http://purl.org/dc/dcmitype/StillImage /&gt;&lt;dc:date&gt;2023-09-29T12:19:35.620340&lt;/dc:date&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:creator&gt;&lt;cc:agent&gt;&lt;dc:title&gt;Matplotlib v3.7.1, https://matplotlib.org/&lt;/dc:title&gt;&lt;/cc:agent&gt;&lt;/dc:creator&gt;&lt;/cc:work&gt;&lt;/rdf:rdf&gt;&lt;/metadata&gt;&lt;defs&gt;&lt;style type=text/css&gt;*{stroke-linejoin: round; stroke-linecap: butt}&lt;/style&gt;&lt;/defs&gt;&lt;g id=figure_1&gt;&lt;g id=patch_1&gt;&lt;path d=&quot;M 0 360 \n",
"L 720 360 \n",
"L 720 0 \n",
"L 0 0 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=axes_1&gt;&lt;g id=patch_2&gt;&lt;path d=&quot;M 72 252 \n",
"L 648 252 \n",
"L 648 72 \n",
"L 72 72 \n",
"z\n",
"&quot; style=&quot;fill: #ffffff&quot;/&gt;&lt;/g&gt;&lt;g id=matplotlib.axis_1&gt;&lt;g id=xtick_1&gt;&lt;g id=text_1&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(78.985526 286.769341) rotate(-45) scale(0.13 -0.13)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-6e transform=scale(0.015625) d=&quot;M 3513 2113 \n",
"L 3513 0 \n",
"L 2938 0 \n",
"L 2938 2094 \n",
"Q 2938 2591 2744 2837 \n",
"Q 2550 3084 2163 3084 \n",
"Q 1697 3084 1428 2787 \n",
"Q 1159 2491 1159 1978 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1366 3272 1645 3428 \n",
"Q 1925 3584 2291 3584 \n",
"Q 2894 3584 3203 3211 \n",
"Q 3513 2838 3513 2113 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-61 transform=scale(0.015625) d=&quot;M 2194 1759 \n",
"Q 1497 1759 1228 1600 \n",
"Q 959 1441 959 1056 \n",
"Q 959 750 1161 570 \n",
"Q 1363 391 1709 391 \n",
"Q 2188 391 2477 730 \n",
"Q 2766 1069 2766 1631 \n",
"L 2766 1759 \n",
"L 2194 1759 \n",
"z\n",
"M 3341 1997 \n",
"L 3341 0 \n",
"L 2766 0 \n",
"L 2766 531 \n",
"Q 2569 213 2275 61 \n",
"Q 1981 -91 1556 -91 \n",
"Q 1019 -91 701 211 \n",
"Q 384 513 384 1019 \n",
"Q 384 1609 779 1909 \n",
"Q 1175 2209 1959 2209 \n",
"L 2766 2209 \n",
"L 2766 2266 \n",
"Q 2766 2663 2505 2880 \n",
"Q 2244 3097 1772 3097 \n",
"Q 1472 3097 1187 3025 \n",
"Q 903 2953 641 2809 \n",
"L 641 3341 \n",
"Q 956 3463 1253 3523 \n",
"Q 1550 3584 1831 3584 \n",
"Q 2591 3584 2966 3190 \n",
"Q 3341 2797 3341 1997 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-6e /&gt;&lt;use xlink:href=#DejaVuSans-61 x=63.378906 /&gt;&lt;use xlink:href=#DejaVuSans-6e x=124.658203 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_2&gt;&lt;g id=text_2&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(122.63363 295.484874) rotate(-45) scale(0.13 -0.13)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-72 transform=scale(0.015625) d=&quot;M 2631 2963 \n",
"Q 2534 3019 2420 3045 \n",
"Q 2306 3072 2169 3072 \n",
"Q 1681 3072 1420 2755 \n",
"Q 1159 2438 1159 1844 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1341 3275 1631 3429 \n",
"Q 1922 3584 2338 3584 \n",
"Q 2397 3584 2469 3576 \n",
"Q 2541 3569 2628 3553 \n",
"L 2631 2963 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-65 transform=scale(0.015625) d=&quot;M 3597 1894 \n",
"L 3597 1613 \n",
"L 953 1613 \n",
"Q 991 1019 1311 708 \n",
"Q 1631 397 2203 397 \n",
"Q 2534 397 2845 478 \n",
"Q 3156 559 3463 722 \n",
"L 3463 178 \n",
"Q 3153 47 2828 -22 \n",
"Q 2503 -91 2169 -91 \n",
"Q 1331 -91 842 396 \n",
"Q 353 884 353 1716 \n",
"Q 353 2575 817 3079 \n",
"Q 1281 3584 2069 3584 \n",
"Q 2775 3584 3186 3129 \n",
"Q 3597 2675 3597 1894 \n",
"z\n",
"M 3022 2063 \n",
"Q 3016 2534 2758 2815 \n",
"Q 2500 3097 2075 3097 \n",
"Q 1594 3097 1305 2825 \n",
"Q 1016 2553 972 2059 \n",
"L 3022 2063 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-73 transform=scale(0.015625) d=&quot;M 2834 3397 \n",
"L 2834 2853 \n",
"Q 2591 2978 2328 3040 \n",
"Q 2066 3103 1784 3103 \n",
"Q 1356 3103 1142 2972 \n",
"Q 928 2841 928 2578 \n",
"Q 928 2378 1081 2264 \n",
"Q 1234 2150 1697 2047 \n",
"L 1894 2003 \n",
"Q 2506 1872 2764 1633 \n",
"Q 3022 1394 3022 966 \n",
"Q 3022 478 2636 193 \n",
"Q 2250 -91 1575 -91 \n",
"Q 1294 -91 989 -36 \n",
"Q 684 19 347 128 \n",
"L 347 722 \n",
"Q 666 556 975 473 \n",
"Q 1284 391 1588 391 \n",
"Q 1994 391 2212 530 \n",
"Q 2431 669 2431 922 \n",
"Q 2431 1156 2273 1281 \n",
"Q 2116 1406 1581 1522 \n",
"L 1381 1569 \n",
"Q 847 1681 609 1914 \n",
"Q 372 2147 372 2553 \n",
"Q 372 3047 722 3315 \n",
"Q 1072 3584 1716 3584 \n",
"Q 2034 3584 2315 3537 \n",
"Q 2597 3491 2834 3397 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-75 transform=scale(0.015625) d=&quot;M 544 1381 \n",
"L 544 3500 \n",
"L 1119 3500 \n",
"L 1119 1403 \n",
"Q 1119 906 1312 657 \n",
"Q 1506 409 1894 409 \n",
"Q 2359 409 2629 706 \n",
"Q 2900 1003 2900 1516 \n",
"L 2900 3500 \n",
"L 3475 3500 \n",
"L 3475 0 \n",
"L 2900 0 \n",
"L 2900 538 \n",
"Q 2691 219 2414 64 \n",
"Q 2138 -91 1772 -91 \n",
"Q 1169 -91 856 284 \n",
"Q 544 659 544 1381 \n",
"z\n",
"M 1991 3584 \n",
"L 1991 3584 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6c transform=scale(0.015625) d=&quot;M 603 4863 \n",
"L 1178 4863 \n",
"L 1178 0 \n",
"L 603 0 \n",
"L 603 4863 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-74 transform=scale(0.015625) d=&quot;M 1172 4494 \n",
"L 1172 3500 \n",
"L 2356 3500 \n",
"L 2356 3053 \n",
"L 1172 3053 \n",
"L 1172 1153 \n",
"Q 1172 725 1289 603 \n",
"Q 1406 481 1766 481 \n",
"L 2356 481 \n",
"L 2356 0 \n",
"L 1766 0 \n",
"Q 1100 0 847 248 \n",
"Q 594 497 594 1153 \n",
"L 594 3053 \n",
"L 172 3053 \n",
"L 172 3500 \n",
"L 594 3500 \n",
"L 594 4494 \n",
"L 1172 4494 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-72 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=38.863281 /&gt;&lt;use xlink:href=#DejaVuSans-73 x=100.386719 /&gt;&lt;use xlink:href=#DejaVuSans-75 x=152.486328 /&gt;&lt;use xlink:href=#DejaVuSans-6c x=215.865234 /&gt;&lt;use xlink:href=#DejaVuSans-74 x=243.648438 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_3&gt;&lt;g id=text_3&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(177.714766 292.767374) rotate(-45) scale(0.13 -0.13)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-62 transform=scale(0.015625) d=&quot;M 3116 1747 \n",
"Q 3116 2381 2855 2742 \n",
"Q 2594 3103 2138 3103 \n",
"Q 1681 3103 1420 2742 \n",
"Q 1159 2381 1159 1747 \n",
"Q 1159 1113 1420 752 \n",
"Q 1681 391 2138 391 \n",
"Q 2594 391 2855 752 \n",
"Q 3116 1113 3116 1747 \n",
"z\n",
"M 1159 2969 \n",
"Q 1341 3281 1617 3432 \n",
"Q 1894 3584 2278 3584 \n",
"Q 2916 3584 3314 3078 \n",
"Q 3713 2572 3713 1747 \n",
"Q 3713 922 3314 415 \n",
"Q 2916 -91 2278 -91 \n",
"Q 1894 -91 1617 61 \n",
"Q 1341 213 1159 525 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 4863 \n",
"L 1159 4863 \n",
"L 1159 2969 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-74 /&gt;&lt;use xlink:href=#DejaVuSans-61 x=39.208984 /&gt;&lt;use xlink:href=#DejaVuSans-62 x=100.488281 /&gt;&lt;use xlink:href=#DejaVuSans-6c x=163.964844 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=191.748047 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_4&gt;&lt;g id=text_4&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(227.741525 294.848588) rotate(-45) scale(0.13 -0.13)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-5f transform=scale(0.015625) d=&quot;M 3263 -1063 \n",
"L 3263 -1509 \n",
"L -63 -1509 \n",
"L -63 -1063 \n",
"L 3263 -1063 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-69 transform=scale(0.015625) d=&quot;M 603 3500 \n",
"L 1178 3500 \n",
"L 1178 0 \n",
"L 603 0 \n",
"L 603 3500 \n",
"z\n",
"M 603 4863 \n",
"L 1178 4863 \n",
"L 1178 4134 \n",
"L 603 4134 \n",
"L 603 4863 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6d transform=scale(0.015625) d=&quot;M 3328 2828 \n",
"Q 3544 3216 3844 3400 \n",
"Q 4144 3584 4550 3584 \n",
"Q 5097 3584 5394 3201 \n",
"Q 5691 2819 5691 2113 \n",
"L 5691 0 \n",
"L 5113 0 \n",
"L 5113 2094 \n",
"Q 5113 2597 4934 2840 \n",
"Q 4756 3084 4391 3084 \n",
"Q 3944 3084 3684 2787 \n",
"Q 3425 2491 3425 1978 \n",
"L 3425 0 \n",
"L 2847 0 \n",
"L 2847 2094 \n",
"Q 2847 2600 2669 2842 \n",
"Q 2491 3084 2119 3084 \n",
"Q 1678 3084 1418 2786 \n",
"Q 1159 2488 1159 1978 \n",
"L 1159 0 \n",
"L 581 0 \n",
"L 581 3500 \n",
"L 1159 3500 \n",
"L 1159 2956 \n",
"Q 1356 3278 1631 3431 \n",
"Q 1906 3584 2284 3584 \n",
"Q 2666 3584 2933 3390 \n",
"Q 3200 3197 3328 2828 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-5f /&gt;&lt;use xlink:href=#DejaVuSans-74 x=50 /&gt;&lt;use xlink:href=#DejaVuSans-69 x=89.208984 /&gt;&lt;use xlink:href=#DejaVuSans-6d x=116.992188 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=214.404297 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_5&gt;&lt;g id=text_5&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(275.763194 299.190556) rotate(-45) scale(0.13 -0.13)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-76 transform=scale(0.015625) d=&quot;M 191 3500 \n",
"L 800 3500 \n",
"L 1894 563 \n",
"L 2988 3500 \n",
"L 3597 3500 \n",
"L 2284 0 \n",
"L 1503 0 \n",
"L 191 3500 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-5f /&gt;&lt;use xlink:href=#DejaVuSans-76 x=50 /&gt;&lt;use xlink:href=#DejaVuSans-61 x=109.179688 /&gt;&lt;use xlink:href=#DejaVuSans-6c x=170.458984 /&gt;&lt;use xlink:href=#DejaVuSans-75 x=198.242188 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=261.621094 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_6&gt;&lt;g id=text_6&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(333.400963 293.916423) rotate(-45) scale(0.13 -0.13)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-66 transform=scale(0.015625) d=&quot;M 2375 4863 \n",
"L 2375 4384 \n",
"L 1825 4384 \n",
"Q 1516 4384 1395 4259 \n",
"Q 1275 4134 1275 3809 \n",
"L 1275 3500 \n",
"L 2222 3500 \n",
"L 2222 3053 \n",
"L 1275 3053 \n",
"L 1275 0 \n",
"L 697 0 \n",
"L 697 3053 \n",
"L 147 3053 \n",
"L 147 3500 \n",
"L 697 3500 \n",
"L 697 3744 \n",
"Q 697 4328 969 4595 \n",
"Q 1241 4863 1831 4863 \n",
"L 2375 4863 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-64 transform=scale(0.015625) d=&quot;M 2906 2969 \n",
"L 2906 4863 \n",
"L 3481 4863 \n",
"L 3481 0 \n",
"L 2906 0 \n",
"L 2906 525 \n",
"Q 2725 213 2448 61 \n",
"Q 2172 -91 1784 -91 \n",
"Q 1150 -91 751 415 \n",
"Q 353 922 353 1747 \n",
"Q 353 2572 751 3078 \n",
"Q 1150 3584 1784 3584 \n",
"Q 2172 3584 2448 3432 \n",
"Q 2725 3281 2906 2969 \n",
"z\n",
"M 947 1747 \n",
"Q 947 1113 1208 752 \n",
"Q 1469 391 1925 391 \n",
"Q 2381 391 2643 752 \n",
"Q 2906 1113 2906 1747 \n",
"Q 2906 2381 2643 2742 \n",
"Q 2381 3103 1925 3103 \n",
"Q 1469 3103 1208 2742 \n",
"Q 947 2381 947 1747 \n",
"z\n",
"&quot;/&gt;&lt;/defs&gt;&lt;use xlink:href=#DejaVuSans-5f /&gt;&lt;use xlink:href=#DejaVuSans-66 x=50 /&gt;&lt;use xlink:href=#DejaVuSans-69 x=85.205078 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=112.988281 /&gt;&lt;use xlink:href=#DejaVuSans-6c x=174.511719 /&gt;&lt;use xlink:href=#DejaVuSans-64 x=202.294922 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_7&gt;&lt;g id=text_7&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(341.474524 337.950835) rotate(-45) scale(0.13 -0.13)&quot;&gt;&lt;use xlink:href=#DejaVuSans-5f /&gt;&lt;use xlink:href=#DejaVuSans-6d x=50 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=147.412109 /&gt;&lt;use xlink:href=#DejaVuSans-61 x=208.935547 /&gt;&lt;use xlink:href=#DejaVuSans-73 x=270.214844 /&gt;&lt;use xlink:href=#DejaVuSans-75 x=322.314453 /&gt;&lt;use xlink:href=#DejaVuSans-72 x=385.693359 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=424.556641 /&gt;&lt;use xlink:href=#DejaVuSans-6d x=486.080078 /&gt;&lt;use xlink:href=#DejaVuSans-65 x=583.492188 /&gt;&lt;use xlink:href=#DejaVuSans-6e x=645.015625 /&gt;&lt;use xlink:href=#DejaVuSans-74 x=708.394531 /&gt;&lt;/g&gt;&lt;/g&gt;&lt;/g&gt;&lt;g id=xtick_8&gt;&lt;g id=text_8&gt;&lt;g style=&quot;fill: #262626&quot; transform=&quot;translate(440.644652 291.65567) rotate(-45) scale(0.13 -0.13)&quot;&gt;&lt;defs&gt;&lt;path id=DejaVuSans-63 transform=scale(0.015625) d=&quot;M 3122 3366 \n",
"L 3122 2828 \n",
"Q 2878 2963 2633 3030 \n",
"Q 2388 3097 2138 3097 \n",
"Q 1578 3097 1268 2742 \n",
"Q 959 2388 959 1747 \n",
"Q 959 1106 1268 751 \n",
"Q 1578 397 2138 397 \n",
"Q 2388 397 2633 464 \n",
"Q 2878 531 3122 666 \n",
"L 3122 134 \n",
"Q 2881 22 2623 -34 \n",
"Q 2366 -91 2075 -91 \n",
"Q 1284 -91 818 406 \n",
"Q 353 903 353 1747 \n",
"Q 353 2603 823 3093 \n",
"Q 1294 3584 2113 3584 \n",
"Q 2378 3584 2631 3529 \n",
"Q 2884 3475 3122 3366 \n",
"z\n",
"&quot;/&gt;&lt;path id=DejaVuSans-6f transform=scale(0.015625) d=&quot;M 1959 3097 \n",
"Q 1497 3097 1228 2736 \n",
"Q 959 2375 959 1747 \n",
"Q 959 1119 1226 758 \n",
"Q 1494 397 1959 397 \n",
"Q 2419 397 2687 759 \n",
"Q 2956 1122 2956 1747 \n",
"Q 2956 2369 2687 2733 \n",
"Q 2419 3097 1959 3097 \n",
"z\n",
"M 1959 3584 \n",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment