{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Préambule : nos biais inconscients" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Nous vous proposons, si vous le souhaitez, de prendre une dizaine de minutes pour tester vos biais inconscients:\n", "\n", "https://implicit.harvard.edu/implicit/canadafr/takeatest.html\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# TD 2: Manipulation des données" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Use same python env as in TD1\n", "python 3.10 with the following packages\n", "```\n", "numpy==1.25\n", "fairlearn==0.9.0\n", "plotly==5.24.1\n", "nbformat==5.10.4\n", "ipykernel==6.29.5\n", "```\n", "\n", "plus a new one\n", "```\n", "aif360[\"inFairness\"]==0.6.1\n", "causal-learn==0.1.4.0\n", "```\n", "\n", "\n", "You with also need to have R installed \n", "`sudo apt install r-base-core`" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Collecting aif360[inFairness]==0.6.1\n", " Using cached aif360-0.6.1-py3-none-any.whl (259 kB)\n", "Requirement already satisfied: pandas>=0.24.0 in /home/vincent/.cache/pypoetry/virtualenvs/test-sm-QFV3hVXP-py3.10/lib/python3.10/site-packages (from aif360[inFairness]==0.6.1) (2.2.3)\n", "Collecting matplotlib\n", " Downloading matplotlib-3.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m8.6/8.6 MB\u001b[0m \u001b[31m28.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m00:01\u001b[0m00:01\u001b[0m\n", "\u001b[?25hCollecting scikit-learn>=1.0\n", " Downloading scikit_learn-1.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.5 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m13.5/13.5 MB\u001b[0m \u001b[31m40.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m00:01\u001b[0m00:01\u001b[0m\n", "\u001b[?25hCollecting scipy>=1.2.0\n", " Downloading scipy-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (40.6 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m40.6/40.6 MB\u001b[0m \u001b[31m35.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m00:01\u001b[0m00:01\u001b[0m\n", "\u001b[?25hRequirement already satisfied: numpy>=1.16 in /home/vincent/.cache/pypoetry/virtualenvs/test-sm-QFV3hVXP-py3.10/lib/python3.10/site-packages (from aif360[inFairness]==0.6.1) (2.1.3)\n", "Collecting skorch\n", " Downloading skorch-1.1.0-py3-none-any.whl (228 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m228.9/228.9 kB\u001b[0m \u001b[31m55.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting inFairness>=0.2.2\n", " Using cached inFairness-0.2.3-py3-none-any.whl (45 kB)\n", "Collecting torch>=1.13.0\n", " Downloading torch-2.5.1-cp310-cp310-manylinux1_x86_64.whl (906.4 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m906.4/906.4 MB\u001b[0m \u001b[31m3.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m00:01\u001b[0m00:01\u001b[0m\n", "\u001b[?25hCollecting POT>=0.8.0\n", " Downloading POT-0.9.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (865 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m865.6/865.6 kB\u001b[0m \u001b[31m23.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m00:01\u001b[0m\n", "\u001b[?25hRequirement already satisfied: pytz>=2020.1 in /home/vincent/.cache/pypoetry/virtualenvs/test-sm-QFV3hVXP-py3.10/lib/python3.10/site-packages (from pandas>=0.24.0->aif360[inFairness]==0.6.1) (2024.2)\n", "Requirement already satisfied: python-dateutil>=2.8.2 in /home/vincent/.cache/pypoetry/virtualenvs/test-sm-QFV3hVXP-py3.10/lib/python3.10/site-packages (from pandas>=0.24.0->aif360[inFairness]==0.6.1) (2.9.0.post0)\n", "Requirement already satisfied: tzdata>=2022.7 in /home/vincent/.cache/pypoetry/virtualenvs/test-sm-QFV3hVXP-py3.10/lib/python3.10/site-packages (from pandas>=0.24.0->aif360[inFairness]==0.6.1) (2024.2)\n", "Collecting threadpoolctl>=3.1.0\n", " Using cached threadpoolctl-3.5.0-py3-none-any.whl (18 kB)\n", "Collecting joblib>=1.2.0\n", " Using cached joblib-1.4.2-py3-none-any.whl (301 kB)\n", "Collecting cycler>=0.10\n", " Using cached cycler-0.12.1-py3-none-any.whl (8.3 kB)\n", "Requirement already satisfied: packaging>=20.0 in /home/vincent/.cache/pypoetry/virtualenvs/test-sm-QFV3hVXP-py3.10/lib/python3.10/site-packages (from matplotlib->aif360[inFairness]==0.6.1) (24.1)\n", "Collecting pyparsing>=2.3.1\n", " Downloading pyparsing-3.2.1-py3-none-any.whl (107 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m107.7/107.7 kB\u001b[0m \u001b[31m6.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting contourpy>=1.0.1\n", " Downloading contourpy-1.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (324 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m325.0/325.0 kB\u001b[0m \u001b[31m21.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting pillow>=8\n", " Downloading pillow-11.1.0-cp310-cp310-manylinux_2_28_x86_64.whl (4.5 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m4.5/4.5 MB\u001b[0m \u001b[31m51.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m00:01\u001b[0m00:01\u001b[0m\n", "\u001b[?25hCollecting kiwisolver>=1.3.1\n", " Downloading kiwisolver-1.4.8-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.6/1.6 MB\u001b[0m \u001b[31m86.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting fonttools>=4.22.0\n", " Downloading fonttools-4.55.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m4.6/4.6 MB\u001b[0m \u001b[31m64.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m:00:01\u001b[0m00:01\u001b[0m\n", "\u001b[?25hCollecting tqdm>=4.14.0\n", " Downloading tqdm-4.67.1-py3-none-any.whl (78 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m78.5/78.5 kB\u001b[0m \u001b[31m26.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting tabulate>=0.7.7\n", " Using cached tabulate-0.9.0-py3-none-any.whl (35 kB)\n", "Requirement already satisfied: six>=1.5 in /home/vincent/.cache/pypoetry/virtualenvs/test-sm-QFV3hVXP-py3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas>=0.24.0->aif360[inFairness]==0.6.1) (1.16.0)\n", "Collecting nvidia-curand-cu12==10.3.5.147\n", " Downloading nvidia_curand_cu12-10.3.5.147-py3-none-manylinux2014_x86_64.whl (56.3 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m56.3/56.3 MB\u001b[0m \u001b[31m32.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m00:01\u001b[0m00:01\u001b[0m\n", "\u001b[?25hCollecting nvidia-cufft-cu12==11.2.1.3\n", " Downloading nvidia_cufft_cu12-11.2.1.3-py3-none-manylinux2014_x86_64.whl (211.5 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m211.5/211.5 MB\u001b[0m \u001b[31m5.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m00:01\u001b[0m00:01\u001b[0m\n", "\u001b[?25hCollecting nvidia-cuda-nvrtc-cu12==12.4.127\n", " Downloading nvidia_cuda_nvrtc_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (24.6 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m24.6/24.6 MB\u001b[0m \u001b[31m41.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m00:01\u001b[0m00:01\u001b[0m\n", "\u001b[?25hCollecting networkx\n", " Downloading networkx-3.4.2-py3-none-any.whl (1.7 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.7/1.7 MB\u001b[0m \u001b[31m78.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting nvidia-nccl-cu12==2.21.5\n", " Downloading nvidia_nccl_cu12-2.21.5-py3-none-manylinux2014_x86_64.whl (188.7 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m188.7/188.7 MB\u001b[0m \u001b[31m7.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m00:01\u001b[0m00:01\u001b[0m\n", "\u001b[?25hCollecting fsspec\n", " Downloading fsspec-2024.12.0-py3-none-any.whl (183 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m183.9/183.9 kB\u001b[0m \u001b[31m14.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting sympy==1.13.1\n", " Downloading sympy-1.13.1-py3-none-any.whl (6.2 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m6.2/6.2 MB\u001b[0m \u001b[31m75.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m00:01\u001b[0m00:01\u001b[0m\n", "\u001b[?25hCollecting nvidia-cudnn-cu12==9.1.0.70\n", " Downloading nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl (664.8 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m664.8/664.8 MB\u001b[0m \u001b[31m5.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m00:01\u001b[0m00:01\u001b[0m\n", "\u001b[?25hCollecting nvidia-cusolver-cu12==11.6.1.9\n", " Downloading nvidia_cusolver_cu12-11.6.1.9-py3-none-manylinux2014_x86_64.whl (127.9 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m127.9/127.9 MB\u001b[0m \u001b[31m27.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m00:01\u001b[0m00:01\u001b[0m\n", "\u001b[?25hCollecting nvidia-nvjitlink-cu12==12.4.127\n", " Downloading nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (21.1 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m21.1/21.1 MB\u001b[0m \u001b[31m76.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m00:01\u001b[0m00:01\u001b[0m\n", "\u001b[?25hCollecting nvidia-nvtx-cu12==12.4.127\n", " Downloading nvidia_nvtx_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (99 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m99.1/99.1 kB\u001b[0m \u001b[31m42.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting filelock\n", " Downloading filelock-3.16.1-py3-none-any.whl (16 kB)\n", "Collecting nvidia-cuda-runtime-cu12==12.4.127\n", " Downloading nvidia_cuda_runtime_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (883 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m883.7/883.7 kB\u001b[0m \u001b[31m89.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting nvidia-cuda-cupti-cu12==12.4.127\n", " Downloading nvidia_cuda_cupti_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (13.8 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m13.8/13.8 MB\u001b[0m \u001b[31m91.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m00:01\u001b[0m00:01\u001b[0m\n", "\u001b[?25hRequirement already satisfied: typing-extensions>=4.8.0 in /home/vincent/.cache/pypoetry/virtualenvs/test-sm-QFV3hVXP-py3.10/lib/python3.10/site-packages (from torch>=1.13.0->inFairness>=0.2.2->aif360[inFairness]==0.6.1) (4.12.2)\n", "Collecting jinja2\n", " Downloading jinja2-3.1.5-py3-none-any.whl (134 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m134.6/134.6 kB\u001b[0m \u001b[31m45.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hCollecting nvidia-cublas-cu12==12.4.5.8\n", " Downloading nvidia_cublas_cu12-12.4.5.8-py3-none-manylinux2014_x86_64.whl (363.4 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m363.4/363.4 MB\u001b[0m \u001b[31m4.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m00:01\u001b[0m00:01\u001b[0m\n", "\u001b[?25hCollecting nvidia-cusparse-cu12==12.3.1.170\n", " Downloading nvidia_cusparse_cu12-12.3.1.170-py3-none-manylinux2014_x86_64.whl (207.5 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m207.5/207.5 MB\u001b[0m \u001b[31m7.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m00:01\u001b[0m00:01\u001b[0m\n", "\u001b[?25hCollecting triton==3.1.0\n", " Downloading triton-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (209.5 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m209.5/209.5 MB\u001b[0m \u001b[31m8.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m00:01\u001b[0m00:01\u001b[0m\n", "\u001b[?25hCollecting mpmath<1.4,>=1.1.0\n", " Using cached mpmath-1.3.0-py3-none-any.whl (536 kB)\n", "Collecting MarkupSafe>=2.0\n", " Downloading MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB)\n", "Installing collected packages: mpmath, tqdm, threadpoolctl, tabulate, sympy, scipy, pyparsing, pillow, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufft-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, networkx, MarkupSafe, kiwisolver, joblib, fsspec, fonttools, filelock, cycler, contourpy, triton, scikit-learn, POT, nvidia-cusparse-cu12, nvidia-cudnn-cu12, matplotlib, jinja2, skorch, nvidia-cusolver-cu12, aif360, torch, inFairness\n", "Successfully installed MarkupSafe-3.0.2 POT-0.9.5 aif360-0.6.1 contourpy-1.3.1 cycler-0.12.1 filelock-3.16.1 fonttools-4.55.3 fsspec-2024.12.0 inFairness-0.2.3 jinja2-3.1.5 joblib-1.4.2 kiwisolver-1.4.8 matplotlib-3.10.0 mpmath-1.3.0 networkx-3.4.2 nvidia-cublas-cu12-12.4.5.8 nvidia-cuda-cupti-cu12-12.4.127 nvidia-cuda-nvrtc-cu12-12.4.127 nvidia-cuda-runtime-cu12-12.4.127 nvidia-cudnn-cu12-9.1.0.70 nvidia-cufft-cu12-11.2.1.3 nvidia-curand-cu12-10.3.5.147 nvidia-cusolver-cu12-11.6.1.9 nvidia-cusparse-cu12-12.3.1.170 nvidia-nccl-cu12-2.21.5 nvidia-nvjitlink-cu12-12.4.127 nvidia-nvtx-cu12-12.4.127 pillow-11.1.0 pyparsing-3.2.1 scikit-learn-1.6.1 scipy-1.15.1 skorch-1.1.0 sympy-1.13.1 tabulate-0.9.0 threadpoolctl-3.5.0 torch-2.5.1 tqdm-4.67.1 triton-3.1.0\n", "\n", "\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip is available: \u001b[0m\u001b[31;49m23.0.1\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m24.3.1\u001b[0m\n", "\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49mpip install --upgrade pip\u001b[0m\n" ] } ], "source": [ "!pip install aif360[\"inFairness\"]==0.6.1\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "In this TD we will use data from the [Medical Expenditure Panel Survey](https://meps.ahrq.gov/mepsweb/). The TD is inspired from [AIF360 tutorial](https://github.com/Trusted-AI/AIF360/blob/main/examples/tutorial_medical_expenditure.ipynb)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Download the dataset\n", "\n", "Use the command lines below, if you encounter a problem do not hesitate to call for help\n", "\n", "``` \n", "python_bin_path=\"$(which python)\"; \\\n", "meps_path=\"$(dirname $python_bin_path})\"; \\\n", "cd $meps_path; \\\n", "cd ../lib/python3.10/site-packages/aif360/data/raw/meps; \\\n", "Rscript generate_data.R\n", "```\n", "\n", "It will ask to read the rules and restrictions to download and use this dataset.\n", "This is because the dataset is a medical dataset witl real person information.\n", "\n", "The download can take a bit of time" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [], "source": [ "# imports\n", "import numpy as np\n", "import pandas as pd\n", "import plotly.express as px\n", "import warnings\n", "warnings.simplefilter(action='ignore', category=FutureWarning)\n", "warnings.simplefilter(action='ignore', append=True, category=UserWarning)\n" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [], "source": [ "# Datasets\n", "from aif360.datasets import MEPSDataset19\n", "from aif360.datasets import MEPSDataset20\n", "from aif360.datasets import MEPSDataset21\n", "\n", "MEPSDataset19_data = MEPSDataset19()\n", "# (dataset_orig_panel19_train,\n", "# dataset_orig_panel19_val,\n", "# dataset_orig_panel19_test) = MEPSDataset19_data.split([0.5, 0.8], shuffle=True)" ] }, { "cell_type": "code", "execution_count": 4, "metadata": {}, "outputs": [], "source": [ "(dataset_orig_panel19_train,\n", " dataset_orig_panel19_val,\n", " dataset_orig_panel19_test) = MEPSDataset19().split([0.5, 0.8], shuffle=True)" ] }, { "cell_type": "code", "execution_count": 5, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "(7915, 4749, 3166)" ] }, "execution_count": 5, "metadata": {}, "output_type": "execute_result" } ], "source": [ "len(dataset_orig_panel19_train.instance_weights), len(dataset_orig_panel19_val.instance_weights), len(dataset_orig_panel19_test.instance_weights)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Nous vous conseillons d'aller voir les pages [MEPSDataset19](https://aif360.readthedocs.io/en/latest/modules/generated/aif360.datasets.MEPSDataset19.html) et [AIF360 tutorial](https://github.com/Trusted-AI/AIF360/blob/main/examples/tutorial_medical_expenditure.ipynb) pour mieux comprendre le dataset.\n", "\n", "Ce qu'il faut avoir lu:\n", "- **The sensitive attribute is 'RACE' :1 is privileged, 0 is unprivileged** ; It is constructed as follows: 'Whites' (privileged class) defined by the features RACEV2X = 1 (White) and HISPANX = 2 (non Hispanic); 'Non-Whites' that included everyone else.\n", "(The features 'RACEV2X', 'HISPANX' etc are removed, and replaced by the 'RACE')\n", "- **'UTILIZATION' is the outcome (the label to predict for a ML model) 0 is positive 1 is negative**. It is a binary composite feature, created to measure the total number of trips requiring some sort of medical care, it sum up the following features (that are removed from the data):\n", " * OBTOTV15(16), the number of office based visits\n", " * OPTOTV15(16), the number of outpatient visits\n", " * ERTOT15(16), the number of ER visits\n", " * IPNGTD15(16), the number of inpatient nights\n", " * HHTOTD16, the number of home health visits\n", "UTILISATION is set to 1 when te sum is above or equal to 10, else it is set to 0\n", "- **The dataset is weighted** The dataset come with an 'instance_weights' attribute that corresponds to the feature perwt15f these weights are supposed to generate estimates that are representative of the United State (US) population in 2015.\n", "\n", "\n", "Ce qu'il faut avoir retenu:\n", "- **The sensitive attribute is 'RACE' :1 is privileged, 0 is unprivileged**\n", "- **'UTILIZATION' is the outcome (the label to predict for a ML model) 0 is positive 1 is negative**\n", "- **The dataset is weighted**\n", "\n" ] }, { "cell_type": "code", "execution_count": 6, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "array([21854.981705, 18169.604822, 17191.832515, ..., 3896.116219,\n", " 4883.851005, 6630.588948])" ] }, "execution_count": 6, "metadata": {}, "output_type": "execute_result" } ], "source": [ "instance_weights = MEPSDataset19_data.instance_weights\n", "instance_weights\n" ] }, { "cell_type": "code", "execution_count": 7, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "'Taille du dataset 15830, poids total du dataset 141367240.546316.'" ] }, "execution_count": 7, "metadata": {}, "output_type": "execute_result" } ], "source": [ "f\"Taille du dataset {len(instance_weights)}, poids total du dataset {instance_weights.sum()}.\"" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Premier appercu du dataset\n", "\n", "La librairie AIF360 fournie une surcouche au dataset, cela le rend un peu moins intuitif d'utilisation (par exemple pour étudier/visualiser les attributs un à un), mais elle permet de calculer les métrique des fairness en une ligne de commande." ] }, { "cell_type": "code", "execution_count": 8, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "WARNING:root:No module named 'tensorflow': AdversarialDebiasing will be unavailable. To install, run:\n", "pip install 'aif360[AdversarialDebiasing]'\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "WARNING:root:No module named 'tensorflow': AdversarialDebiasing will be unavailable. To install, run:\n", "pip install 'aif360[AdversarialDebiasing]'\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "0.49826823461176517\n" ] } ], "source": [ "from aif360.metrics import BinaryLabelDatasetMetric\n", "from aif360.metrics import ClassificationMetric\n", "\n", "metric_orig_panel19_train = BinaryLabelDatasetMetric(\n", " MEPSDataset19_data,\n", " unprivileged_groups=[{'RACE': 0}],\n", " privileged_groups=[{'RACE': 1}])\n", "\n", "print(metric_orig_panel19_train.disparate_impact())" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Cependant le but de ce TD étant encore de manipuler les données et de les analyser nous allons revenir aux données sous forme d'un dataframe.\n", "\n", "Note pour calculer les métriques de fairness sans avoir à les réimplémenter dans le cas pondéré (instances weights) vous pouvez utiliser les méthodes implémenter dans AIF360 là [Implémentation Métriques de Fairness](https://aif360.readthedocs.io/en/latest/modules/sklearn.html#module-aif360.sklearn.metrics)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Conversion en un dataframe\n", "\n", "Nous avons vu que la somme des poids est conséquente, pres de 115millions nous ne pouvons donc pas raisonneblement dupliqué chaque ligne autant de fois que son poids.\n", "\n", "Nous allons stocker la pondération et la prendre en compte ensuite dans notre analyse" ] }, { "cell_type": "code", "execution_count": 9, "metadata": {}, "outputs": [], "source": [ "def get_df(MepsDataset):\n", " data = MepsDataset.convert_to_dataframe()\n", " # data_train est un tuple, avec le data_frame et un dictionnaire avec toutes les infos (poids, attributs sensibles etc)\n", " df = data[0]\n", " df['WEIGHT'] = data[1]['instance_weights']\n", " return df\n", "\n", "df = get_df(MEPSDataset19_data)\n", "\n" ] }, { "cell_type": "code", "execution_count": 10, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "(1.1848351529675123, 0.7849286063696154)" ] }, "execution_count": 10, "metadata": {}, "output_type": "execute_result" } ], "source": [ "from aif360.sklearn.metrics import disparate_impact_ratio, base_rate\n", "dir = disparate_impact_ratio(\n", " y_true=df.UTILIZATION, \n", " prot_attr=df.RACE, \n", " pos_label=0,\n", " sample_weight=df.WEIGHT)\n", "br =base_rate(\n", " y_true=df.UTILIZATION, \n", " pos_label=0,\n", " sample_weight=df.WEIGHT)\n", "dir,br" ] }, { "cell_type": "code", "execution_count": 11, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "(1.1746792888264614, 0.8283006948831333)" ] }, "execution_count": 11, "metadata": {}, "output_type": "execute_result" } ], "source": [ "dir = disparate_impact_ratio(\n", " y_true=df.UTILIZATION, \n", " prot_attr=df.RACE, \n", " pos_label=0)\n", "br =base_rate(\n", " y_true=df.UTILIZATION, \n", " pos_label=0)\n", "dir,br" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Question 1 - Apprendre un modèle pour prédire le fait d'être réadmis\n", "### 1.1 - Faire le pre-processing des données\n", "\n", "Ici ce pre-processing a déjà été fait par AIF, nous avons simplement converti le dataset en dataframe pour pouvoir le manipuler librement" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Question 1.2 - Creer les échantillons d'apprentissage, de validation et de test\n", "\n", "Pour créer le df_X il faut enlever l'outcome (\"UTILIZATION\") et la pondération (\"WEIGHT\")\n", "\n", "La colonne \"UTILIZATION\" sera le label (noté y)\n", "\n", "La colonne \"WEIGHT\" sera la pondération (notée w)\n" ] }, { "cell_type": "code", "execution_count": 12, "metadata": {}, "outputs": [], "source": [ "from sklearn.model_selection import train_test_split\n", "df_X = df.drop(columns=[\"UTILIZATION\", \"WEIGHT\"])\n", "splits_trainval_test = train_test_split(\n", " df_X, df[\"UTILIZATION\"], df[\"WEIGHT\"],\n", " train_size=0.8, \n", " random_state=42)\n", "\n", "X_trainval, X_test, y_trainval, y_test, w_trainval, w_test = splits_trainval_test\n", "splits_train_val = train_test_split(\n", " X_trainval, y_trainval, w_trainval,\n", " train_size=0.625, \n", " random_state=42)\n", "X_train, X_val, y_train, y_val, w_train, w_val = splits_train_val" ] }, { "cell_type": "code", "execution_count": 13, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "((7915, 138),\n", " (7915,),\n", " (7915,),\n", " (4749, 138),\n", " (4749,),\n", " (4749,),\n", " (3166, 138),\n", " (3166,),\n", " (3166,))" ] }, "execution_count": 13, "metadata": {}, "output_type": "execute_result" } ], "source": [ "X_train.shape, y_train.shape, w_train.shape, X_val.shape, y_val.shape, w_val.shape, X_test.shape, y_test.shape, w_test.shape" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Question 1.3 - Apprendre une regression logistique dont le but est de prédire UTILIZATION" ] }, { "cell_type": "code", "execution_count": 14, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "0.8429447781148914" ] }, "execution_count": 14, "metadata": {}, "output_type": "execute_result" } ], "source": [ "from sklearn.preprocessing import StandardScaler\n", "from sklearn.ensemble import RandomForestClassifier\n", "from sklearn.linear_model import LogisticRegression\n", "from sklearn.pipeline import make_pipeline\n", "\n", "\n", "model = make_pipeline(StandardScaler(),LogisticRegression(random_state=42))\n", "\n", "model = model.fit(X_train, y_train, **{'logisticregression__sample_weight':w_train})\n", "\n", "preds = model.predict(X_val)\n", "\n", "model.score(X_val, y_val, sample_weight=w_val)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Quesiton 1.4 Performance du modèle (afficher la matrice de confusion)" ] }, { "cell_type": "code", "execution_count": 15, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "3773 176 456 344\n" ] }, { "data": { "text/html": [ " \n", " " ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "coloraxis": "coloraxis", "hovertemplate": "Pred: %{x}
Truth: %{y}
color: %{z}", "name": "0", "texttemplate": "%{z}", "type": "heatmap", "x": [ "False", "True" ], "xaxis": "x", "y": [ "False", "True" ], "yaxis": "y", "z": [ [ 3773, 176 ], [ 456, 344 ] ] } ], "layout": { "coloraxis": { "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "constrain": "domain", "domain": [ 0, 1 ], "scaleanchor": "y", "title": { "text": "Pred" } }, "yaxis": { "anchor": "x", "autorange": "reversed", "constrain": "domain", "domain": [ 0, 1 ], "title": { "text": "Truth" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "from sklearn.metrics import confusion_matrix\n", "tn, fp, fn, tp = confusion_matrix(y_val, preds).ravel()\n", "print(tn, fp, fn, tp)\n", "fig = px.imshow([[tn, fp], [fn, tp]], text_auto=True, labels=dict(y=\"Truth\", x=\"Pred\"),\n", " x=[\"False\", \"True\"],\n", " y=[\"False\", \"True\"]\n", " )\n", "fig.show()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Question 1.5 - Calculer les métriques \"group fairness\" du modèle" ] }, { "cell_type": "code", "execution_count": 16, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "{'statistical_parity_difference': 0.14593258594320302,\n", " 'disparate_impact_ratio': 1.2014878422901056,\n", " 'equal_opportunity_difference': 0.0,\n", " 'average_odds_difference': 0.0,\n", " 'conditional_demographic_disparity': 0.041588573541055184,\n", " 'smoothed_edf': 0.7534670691209806,\n", " 'df_bias_amplification': 0.0}" ] }, "execution_count": 16, "metadata": {}, "output_type": "execute_result" } ], "source": [ "from aif360.sklearn.metrics import *\n", "\n", "def get_group_metrics(args):\n", " # args : dic with value y_true, y_pred, prot_attr, priv_group, pos_labl, sample_weight\n", " group_metrics={}\n", " group_metrics[\"statistical_parity_difference\"]=statistical_parity_difference(**args)\n", " group_metrics[\"disparate_impact_ratio\"]=disparate_impact_ratio(**args)\n", " group_metrics[\"equal_opportunity_difference\"]=equal_opportunity_difference(**args)\n", " group_metrics[\"average_odds_difference\"]=average_odds_difference(**args)\n", " group_metrics[\"conditional_demographic_disparity\"]=conditional_demographic_disparity(**args)\n", " group_metrics[\"smoothed_edf\"]=smoothed_edf(**args)\n", " group_metrics[\"df_bias_amplification\"]=df_bias_amplification(**args)\n", " return group_metrics\n", "\n", "\n", "\n", "group_metrics = get_group_metrics( {\n", " \"y_true\": y_val,\n", " \"y_pred\": y_val,\n", " \"prot_attr\": X_val[\"RACE\"], \n", " \"pos_label\":0,\n", " \"sample_weight\":w_val\n", " })\n", "group_metrics" ] }, { "cell_type": "code", "execution_count": 17, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "{'statistical_parity_difference': 0.1293902930520614,\n", " 'disparate_impact_ratio': 1.1607532512503969,\n", " 'equal_opportunity_difference': 0.045029230285676736,\n", " 'average_odds_difference': 0.12112029660569726,\n", " 'conditional_demographic_disparity': 0.051066340714915316,\n", " 'smoothed_edf': 1.0882653239012994,\n", " 'df_bias_amplification': 0.33479825478031877}" ] }, "execution_count": 17, "metadata": {}, "output_type": "execute_result" } ], "source": [ "model_group_metrics = get_group_metrics( {\n", " \"y_true\": y_val,\n", " \"y_pred\": preds,\n", " \"prot_attr\": X_val[\"RACE\"], \n", " \"pos_label\":0,\n", " \"sample_weight\":w_val\n", " }\n", ")\n", "model_group_metrics" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Question 2 - Etude de l'impact de la couleur de peau sur le faire d'être réadmis, les prédictions du modèle et ses liens avec les autres variables\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Question 2.1 - Faire l'étude descriptive univarié de la couleur de peau ('RACE') (effectif, fréquence, model)" ] }, { "cell_type": "code", "execution_count": 18, "metadata": {}, "outputs": [], "source": [ "interest = \"RACE\"\n", "# on traite le cas où la variable est categorielle et a été one hot encodée\n", "interest_col = [col for col in df_X.columns if col[:len(interest)]==interest]\n", "def interest_transform(X, interest_col, interest, new_name):\n", " X_interest = X.drop(columns=interest_col)\n", " if len(interest_col)>1:\n", " X_interest[new_name] = df_X[interest_col].apply(\n", " lambda x: interest_col[np.argmax(x)][len(interest)+1:], axis=1)\n", " else:\n", " X_interest[new_name] = df_X[interest_col]\n", " return X_interest\n", "\n", "X_train_interest = interest_transform(X_train, interest_col, interest, new_name=\"interest\")\n", "X_val_interest = interest_transform(X_val, interest_col, interest, new_name=\"interest\")\n" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
AGEPCS42MCS42K6SUM42REGION=1REGION=2REGION=3REGION=4SEX=1SEX=2...EMPST=4POVCAT=1POVCAT=2POVCAT=3POVCAT=4POVCAT=5INSCOV=1INSCOV=2INSCOV=3interest
1086245.048.4551.252.00.00.00.01.00.01.0...0.00.00.00.00.01.01.00.00.01.0
1175579.025.3856.481.01.00.00.00.00.01.0...1.01.00.00.00.00.00.01.00.00.0
117086.0-1.00-1.00-1.00.01.00.00.01.00.0...0.00.01.00.00.00.00.01.00.01.0
127823.0-1.00-1.00-1.00.00.01.00.00.01.0...0.00.00.00.00.01.01.00.00.00.0
15449.0-1.00-1.00-1.00.00.01.00.01.00.0...0.00.00.00.01.00.01.00.00.01.0
..................................................................
45852.0-1.00-1.00-1.01.00.00.00.01.00.0...0.01.00.00.00.00.00.01.00.00.0
1181560.043.9957.091.00.00.01.00.00.01.0...1.00.00.00.01.00.01.00.00.01.0
49662.027.1629.6613.00.00.00.01.00.01.0...1.00.00.00.00.01.01.00.00.01.0
775365.036.1053.485.00.00.01.00.01.00.0...1.00.00.00.00.01.01.00.00.01.0
1093070.045.1936.5511.00.00.01.00.00.01.0...0.00.00.00.00.01.01.00.00.01.0
\n", "

7915 rows × 138 columns

\n", "
" ], "text/plain": [ " AGE PCS42 MCS42 K6SUM42 REGION=1 REGION=2 REGION=3 REGION=4 \\\n", "10862 45.0 48.45 51.25 2.0 0.0 0.0 0.0 1.0 \n", "11755 79.0 25.38 56.48 1.0 1.0 0.0 0.0 0.0 \n", "11708 6.0 -1.00 -1.00 -1.0 0.0 1.0 0.0 0.0 \n", "12782 3.0 -1.00 -1.00 -1.0 0.0 0.0 1.0 0.0 \n", "1544 9.0 -1.00 -1.00 -1.0 0.0 0.0 1.0 0.0 \n", "... ... ... ... ... ... ... ... ... \n", "4585 2.0 -1.00 -1.00 -1.0 1.0 0.0 0.0 0.0 \n", "11815 60.0 43.99 57.09 1.0 0.0 0.0 1.0 0.0 \n", "496 62.0 27.16 29.66 13.0 0.0 0.0 0.0 1.0 \n", "7753 65.0 36.10 53.48 5.0 0.0 0.0 1.0 0.0 \n", "10930 70.0 45.19 36.55 11.0 0.0 0.0 1.0 0.0 \n", "\n", " SEX=1 SEX=2 ... EMPST=4 POVCAT=1 POVCAT=2 POVCAT=3 POVCAT=4 \\\n", "10862 0.0 1.0 ... 0.0 0.0 0.0 0.0 0.0 \n", "11755 0.0 1.0 ... 1.0 1.0 0.0 0.0 0.0 \n", "11708 1.0 0.0 ... 0.0 0.0 1.0 0.0 0.0 \n", "12782 0.0 1.0 ... 0.0 0.0 0.0 0.0 0.0 \n", "1544 1.0 0.0 ... 0.0 0.0 0.0 0.0 1.0 \n", "... ... ... ... ... ... ... ... ... \n", "4585 1.0 0.0 ... 0.0 1.0 0.0 0.0 0.0 \n", "11815 0.0 1.0 ... 1.0 0.0 0.0 0.0 1.0 \n", "496 0.0 1.0 ... 1.0 0.0 0.0 0.0 0.0 \n", "7753 1.0 0.0 ... 1.0 0.0 0.0 0.0 0.0 \n", "10930 0.0 1.0 ... 0.0 0.0 0.0 0.0 0.0 \n", "\n", " POVCAT=5 INSCOV=1 INSCOV=2 INSCOV=3 interest \n", "10862 1.0 1.0 0.0 0.0 1.0 \n", "11755 0.0 0.0 1.0 0.0 0.0 \n", "11708 0.0 0.0 1.0 0.0 1.0 \n", "12782 1.0 1.0 0.0 0.0 0.0 \n", "1544 0.0 1.0 0.0 0.0 1.0 \n", "... ... ... ... ... ... \n", "4585 0.0 0.0 1.0 0.0 0.0 \n", "11815 0.0 1.0 0.0 0.0 1.0 \n", "496 1.0 1.0 0.0 0.0 1.0 \n", "7753 1.0 1.0 0.0 0.0 1.0 \n", "10930 1.0 1.0 0.0 0.0 1.0 \n", "\n", "[7915 rows x 138 columns]" ] }, "execution_count": 19, "metadata": {}, "output_type": "execute_result" } ], "source": [ "X_train_interest" ] }, { "cell_type": "code", "execution_count": 20, "metadata": {}, "outputs": [], "source": [ "def analyse_univarie(interet, df , weights):\n", " effectif = {}\n", " sum_effectif = 0\n", " max_effectif = 0\n", " for value in df[interet].unique():\n", " effectif[value] = weights[df[interet]==value].sum()\n", " sum_effectif += effectif[value]\n", " if effectif[value] > max_effectif:\n", " mode = value\n", " frequence = {k:v/sum_effectif for k,v in effectif.items()}\n", " return effectif, frequence, mode" ] }, { "cell_type": "code", "execution_count": 21, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Effectif: {1.0: 41677132.696059, 0.0: 28847296.25972}\n", "Frequence: {1.0: 0.5909602291454477, 0.0: 0.4090397708545524}\n", "Mode: 0.0\n" ] } ], "source": [ "# Analyse pondérée\n", "effectif, frequence, mode = analyse_univarie(\"interest\", df = X_train_interest, weights = w_train)\n", "\n", "print(\"Effectif: \", effectif)\n", "print(\"Frequence: \", frequence)\n", "print(\"Mode: \", mode)" ] }, { "cell_type": "code", "execution_count": 22, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Effectif: {1.0: 2754.0, 0.0: 5161.0}\n", "Frequence: {1.0: 0.3479469361970941, 0.0: 0.6520530638029058}\n", "Mode: 0.0\n" ] } ], "source": [ "# Analyse non pondérée\n", "no_w_train = pd.Series(data=[1.0 for _ in w_train], index=w_train.index, name=w_train.name)\n", "effectif, frequence, mode = analyse_univarie(\"interest\", df = X_train_interest, weights = no_w_train)\n", "\n", "print(\"Effectif: \", effectif)\n", "print(\"Frequence: \", frequence)\n", "print(\"Mode: \", mode)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Question 2.2 - Faire des graphiques décrivant la couleur de peau (diagramme en secteur, diagramme en barres)" ] }, { "cell_type": "code", "execution_count": 23, "metadata": {}, "outputs": [], "source": [ "def graphique_univarie(interet, df, weights):\n", " effectif, _, _ = analyse_univarie(interet, df = df, weights=weights)\n", "\n", " df_interet = pd.DataFrame.from_dict([{\"effectif\":k, \"count\":v} for k,v in effectif.items()])\n", " # df_interet.rename(columns = {'index':interet, interet:\"effectif\"},\n", " # inplace = True)\n", " pie = px.pie(df_interet, values='count', names = \"effectif\")\n", " bar = px.bar(df_interet, y='count', x=\"effectif\", text_auto=True)\n", "\n", " return pie, bar\n", "\n", "pie, bar = graphique_univarie(interet=\"interest\", df = X_train_interest, weights=w_train)" ] }, { "cell_type": "code", "execution_count": 24, "metadata": {}, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "domain": { "x": [ 0, 1 ], "y": [ 0, 1 ] }, "hovertemplate": "effectif=%{label}
count=%{value}", "labels": [ 1, 0 ], "legendgroup": "", "name": "", "showlegend": true, "type": "pie", "values": [ 41677132.696059, 28847296.25972 ] } ], "layout": { "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "pie" ] }, { "cell_type": "code", "execution_count": 25, "metadata": {}, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "hovertemplate": "effectif=%{x}
count=%{y}", "legendgroup": "", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "name": "", "offsetgroup": "", "orientation": "v", "showlegend": false, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 1, 0 ], "xaxis": "x", "y": [ 41677132.696059, 28847296.25972 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "effectif" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "count" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "bar" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "domain": { "x": [ 0, 1 ], "y": [ 0, 1 ] }, "hovertemplate": "effectif=%{label}
count=%{value}", "labels": [ 1, 0 ], "legendgroup": "", "name": "", "showlegend": true, "type": "pie", "values": [ 2754, 5161 ] } ], "layout": { "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "# Non pondéré\n", "\n", "pie, bar = graphique_univarie(interet=\"interest\", df = X_train_interest, weights=no_w_train)\n", "pie" ] }, { "cell_type": "code", "execution_count": 27, "metadata": {}, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "hovertemplate": "effectif=%{x}
count=%{y}", "legendgroup": "", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "name": "", "offsetgroup": "", "orientation": "v", "showlegend": false, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 1, 0 ], "xaxis": "x", "y": [ 2754, 5161 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "effectif" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "count" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "bar" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Question 2.3 - Faire l'analyse bivariée entre la couleur de peau et les autres variables explicatives quantitatives (boite à moustaches des variables par genre, densité/histogramme par genre, rapport de corrélation)" ] }, { "cell_type": "code", "execution_count": 28, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "['AGE', 'PCS42', 'MCS42', 'K6SUM42']\n" ] }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "lowerfence": [ 0 ], "mean": [ 46.452912750357584 ], "median": [ 47 ], "name": "interest=0.0", "q1": [ 31 ], "q3": [ 61 ], "type": "box", "upperfence": [ 1 ] }, { "lowerfence": [ 0 ], "mean": [ 54.225162967108986 ], "median": [ 57 ], "name": "interest=1.0", "q1": [ 42 ], "q3": [ 69 ], "type": "box", "upperfence": [ 1 ] } ], "layout": { "boxmode": "group", "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "title": { "text": "Box plot of AGE by values of interest" }, "xaxis": { "tickangle": 45 } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "opacity": 0.75, "type": "bar", "x": [ 0, 3.4, 6.8, 10.2, 13.6, 17, 20.4, 23.8, 27.2, 30.599999999999998, 34, 37.4, 40.8, 44.199999999999996, 47.6, 51, 54.4, 57.8, 61.199999999999996, 64.6, 68, 71.39999999999999, 74.8, 78.2, 81.6, 85 ], "y": [ 1787196.7457679992, 1388501.539983001, 1982786.153003, 1466443.8386000006, 1503023.5527170005, 1943662.3554060005, 1360732.779629, 1990545.2770590005, 1289068.6198760006, 1272489.9078449998, 1510458.6020300004, 1126834.727222001, 1550071.002165, 1255451.774205, 861621.275122, 1431043.5613609997, 878431.7591129997, 1017493.3482880001, 727958.7953390001, 590576.7126670001, 589340.1810070002, 387287.490381, 314176.41931100003, 235307.69993800003, 386792.1416850001 ] }, { "opacity": 0.75, "type": "bar", "x": [ 0, 3.4, 6.8, 10.2, 13.6, 17, 20.4, 23.8, 27.2, 30.599999999999998, 34, 37.4, 40.8, 44.199999999999996, 47.6, 51, 54.4, 57.8, 61.199999999999996, 64.6, 68, 71.39999999999999, 74.8, 78.2, 81.6, 85 ], "y": [ 1753100.4400160003, 1180694.9063260003, 1750867.5456190004, 1805059.2837099999, 1413772.8643429999, 2368692.401062001, 1175377.2408760004, 2473315.428099, 1406263.1310530002, 1453617.4851959995, 1838982.409124001, 1358523.109451, 1674090.4119509999, 1684786.293314, 1824208.190307, 2785510.945952001, 1709321.9056540006, 2695568.816109999, 1648545.9891910006, 1608147.2618129996, 1735120.9895909997, 1188379.9333760003, 1150033.3305000002, 551130.321123, 1444022.0623020004 ] } ], "layout": { "barmode": "overlay", "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "opacity": 0.75, "type": "bar", "x": [ 0, 3.4, 6.8, 10.2, 13.6, 17, 20.4, 23.8, 27.2, 30.599999999999998, 34, 37.4, 40.8, 44.199999999999996, 47.6, 51, 54.4, 57.8, 61.199999999999996, 64.6, 68, 71.39999999999999, 74.8, 78.2, 81.6, 85 ], "y": [ 6.19537002593721, 4.813281381665535, 6.873386452412872, 5.0834706497177775, 5.210275303393681, 6.737762658609954, 4.717020158069426, 6.900283683911252, 4.468594242837066, 4.411123650509321, 5.236049120274335, 3.9062056876207856, 5.373366669130069, 4.352060459676458, 2.9868354641093253, 4.9607545486305815, 3.0451095007457236, 3.5271705851641433, 2.523490551020762, 2.047251525237854, 2.0429650519099303, 1.34254346367211, 1.0891017878500113, 0.8157010550294254, 1.3408263228643889 ] }, { "opacity": 0.75, "type": "bar", "x": [ 0, 3.4, 6.8, 10.2, 13.6, 17, 20.4, 23.8, 27.2, 30.599999999999998, 34, 37.4, 40.8, 44.199999999999996, 47.6, 51, 54.4, 57.8, 61.199999999999996, 64.6, 68, 71.39999999999999, 74.8, 78.2, 81.6, 85 ], "y": [ 4.206384476592781, 2.8329561799188916, 4.2010268757873614, 4.33105438628384, 3.3922028049609243, 5.683434170810856, 2.820196987752817, 5.934466380248076, 3.374183971120395, 3.4878058809776373, 4.412449442084329, 3.2596366918002073, 4.016808027941188, 4.042471696891264, 4.377000221225625, 6.683547465383576, 4.101342379092299, 6.467740561156436, 3.9555168087340316, 3.858584211012833, 4.1632446316420255, 2.8513956131352907, 2.759386877420067, 1.3223806089115027, 3.4647826491157523 ] } ], "layout": { "barmode": "overlay", "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "bingroup": "x", "histfunc": "sum", "hovertemplate": "interest=%{x}
sum of AGE=%{y}", "legendgroup": "", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "name": "", "offsetgroup": "", "orientation": "v", "showlegend": false, "type": "histogram", "x": [ 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1 ], "xaxis": "x", "y": [ 45, 79, 6, 3, 9, 8, 24, 66, 2, 32, 32, 15, 27, 45, 84, 72, 83, 61, 33, 55, 29, 39, 52, 53, 12, 47, 35, 11, 64, 7, 63, 51, 51, 17, 36, 80, 3, 76, 42, 20, 51, 18, 22, 11, 39, 29, 7, 68, 24, 52, 3, 14, 39, 38, 8, 9, 59, 32, 35, 25, 0, 28, 49, 12, 59, 3, 5, 49, 14, 78, 17, 3, 47, 19, 23, 2, 13, 30, 44, 36, 55, 30, 3, 32, 64, 39, 18, 62, 9, 55, 20, 42, 45, 36, 48, 1, 38, 0, 20, 37, 27, 27, 59, 49, 33, 71, 57, 64, 73, 7, 15, 27, 26, 17, 11, 49, 17, 32, 52, 28, 29, 64, 79, 4, 44, 83, 69, 49, 66, 45, 83, 18, 57, 34, 15, 41, 2, 56, 55, 67, 27, 39, 8, 23, 47, 24, 26, 44, 24, 46, 7, 47, 34, 72, 30, 23, 56, 58, 44, 28, 63, 44, 48, 53, 71, 7, 31, 47, 2, 28, 69, 11, 58, 38, 48, 30, 11, 12, 36, 13, 7, 33, 49, 46, 41, 43, 44, 29, 85, 41, 15, 11, 56, 41, 81, 80, 7, 14, 26, 11, 78, 63, 53, 59, 48, 27, 45, 11, 27, 19, 39, 48, 62, 15, 48, 34, 49, 68, 31, 30, 1, 10, 37, 23, 52, 18, 31, 83, 77, 61, 32, 15, 54, 44, 58, 33, 33, 61, 21, 5, 24, 22, 71, 64, 14, 10, 0, 85, 53, 63, 46, 32, 31, 85, 34, 21, 40, 76, 20, 21, 33, 52, 23, 52, 22, 21, 47, 39, 54, 50, 25, 17, 15, 33, 23, 34, 66, 30, 52, 55, 1, 16, 62, 46, 20, 59, 47, 16, 1, 18, 67, 23, 15, 13, 3, 48, 34, 13, 11, 12, 72, 63, 18, 30, 31, 9, 3, 16, 5, 59, 72, 20, 9, 52, 25, 1, 13, 58, 33, 78, 21, 16, 18, 82, 73, 48, 19, 40, 30, 27, 16, 59, 31, 85, 13, 30, 47, 18, 25, 84, 2, 36, 52, 53, 54, 41, 52, 3, 34, 30, 6, 45, 47, 20, 65, 25, 21, 17, 14, 49, 5, 29, 32, 24, 5, 79, 13, 51, 56, 41, 63, 3, 66, 74, 28, 2, 44, 11, 23, 11, 61, 9, 17, 63, 31, 24, 32, 62, 44, 6, 29, 4, 78, 56, 17, 12, 53, 40, 51, 60, 13, 41, 49, 17, 52, 83, 68, 38, 30, 12, 5, 6, 1, 35, 54, 45, 71, 19, 70, 43, 66, 44, 17, 80, 41, 13, 40, 4, 21, 62, 7, 8, 52, 2, 43, 15, 70, 18, 15, 82, 58, 7, 31, 11, 12, 63, 66, 14, 46, 52, 77, 57, 54, 70, 58, 41, 59, 85, 30, 28, 7, 45, 56, 85, 85, 48, 78, 68, 43, 3, 80, 26, 24, 74, 21, 68, 55, 56, 13, 42, 72, 59, 21, 8, 34, 7, 3, 55, 9, 29, 63, 55, 49, 53, 46, 38, 63, 85, 11, 45, 12, 52, 15, 77, 22, 38, 19, 70, 62, 46, 11, 9, 8, 67, 53, 61, 26, 11, 58, 3, 18, 12, 43, 47, 7, 8, 40, 7, 19, 25, 34, 24, 37, 72, 43, 46, 50, 33, 5, 9, 65, 19, 59, 9, 34, 24, 72, 36, 77, 85, 32, 3, 51, 17, 41, 8, 41, 79, 38, 44, 46, 43, 47, 66, 66, 60, 20, 19, 63, 17, 33, 21, 29, 1, 17, 52, 55, 38, 50, 14, 3, 17, 3, 59, 2, 71, 80, 72, 69, 58, 29, 7, 26, 7, 20, 27, 59, 58, 45, 39, 5, 50, 27, 14, 26, 81, 52, 1, 59, 13, 2, 36, 74, 85, 19, 55, 37, 20, 6, 3, 80, 12, 64, 60, 29, 24, 68, 10, 8, 69, 9, 30, 16, 59, 16, 5, 21, 11, 2, 10, 43, 22, 45, 50, 16, 13, 2, 3, 14, 0, 12, 26, 7, 62, 50, 10, 26, 30, 53, 49, 40, 85, 76, 2, 3, 35, 36, 63, 3, 29, 10, 20, 62, 81, 68, 26, 11, 85, 53, 17, 23, 19, 25, 4, 24, 11, 65, 39, 12, 18, 28, 8, 0, 18, 68, 34, 40, 39, 2, 41, 1, 21, 19, 29, 21, 46, 34, 17, 57, 58, 6, 18, 4, 12, 53, 17, 12, 15, 42, 15, 22, 22, 31, 41, 2, 16, 54, 2, 38, 55, 62, 69, 38, 46, 12, 0, 76, 14, 49, 70, 60, 29, 27, 18, 39, 66, 12, 13, 2, 41, 51, 19, 44, 35, 31, 34, 25, 50, 14, 37, 4, 32, 82, 55, 8, 13, 24, 22, 52, 54, 23, 26, 13, 50, 41, 14, 8, 4, 6, 11, 61, 4, 57, 49, 24, 23, 66, 18, 56, 83, 52, 36, 41, 11, 58, 30, 40, 53, 12, 56, 7, 33, 34, 28, 13, 9, 36, 55, 8, 50, 15, 20, 33, 26, 28, 40, 64, 65, 28, 43, 20, 6, 76, 43, 14, 31, 28, 39, 78, 79, 4, 6, 63, 66, 80, 47, 59, 64, 85, 15, 28, 21, 18, 61, 14, 13, 43, 22, 16, 24, 5, 9, 33, 85, 52, 8, 20, 0, 30, 2, 57, 25, 27, 19, 54, 54, 70, 17, 14, 30, 15, 52, 55, 26, 9, 27, 50, 47, 35, 51, 12, 85, 52, 28, 56, 20, 40, 14, 23, 8, 51, 33, 27, 24, 17, 33, 39, 23, 10, 14, 32, 6, 41, 40, 53, 3, 39, 7, 83, 28, 34, 29, 19, 26, 45, 66, 20, 32, 56, 58, 13, 51, 3, 36, 29, 30, 16, 69, 31, 28, 39, 85, 40, 2, 13, 49, 37, 52, 85, 6, 60, 53, 7, 42, 43, 26, 18, 60, 14, 73, 5, 28, 64, 30, 61, 75, 52, 78, 67, 25, 22, 10, 59, 52, 35, 18, 7, 4, 4, 33, 29, 30, 1, 12, 45, 1, 24, 31, 75, 6, 37, 42, 3, 6, 15, 72, 45, 22, 43, 39, 56, 58, 24, 63, 41, 20, 30, 15, 27, 24, 55, 14, 10, 49, 27, 3, 42, 10, 46, 76, 85, 46, 70, 29, 47, 31, 62, 12, 14, 30, 49, 49, 5, 39, 56, 21, 18, 66, 6, 61, 36, 85, 41, 59, 12, 47, 27, 73, 3, 36, 37, 85, 64, 26, 10, 38, 23, 8, 35, 7, 29, 29, 33, 11, 62, 68, 26, 25, 36, 5, 69, 21, 67, 28, 15, 6, 80, 12, 53, 3, 3, 41, 28, 34, 61, 23, 0, 3, 53, 73, 39, 26, 71, 85, 62, 82, 35, 68, 65, 71, 42, 56, 14, 18, 13, 21, 9, 36, 60, 44, 12, 4, 59, 18, 30, 54, 54, 51, 8, 12, 53, 75, 71, 15, 21, 62, 48, 7, 54, 64, 24, 30, 11, 22, 54, 83, 70, 52, 24, 9, 64, 13, 4, 35, 22, 61, 20, 38, 70, 35, 64, 61, 52, 57, 27, 8, 21, 35, 15, 40, 17, 35, 61, 73, 51, 58, 33, 58, 10, 44, 13, 68, 40, 69, 1, 35, 27, 22, 83, 17, 29, 44, 32, 14, 14, 62, 51, 21, 2, 10, 46, 22, 29, 0, 6, 33, 65, 85, 74, 15, 44, 10, 25, 33, 41, 45, 0, 8, 85, 30, 38, 53, 9, 24, 63, 6, 29, 57, 3, 85, 47, 9, 0, 52, 39, 45, 85, 13, 77, 47, 47, 24, 24, 9, 50, 43, 22, 34, 17, 53, 58, 26, 9, 22, 14, 47, 20, 41, 2, 57, 36, 35, 49, 50, 76, 7, 29, 12, 2, 74, 43, 46, 50, 27, 31, 42, 33, 24, 16, 17, 13, 8, 55, 2, 53, 51, 27, 19, 60, 51, 11, 13, 57, 59, 42, 45, 9, 77, 27, 68, 65, 0, 30, 63, 38, 25, 32, 29, 44, 26, 39, 15, 33, 85, 61, 67, 43, 41, 1, 24, 66, 41, 27, 20, 35, 48, 65, 15, 10, 41, 37, 50, 44, 14, 57, 84, 62, 13, 30, 27, 14, 56, 45, 1, 57, 53, 5, 35, 57, 69, 68, 46, 56, 53, 58, 46, 72, 50, 15, 64, 10, 19, 84, 31, 20, 55, 10, 8, 31, 34, 53, 85, 28, 38, 15, 7, 7, 28, 62, 46, 24, 8, 3, 46, 6, 67, 7, 34, 49, 8, 55, 49, 18, 55, 9, 64, 57, 1, 18, 14, 3, 8, 71, 14, 12, 47, 26, 22, 43, 36, 69, 66, 71, 10, 10, 58, 53, 54, 64, 85, 47, 62, 79, 42, 40, 67, 18, 22, 1, 31, 57, 16, 38, 56, 14, 54, 27, 24, 28, 45, 23, 68, 54, 24, 23, 16, 60, 38, 42, 80, 16, 17, 63, 64, 50, 21, 11, 60, 41, 0, 40, 50, 62, 20, 80, 31, 33, 18, 19, 20, 24, 6, 67, 15, 10, 1, 56, 35, 55, 3, 13, 43, 1, 16, 11, 17, 53, 70, 22, 32, 25, 18, 67, 49, 28, 7, 44, 13, 52, 64, 38, 64, 66, 3, 9, 85, 49, 54, 32, 20, 85, 26, 42, 41, 11, 24, 60, 11, 50, 55, 40, 57, 52, 5, 27, 33, 10, 53, 70, 15, 11, 19, 38, 51, 37, 70, 1, 13, 53, 3, 19, 13, 12, 22, 33, 9, 41, 30, 67, 24, 35, 85, 21, 26, 14, 62, 31, 48, 33, 35, 17, 17, 5, 17, 5, 15, 4, 25, 6, 44, 49, 24, 76, 24, 40, 9, 26, 29, 23, 64, 17, 45, 36, 32, 7, 9, 51, 54, 57, 28, 13, 61, 81, 31, 85, 1, 48, 35, 9, 21, 58, 37, 21, 12, 29, 54, 11, 68, 16, 64, 5, 32, 29, 17, 5, 16, 77, 2, 0, 35, 11, 53, 58, 18, 15, 24, 39, 35, 23, 8, 52, 9, 38, 41, 53, 13, 61, 79, 41, 20, 59, 76, 55, 34, 43, 50, 29, 26, 1, 4, 17, 39, 42, 10, 61, 26, 32, 5, 20, 42, 4, 23, 34, 11, 30, 85, 6, 36, 2, 57, 75, 45, 49, 0, 35, 7, 37, 11, 16, 41, 44, 20, 37, 63, 25, 25, 49, 18, 6, 53, 11, 61, 27, 12, 57, 13, 17, 71, 52, 65, 6, 35, 9, 4, 39, 24, 23, 15, 46, 39, 40, 24, 54, 21, 19, 83, 48, 34, 71, 53, 72, 31, 64, 41, 13, 12, 13, 2, 15, 73, 62, 51, 79, 20, 51, 69, 13, 66, 7, 33, 46, 32, 1, 42, 65, 56, 63, 56, 43, 84, 23, 80, 44, 20, 20, 56, 13, 66, 12, 83, 32, 7, 62, 4, 23, 46, 9, 58, 55, 34, 33, 10, 47, 13, 11, 8, 5, 22, 23, 85, 6, 54, 15, 13, 48, 49, 26, 7, 47, 65, 81, 18, 29, 0, 64, 55, 34, 49, 33, 77, 17, 73, 22, 45, 50, 51, 25, 2, 33, 23, 61, 52, 26, 13, 26, 37, 12, 1, 22, 13, 65, 82, 22, 15, 58, 27, 39, 46, 85, 12, 20, 55, 13, 52, 12, 35, 9, 11, 32, 65, 7, 9, 32, 17, 57, 66, 56, 48, 61, 78, 70, 25, 1, 24, 27, 48, 38, 38, 13, 22, 30, 85, 13, 55, 63, 38, 69, 85, 36, 41, 34, 1, 41, 21, 24, 58, 49, 17, 45, 38, 35, 11, 4, 25, 13, 53, 75, 31, 31, 65, 71, 74, 25, 41, 15, 11, 15, 40, 32, 32, 32, 18, 53, 13, 28, 24, 58, 13, 4, 50, 6, 6, 30, 10, 53, 18, 51, 26, 52, 1, 48, 34, 39, 72, 28, 67, 8, 85, 83, 45, 50, 62, 51, 8, 42, 22, 69, 41, 47, 23, 35, 31, 3, 51, 14, 58, 53, 78, 45, 17, 28, 4, 0, 52, 75, 7, 59, 50, 1, 8, 28, 19, 27, 18, 47, 59, 4, 60, 52, 52, 67, 63, 37, 26, 30, 2, 3, 1, 85, 29, 33, 67, 85, 46, 38, 65, 14, 36, 18, 49, 63, 17, 36, 6, 23, 45, 21, 9, 3, 45, 39, 51, 49, 45, 36, 37, 52, 21, 52, 30, 16, 2, 5, 38, 17, 13, 55, 45, 46, 32, 8, 9, 59, 72, 5, 21, 46, 2, 59, 55, 29, 8, 21, 41, 47, 85, 53, 38, 2, 20, 20, 14, 44, 24, 28, 45, 56, 20, 20, 30, 36, 35, 2, 67, 66, 38, 39, 45, 13, 13, 25, 33, 10, 35, 5, 29, 13, 2, 12, 27, 12, 59, 32, 63, 46, 14, 15, 54, 6, 11, 25, 4, 35, 14, 5, 34, 49, 47, 28, 20, 85, 15, 72, 75, 55, 55, 11, 16, 17, 18, 57, 61, 77, 5, 61, 40, 34, 52, 28, 20, 22, 28, 12, 2, 39, 38, 85, 51, 32, 63, 24, 35, 77, 10, 4, 45, 17, 33, 44, 10, 20, 8, 27, 9, 70, 48, 30, 19, 41, 13, 58, 51, 36, 41, 22, 51, 41, 64, 4, 83, 11, 63, 76, 20, 30, 1, 47, 14, 49, 18, 14, 41, 9, 41, 51, 70, 40, 52, 85, 61, 24, 18, 78, 16, 14, 9, 31, 4, 72, 43, 24, 21, 43, 68, 69, 33, 0, 39, 29, 6, 70, 38, 39, 20, 11, 12, 27, 7, 31, 34, 18, 13, 48, 31, 34, 11, 26, 21, 50, 16, 30, 4, 6, 13, 53, 24, 58, 45, 53, 50, 44, 22, 1, 46, 80, 7, 22, 35, 42, 3, 16, 28, 79, 34, 55, 72, 47, 32, 2, 6, 16, 17, 55, 10, 35, 57, 66, 10, 51, 46, 61, 5, 60, 17, 16, 52, 22, 21, 72, 11, 26, 29, 48, 75, 4, 29, 71, 28, 53, 57, 7, 24, 42, 62, 29, 35, 52, 56, 18, 44, 23, 24, 9, 50, 20, 8, 26, 11, 64, 28, 55, 29, 31, 9, 17, 25, 37, 37, 15, 54, 38, 12, 41, 34, 39, 5, 30, 52, 13, 16, 16, 28, 8, 9, 18, 27, 12, 77, 85, 4, 12, 85, 14, 58, 50, 21, 6, 25, 33, 68, 57, 46, 26, 7, 39, 18, 55, 30, 16, 38, 9, 21, 36, 13, 77, 31, 19, 70, 63, 19, 27, 41, 71, 39, 12, 72, 59, 11, 16, 58, 0, 49, 17, 3, 32, 85, 40, 1, 36, 21, 1, 23, 41, 51, 59, 61, 32, 5, 51, 41, 27, 35, 33, 24, 63, 11, 55, 10, 53, 64, 54, 41, 44, 24, 6, 33, 77, 52, 7, 44, 34, 7, 9, 17, 37, 19, 10, 76, 11, 20, 2, 17, 59, 6, 53, 76, 64, 24, 44, 47, 23, 60, 85, 23, 28, 12, 45, 15, 5, 37, 27, 28, 58, 9, 57, 52, 9, 10, 23, 26, 52, 6, 4, 32, 48, 4, 41, 38, 9, 47, 28, 43, 6, 44, 5, 74, 31, 25, 26, 13, 11, 10, 15, 38, 1, 57, 54, 26, 61, 25, 26, 44, 49, 48, 67, 15, 44, 48, 14, 56, 36, 2, 67, 58, 45, 44, 40, 31, 7, 43, 50, 35, 12, 57, 28, 40, 24, 55, 16, 56, 11, 49, 43, 65, 26, 21, 22, 57, 59, 6, 46, 27, 8, 48, 54, 54, 49, 0, 13, 50, 47, 60, 61, 34, 59, 59, 80, 29, 63, 45, 42, 61, 37, 50, 42, 53, 30, 25, 55, 6, 25, 20, 35, 25, 2, 23, 6, 51, 69, 41, 25, 56, 0, 51, 39, 47, 57, 55, 5, 57, 7, 7, 21, 38, 7, 47, 2, 71, 78, 59, 2, 9, 33, 0, 47, 31, 9, 60, 9, 4, 67, 25, 17, 4, 54, 67, 42, 29, 10, 56, 52, 2, 52, 73, 27, 30, 49, 19, 5, 80, 19, 43, 10, 24, 2, 40, 26, 7, 24, 61, 85, 66, 34, 37, 27, 23, 21, 19, 65, 38, 68, 47, 73, 2, 26, 22, 27, 22, 45, 33, 48, 77, 50, 49, 45, 8, 43, 52, 37, 38, 65, 56, 48, 32, 53, 59, 73, 2, 4, 58, 77, 11, 6, 1, 39, 23, 20, 31, 16, 19, 49, 61, 69, 6, 14, 84, 15, 16, 17, 9, 5, 0, 3, 54, 14, 44, 29, 28, 41, 34, 85, 47, 7, 19, 7, 7, 6, 57, 55, 23, 2, 9, 62, 47, 49, 13, 51, 21, 72, 22, 15, 51, 13, 4, 22, 56, 34, 11, 39, 31, 15, 22, 29, 29, 31, 58, 17, 58, 55, 27, 23, 55, 67, 34, 57, 37, 25, 54, 46, 7, 3, 13, 19, 8, 22, 53, 17, 42, 59, 10, 59, 4, 15, 19, 28, 19, 50, 56, 47, 29, 36, 59, 18, 44, 14, 49, 1, 24, 37, 35, 58, 67, 23, 48, 17, 31, 51, 40, 4, 2, 71, 6, 3, 12, 40, 16, 67, 42, 24, 43, 2, 5, 17, 9, 66, 51, 51, 55, 73, 4, 28, 55, 27, 46, 6, 5, 14, 25, 34, 43, 6, 41, 47, 11, 42, 52, 47, 49, 8, 24, 59, 56, 47, 24, 44, 52, 27, 16, 85, 37, 14, 56, 44, 8, 27, 12, 16, 12, 15, 7, 25, 37, 63, 85, 24, 29, 47, 25, 3, 20, 8, 29, 43, 72, 46, 37, 8, 43, 39, 50, 11, 24, 24, 1, 35, 67, 37, 50, 8, 63, 62, 54, 46, 8, 34, 85, 7, 48, 79, 39, 27, 2, 54, 9, 58, 25, 84, 2, 68, 18, 52, 4, 66, 40, 58, 4, 15, 53, 8, 27, 35, 33, 40, 70, 19, 1, 2, 11, 47, 50, 25, 47, 77, 34, 6, 13, 13, 14, 10, 5, 22, 10, 54, 55, 77, 4, 18, 55, 59, 13, 48, 16, 4, 7, 70, 42, 36, 47, 37, 33, 29, 66, 59, 19, 28, 2, 11, 78, 43, 2, 42, 15, 67, 36, 44, 46, 35, 27, 9, 6, 13, 51, 10, 28, 58, 6, 30, 69, 30, 50, 44, 85, 25, 34, 34, 2, 63, 75, 11, 11, 6, 11, 16, 24, 40, 85, 34, 59, 63, 54, 31, 20, 8, 16, 64, 40, 57, 31, 9, 8, 14, 67, 27, 26, 14, 71, 30, 30, 38, 54, 40, 6, 25, 25, 18, 40, 45, 3, 52, 60, 52, 53, 51, 49, 64, 22, 58, 44, 42, 3, 7, 36, 42, 53, 37, 0, 16, 71, 39, 51, 8, 5, 24, 26, 16, 3, 6, 79, 25, 25, 39, 18, 28, 32, 85, 63, 60, 29, 51, 11, 9, 36, 24, 27, 13, 21, 59, 17, 7, 23, 64, 1, 16, 25, 45, 44, 3, 46, 76, 20, 47, 67, 38, 4, 57, 22, 80, 56, 4, 24, 48, 32, 50, 15, 21, 49, 63, 6, 29, 25, 9, 19, 7, 51, 1, 65, 6, 32, 18, 70, 70, 27, 2, 73, 12, 11, 63, 68, 33, 18, 61, 39, 27, 47, 43, 85, 46, 12, 29, 26, 48, 34, 14, 60, 29, 48, 1, 6, 11, 34, 43, 53, 79, 10, 48, 53, 36, 6, 30, 25, 40, 27, 40, 2, 23, 47, 29, 60, 66, 70, 14, 51, 22, 34, 71, 1, 18, 55, 70, 27, 32, 45, 44, 27, 11, 35, 5, 69, 62, 30, 53, 51, 31, 64, 10, 51, 34, 11, 66, 45, 35, 51, 33, 6, 78, 45, 19, 10, 22, 44, 60, 46, 70, 45, 67, 67, 30, 54, 27, 35, 25, 48, 10, 9, 33, 17, 49, 34, 71, 22, 12, 7, 40, 65, 31, 66, 37, 7, 49, 3, 23, 24, 42, 11, 23, 50, 35, 73, 20, 10, 6, 30, 31, 34, 33, 13, 29, 38, 37, 20, 47, 14, 61, 56, 36, 57, 73, 68, 60, 30, 82, 40, 48, 15, 66, 23, 30, 16, 85, 27, 54, 58, 20, 5, 16, 13, 37, 16, 37, 9, 62, 29, 23, 41, 50, 7, 6, 4, 58, 14, 46, 1, 33, 2, 14, 18, 85, 84, 52, 68, 53, 37, 42, 55, 75, 15, 61, 80, 71, 63, 73, 52, 1, 11, 20, 36, 13, 83, 65, 25, 15, 32, 27, 4, 54, 65, 82, 21, 27, 29, 28, 41, 24, 39, 32, 21, 41, 66, 15, 60, 25, 34, 72, 47, 63, 20, 53, 7, 52, 19, 19, 62, 63, 36, 59, 8, 79, 60, 30, 16, 25, 46, 19, 11, 60, 55, 34, 25, 38, 46, 7, 69, 48, 30, 49, 31, 5, 83, 3, 31, 80, 5, 9, 50, 2, 10, 61, 16, 34, 46, 54, 0, 0, 51, 26, 25, 60, 19, 58, 74, 13, 46, 33, 18, 17, 50, 35, 81, 68, 16, 38, 25, 21, 45, 74, 57, 34, 7, 51, 9, 28, 0, 14, 3, 53, 22, 20, 69, 25, 3, 54, 4, 9, 55, 52, 42, 36, 12, 36, 66, 8, 18, 21, 70, 59, 7, 69, 80, 3, 67, 48, 31, 16, 54, 1, 0, 40, 72, 61, 8, 38, 10, 10, 72, 8, 77, 69, 85, 85, 5, 69, 46, 73, 50, 56, 25, 8, 39, 40, 7, 35, 11, 32, 3, 47, 58, 57, 12, 68, 13, 52, 0, 45, 64, 20, 8, 27, 26, 10, 14, 15, 37, 15, 8, 57, 40, 72, 48, 10, 16, 58, 13, 73, 10, 59, 30, 37, 3, 82, 44, 21, 52, 46, 48, 37, 66, 45, 24, 24, 19, 29, 4, 15, 58, 52, 28, 61, 82, 56, 32, 18, 31, 8, 79, 21, 60, 77, 38, 72, 11, 53, 20, 19, 39, 72, 46, 25, 16, 61, 61, 26, 67, 7, 64, 44, 49, 11, 17, 52, 1, 0, 15, 7, 21, 24, 35, 46, 10, 0, 79, 37, 1, 37, 32, 82, 85, 7, 85, 47, 33, 33, 52, 33, 13, 9, 40, 18, 12, 27, 5, 74, 56, 72, 20, 22, 27, 34, 29, 12, 42, 3, 45, 53, 18, 27, 28, 6, 1, 54, 9, 85, 26, 29, 25, 15, 85, 36, 56, 67, 22, 5, 47, 20, 57, 6, 76, 51, 12, 31, 53, 76, 44, 68, 11, 11, 45, 0, 78, 41, 66, 49, 19, 22, 13, 34, 0, 3, 34, 40, 57, 29, 40, 54, 25, 0, 34, 27, 48, 48, 43, 11, 19, 0, 79, 9, 14, 17, 24, 77, 85, 23, 36, 43, 73, 55, 7, 6, 53, 11, 57, 85, 62, 7, 45, 9, 34, 33, 25, 85, 27, 8, 48, 32, 33, 38, 18, 12, 43, 21, 51, 34, 40, 85, 25, 8, 70, 68, 6, 48, 15, 62, 57, 19, 47, 55, 9, 37, 43, 58, 78, 45, 16, 25, 54, 27, 65, 53, 70, 19, 85, 32, 60, 14, 62, 15, 37, 48, 45, 46, 24, 72, 17, 9, 24, 32, 2, 34, 51, 4, 7, 6, 26, 9, 1, 27, 32, 21, 41, 5, 45, 54, 24, 9, 19, 15, 20, 48, 19, 67, 51, 9, 51, 35, 59, 80, 56, 10, 46, 8, 4, 58, 15, 18, 23, 50, 6, 46, 15, 0, 46, 58, 60, 61, 71, 55, 10, 28, 6, 21, 59, 81, 63, 46, 65, 14, 49, 37, 48, 9, 85, 29, 57, 58, 80, 13, 32, 68, 23, 16, 22, 38, 26, 59, 76, 73, 58, 12, 54, 49, 27, 8, 77, 19, 85, 32, 16, 41, 2, 33, 5, 5, 18, 25, 41, 51, 53, 17, 9, 41, 78, 8, 15, 75, 15, 30, 79, 41, 29, 76, 4, 9, 34, 45, 2, 21, 52, 25, 6, 33, 51, 14, 15, 5, 40, 63, 31, 53, 64, 17, 28, 48, 29, 30, 41, 19, 1, 33, 61, 67, 7, 49, 4, 67, 32, 68, 11, 48, 62, 14, 27, 30, 6, 47, 24, 16, 8, 51, 55, 55, 82, 12, 70, 8, 20, 58, 40, 53, 29, 19, 59, 70, 54, 6, 53, 16, 62, 24, 48, 27, 41, 44, 0, 7, 66, 2, 47, 51, 7, 64, 21, 51, 36, 58, 51, 17, 62, 4, 48, 13, 79, 18, 21, 60, 40, 51, 29, 48, 5, 20, 53, 14, 43, 5, 18, 21, 41, 53, 54, 8, 70, 7, 68, 28, 85, 68, 55, 43, 48, 38, 11, 68, 21, 32, 5, 33, 4, 32, 30, 11, 12, 29, 9, 13, 29, 29, 56, 25, 29, 57, 57, 85, 73, 9, 18, 41, 17, 25, 64, 42, 48, 19, 13, 76, 55, 44, 63, 64, 68, 29, 29, 7, 38, 59, 6, 81, 1, 25, 64, 1, 46, 41, 63, 35, 13, 14, 58, 7, 45, 65, 37, 5, 57, 57, 6, 13, 4, 31, 51, 25, 24, 16, 2, 27, 32, 53, 13, 19, 71, 56, 28, 20, 36, 28, 12, 37, 37, 36, 13, 55, 24, 4, 85, 20, 55, 47, 21, 65, 23, 21, 19, 67, 69, 57, 63, 28, 47, 37, 21, 52, 74, 23, 50, 33, 7, 26, 38, 8, 41, 53, 10, 14, 45, 38, 21, 10, 11, 40, 10, 9, 14, 40, 36, 10, 22, 11, 7, 48, 43, 24, 37, 28, 58, 17, 9, 0, 47, 45, 18, 56, 71, 34, 12, 49, 17, 5, 51, 37, 70, 8, 2, 85, 11, 41, 13, 9, 66, 5, 0, 5, 27, 60, 57, 38, 2, 62, 30, 44, 0, 26, 0, 27, 18, 50, 10, 14, 17, 10, 67, 48, 56, 25, 57, 60, 35, 54, 13, 38, 14, 8, 68, 14, 53, 0, 9, 61, 28, 84, 53, 9, 18, 21, 36, 49, 12, 39, 33, 62, 50, 24, 29, 14, 70, 9, 0, 9, 44, 76, 70, 4, 36, 72, 16, 33, 38, 6, 31, 49, 56, 38, 56, 20, 39, 59, 4, 7, 43, 23, 59, 50, 12, 33, 39, 74, 40, 19, 72, 55, 2, 34, 19, 9, 28, 67, 43, 46, 8, 11, 2, 41, 20, 58, 40, 73, 2, 70, 2, 48, 71, 36, 3, 27, 41, 69, 6, 66, 9, 15, 30, 70, 65, 66, 71, 70, 61, 75, 81, 80, 19, 63, 0, 47, 37, 9, 42, 13, 0, 15, 33, 5, 41, 23, 32, 7, 25, 56, 16, 38, 5, 62, 13, 39, 7, 7, 14, 38, 12, 10, 39, 4, 19, 37, 31, 84, 85, 4, 10, 70, 25, 5, 5, 64, 52, 42, 4, 8, 77, 46, 15, 50, 29, 18, 33, 28, 70, 9, 72, 14, 52, 23, 60, 5, 8, 4, 35, 66, 45, 27, 17, 46, 45, 50, 29, 43, 36, 79, 83, 50, 7, 85, 47, 16, 41, 38, 17, 47, 19, 24, 36, 40, 64, 39, 31, 42, 8, 72, 55, 66, 15, 5, 67, 40, 10, 39, 4, 41, 3, 44, 24, 85, 8, 7, 9, 41, 44, 1, 19, 10, 64, 11, 26, 73, 80, 2, 54, 45, 75, 75, 20, 9, 75, 67, 37, 63, 68, 51, 33, 50, 26, 28, 41, 12, 10, 55, 56, 1, 20, 11, 49, 76, 38, 55, 56, 13, 14, 38, 43, 13, 47, 30, 10, 77, 8, 62, 9, 24, 3, 26, 85, 29, 12, 34, 63, 12, 75, 46, 47, 68, 47, 44, 74, 7, 5, 66, 49, 12, 64, 75, 47, 55, 25, 34, 40, 31, 36, 56, 74, 8, 30, 14, 16, 17, 18, 81, 48, 7, 16, 26, 26, 28, 31, 1, 58, 46, 19, 10, 24, 69, 4, 75, 38, 43, 41, 33, 11, 67, 6, 53, 5, 22, 47, 30, 5, 85, 19, 55, 40, 59, 33, 3, 35, 11, 40, 23, 6, 4, 33, 81, 29, 35, 27, 41, 46, 13, 51, 20, 0, 82, 59, 16, 12, 66, 8, 60, 46, 4, 28, 1, 7, 60, 6, 18, 18, 46, 63, 63, 15, 61, 59, 51, 21, 16, 2, 64, 34, 1, 56, 16, 61, 27, 39, 14, 66, 2, 14, 13, 65, 57, 15, 38, 44, 56, 8, 84, 33, 5, 25, 53, 16, 12, 59, 27, 4, 3, 58, 7, 35, 16, 10, 17, 18, 55, 23, 48, 21, 17, 50, 56, 2, 58, 1, 34, 24, 7, 16, 10, 72, 35, 36, 55, 45, 16, 13, 85, 18, 30, 55, 13, 46, 23, 4, 43, 20, 33, 0, 49, 30, 61, 23, 4, 28, 5, 30, 59, 56, 11, 60, 42, 77, 50, 39, 65, 53, 16, 85, 75, 34, 1, 47, 8, 67, 19, 44, 6, 8, 27, 38, 10, 18, 6, 14, 11, 13, 26, 45, 14, 18, 48, 0, 55, 13, 23, 46, 33, 56, 52, 20, 59, 5, 31, 81, 33, 72, 46, 15, 34, 31, 14, 67, 4, 31, 16, 78, 62, 65, 12, 66, 43, 13, 21, 44, 43, 16, 54, 2, 40, 41, 15, 68, 59, 52, 21, 11, 49, 33, 67, 13, 5, 26, 46, 13, 4, 16, 30, 40, 35, 17, 46, 52, 37, 62, 7, 46, 26, 29, 17, 44, 57, 20, 53, 5, 18, 39, 32, 24, 32, 55, 23, 34, 13, 10, 35, 17, 23, 85, 30, 14, 67, 41, 4, 20, 17, 68, 14, 15, 53, 16, 71, 49, 31, 61, 13, 14, 19, 29, 8, 26, 18, 28, 26, 53, 13, 9, 70, 1, 40, 61, 22, 39, 8, 53, 59, 33, 7, 45, 26, 10, 18, 45, 24, 17, 51, 77, 62, 47, 65, 5, 58, 10, 28, 32, 40, 43, 78, 27, 73, 4, 50, 62, 10, 7, 75, 10, 31, 3, 70, 29, 50, 34, 28, 49, 1, 53, 21, 31, 9, 27, 44, 74, 60, 18, 36, 28, 7, 33, 4, 84, 18, 1, 65, 36, 42, 17, 11, 29, 16, 31, 34, 8, 7, 26, 67, 10, 76, 73, 10, 66, 42, 20, 30, 13, 26, 48, 25, 39, 75, 4, 41, 22, 33, 3, 17, 17, 68, 19, 7, 53, 26, 37, 36, 33, 35, 11, 18, 1, 54, 80, 50, 22, 37, 43, 52, 48, 66, 16, 33, 53, 11, 14, 24, 22, 8, 10, 58, 53, 26, 38, 36, 20, 44, 58, 45, 11, 45, 30, 5, 32, 17, 28, 9, 18, 60, 68, 34, 36, 24, 13, 4, 5, 0, 40, 68, 54, 66, 9, 40, 27, 41, 46, 20, 37, 71, 59, 72, 26, 40, 58, 30, 9, 55, 77, 29, 53, 45, 39, 40, 27, 37, 6, 53, 50, 47, 63, 38, 46, 4, 36, 19, 40, 9, 16, 16, 9, 72, 11, 18, 18, 19, 20, 0, 29, 67, 26, 31, 1, 32, 28, 44, 4, 71, 34, 9, 52, 4, 38, 61, 54, 59, 18, 52, 67, 5, 10, 25, 81, 3, 46, 30, 85, 34, 66, 85, 46, 18, 45, 14, 63, 43, 41, 25, 58, 83, 47, 11, 54, 0, 33, 34, 46, 20, 6, 11, 54, 31, 21, 55, 55, 4, 45, 36, 28, 16, 59, 7, 51, 45, 52, 32, 0, 64, 14, 61, 10, 15, 5, 42, 30, 24, 63, 63, 64, 70, 23, 73, 38, 14, 16, 48, 28, 20, 40, 25, 45, 20, 20, 52, 10, 3, 51, 63, 33, 47, 1, 48, 12, 33, 32, 12, 72, 41, 25, 85, 36, 43, 56, 7, 41, 43, 4, 8, 29, 1, 14, 49, 20, 52, 36, 2, 85, 31, 3, 72, 63, 51, 11, 13, 85, 24, 22, 55, 18, 9, 60, 7, 35, 77, 28, 4, 34, 40, 30, 36, 31, 17, 44, 30, 60, 46, 52, 42, 1, 30, 13, 57, 41, 4, 42, 79, 37, 69, 43, 24, 25, 85, 76, 16, 57, 8, 49, 2, 46, 54, 45, 71, 9, 47, 1, 61, 3, 47, 35, 72, 5, 12, 59, 65, 42, 17, 1, 11, 13, 1, 30, 14, 49, 33, 2, 48, 5, 79, 58, 75, 56, 36, 1, 35, 27, 59, 28, 21, 27, 4, 66, 58, 15, 12, 37, 8, 20, 7, 37, 35, 64, 17, 27, 61, 29, 58, 32, 35, 77, 13, 39, 47, 37, 60, 14, 82, 55, 21, 22, 41, 15, 34, 18, 14, 55, 17, 69, 58, 11, 45, 36, 11, 4, 1, 47, 71, 83, 85, 28, 26, 26, 38, 38, 21, 54, 63, 24, 76, 60, 24, 27, 22, 18, 26, 79, 13, 47, 17, 31, 44, 23, 31, 8, 58, 26, 0, 50, 42, 10, 0, 53, 10, 70, 85, 30, 36, 3, 59, 24, 21, 48, 0, 35, 59, 16, 42, 59, 9, 15, 27, 19, 45, 15, 78, 3, 48, 85, 39, 70, 85, 37, 8, 12, 44, 64, 27, 0, 56, 59, 21, 14, 16, 7, 32, 9, 46, 67, 66, 74, 16, 26, 8, 65, 21, 60, 54, 5, 52, 62, 51, 33, 63, 55, 56, 45, 35, 25, 22, 14, 76, 60, 59, 10, 23, 30, 62, 20, 4, 16, 54, 20, 51, 68, 5, 9, 12, 45, 67, 55, 18, 64, 52, 3, 9, 51, 36, 51, 23, 33, 65, 6, 84, 30, 15, 13, 23, 54, 15, 58, 15, 21, 17, 33, 33, 11, 21, 33, 8, 58, 31, 47, 33, 29, 62, 44, 28, 74, 53, 56, 33, 31, 23, 33, 13, 38, 19, 32, 2, 31, 19, 69, 10, 18, 0, 8, 9, 34, 49, 62, 68, 80, 33, 45, 12, 35, 26, 55, 42, 17, 26, 52, 45, 45, 42, 41, 11, 35, 13, 23, 7, 53, 6, 36, 51, 2, 15, 14, 38, 24, 44, 46, 38, 19, 30, 50, 16, 55, 77, 58, 52, 69, 53, 2, 35, 65, 45, 6, 12, 18, 22, 58, 60, 54, 0, 11, 34, 38, 58, 8, 61, 62, 21, 9, 17, 23, 1, 14, 1, 40, 65, 40, 10, 22, 33, 47, 8, 7, 71, 17, 79, 19, 11, 3, 0, 54, 29, 37, 46, 20, 20, 43, 12, 10, 13, 66, 61, 12, 35, 67, 41, 53, 20, 37, 45, 6, 71, 36, 3, 46, 3, 35, 13, 2, 2, 34, 25, 39, 13, 24, 51, 43, 6, 23, 31, 45, 0, 37, 8, 29, 64, 59, 59, 71, 34, 45, 51, 55, 17, 38, 14, 2, 60, 56, 16, 20, 51, 19, 12, 54, 1, 54, 16, 26, 71, 55, 57, 45, 12, 28, 55, 84, 68, 34, 61, 36, 52, 53, 70, 23, 26, 19, 0, 54, 41, 32, 14, 50, 60, 69, 27, 11, 66, 11, 22, 10, 32, 56, 23, 53, 34, 60, 29, 30, 14, 42, 18, 59, 57, 63, 15, 7, 57, 69, 36, 54, 54, 0, 42, 25, 18, 6, 67, 33, 17, 15, 12, 13, 2, 66, 61, 79, 28, 4, 9, 39, 43, 71, 14, 61, 38, 5, 58, 29, 62, 5, 27, 34, 16, 1, 49, 53, 43, 46, 26, 65, 13, 58, 45, 49, 54, 6, 6, 56, 19, 2, 0, 52, 68, 29, 1, 63, 37, 11, 39, 40, 74, 57, 65, 15, 52, 63, 5, 6, 63, 64, 85, 21, 19, 42, 33, 44, 9, 61, 16, 62, 51, 60, 50, 37, 22, 12, 13, 2, 29, 53, 8, 46, 25, 11, 64, 26, 28, 43, 6, 44, 41, 33, 77, 59, 51, 0, 1, 40, 15, 8, 8, 47, 26, 41, 69, 36, 8, 4, 42, 25, 16, 68, 65, 52, 11, 22, 47, 24, 82, 48, 65, 19, 24, 85, 23, 8, 62, 37, 26, 59, 57, 51, 73, 16, 9, 16, 13, 54, 54, 6, 14, 14, 22, 76, 50, 79, 28, 33, 30, 56, 45, 17, 48, 46, 20, 53, 17, 32, 65, 4, 7, 46, 43, 76, 3, 72, 40, 8, 44, 49, 64, 51, 24, 20, 4, 21, 66, 51, 6, 62, 13, 34, 45, 15, 13, 16, 19, 68, 29, 1, 5, 8, 15, 35, 43, 57, 3, 11, 2, 31, 19, 27, 45, 50, 69, 9, 61, 54, 60, 24, 5, 40, 57, 24, 65, 26, 54, 10, 7, 59, 38, 46, 29, 14, 16, 3, 3, 68, 37, 85, 12, 44, 24, 25, 54, 67, 58, 19, 75, 5, 5, 9, 45, 5, 3, 82, 57, 32, 38, 43, 13, 64, 74, 45, 33, 0, 43, 4, 66, 38, 28, 23, 1, 42, 6, 25, 73, 65, 45, 21, 77, 58, 22, 29, 9, 39, 64, 46, 85, 76, 3, 84, 56, 24, 28, 43, 31, 50, 44, 18, 44, 14, 11, 39, 48, 57, 1, 28, 18, 37, 53, 58, 30, 68, 70, 12, 75, 39, 49, 61, 8, 61, 49, 49, 71, 11, 19, 20, 11, 73, 54, 22, 39, 8, 58, 72, 38, 57, 11, 41, 73, 11, 9, 21, 15, 48, 22, 26, 25, 24, 36, 19, 45, 5, 61, 44, 14, 34, 39, 33, 45, 58, 57, 81, 0, 59, 85, 45, 17, 24, 69, 1, 10, 30, 44, 27, 77, 22, 6, 33, 40, 11, 5, 22, 46, 44, 42, 31, 63, 61, 83, 71, 53, 8, 49, 37, 2, 60, 58, 55, 33, 60, 41, 10, 25, 54, 24, 35, 24, 84, 10, 30, 25, 48, 16, 20, 65, 6, 41, 68, 58, 9, 65, 20, 19, 6, 39, 38, 7, 28, 35, 4, 40, 29, 78, 5, 37, 21, 73, 47, 60, 28, 43, 11, 65, 23, 38, 1, 31, 35, 73, 44, 82, 71, 61, 80, 56, 29, 22, 75, 44, 53, 34, 3, 7, 30, 50, 12, 4, 19, 66, 17, 27, 38, 53, 7, 10, 29, 49, 13, 31, 22, 66, 19, 31, 57, 49, 44, 27, 62, 16, 8, 50, 55, 26, 13, 11, 33, 51, 10, 12, 1, 60, 32, 6, 11, 32, 21, 50, 12, 61, 72, 61, 63, 55, 1, 29, 28, 8, 22, 50, 27, 0, 50, 48, 4, 62, 12, 2, 56, 20, 3, 51, 65, 30, 50, 28, 26, 7, 50, 56, 4, 21, 25, 70, 19, 23, 7, 6, 42, 29, 59, 29, 9, 43, 27, 22, 57, 6, 29, 40, 51, 30, 55, 32, 28, 8, 8, 70, 1, 49, 66, 44, 18, 24, 2, 27, 12, 4, 31, 5, 26, 5, 81, 18, 12, 17, 46, 1, 5, 35, 34, 69, 27, 18, 60, 22, 32, 53, 28, 67, 5, 42, 40, 31, 53, 22, 20, 10, 59, 27, 67, 5, 56, 30, 59, 1, 18, 44, 70, 23, 44, 62, 16, 18, 50, 6, 39, 21, 85, 8, 64, 54, 23, 53, 8, 79, 17, 40, 37, 45, 80, 22, 18, 28, 18, 17, 58, 11, 21, 52, 51, 58, 71, 75, 18, 60, 67, 9, 4, 2, 35, 14, 55, 46, 29, 63, 80, 52, 38, 4, 36, 39, 62, 3, 59, 60, 21, 10, 68, 74, 28, 29, 60, 59, 53, 47, 85, 21, 22, 63, 65, 50, 27, 59, 33, 22, 55, 1, 60, 68, 57, 11, 27, 8, 38, 5, 35, 17, 35, 10, 6, 42, 16, 34, 38, 9, 17, 77, 34, 32, 65, 24, 85, 18, 57, 37, 52, 74, 10, 79, 76, 39, 30, 18, 29, 18, 41, 64, 50, 15, 32, 50, 5, 33, 78, 85, 52, 29, 46, 28, 67, 33, 45, 26, 27, 53, 35, 59, 44, 29, 71, 62, 61, 34, 32, 21, 29, 65, 25, 15, 85, 19, 46, 43, 31, 43, 28, 58, 69, 14, 56, 55, 29, 44, 26, 74, 48, 8, 52, 57, 49, 40, 11, 28, 61, 40, 71, 34, 30, 73, 51, 42, 42, 67, 28, 25, 26, 64, 19, 38, 37, 41, 65, 1, 47, 18, 73, 67, 15, 10, 1, 58, 7, 68, 62, 25, 28, 70, 29, 11, 53, 51, 32, 9, 4, 77, 19, 57, 3, 16, 33, 28, 77, 10, 10, 71, 20, 70, 61, 27, 24, 48, 39, 14, 54, 10, 48, 16, 26, 74, 54, 0, 6, 35, 14, 29, 41, 12, 20, 69, 74, 16, 51, 2, 16, 62, 6, 65, 36, 4, 50, 54, 65, 38, 72, 8, 17, 29, 66, 63, 38, 49, 9, 9, 34, 15, 53, 28, 44, 38, 79, 85, 65, 41, 22, 64, 31, 38, 83, 35, 52, 23, 7, 33, 75, 55, 13, 17, 20, 4, 2, 3, 74, 69, 3, 52, 56, 53, 4, 17, 31, 47, 33, 75, 51, 26, 40, 25, 44, 70, 7, 20, 72, 43, 40, 1, 5, 13, 73, 57, 27, 35, 67, 15, 53, 72, 16, 49, 27, 11, 48, 17, 17, 61, 67, 32, 18, 12, 35, 8, 20, 18, 53, 13, 41, 9, 54, 34, 16, 25, 11, 32, 17, 8, 26, 63, 63, 65, 52, 58, 5, 59, 1, 51, 52, 15, 54, 26, 47, 11, 2, 31, 47, 2, 12, 61, 62, 66, 8, 52, 56, 80, 15, 20, 12, 1, 46, 28, 55, 0, 20, 31, 7, 28, 60, 17, 85, 10, 11, 31, 25, 41, 12, 37, 8, 50, 54, 55, 37, 84, 45, 16, 45, 26, 47, 27, 1, 37, 11, 49, 25, 52, 1, 63, 41, 31, 58, 32, 31, 85, 28, 31, 63, 20, 28, 1, 24, 24, 39, 57, 8, 6, 0, 3, 5, 44, 50, 45, 64, 84, 6, 13, 52, 55, 1, 35, 59, 24, 32, 8, 43, 13, 12, 50, 64, 4, 9, 58, 3, 27, 18, 32, 1, 24, 49, 53, 34, 17, 43, 10, 79, 11, 2, 55, 37, 46, 34, 27, 49, 57, 41, 9, 12, 4, 63, 56, 45, 10, 45, 32, 54, 37, 68, 55, 0, 85, 26, 59, 3, 85, 50, 33, 30, 36, 39, 56, 32, 22, 81, 8, 54, 5, 84, 81, 67, 13, 18, 43, 44, 36, 74, 10, 61, 17, 37, 28, 38, 2, 51, 59, 26, 48, 47, 32, 9, 52, 27, 28, 60, 66, 65, 28, 31, 30, 38, 14, 4, 5, 30, 16, 21, 49, 46, 38, 11, 67, 59, 31, 62, 22, 1, 8, 32, 3, 10, 10, 6, 18, 6, 48, 69, 5, 17, 11, 64, 47, 54, 76, 4, 26, 10, 16, 26, 29, 79, 41, 72, 24, 2, 5, 16, 35, 47, 42, 25, 28, 23, 28, 40, 57, 53, 39, 63, 20, 46, 7, 4, 12, 63, 59, 28, 18, 34, 46, 55, 68, 6, 76, 14, 68, 28, 80, 12, 28, 54, 11, 58, 34, 32, 12, 33, 21, 39, 64, 70, 59, 61, 52, 69, 17, 25, 22, 33, 43, 53, 7, 21, 0, 10, 74, 24, 10, 26, 52, 9, 24, 2, 48, 13, 21, 4, 29, 57, 70, 68, 39, 4, 71, 10, 7, 44, 9, 17, 47, 5, 57, 19, 11, 58, 11, 14, 51, 48, 5, 54, 28, 27, 15, 17, 53, 13, 68, 58, 13, 39, 81, 79, 66, 31, 37, 23, 32, 25, 25, 82, 46, 14, 73, 42, 31, 59, 19, 19, 34, 37, 54, 79, 15, 60, 45, 41, 37, 55, 54, 13, 67, 16, 20, 9, 38, 10, 30, 37, 59, 61, 46, 60, 53, 43, 52, 46, 40, 50, 64, 64, 11, 28, 58, 28, 32, 84, 72, 9, 43, 51, 66, 52, 53, 27, 47, 20, 27, 59, 44, 58, 22, 12, 16, 19, 24, 45, 63, 10, 42, 50, 12, 72, 14, 31, 14, 49, 85, 46, 31, 14, 62, 22, 38, 38, 15, 4, 27, 60, 38, 33, 64, 78, 10, 49, 10, 21, 2, 63, 3, 8, 36, 61, 14, 59, 51, 75, 40, 11, 29, 67, 21, 18, 17, 85, 59, 36, 6, 70, 31, 23, 9, 66, 49, 28, 26, 5, 5, 58, 22, 66, 16, 56, 59, 29, 59, 9, 18, 57, 19, 8, 16, 27, 22, 33, 83, 54, 39, 7, 2, 45, 60, 25, 19, 51, 40, 9, 12, 10, 62, 20, 3, 48, 61, 55, 13, 3, 29, 44, 6, 21, 8, 39, 33, 14, 81, 15, 60, 60, 11, 71, 63, 11, 47, 35, 56, 58, 28, 45, 8, 69, 37, 50, 45, 43, 64, 43, 22, 32, 24, 31, 60, 14, 14, 10, 27, 2, 68, 35, 66, 38, 37, 54, 26, 28, 19, 6, 17, 65, 38, 31, 13, 37, 31, 52, 66, 21, 13, 24, 22, 30, 25, 21, 57, 19, 15, 3, 56, 79, 29, 68, 7, 41, 30, 48, 4, 47, 8, 33, 25, 36, 57, 0, 21, 63, 32, 58, 27, 20, 43, 28, 3, 0, 56, 49, 33, 50, 65, 0, 27, 42, 45, 6, 31, 73, 52, 7, 15, 3, 10, 24, 6, 23, 12, 57, 12, 65, 16, 42, 11, 41, 32, 15, 0, 30, 53, 73, 9, 47, 46, 22, 64, 44, 56, 34, 16, 66, 1, 32, 80, 13, 66, 71, 11, 46, 37, 85, 26, 26, 58, 58, 40, 40, 5, 1, 33, 7, 51, 12, 5, 54, 44, 14, 53, 41, 34, 69, 50, 13, 21, 83, 78, 85, 7, 10, 8, 45, 45, 38, 12, 58, 20, 57, 32, 45, 52, 29, 30, 53, 8, 13, 35, 18, 54, 54, 72, 75, 72, 9, 60, 12, 7, 14, 37, 47, 44, 59, 46, 7, 22, 14, 74, 51, 42, 25, 8, 47, 8, 38, 27, 17, 54, 18, 36, 9, 77, 15, 51, 46, 24, 64, 44, 4, 41, 37, 17, 45, 40, 16, 56, 47, 30, 25, 58, 18, 44, 36, 22, 85, 14, 0, 5, 52, 29, 10, 66, 31, 68, 70, 15, 15, 19, 20, 53, 15, 59, 48, 57, 19, 78, 1, 68, 23, 29, 74, 38, 31, 10, 65, 64, 33, 60, 1, 10, 3, 60, 25, 43, 52, 32, 68, 52, 33, 7, 43, 62, 85, 65, 55, 56, 35, 21, 1, 42, 15, 64, 51, 8, 11, 32, 74, 10, 5, 51, 65, 24, 32, 82, 16, 19, 43, 43, 0, 53, 73, 43, 2, 67, 70, 38, 12, 39, 47, 85, 5, 69, 56, 20, 3, 63, 29, 16, 75, 8, 9, 5, 59, 27, 52, 25, 38, 36, 36, 46, 16, 29, 18, 58, 22, 8, 4, 47, 73, 57, 64, 36, 28, 0, 21, 35, 11, 43, 6, 58, 59, 57, 13, 18, 3, 42, 6, 30, 12, 72, 15, 40, 46, 52, 72, 10, 30, 16, 15, 27, 25, 24, 12, 42, 63, 33, 51, 12, 27, 57, 47, 50, 61, 61, 11, 60, 10, 10, 49, 55, 18, 37, 0, 38, 3, 44, 0, 45, 44, 78, 48, 74, 32, 26, 61, 20, 61, 17, 5, 16, 22, 33, 7, 26, 27, 19, 81, 22, 58, 7, 54, 7, 17, 43, 81, 16, 43, 14, 37, 38, 1, 17, 16, 15, 14, 32, 33, 12, 13, 43, 16, 25, 48, 18, 12, 58, 38, 19, 40, 60, 45, 27, 30, 0, 52, 59, 3, 77, 51, 26, 14, 72, 43, 51, 21, 24, 63, 6, 76, 28, 40, 25, 5, 5, 57, 5, 85, 18, 0, 36, 48, 43, 14, 36, 17, 72, 82, 18, 50, 45, 68, 59, 35, 73, 7, 27, 13, 35, 29, 70, 40, 39, 32, 31, 39, 6, 57, 48, 5, 63, 27, 68, 18, 40, 66, 6, 14, 0, 36, 48, 31, 18, 46, 44, 24, 9, 34, 1, 16, 8, 25, 55, 33, 8, 53, 3, 59, 35, 16, 1, 38, 67, 33, 76, 36, 12, 56, 20, 71, 12, 22, 53, 0, 6, 30, 80, 40, 65, 0, 17, 28, 27, 57, 37, 1, 21, 10, 23, 1, 18, 18, 8, 41, 58, 48, 10, 12, 6, 10, 17, 15, 26, 77, 70, 23, 74, 19, 3, 35, 60, 34, 19, 5, 85, 71, 35, 18, 56, 3, 18, 9, 49, 2, 3, 7, 27, 19, 33, 56, 13, 13, 65, 29, 66, 15, 40, 6, 13, 7, 37, 34, 34, 27, 19, 1, 39, 7, 9, 15, 66, 60, 51, 60, 51, 29, 22, 29, 56, 50, 38, 31, 51, 31, 26, 14, 52, 41, 10, 30, 47, 16, 12, 7, 18, 12, 74, 33, 62, 11, 26, 42, 66, 3, 42, 64, 54, 3, 13, 18, 7, 0, 85, 52, 6, 0, 35, 32, 23, 53, 15, 2, 5, 42, 58, 46, 58, 9, 36, 39, 0, 25, 69, 36, 31, 56, 50, 15, 13, 27, 35, 39, 34, 72, 8, 26, 2, 21, 9, 64, 50, 76, 45, 34, 15, 25, 26, 12, 0, 51, 1, 7, 18, 6, 8, 20, 43, 63, 47, 51, 17, 48, 19, 19, 23, 45, 2, 60, 62, 65, 70 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "interest" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "sum of AGE" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ "rapport correlation: 0.3067200610093844\n" ] }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "lowerfence": [ -9 ], "mean": [ 52.87214297679755 ], "median": [ 54.8 ], "name": "interest=0.0", "q1": [ 50.22 ], "q3": [ 56.71 ], "type": "box", "upperfence": [ 26.17 ] }, { "lowerfence": [ -9 ], "mean": [ 52.08099007928745 ], "median": [ 54.8 ], "name": "interest=1.0", "q1": [ 48.98 ], "q3": [ 57.35 ], "type": "box", "upperfence": [ 20.96 ] } ], "layout": { "boxmode": "group", "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "title": { "text": "Box plot of PCS42 by values of interest" }, "xaxis": { "tickangle": 45 } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "opacity": 0.75, "type": "bar", "x": [ -9, -5.812799999999999, -2.6255999999999995, 0.5616000000000003, 3.748800000000001, 6.936000000000002, 10.1232, 13.310400000000001, 16.497600000000002, 19.684800000000003, 22.872000000000003, 26.059200000000004, 29.2464, 32.433600000000006, 35.6208, 38.80800000000001, 41.995200000000004, 45.1824, 48.369600000000005, 51.5568, 54.74400000000001, 57.931200000000004, 61.11840000000001, 64.30560000000001, 67.4928, 70.68 ], "y": [ 106511.143125, 0, 11480434.561109008, 0, 0, 9947.114774, 0, 34528.869083, 109037.55583299998, 151236.352851, 255533.02562899995, 381758.4705849998, 377471.283012, 375770.854259, 696245.9183089997, 635690.8781519999, 894623.221008, 1054477.009403, 1399908.598753001, 2968330.1653950005, 6002308.295511005, 1457835.7047269996, 390117.9674269999, 57772.971027, 7756.299747999999 ] }, { "opacity": 0.75, "type": "bar", "x": [ -9, -5.8708, -2.7416, 0.38759999999999906, 3.5168, 6.646000000000001, 9.775199999999998, 12.904399999999999, 16.0336, 19.1628, 22.292, 25.4212, 28.550399999999996, 31.6796, 34.8088, 37.938, 41.0672, 44.1964, 47.3256, 50.4548, 53.584, 56.7132, 59.8424, 62.971599999999995, 66.10079999999999, 69.23 ], "y": [ 99025.99812700001, 0, 11764024.024877995, 0, 0, 36747.856405, 44279.470524000004, 117913.392355, 294728.702524, 429553.4577790001, 845600.067484, 792700.6098149999, 527874.1005900002, 762271.3180809999, 1046922.447385, 1033333.9991000001, 1558757.5621800001, 1685237.1081119997, 2095549.2478760001, 3811838.7662730007, 7641995.562616007, 5456135.774488995, 1346414.54546, 251265.205318, 34963.478688 ] } ], "layout": { "barmode": "overlay", "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "opacity": 0.75, "type": "bar", "x": [ -9, -5.812799999999999, -2.6255999999999995, 0.5616000000000003, 3.748800000000001, 6.936000000000002, 10.1232, 13.310400000000001, 16.497600000000002, 19.684800000000003, 22.872000000000003, 26.059200000000004, 29.2464, 32.433600000000006, 35.6208, 38.80800000000001, 41.995200000000004, 45.1824, 48.369600000000005, 51.5568, 54.74400000000001, 57.931200000000004, 61.11840000000001, 64.30560000000001, 67.4928, 70.68 ], "y": [ 0.3692240068741672, 0, 39.79726369413462, 0, 0, 0.03448196560413646, 0, 0.11969533911298738, 0.3779818907508882, 0.524265260388281, 0.8858127407448066, 1.323376954110101, 1.308515292433384, 1.3026207062035668, 2.413556931091598, 2.2036411053178186, 3.101237679099854, 3.6553755329763247, 4.8528242860240525, 10.289803726041846, 20.80717805048556, 5.053630300745381, 1.352355395509729, 0.20027170139916858, 0.026887440951720167 ] }, { "opacity": 0.75, "type": "bar", "x": [ -9, -5.8708, -2.7416, 0.38759999999999906, 3.5168, 6.646000000000001, 9.775199999999998, 12.904399999999999, 16.0336, 19.1628, 22.292, 25.4212, 28.550399999999996, 31.6796, 34.8088, 37.938, 41.0672, 44.1964, 47.3256, 50.4548, 53.584, 56.7132, 59.8424, 62.971599999999995, 66.10079999999999, 69.23 ], "y": [ 0.23760271333724442, 0, 28.226567577645298, 0, 0, 0.08817270773638151, 0.10624404237911282, 0.28292107620481755, 0.7071712554541203, 1.0306694102773986, 2.0289305256452064, 1.9020037093145756, 1.266579695968183, 1.8289917486408094, 2.5119829020387416, 2.4793788158025385, 3.740078698665844, 4.043553380704034, 5.0280552243320615, 9.146115674683758, 18.33618358140707, 13.091437489904216, 3.2305834359553183, 0.6028850572576931, 0.08389127664558882 ] } ], "layout": { "barmode": "overlay", "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "bingroup": "x", "histfunc": "sum", "hovertemplate": "interest=%{x}
sum of PCS42=%{y}", "legendgroup": "", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "name": "", "offsetgroup": "", "orientation": "v", "showlegend": false, "type": "histogram", "x": [ 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1 ], "xaxis": "x", "y": [ 48.45, 25.38, -1, -1, -1, -1, -1, 32.32, -1, 58.28, 41.68, -1, -1, -1, -1, 30.26, 25.57, 56.56, 63.1, 58.91, 51.83, 66.69, 41.86, 52.35, -1, 57.02, 59.11, -1, 52.11, -1, 52.23, 56.15, -1, -1, -1, 47.9, -1, 34.28, 57.47, -1, 36.83, 53.17, 57.2, -1, 50.3, 56.42, -1, 38.55, 56.71, 54.82, -1, -1, 57.49, 46.37, -1, -1, -1, 59.43, 23.07, 53.37, -1, 58.84, -1, -1, 54.24, -1, -1, 50.3, -1, 35.9, -1, -1, -1, 56.15, 52.91, -1, -1, 52.11, -1, 47.26, 57.76, -1, -1, -1, 32.11, -1, -1, 59, -1, 57.78, 56.71, 55.93, 55.88, 54.52, -1, -1, 47.86, -1, 54.8, 41.84, 56.71, 55.09, -1, 54.88, 55.87, 54.52, 52.4, -1, 57.76, -1, -1, 61.53, 56.71, -1, -1, -1, -1, 60.93, 22.46, -1, 56.42, 52.64, 26.37, -1, 57.76, -1, 49.67, 30.31, 38.22, 60.93, 49.66, 57.49, -9, -1, -1, 54.53, -1, 55.79, 38.15, 56.15, 37.5, -1, -1, 56.15, -1, 49.89, 60.18, 56.15, 52.4, 56.93, -1, 57.49, 56.15, 43.46, 60.85, -1, 43.57, 22.12, 59.5, -1, 55.95, 56.15, 50.7, -1, -1, -1, 56.15, 57.87, -1, 59.18, 49.25, -1, -1, -1, 52.4, 48.33, -1, -1, 54.8, -1, -1, 56.71, 15.4, 57.76, 54.52, 55.86, -1, 54.8, 42.21, 44.69, -1, -1, 29.1, 55.09, 52.91, 50.48, -1, -1, 50.6, -1, 45.87, 56.71, -1, 51.57, 54.8, 54.53, 35.79, -1, 54.26, -1, 56.15, 50.87, 54.52, -1, 59.99, 45.41, 56.15, 44.55, 55.86, 57.76, -1, -1, 60.01, 57.36, 52.35, 54.26, 52.35, 39.27, 37.4, -1, 25.38, -1, 39.96, 55.09, 41.78, 47.21, 56.42, 52.4, -1, -1, 59.91, -1, 48.16, 55.4, -1, -1, -1, 21.28, 58.82, -1, 37.93, 27.63, 63.46, 36.31, 39.29, 51.33, 52.91, 53.42, 52.09, -1, 52.4, 52.11, 49.93, 52.11, 56.15, -1, -1, 44.4, 47.68, 45.3, 56.71, -1, -1, 52.4, -1, 49.48, 59.4, 40.96, 41.75, -1, -1, -1, 55.57, -1, -1, 49.66, 54.8, -1, -1, 56.15, 35.75, 56.15, -1, -1, -1, 57.49, 29.31, -1, -1, -1, 30.79, 28.27, -1, 56.44, 52.8, -1, -1, -1, -1, 57.14, -1, 53.2, -1, 40.77, -1, -1, -1, 51.55, 41.02, -1, 61, -1, -1, -9, 32.89, 53.46, 56.15, 53.56, 56.15, 59.7, -1, 46.01, 54.86, 30.47, -1, 50.22, 52.5, -1, -1, 48.84, -1, 50.32, 56.15, 62.09, 30.07, 55.21, 26.2, -1, 17.94, -1, -1, 56.15, 56.42, -1, 51.82, 58.86, -1, -1, -1, -1, -1, 56.15, 54.21, 59.11, -1, 46.95, -1, 30.78, 46.31, 54.8, 41.01, -1, 55.72, 44.26, 44.26, -1, 46.33, -1, 57.49, -1, 48.08, -1, -1, 36.33, 57.76, 55.13, 58.29, -1, 53.28, -1, 54.8, -1, 51.55, 56.15, -1, -1, -1, -1, 38.42, 56.71, -1, 57.76, 48.69, -1, -1, 27.04, 50.22, 53.47, 40.33, -1, -1, -1, -1, 59.11, 57.49, 51.61, -1, 56.44, 44.8, 51.94, 57.76, 57.36, -1, 35.6, 49.02, -1, 54.94, -1, 57.49, 37.54, -1, -1, 60.93, -1, 55.09, -1, -1, 56.71, -1, 44.28, -9, -1, 30.45, -1, -1, 44.6, 49.68, -1, 56.15, 32.52, 37.11, 21.1, 58.84, 51.31, 58.82, 49.19, 59.91, 20.24, 54.82, 56.71, -1, 56.15, 29.01, 28.75, 57.78, 54.26, 50.64, 34.01, 38.64, -1, -1, -1, -1, 23.99, -1, 44.94, 63.81, 57.88, -1, 57.49, 13.27, 25.65, -1, -1, 55.86, -1, -1, 57.76, -1, -1, 29.51, 51.93, 59.11, 56.71, -1, 49.27, 55.43, 36.18, -1, 48.64, -1, 52.11, -1, 39.41, 61.46, 49, 56.42, 43.75, 54.33, 56.71, -1, -1, -1, 23.02, 18.4, 38.73, 60.86, -1, 52.08, -1, 52.91, -1, -1, 48.41, -1, -1, -1, -1, 56.15, -1, 55.86, -1, 43.33, 50.78, 56.71, 52.61, -9, 60.33, -1, -1, 42.49, 54.88, 56.15, -1, 57.49, 56.71, 36.25, 58.82, 56.15, 35.9, 54.8, -1, 28.06, -1, 53.46, -1, 56.15, 57.76, 56.71, 52.46, 39.82, 53.97, 61.8, 55.87, 26.96, 39.28, -1, 56.42, 56.15, -1, 56.71, 54.8, 45.9, -1, -1, 56.71, -1, 51.42, 48.57, -1, -1, -1, -1, 48.96, -1, 43.51, 37.1, 51.16, 52.91, 27.73, 57.49, -1, 37.66, -1, 52.91, 57.49, 53.46, 62.09, 58.84, 29.77, -1, 44.4, 56.15, -1, -1, 46.03, 56.15, -1, 54.55, -1, -1, 48.84, 42.32, 32.01, 56.41, 38.72, 53.47, 39, -1, -1, 46.61, -1, 53.46, 54.8, 42.2, 56.71, 34.13, -1, -1, 44.67, -1, 58.28, -1, 50.22, -1, -1, 56.71, -1, -1, -1, 56.71, 56.15, 58.91, 47.5, -1, -1, -1, -1, -1, -1, -1, 57.49, -1, 38.44, 58.8, -1, 56.42, 59.41, 27.27, 57.78, 52.14, 33.2, 50.46, -1, -1, -1, 55.32, 48.59, -1, -1, -1, 56.71, 48.45, 48.98, 53.3, -1, -1, 54.53, 48.88, -1, 57.22, 59.11, 56.71, -1, 60.47, -1, 54.51, 46.15, -1, -1, -1, -1, -1, 59.18, 7.33, 54.52, 54.51, 62.86, -1, 61.53, -1, 56.42, 54.51, 58.39, 52.4, 50.81, 58.26, -1, 25.84, 44.94, -1, -1, -1, -1, 57.76, -1, -1, -1, -1, -1, 57.84, -1, 43.87, -1, -1, -1, 48.33, -1, 52.62, 32.26, -1, 55.09, 59.72, 55.09, -1, -1, 28.75, -1, 52.88, 51.55, -1, 56.71, 55.18, 57.76, 52.74, 20.78, -1, -1, -1, 57.02, 57.23, 56.15, 45.09, 51.3, 48.12, 49.19, -1, 56.65, -1, 26.24, -1, 55.05, 35.22, 53.46, -1, -1, 57.76, 44.43, 45.76, 58.05, 58.57, 54.8, -1, 56.15, 38.19, -1, -1, -1, -1, -1, 57.76, -1, -1, 60.97, 56.13, 57.19, 27.54, -1, 56.59, 26.18, 56.15, 52, 51.66, -1, 33.56, -1, 56.42, 54.51, -1, 24.59, -1, 57.49, 57.76, 56.71, -1, -1, 52.11, 40.89, -1, -1, -1, -1, 40.39, 58.28, 64.21, 56.15, 45.76, 26.56, -1, 46, 57.49, -1, 46.97, 54.29, -1, -1, 58.85, -1, -1, 55.88, -1, -1, 36.23, 47.33, 38.84, 43.66, 56.15, 45.73, 22.91, -1, 57.49, 47.67, -1, 48.83, -1, -1, 60.26, 58.57, -1, -1, -1, -1, 47.59, -1, 53.46, -1, -1, -1, 57.01, -1, -1, 55.09, 56.71, 41.57, 57.47, 45.93, 34.55, -1, -1, 55.87, -1, 53.97, 33.9, 56.42, -1, 53.46, 40.84, 45.59, 55.09, 28.86, -1, 49.16, 54.3, 51.57, -1, -1, -1, -1, 53.23, -1, -1, 57.57, 57.49, 46.67, -1, 54.8, 46.19, -1, -1, -1, 52.11, -1, 52.91, 16.71, 52.11, -1, 55.09, -1, 42.26, 53.46, 56.71, 54.8, 55.86, 62.39, 56.71, 42.12, 59.11, 47.7, 54.8, 58.05, -1, 55.09, -1, 55.6, 54.5, -1, -1, 48.6, 56.71, 55.93, 53.54, 23.88, 56.71, -1, -1, 53.46, 43.85, 20.52, 21.04, -1, 57.49, -1, -1, 56.42, -1, -1, -1, 55.92, -1, 61.31, -1, 57.2, 54.8, -1, 58, 43.8, 50.95, 25.37, 31.93, 58.33, 55.7, -1, 51.66, 57.47, 50.35, 52.91, -1, -1, -1, 56.15, 56.15, 56.71, -1, -1, 57.3, -1, 51.88, 52.37, 55.09, -1, 36.64, 48.04, -1, -1, -1, 42.18, 56.71, 62.71, 21.66, 56.15, 30.09, 50.33, 57.02, 27.53, 54.04, 55.09, 57.76, -1, 57.49, 56.42, 28.36, -1, -1, 53.46, 55.57, -1, -1, -1, 31.99, 55.09, 28.66, 55.92, 36.47, 53.46, 52.37, 43.58, 45.75, -1, -1, -1, 55.86, 52.11, -1, 57.77, 56.15, 56.74, -1, 27.18, -1, -1, 56.71, -1, 56.71, 49.06, -1, 43.76, 55.95, -1, -1, -1, -1, 10.02, 30.36, 32.47, -1, 56.42, 53.98, -1, 56.81, -1, 56.42, 59.38, 59.11, -1, 50.56, 43.02, 56.15, 62.76, 62.09, -1, 42.47, 51.79, -1, 60.18, -1, -1, -1, -1, 54.8, -1, -1, 57.57, 56.14, 54.52, 25.44, -1, -1, -1, 60.18, 32.26, 59.11, -1, 25.66, 47.5, 45.49, 48.16, 57.76, 46.73, 25.28, 57.81, 56.14, 56.15, -1, -1, -1, 56.71, -1, 37.85, 33.03, 39.69, -1, -1, 45.82, 56.15, 56.71, 32.67, 51.02, 56.71, -1, -1, 56.15, 56.15, -9, -1, 59.11, 54.53, 52.4, -1, 33.65, 53.17, 61.85, 54.8, -1, 59.91, 27.47, 21.6, 22.95, 57.76, -1, -1, -1, -1, -1, 49.92, 53.46, 51.84, 62.05, 25.5, -1, 51.16, 53.98, 47.05, 41.1, 25.2, 51.34, -1, 57.76, 52.11, -1, 48.62, -1, 56.71, 46.57, 59.11, 57.49, 54.26, 55.04, 28.32, -1, 60.16, -1, 43.73, 55.02, 38.95, -1, 56.71, -1, -1, 37.52, -1, 59.72, 57.76, 58.99, -1, -1, 33.12, 43.02, 54.8, -1, -1, 55.17, 55.86, 56.71, -1, -1, -1, 24.91, 36.55, 34.36, -1, 59.11, -1, 59.39, 62.09, 42.55, 25.65, -1, -1, 52.4, -1, 54.51, 58.05, -1, 56.15, 56.71, -1, 44.79, 48.03, -1, 17.55, -1, -1, -1, 45.99, 59.91, 45.09, 47.65, -1, 38.58, -1, 46.55, 57.78, 57.76, -1, 56.15, 36.47, 52.64, 42.11, -1, 33.16, 45.23, 58.84, -1, 56.15, -1, 51.26, 56.71, 56.95, -1, 48.41, -1, 60.3, 56.71, 56.81, 23.91, -1, 55.66, -1, -1, 46.97, 35.09, 61.26, 54.8, 54.8, 56.71, 51.49, 57.49, 56.71, -1, -1, -1, -1, 52.4, -1, 57.22, 50.23, 57.76, 61.56, 48.3, 52.11, -1, -1, 21.66, 46.03, 20.12, -1, -1, 21.19, 52.63, 33.21, 30.27, -1, 54.12, 57.22, 60.46, 50.48, 57.78, 57.2, 32.59, -1, 56.42, -1, 43.85, 27.15, 57.75, -1, 45.45, 52.35, -1, -1, -1, 56.71, 54.8, 60.74, 21.6, 22.4, 34.51, -1, -1, 56.15, 45.27, 38.84, 55.09, -1, 14.02, 24.97, 56.68, -1, 59.31, 37.4, -1, 53.46, 44.94, -1, 33.23, 43.75, -1, 53.46, 37.96, 56.15, 57.76, 26.26, 43.64, 54.88, 44.82, 56.42, 53.24, 63.1, -1, 26.91, -1, 53.58, 42.06, 58.28, 54.8, -1, -1, -1, 57.78, 58.05, 53.17, 33.54, 52.55, 22.54, -1, -1, -1, -1, -1, 57.53, 56.15, -1, -1, -1, -1, 52.5, -1, 47.92, 43.01, -1, 43.76, 56.71, -1, 52.62, -1, 54.8, 22.71, -1, 53.75, -1, -1, -1, 41.16, -1, -1, 58.05, 55.09, 56.22, 28.37, 57.76, 43.31, -1, 31.58, -1, -1, 51.16, 53.46, -1, 59.89, -1, 31.9, -1, 28.07, 54.02, 54.75, 42.37, 56.71, 56.71, -1, 56.15, 24.19, -1, 52.64, 50.34, -1, 36.04, 52.48, 40.82, 57.76, 44.11, -1, 35.48, 43.81, 54.8, 58.05, -1, 49.67, -1, 55.28, 42.92, -1, -1, -1, 44.66, 54.26, 43.34, -1, 39.7, 34.39, -1, 54.53, 56.15, 49.69, 45.22, 37.52, 37.89, -1, -1, -1, 57.47, -1, -1, 45.45, -1, -1, -1, 39.11, -1, 55.99, -1, -1, 56.71, -1, -1, -1, -1, 53.46, 56.15, 59.19, 66.65, 53.46, 57.49, 41.82, -1, 53.56, -1, 19.36, -1, -1, 56.15, 45.31, 52.11, 29.22, -1, -1, -1, 37.96, 60.47, 43.98, -9, 36.83, 48.6, 60.24, 53.29, -1, 60.18, 31.31, -1, 50.59, 48.06, 47.33, 36.58, 44.99, -1, 57.49, 40.7, -1, 52.91, 49.94, -1, -1, 56.15, 53.97, 48.88, 55.09, 15.2, -1, -1, 60.93, -1, 56.71, -1, -1, 59.11, 56.42, -1, 56.3, 55.09, -1, 56.15, 56.44, 28.72, -1, -1, -1, 49.31, 57.76, -1, 55.09, 53.18, -1, -1, -1, -1, -1, -1, -1, 48.08, -1, 53.46, 59.32, 52.91, -1, 57.49, 44.4, -1, 53.08, 57.52, 47.13, 43.59, -1, 24.64, 60.47, 57.49, -1, -1, 20.12, 57.2, 41.17, 56.15, -1, 60.18, 46.43, 53.97, -1, -1, 53.46, 53.74, -1, 49.7, -1, 55.09, 52.4, -1, 56.15, 60.47, -1, 59.11, -1, 47.65, -1, 55.59, 41.98, -1, -1, -1, 35.22, -1, -1, 55.09, -1, 38.22, 60.16, -1, -1, 43.55, 57.57, 53.95, 51.26, -1, 32.67, -1, 60.16, 54.31, 62.09, -1, 56.73, 55.6, 54.85, 54.8, 27.43, 52.42, 46.83, 54.51, 37.56, 53.46, 62.3, -1, -1, -1, -1, -1, 41.94, -1, 21.62, 64.15, 56.71, -1, 45.89, -1, -1, 57.76, 44.7, -1, -1, 41.57, -1, 56.42, -1, 37.65, 16.57, 61.61, 51.57, -1, 56.75, -1, 56.15, -1, -1, 48.6, 57.76, 40.52, -1, 36.58, 59.89, 59.89, 17.81, -1, -1, 52.4, -1, 58.05, 56.71, -1, 56.15, -1, -1, 27.5, 57.49, 54.18, -1, -1, -1, -1, 57.28, 39.42, 56.71, -1, 55.95, 38.75, 56.15, 58.22, 57.76, 62.08, 53.46, 51.16, -1, 56.15, 56.71, 47.26, 55.09, 59.18, 54.8, 59.11, -1, -1, -1, -1, -1, 46.99, 50.22, 58.05, 27.94, 54.8, 27.25, 57.78, -1, 51.57, -1, 56.15, 35.93, 57.76, -1, 53.46, 45, -1, 40.8, 54.8, 56.15, 28.09, -1, 54.8, 57.78, 56.15, -1, 16.87, -1, 41.04, -1, 30.86, 58.55, -1, -1, -1, -1, 49.69, -1, 56.71, 59.97, 56.22, 42.81, -1, 40.89, -1, -1, -1, -1, 55.09, 56.71, 41.56, -1, 34.26, -1, -1, -1, 62.09, 56.15, -1, 55.35, 50.48, 46.12, -1, 51.16, -1, 27.47, 36.13, 57.76, 27.65, -1, 45.49, -1, 46.03, 41.57, -1, 22.31, 49.54, 56.15, -1, 55.18, 54.76, 34.13, 52.09, 58.55, -1, 54.26, 64.42, -1, -1, 56.37, -1, 55.87, 34.82, 62.68, -1, 56.44, 54.51, 55.84, 38.87, 51.27, -1, 56.13, 52.92, -1, 35.71, -1, 52.91, -1, -1, 51.9, 49.21, -1, -1, -1, -1, 55.6, 41.86, -1, -1, 27.11, -1, 52.64, -9, -1, 48.06, 57.59, 63.38, 57.86, -1, -1, 56.42, 49.69, 35.22, -1, 53.75, 19.44, 58.35, -1, 24.43, 52.4, -1, -1, -1, 57.28, -1, 51.08, 60.18, 57.49, -1, 49.73, 40.52, 57.2, -1, -1, -1, -1, 53.47, 42.89, 58.84, 58.89, 40.63, 50.5, 27.88, 63.27, 50.99, -1, -1, -1, 56.15, 55.09, 61.8, -1, -1, 46.03, -1, 56.15, 56.93, -1, -1, -1, 55.09, -1, -1, 58.15, -1, 56.15, 39.34, 60.18, 52.4, -1, -1, 35.04, 28.59, 59.11, 57.78, -1, 54.52, -1, -1, 45.46, 52.91, 55.66, 43.32, 25.41, -1, 62.04, 55.09, -1, -1, 61.8, 55.09, 56.15, 58.89, -1, 23.13, -1, 46.08, 52.4, 27.82, 35.66, -1, -1, -1, -1, 53.46, 41.27, -1, 40.07, 51.53, -1, -1, 58.57, 55.09, 64.26, -1, 52.11, 49.35, -1, 54.8, 44.45, 56.44, 56.15, 56.71, -1, 57.76, 57.57, -1, -1, -1, -1, -1, 57.1, 41.8, 34.66, 50.28, 59.91, 60.47, -1, 40.26, -1, 57.49, 56.71, -1, 69.23, -1, 51.82, -1, -1, -1, -1, 42.97, 43.48, 43.85, 55.6, 54.41, 55.09, 43.04, -1, 52.33, 57.49, 51.82, -1, -1, -1, 55.57, -1, -1, 24.44, 53.47, 41.58, 57.2, -1, -1, 51.43, 47.24, -1, 54.52, 54.39, -1, 40.65, 60.79, -1, -1, 48.76, 56.66, 57.76, -1, -1, 50.55, -1, -1, 54.8, -1, 54.8, 56.62, 49.27, 36.59, 43.13, 56.8, 55.12, 60.45, 57.61, 57.76, -1, 40.72, 39.1, 42.51, 47.78, -1, -1, -1, -1, 51.18, -1, 57.76, -1, -1, -1, -1, -1, 53.14, -1, 56.71, 53.46, 15.87, 58.08, -1, -1, 54.86, -1, -1, 55.09, -1, 51.29, -1, -1, 60.7, 51.57, 55.09, 52.4, 56.15, 43.96, -1, 15.36, 34.03, 38.26, 7.46, -1, -1, -1, -1, 30.99, 57.76, 58.6, -1, 52.64, 54.61, 56.3, 44.81, 55.09, -1, 57.76, 57.76, -1, -1, 42.8, 54.51, 54.53, 56.15, 57.76, 37.93, 50.22, 57.76, 20.24, -1, -1, 53.75, -1, -1, 48.07, -1, 54.8, -1, -1, -1, 19.64, 40.11, 57.76, 55.59, 51.84, -1, 58.77, 55.86, 56.15, 59.33, 55.88, 25.49, 52.11, 58.85, -1, -1, -1, 52.37, 46.48, 53.51, -1, -1, -1, -1, 57.49, -1, -1, 56.71, -1, 59.11, -1, 53.98, 55.09, 19.59, 37.69, -1, 52.4, -1, 24.37, -1, -1, -1, 49.67, -1, -1, 61.41, 56.71, 46.46, -1, 23.22, -1, -1, -1, 57.28, 51.63, -1, 43.34, 54.8, 53.06, 57.76, -1, -1, 27.54, -1, 55.86, 57.47, -1, -1, 58.57, -1, 56.71, -1, 47.06, 54.24, 46.99, -1, 46.52, -1, -1, -1, 53.71, 52.4, 52.91, 54.8, 60.73, 52.62, 54.5, -1, -1, 42.9, 57.76, -1, 52.11, 56.15, 53.47, -1, -1, 56.71, 24.31, 49.69, 56.71, 40.19, -1, 49.88, -1, -1, -1, -1, -1, -1, 52.62, 53.17, 59.11, -1, -1, 41.02, 29.06, -1, 23.4, -1, -1, -1, 56.44, 57.78, 46.33, -1, 56.15, 57.78, 48.89, 21.39, -1, 48.39, 30.29, 55.33, 54.8, -1, -1, -1, 56.71, 41.42, -1, 63.66, 50.35, -1, 49.12, 55.09, -1, 38.33, -1, 22.87, -1, -1, 55.62, -1, 43.34, 56.71, 54.51, 57.47, 52.11, -1, -1, 52.4, 46.67, -1, -1, 52.91, 56.71, -1, 55.84, 55.09, 49.4, -1, 61, 53.97, -1, -1, -1, 56.92, -1, -1, 51.79, 42.51, -1, -1, 42.39, -1, -1, 31.48, -1, 40.89, 61.26, 50.73, -1, 51.85, 56.15, 35.77, 54.8, 53.46, 59.47, -1, 43.54, 56.71, 30.37, -1, -1, 57.57, -1, -1, 36.02, -1, 49.81, 53.97, 52.15, -1, 47.46, 61.24, -1, 52.91, 37.65, 57.47, -1, 48.2, -1, -1, -1, 29.39, -1, 49.69, -1, -1, 52.4, 45.76, 55.59, -1, 47.24, 56.44, -1, -1, 61.33, 54.8, 54.8, 27.73, 57.56, -1, -1, 44.11, 57.73, 52.4, 58.84, 56.15, 47.85, -1, -1, -1, 38.87, 37.13, 57.49, 59.11, 56.15, 66.24, -1, 56.71, 18.84, 53.42, -1, 47.92, 59.35, -1, -1, -1, -1, 40.96, -1, 35.59, -1, 56.32, -1, -1, 58.84, -1, 57.49, 47.65, 52.11, 53.46, 53.19, -1, -1, -1, 25.47, 45.41, 46.99, -1, 52.25, -1, -1, 53.18, -1, 57.76, 54.88, -1, 50.08, 50.36, -1, -1, 56.71, -1, 38.88, -1, -1, 57.49, 56.17, -1, -1, 52.4, -1, 49.98, 53.46, -1, -1, 70.68, -1, 24.57, 56.15, 58.64, 60.45, -1, -1, -1, -1, 52.99, -1, 56.15, 25.02, 56.42, -1, 61.1, 57.76, 51.85, 32.02, 47.55, 56.15, -1, 50.72, 47.27, -1, 37.35, 55.12, -1, 28.2, 45.08, 48.18, -1, 60.05, 56.15, -1, 52.2, 48.63, 43.39, -1, 51.82, 57.37, -1, 56.71, 49.39, -1, 54.77, -1, 44.78, 56.66, 48.98, 61, -1, 55.09, -1, 53.46, -1, 57.76, 49, -1, 56.08, 37.93, 53.24, 53.46, -1, -1, 55.09, 54.8, 25.53, 51.82, 40.88, -1, 36.03, -1, 59.87, -1, 44.8, 51.51, 37.73, 55.33, 54.8, 51.57, 49.68, 56.13, 59.11, -1, -1, 50.23, 54.96, 50.28, -9, -1, 56.71, -1, -1, 41.2, 59.99, 56.71, 53.59, -1, 57.76, -1, 45.11, 52.47, 62.09, -1, 47.77, -1, -1, 57.3, 47.64, -1, 58.1, -1, 39.53, 20.66, 47.14, -1, -1, -1, -1, 52.11, 56.71, -1, 60.18, -1, -1, 54.8, -1, -1, -1, 23.96, 43.24, 48.66, 63.9, -1, -1, -1, -1, -1, 54.8, 56.71, 57.2, 56.71, 56.74, -1, 49.39, 56.71, 56.15, -1, 51.57, -1, -1, 57.2, -1, 56.42, 44.25, 20.25, 15.32, 56.15, -1, 57.49, -1, -1, -1, 48.96, -1, 47.25, -1, 23.64, -1, 56.71, 57.76, 56.71, 55.09, 54.8, -1, 52.62, 55.98, 42.15, 53.28, 55.09, -1, 52.27, 54.8, 58.84, 58.88, 52.07, 57.78, 56.71, 62.75, 55.6, 55.86, -1, -1, -1, 53.85, 40.75, -1, -1, -1, -1, 56.15, -1, 56.44, -1, 55.59, 55.75, 33.81, 59.64, -1, -1, 49.54, -1, -1, -1, -1, -1, -1, -1, 35.21, -1, 51.15, 57.82, 57.24, 57.76, 54.8, 18.52, 17.53, -1, 40.34, -1, -1, -1, 24.82, 25.83, 52.4, -1, -1, 43.46, 24.8, 59.11, -1, 59.11, -1, 46.29, 48.63, -1, 60.47, -1, -1, 42.12, 35.81, -1, -1, 57.64, 52.11, -1, -1, 59.7, 54.24, 57.48, 54.8, -1, 51.45, 52.4, 49.48, 57.76, 23.42, 39.14, 58.29, 51.84, 54.94, 56.71, 51.28, -1, -1, -1, -1, -1, -1, 57.32, -1, -1, 56.44, 35.36, -1, 18.61, -1, -1, 56.44, 56.15, 52.4, 20.78, -1, 54.61, 42.69, 55.6, -1, 49.95, 46.48, -1, 56.71, -1, 58.05, 47.24, 56.15, -1, 31.93, -1, 55.86, -1, 57.2, 52.62, 44.89, -1, -1, 57.76, -1, -1, -1, 56.15, -1, 28.63, 56.71, -1, 53.17, -1, -1, -1, -1, 17.91, -1, 49.81, 56.15, -1, -1, 55.09, -1, 55.28, 52.11, -1, -1, -1, 57.49, 43.42, 44.47, -1, 55.09, 31.11, -1, 58.55, 56.15, 59.43, 63.3, -1, 61.57, 49.54, 55.09, -1, 57.76, 46.99, 44.95, -1, -1, 22.59, -1, -1, -1, 60.93, -1, 62.06, -1, -1, -1, -1, -1, 57.49, 27.63, 37.78, 44.11, 49.84, 54.61, 42.52, 57.6, -1, 56.71, -1, 49.75, -1, 37.93, -1, 62.32, -1, 23.99, -1, 55.86, -1, 56.71, 41.72, -1, 56.15, -1, 50.9, -1, -1, 24.73, 15.9, 27.7, 52.11, -1, -1, 25.82, -1, 54.09, 56.71, 28.34, -1, -1, 26.4, -1, 36.24, 57.49, 43.43, -1, 55.46, -1, -1, -1, 34.73, -1, 52.09, -1, -1, 55.09, -1, -1, 53.46, -1, 55.09, 25.93, 62.09, -1, -1, -1, 57.2, 35.71, 61, 44.67, 45.55, -1, -1, -1, -1, -1, -1, -1, 56.71, -1, 35.51, -1, 46.03, -1, 56.44, 58.91, 37.19, -1, 51.14, -1, -1, -1, 39.53, 56.44, 54.8, 25.43, 56.42, 40.76, -1, 45.2, 37.3, 56.71, -1, -1, -1, 47.23, 57.01, -1, 57.2, -1, 43.86, 55.09, 53.46, 31.31, -1, 62.09, -1, -1, -1, 56.15, -1, 56.15, 50.1, -1, 46.21, 52.91, 56.71, 54.5, -9, 22.66, 53.46, 60.24, 59.14, -1, 47.63, 39.7, -1, -1, -1, -1, -1, 49.54, -1, 47.24, 53.18, 56.71, 23.61, 21.24, 53.44, 55.86, -1, -1, 20.98, 48.65, 24.99, 54.63, -1, -1, -1, 38.42, 47.36, 57.49, -1, 56.42, 57.47, 54.26, 34.16, 56.15, 43.34, -1, 59.4, -1, 56.83, -1, 24.71, -1, 33.5, 35.12, 40.11, 57.78, 54.01, 56.81, -1, 57.57, 55.09, 59.4, 58, -1, -1, 52.4, 25.4, -1, 53.46, -1, -1, 61.25, 57.49, 24.76, -1, -1, 53.46, 52.62, -1, -1, -1, 40.09, 59.87, -1, 58.34, 60.93, 40.7, -1, 48.18, 54.8, 53.24, 50.4, 57.2, -1, -1, -1, 60.93, 55.58, -1, 58.99, 54.8, -1, -1, 55.09, 52.23, -1, -1, -1, 54.27, 52.11, -1, -1, -1, -1, -1, 32.9, -1, -1, 41.98, -1, 22.6, 54.38, -1, -1, 56.15, 59.64, 39.11, -1, 53.58, 58.08, -1, -1, 57.22, 64.32, -1, 54.8, -1, 56.15, -1, -1, -1, 52.4, 53.03, 46.44, 53.46, 58.64, -1, 36.58, -1, -1, -1, 47.47, 60.18, -1, 36.16, 53.17, 45.9, 53.17, 57.16, 35.45, 54.8, -1, 58.05, 53.18, 56.15, 57.76, -1, 46.31, 53.17, 37.66, -1, -1, -1, 51.57, 38.03, 56.15, 54.8, -1, 54.12, 43.13, 56.95, -1, -1, -1, 39.62, 48.31, -1, -1, -1, 55.09, -1, -1, 30.61, 53.85, -1, 52.11, -1, 37.78, 34.24, -1, 53.98, 41.42, 61.25, 56.71, 59.31, 58.28, 57.2, -1, -1, 59.35, -1, 45.88, 44.56, 64.04, -1, 57.55, 57.57, 54.92, -1, 32.02, 47.36, -1, 45.19, -1, -1, 43.72, 60.18, -1, 21.64, 56.15, 57.63, -1, 53.52, 38.47, 56.15, 52.4, 53.99, 54.51, 56.71, 27.16, 57.76, 53.7, 59.17, 54.82, -1, 52.44, -1, -1, 55.86, -1, 52.98, 52.91, 52.91, 49.69, -1, -1, 57.76, 56.15, 52.91, 57.49, 53.29, -1, 23.99, -1, 57.35, 52.89, 56.71, -1, 57.76, 54.52, 56.71, 57.49, 51.02, -1, -1, 62.09, 53.75, 43.22, 52.4, -1, 56.71, -1, -1, -1, 47.5, -1, 47.4, 54.04, 37.72, 34.54, 24.17, 56.4, -1, 56.15, 46.82, 49.16, 65.32, -1, 35.09, -1, 35.12, -1, 54.52, 57.22, 47.15, 54.43, 53.77, -1, -1, -1, 57.76, -1, 49.06, -1, 54.8, 53.46, 50.66, -1, 57.49, -1, -1, -1, 44.69, -1, 46.29, -1, 56.71, -1, -1, -1, -1, 43.48, 58.05, 48.21, 55.05, 48.82, 43.06, 45.16, 40.49, -1, 53.46, 21.31, 56.44, 26.09, 18.89, 53.8, -1, -1, 65.34, 60.78, -1, 28.16, -1, 61.33, -1, 56.15, 42.37, -1, 37.75, 53.18, 48.06, -1, 48.04, 44.41, 55.94, 51.86, 56.15, 59.31, 50.23, 56.15, 55.09, 41.83, -1, 46.97, 48.49, 55.09, 56.15, 49.54, 48.6, -1, 54.8, -1, 42.96, 56.71, 45, -1, 22.58, -1, 12.45, -1, 43.87, 36.44, 52.91, -1, 55.88, 57.22, 57.47, -1, 37.52, 22.86, 57.49, -1, 52.33, 53.46, -1, 53.46, 55.09, 52.91, 60.46, 44.66, -1, 51.02, -1, 50.23, 30.61, -1, -1, 55.41, -1, -1, 58.55, -1, 56.42, 50.22, 47.8, -1, -1, 55.09, 56.15, 61.31, 56.71, 40.64, 54.33, 54.26, -1, 53.15, 59.68, -1, -1, 54.48, 54.52, 56.3, 22.3, -1, 53.75, -1, 49.58, 59.76, 31.09, 56.14, 57.49, -1, 34.71, -1, -1, -1, -1, -1, 25.14, 56.48, 54.26, 40.79, 60.47, -1, 48.41, -1, -1, 41.73, 53.18, 46.03, 34.77, -1, 55.09, -1, -1, 62.09, 59.11, 45.71, -1, -1, 47.92, 36.29, -1, 56.15, 58.89, 56.95, -1, 50.61, -1, -1, 42.68, 14.31, 48.98, -1, 57.3, -1, -1, 44.65, -1, 52.62, 34.89, 22.73, 52.64, -1, 52.91, 38.08, 56.71, 50.48, 32, 54.77, -1, -1, 54.47, -1, 56.15, -1, 47.84, -1, 56.71, 54.8, 52.91, -1, 17, -1, 51.94, -1, 60.45, 43.54, 51.82, -1, -1, 56.71, -1, -1, -1, 50.73, -1, -1, 48.63, 50.23, 62.12, -1, -1, -1, 51.02, -1, 53.97, -1, 18.79, 62.68, 55.39, -1, 29.69, 42.71, 59.08, 57.22, 59.11, 40.89, 56.71, 57.76, 49.19, 55.31, 43.37, 50.23, 58.78, -1, -1, 51.86, 57.78, 54.8, 54.8, 44.99, 37.8, 59.91, -1, 54.8, -1, 54.8, 50.79, 53.39, 48.06, 54.8, 51.23, -1, 57.3, -1, 55.09, 54.25, 54.82, 57.74, -1, -1, 35.77, 56.15, 54.8, 47.63, -1, 53.46, -1, 32.12, -1, -1, 52.91, -1, -1, -1, -1, 56.15, 56.15, 55.93, 38.98, -1, -1, -1, 56.15, -1, 57.49, 51.57, 50.89, 42.12, -1, 32.41, 54.8, 58.7, 52.4, -1, 58.89, -1, -1, 29.72, 59.17, -1, 47.28, -1, 23.08, -1, 47.77, 57.49, 56.23, 52.52, 56.71, 52.88, -1, 57.83, -1, 31.61, 53.46, -1, -1, 57.92, -1, -1, -1, -1, 32.14, 60.16, 57.76, 57.76, -1, 15.64, 53.82, -1, 41.86, 56.71, -1, 56.71, 52.86, 59.43, -1, 37.66, 52.4, -1, 50.69, 55.09, 18.83, 57.2, 32.6, -1, -1, 54.24, -1, 25.58, 46.37, 55.09, 40.48, 57.93, 44.96, -1, 60.26, -1, -1, 59.76, 37.91, 16.02, 53.46, 49.78, 31.8, 56.15, -1, 45.44, 56.15, 28.6, 17.76, 51.82, -1, 56.42, -1, 27.79, -1, -1, -1, -1, 18.37, 24.98, 53.18, 55.99, 55.1, 29.7, 50.21, -1, -1, 48.88, -1, 58.64, 37.32, 40.8, -1, -1, -1, 59.43, 56.71, -1, 27.27, 30.9, -1, 57.5, 52.91, 62.39, 53.11, 56.71, -1, 48.04, 56.71, -1, 29.72, 54.91, 29.72, 50.49, -1, 53.71, 51.02, -1, 39.9, -1, -1, 56.71, 37.49, 54.22, 38.87, -1, 51.28, -1, 36.84, 25.12, 55.75, -1, 53.74, 57.49, 54.38, 21.8, -1, 35.92, 56.71, -1, -1, -1, -1, 51.29, -1, -1, -1, 46.63, 50.87, 54.81, 46.7, -1, -1, 49.68, -1, -1, -1, 36.27, -1, -1, -1, 55.09, -1, -1, 56.68, 34.96, 41.29, 54.8, -1, 52.91, 23.26, -1, -1, 55.09, -1, 57.47, 56.71, 45.74, 44.15, 58.05, -1, 33.85, -1, 49.27, 37.63, 57.76, -1, 49.66, -1, -1, 35.63, -1, -1, 55.59, 43.42, -1, 34.42, -1, -1, -1, -1, 53.35, 56.15, 46.46, 57.76, -1, 54.24, -1, -1, 61.66, 53.46, 51, 53.39, -1, -1, 55.86, 55.86, 56.55, -1, -1, 56.42, 17.55, 29.29, 20.65, -1, 49.99, 18.08, 53.17, -1, 43.75, 60.47, -1, 40.17, 53.4, 51.18, 53.85, -1, 53.43, 51.24, 57.47, -1, 41.55, -1, 43.49, 57.57, -1, 56.15, -1, 57.76, -1, -1, -1, 61.41, -1, -1, 47.55, -1, -1, 55.86, 22.42, -1, -1, -9, -1, 56.71, 32.14, 30.31, 57.49, 53.75, -1, -1, 59.4, 53.46, -1, 54.8, 47.09, 56.15, -1, 62.9, 44, -1, -1, -1, 51.84, -1, 56.15, 35.95, -1, -1, 51.77, 53.17, 58.55, 52.7, 60.93, 49.11, -1, 60.93, 45.84, 22.64, -1, -1, -1, 58.05, -1, 41.87, -1, 56.71, 54.8, -1, 53.17, 59.31, -1, 44.29, -1, -1, -1, 49.75, 33.64, 51.46, 39.97, -1, 44.54, -1, 57.96, -1, 60.45, 48.6, 60.5, -1, -1, 28.21, 53.53, -1, -1, -1, 32.74, 57.49, 52.91, 52.4, 51.87, 54.04, -1, -1, 53.17, -1, -1, 37.79, -1, 53.76, -1, -1, 26.68, 53.15, 59.24, -1, 58.85, -1, 36.31, -1, 38.52, -1, 54.8, 48.4, -1, 46.85, 36.75, -1, -1, 55.33, 27.45, -1, 56.44, -1, -1, 43.2, -1, 56.15, 54.24, -1, 40.82, -1, 28.47, 56.71, 17.33, 48.45, 55.86, 56.15, -1, 58.64, -1, 29, 63.51, 57.49, -1, -1, -1, 57.76, 54.65, -1, -1, 56.11, -1, -1, 57.78, 53.46, 48.84, 55.09, -1, 41.33, -1, 40.07, 58.05, -1, 51.67, 53.08, -1, 54.52, 47.77, 47.39, 58.86, -1, -1, -1, -1, 53.17, 53.2, 52.44, 57.2, 56.15, 59.4, -1, 59.6, -1, -1, 17.81, -1, 56.15, 51.29, -1, 47.26, 59.11, 55.86, -9, -1, -1, 26.84, -1, 63.1, 42.95, 48.35, -1, 53.05, 57.54, -1, -1, -1, 47.63, 48.53, 60.21, 54.8, -1, -1, 56.15, 53.46, 31.99, -1, 59.72, 50.07, 43.2, 54.8, -1, -1, 58.05, -1, 55.09, 35.08, 56.71, -1, 52.91, 57.36, -1, 45.87, 57.47, 32.95, 49.16, 56.71, 31.79, -1, 57.72, 56.48, 31.44, 50.22, -1, 56.15, 52.4, -1, 54.8, -1, 38.95, 57.76, 55.09, -1, 57.78, -1, 47.67, 27.15, -1, 56.71, 56.71, -1, -1, 48.62, 60.47, -1, -1, -1, 60.18, -1, -1, -1, 52.93, 56.15, -1, 56.15, -1, -1, 35.96, 56.71, 52.62, 28.36, 56.71, 21.06, -1, -1, -1, 56.15, -1, -1, 49.79, 47.07, -9, -1, 48.42, -1, -1, 44.66, 55.39, 48.86, -1, -1, 28.53, -1, 60.18, -1, -1, 52.4, -1, -1, -1, 39.78, 48.73, 56.15, -1, -1, 45.58, 52.11, 43.27, -1, 55.09, -1, -1, -1, 49.19, -1, -1, -1, -1, 37.04, 56.62, 48.88, 43.27, 20.91, 26.35, -9, 57.49, -1, 45.49, -1, -1, 58.05, -1, 51.57, -1, -1, -1, -1, 15.66, 58.35, -1, -1, 51.02, -1, 57.87, -1, 53.48, 59.89, 39.64, 54.8, 52.66, 57.76, -1, 51.35, -1, -1, -1, 52.91, 48.53, 32.36, -1, 53.46, 23.04, -1, 53.46, 61.31, -1, -1, 56.13, 54.8, 49.69, 56.22, 52.33, 59.11, 39.12, -1, -1, 51.85, 45.95, 36.55, 47.83, -1, -1, 53.71, 25.46, 53.46, 59.52, 56.15, -1, -1, 49.48, 39.46, -1, 55.41, 51, 55.87, -1, -1, -1, -1, 54.8, -1, 47.35, 54.22, 48.86, -1, 46.77, -1, 53.46, 23.99, 49.51, -1, 54.8, 56.15, 43.72, -1, 24.13, -1, -1, -1, 33.51, 39.76, 46.01, 42.18, 52.71, 55.09, 42.94, 48.6, 29.05, 62.58, -1, -1, 56.71, 59.75, -1, 56.71, -1, -1, -1, -1, -1, 52.37, 56.71, 57.76, -1, 48.31, 29.73, -1, 56.15, -1, 53.75, -1, 25.61, -1, -1, -1, 48.6, -1, -1, 58.52, -1, 53.75, 53.46, 59.35, 21.34, 34.62, -1, -1, 29.71, 55.09, -1, -1, 56.13, 45.37, 48.63, -1, -1, 53.75, 60.93, -1, 60.2, 49.25, 52.4, 58.55, 59.62, 56.15, -1, 30.9, -1, 48.88, 56.71, 45.9, -1, -1, -1, 54.8, 56.42, -1, 59.43, -1, 56.66, 52.4, 57.08, 37.02, 45.91, 50.75, 16.05, 50.5, 58.4, -1, 42.44, -1, -1, 42.95, -1, -1, -1, 58.05, 54.26, 28.39, 30.87, 45.59, 44.16, 43.51, 61.25, -1, 56.68, 56.15, 46.03, -1, -1, 41.18, 50.05, -1, -1, -1, 55.86, -1, 49.16, 51.45, 40.14, -1, -1, -1, 50.23, 39.27, -1, 39.22, -1, 42.34, -1, 56.71, 43.51, 43.99, -1, 55.87, 62.09, -1, -1, 52.11, -1, 50.89, 54.54, -1, 37.83, 41.45, 51.28, 58.64, 58.82, 56.15, 56.71, 56.42, -1, -1, 58.58, 23.46, -1, 55.86, -1, 56.15, 26.05, 52.4, 56.14, 43.54, -1, -1, -1, -1, -1, 41.16, -1, -1, 57.49, -1, -1, -1, 53.17, -1, 55.59, 41.14, 52.4, -1, 56.71, 57.76, -1, 40.7, 56.15, 44.87, 52.09, -1, 41.44, 22.9, -1, -1, -1, 45.22, -1, 56.15, 23.23, 52.4, 54.51, 56.71, 57.76, 57.76, 56.42, 55.86, -1, 51.16, -1, 56.42, -1, -1, -1, 56.71, -1, 57.49, -1, -1, 51.29, -1, 56.15, 56.99, -1, 51.85, 52.4, 66.65, -1, 55.09, 44.83, -1, 43.33, 47.89, 33.06, 57.47, 55.55, -1, 56.71, -1, 34.18, -1, 58.29, 28.24, 57.76, -1, 33.32, 57.49, 31.31, 56.71, 50.04, 62.88, -1, 50.57, -1, 50.3, 51.57, -1, -1, 64.34, 44.69, 54.8, 60.47, -1, 56.15, 60.45, -1, 47.26, 51.96, -1, 37.25, 56.44, -1, -1, 38.38, -1, 54.36, 45.21, -1, -1, -1, -1, 23.91, -1, -1, -1, 46.72, 46.31, 32.88, -1, 52.5, 37.05, 55.09, 62.09, -1, -1, 28.48, 44.17, -1, 26.17, -1, 53, 56.71, 36.61, -1, 58.47, -1, -1, -1, -1, -1, -1, 57.07, 57.76, 54.26, -1, 27.52, 43.99, -1, 52.99, 51.57, -1, -1, 53.97, 57.76, -1, -1, 56.15, -1, 56.71, -1, -1, -1, -1, 54.53, 52.5, 36.66, 52.62, -1, -1, 39.78, -1, 45.1, -1, 57.76, 57.2, -1, -1, -1, 34.25, 47.65, 62.09, 56.71, -1, -1, -1, 53.69, -1, 53.46, 35.5, -1, 56.15, 54.6, -1, 51.29, 52.4, -1, -1, 52.08, 56.42, -1, -1, -1, 40.36, -1, 53.07, 54.51, -1, -1, 54.53, 56.15, 29.51, 59.31, -1, 20, 28.37, -1, -1, 35.61, 52.33, -1, 40.77, -1, 52.11, 56.42, 53.97, -1, -1, 56.23, 52.61, -1, -1, -1, -1, -1, -1, 41.86, 34.83, -1, 52.4, 56.71, -1, 37.93, -1, 54.8, 44.36, 52.44, 50.91, 55.12, 52.4, 52.91, -1, 52.64, 44.74, -1, 36.92, 43.31, -1, -1, 58.82, -1, 33.05, -1, 56.71, -1, 33.2, -1, 48.83, -1, 56.71, 41.71, -1, 41.56, 50.55, -1, -1, -1, -1, 51.16, -1, -1, 22.4, 49.54, 58.84, -1, -1, 57.49, 56.15, 38.46, -1, -1, 41.57, -1, -1, -1, -1, 50.6, -1, 47, -1, 57.49, 56.15, 53.24, 29.99, -1, 49.69, -1, 52.91, -1, -1, -1, 47.24, 21.09, -1, -1, 54.8, 54.53, 54.8, 54.8, 24.49, 57.76, 56.44, -1, -1, 49.51, -1, 59.08, 23.61, 29.51, -1, 39.7, 49.6, -1, 49.41, -1, 34.07, -1, -1, 58.55, -1, -1, 57.49, -1, -1, -1, -1, -1, 44.2, -1, 53.17, -1, 56.15, 58.78, -1, -1, -1, 28.78, -1, 22.04, 59.11, 56.15, 56.71, -1, 27.18, 57.04, -1, -1, 43.87, 57.32, -1, -1, 44.17, 60.16, -1, -1, 56.15, 56.15, -1, 37.07, -1, 45.11, -1, 55.57, 52.4, 59.53, 17.79, 53.46, 47.8, 46.58, -1, 46.83, 47.65, -1, -1, 49.19, -1, 52.33, -1, 48.86, 32.71, -1, 47.91, 55.86, 54.8, -1, 53.46, -9, 59.4, -1, -1, 45.22, 55.09, 44.64, 56.71, 57.03, -1, -1, 56.15, -1, 49.21, 58.82, -1, 47.91, 49.25, 56.15, -1, -1, 51.77, -1, -1, -1, -1, -1, 59.18, 57.49, -1, 32, 24.84, -1, -1, 54.8, 62.09, 57.76, -1, 53.73, 56.62, -1, 33.68, 49.74, -1, 48.63, 60.01, 57.49, -1, -1, -1, 14.39, 59.4, -1, 31.99, 57.76, 18.58, -1, 44.7, -1, -1, -1, -1, 24.4, 38.96, -1, 49.68, 60.17, 53.17, 46.29, 46.51, 31.31, -1, -1, -1, -1, -1, 31.59, 62.89, -1, -1, 37.17, 20.16, -1, 49.1, 53.22, -1, 54.38, 58.84, -1, -1, 55.09, 50.73, -1, 57.78, -1, 48.07, -1, 55.6, 26.97, 37.82, 56.71, 49.87, 56.71, -1, -1, -1, -1, -1, 38.87, 45.35, 43.01, -1, 49.95, -1, -1, 52.11, 57.76, 45.75, 40.36, 57.76, 55.09, -1, 52.04, 54.8, 56.71, -1, 57.14, 46.03, 46.09, 48.92, 53.46, 39.96, 34.95, 57.76, 53.46, -1, 56.44, 48.3, 32.15, 48.59, 53.91, 55.09, -1, 62.09, -1, 58.05, -1, -1, -1, -1, 56.15, -1, -1, 57.87, 56.44, -1, -1, 39.81, 19.59, 59.91, 58.85, -1, 56.07, -1, 56.15, -1, 39.7, 52.64, -1, -1, -1, 56.44, 26.54, 50.22, 49.48, -1, 53.46, 50.73, -1, -1, -1, 50.6, -1, 55.87, 54.33, 41.59, 60.77, 52.11, 33.47, 54.8, -1, -1, -1, 56.71, -1, -1, -1, 47.35, -1, -1, -1, 45.62, -1, 49.81, 57.76, 55.68, 42.72, -1, -1, 53.17, 48.98, -1, 39.88, -1, -1, 46.16, 56.71, 57.49, -1, 57.22, -1, 55.09, 56.15, 52.4, 56.71, -1, 25.95, -1, -1, -1, -1, -1, 54.8, 34.54, 56.15, -1, 58.29, 47.89, 59.72, 33.06, 56.44, 54.1, -1, -1, 60.93, 57.76, 56.44, 56.71, 52.5, 31.76, 56.42, -1, 57.76, -1, -1, 53.06, -1, 50.76, 52.89, -1, 59.11, -1, 47.03, 52.14, -1, 20.96, 57.2, -1, 56.15, -1, 53.28, 52.6, -1, 57.49, 54.86, -1, -1, 58.05, -1, -1, 57.76, 49.47, -1, 57.76, -1, 29.03, 56.42, -1, 48.35, 27.54, 46.17, -1, -1, 32.84, 45.68, 53.17, -1, 57.47, -1, 47.71, -1, 54.8, -1, 57.49, -1, 49.03, 56.71, 55.86, -1, 54.8, -1, -1, -1, 51.02, 53.82, 55.09, 53.17, -1, 52.42, -1, 43.55, -1, -1, 54.8, 46.58, -1, 56.44, 60.36, 56.44, 51.77, 24.78, 37.68, -1, 40.29, -1, 34.03, -1, 57.76, 56.15, 55.59, -1, -1, 56.44, -1, -1, -1, 55.46, -1, 51.57, -1, -1, 19.06, -1, 52.11, -1, -1, -1, -1, -1, 56.15, -1, 58.76, 60.7, -1, 56.3, -1, 56.44, -1, 35.21, 52.91, 57.76, -1, 55.86, 55.09, -1, 56.71, 61, 58.89, -1, 45.93, 36.87, -1, -1, 59.4, -1, 55.6, -1, 57.61, 55.09, 42.39, -1, 59.77, 54.8, 57.49, 56.71, 51.84, 62.04, 59.11, -1, 25.89, 60.16, -1, 50.22, -1, 49.1, 54.86, -1, 52.4, 53.46, -1, 58.82, -1, -1, 54.26, -1, 26.83, 51.57, -1, 52.64, 58.58, -1, -1, -1, 56.42, 52.64, 41.82, 28, 56.15, 60.45, 56.95, -1, -1, 54.51, 50.52, 58.61, 57.49, 41.77, 50.22, 56.15, 59.11, 59.4, -1, -1, 39.67, -1, 36.89, -1, 53.17, -1, -1, 48.33, -1, -1, 58.28, -1, 58.55, 55.93, -1, -1, 56.71, -1, 32.2, 28.09, -1, 57.2, -1, 47.36, -1, 50.01, 54.51, -1, -1, -1, -1, 41.04, 40.69, -1, -1, 55.84, 53.06, 44.12, -1, 48.32, -1, 49.68, 29.98, 56.71, 43.05, 20.16, 57.2, -1, -1, -1, 52.91, -1, -1, 43.92, 57.49, -1, -1, -1, -1, 57.2, -1, 42.45, 28.1, 56.15, 18.94, -1, 52.11, -1, 54.63, 59.11, 57.76, 48.47, -1, 53.17, 54.8, 54.52, 61.65, 33.08, 53.53, 53.46, 43.86, 48.36, 56.15, -1, -1, 51.82, 56.15, 52.96, -1, 57.76, 35.98, 45.08, 45.83, -1, -1, 53.71, 54.8, 57.64, 36.46, -1, -1, -1, 56.42, -1, 57.28, -1, 51.53, 39.97, -1, -1, 57.76, 45.64, -1, 49.27, 52.11, 29.63, -1, 37.81, 52.91, -1, -1, 54.8, 52.11, -1, 40.48, -1, 60.74, -1, -1, 53.46, -1, 55.09, 54.8, -1, 52.11, 25.79, -1, 56.15, 56.15, -1, -1, 54.8, 16.52, 31.59, 52.64, 56.71, 51.85, 55.87, 54.8, -1, 56.15, -1, 57.76, -1, 55.09, 57.78, 53.59, -1, -1, -1, -1, -1, 52.4, 57.74, 33.23, -1, 45.52, 60.48, 55.09, -1, 56.71, 57.2, -1, 61.26, -1, 52.4, 50.75, 60.47, 47.91, 45.47, 58.84, -1, 58.45, -1, 55.87, -1, 49.73, -1, 50.48, 53.66, -1, -1, -1, 55.06, 56.71, 59.4, 58.64, 48.77, 56.15, 57.49, 56.15, -1, -9, 57.76, 43.93, -1, 28.2, 48.86, -1, 58.84, 34.01, 60.47, -1, -1, -1, 33.2, 39.23, 47.06, 54.8, -1, -1, 45.49, -1, 56.71, -1, -1, 32.24, -1, -1, -1, 54.8, -1, -1, -1, 55.86, 28.71, 48.6, -1, 46.29, 45.64, 56.71, -1, -1, 55.85, -1, 22.64, -1, -1, -1, -1, 36.76, 61.79, 59.11, 41.72, 60.07, -1, 50.22, -1, -1, -1, 56.15, 52.11, -1, 58.84, 38.05, 56.15, -1, 36.17, -1, 53.17, -1, 53.46, 58.05, -1, 55.92, -1, -1, -1, -1, -1, 55.09, 57.76, -1, -1, 45.22, 56.15, 60.45, -1, 50.23, -1, -1, -1, 58.82, -1, -1, 52.11, 46.98, 56.19, 29.09, 59.11, 33.12, 56.99, 52.49, -1, 54.79, -1, -1, 52.11, -1, -1, 56.15, -1, 58.05, -1, 13.63, -1, 46.8, -1, 58.62, 54.8, 45.34, 38.71, -1, -1, 53.46, 55.09, 34.3, 25.29, 27.51, -1, 64.34, -1, 53.62, 51.56, 52.05, -1, 59.27, -1, 57.49, 27.64, 55.11, -1, 56.42, -1, 49.48, -1, -1, 44.75, -1, 56.71, -1, 45.78, -1, 52.91, 41.71, 58.84, 36.87, 57.76, 54.8, -1, 58.05, -1, 45.93, 44.46, -1, -1, -1, 48.45, 38.14, 56.15, 21.19, 54.33, -1, 56.15, 59.44, -1, -1, 47.85, 56.71, -1, -1, -1, -1, -1, 41.36, 56.71, 49.32, 56.15, -1, -1, 50.17, -1, 35.98, -1, 51.88, 52.96, -1, 20.01, 60.75, 50.79, -1, 56.15, -9, -1, -1, 55.86, 56.71, 60.16, 54.26, 52.4, 53.46, -1, 43.84, 47.14, 43.49, 51.29, -1, -1, 58.37, 57.76, -1, -1, -1, 51.29, -1, -1, 45.22, 51.28, -1, 45.63, 48.95, 46.03, 52.91, 55.89, -1, 54.53, -1, -1, -1, 53.97, 52.91, 42.87, 57.76, 53.24, 43.59, 56.93, 51.57, -1, 56.16, -1, 46.18, 56.71, 19.05, 53.46, 55.93, -1, -1, -1, -1, 29.23, 49.27, -1, -1, 62.63, -1, -1, 53.17, 58.84, 29.06, -1, 55.57, -1, 44.49, 41.26, 33.35, 49.95, -1, -1, 57.76, -1, -1, -1, 50.51, 57.24, 56.15, 30.23, -1, -1, -1, 56.42, -1, -1, 35.38, -1, 57.49, -1, -1, 39.76, 56.22, 48.64, 29.04, 65.3, 56.15, 56.15, 32.75, 53.7, -1, 52.4, -1, 57.76, 58.83, 56.97, 56.15, 56.15, -1, -1, -1, -1, 56.15, 37.1, -1, -1, -1, -1, 56.39, 63.39, 27.34, 54.53, 42.93, 57.64, 49.53, -1, -1, 57.2, 31.77, -1, -1, -1, 54.22, 47.09, -1, -1, 52.4, 56.71, -1, -1, -1, 49.49, -1, 54.8, 56.78, 56.15, -1, 51.82, 52.4, -1, -1, -1, -9, -1, 42.1, -1, -1, -1, -1, -1, -1, -1, 41.03, 60.47, -1, -1, -1, -1, 52.4, -1, 57.76, -1, -1, -1, 54.86, 56.17, 54.8, -1, 50.61, 48.86, -1, 61.39, -1, 39.65, 57.76, -1, -1, 56.71, 57.76, 41.42, 38.55, 37.88, -1, -1, 36.49, 56.15, 53.73, 45.41, -1, -1, -1, -1, 46.15, 27.55, 23.96, -1, 52.37, 47.34, 56.71, 58.43, 27.11, 46, 59.97, 43.27, -1, -1, -1, 58.84, -1, -1, 53.58, 57.76, -1, 59.68, -1, -1, 20.22, 29.82, 54.6, 48.37, -1, 39.48, -1, 40, 44.17, -1, 57.2, -1, -1, -1, 56.15, 56.15, 59.31, 53.46, 52.4, 49.12, 20.96, 56.44, 59.11, -1, 50.02, 56.15, 53.82, 37.72, 43.2, -1, 49.54, 20.42, 45.06, 59.11, 52.06, -9, 37.05, 39.49, -1, 40.89, -1, -1, 47.97, 44.26, -1, -1, 28.75, 56.42, 51.04, 33.8, 54.8, 56.71, -1, 56.71, -1, 19.35, 43.05, 61.24, 34.34, -1, 57.76, 55.09, 49.39, 55.09, -1, 57.78, -1, -1, 44.69, 23.44, 56.15, 56.17, -1, 30.02, 20.53, 48.65, 32.05, -1, 53.75, 41.16, -1, -1, 53.17, -1, 48.57, 56.71, -1, -1, 34.15, 56.71, -1, 57.34, -1, 60.18, 43.73, -1, 45.4, 29.1, 53.75, 57.76, 42.5, 52.36, 19.62, -1, 56.15, 39.08, 53.3, -1, 55.73, 47.18, -1, -1, -1, 56.25, 57.76, 26.44, 55.86, -1, 19.91, 53.21, -1, -1, -1, 45.1, 48.47, -1, 57.25, -1, -1, 37.79, 52.4, 52.11, -1, 53.46, 48.09, -1, 56.15, -1, 25.33, 56.42, 41.85, 42.13, -1, 57.35, 22.63, 55.09, 54.01, 52.4, 26.58, -1, -1, 47.54, 57.57, -1, 43.2, 33.85, -1, 45.12, 51.1, 51.43, -1, 59.35, 56.44, 51.82, -1, 48.63, 53.26, -1, 57.49, 54.26, -1, 56.71, 56.38, 50.62, -1, 56.15, 57.76, 45.23, 32.14, 54.8, 55.09, 44.82, -1, 54.26, 56.71, 54.91, -1, -1, 54.8, 38.36, 20.5, 20.42, 16.96, 57.49, 40.08, 50.62, 57.57, 56.71, -1, 58.35, 31.76, 56.15, -1, -1, 17.97, 59.58, -1, -1, -1, 32.53, -1, -1, 57.76, 58.05, -1, -1, 56.14, 38.46, -1, 60.68, 55.09, 52.35, 53.3, 53.93, 57.49, 53.17, -1, 55.09, 46.99, -1, -1, 56.15, 23.99, -1, -1, -1, 58.05, 29.47, -1, -1, -1, 26.91, 56.01, -1, -1, 56.15, 56.71, 52.11, -1, 38.76, 57.58, 27.77, 41.73, 37.7, -1, 35.67, 47.39, -1, 53.18, 47.92, 31.12, -1, 26.16, 51.17, -1, -9, -1, -1, 59.11, -1, -1, 56.15, 45.62, -1, 50.44, 55.09, 52.88, -1, -1, -1, -1, 55.82, 56.71, 24.31, 54.75, 55.09, -1, -1, 38.88, 55.09, -1, 46.03, -1, 57.2, 52.4, 58.05, 31.37, -1, 55.09, 56.71, 57.49, 56.71, 54.8, 57.49, 53.17, -1, -1, 42.11, -1, 54.51, 37.66, 55.86, -1, 34.34, -1, 55.09, -1, -1, 53.46, -1, 57.81, -1, 37.52, 56.71, -1, -1, -1, -1, -1, 57.76, 56.15, 50.99, 56.15, -1, -1, -1, 47.7, -9, 56.44, 56.71, -1, 39.14, 49.16, 58.43, 52.5, -1, 55.08, -1, 56.66, 54.8, 24.19, -1, 43.92, 57.76, 54.8, -1, 58.05, 42.38, 54.51, 52.11, 55.09, 53.59, -1, -1, 59.4, -1, -1, 63.66, -1, -1, 40, 33.53, 55.45, 56.15, -1, 33.49, -1, -1, 57.76, 56.15, 41.03, 56.13, 30.65, 57.76, 56.15, -1, -1, -1, -1, 47.39, 45.04, 40.22, 50.9, 43.45, 54.22, -1, 39.88, -1, -1, -1, 56.15, -1, 51.43, 55.93, 50.58, 56.15, 35.08, 48.34, 60.45, -1, 54.8, 57.2, 37.08, -1, -9, 40.93, -1, -1, 31.52, 25.68, 55.64, 57.49, 35.77, 48.98, 45.44, 55.27, -1, -1, -1, 55.74, 24.57, -1, -1, 24.26, 57.89, 59.11, 56.15, -1, 50.61, 45.64, -1, -1, 37.04, -1, 63.17, -1, -1, -1, 28.83, -1, -1, 56.95, -1, 54.8, 53.46, -1, -1, 34.85, 44.73, 62.85, 53.46, 54.24, 40.64, 58.05, 38.76, 52.11, -1, 54.5, -1, 36.18, 20.82, 42.39, -1, 56.71, -1, 56.71, 57.49, -1, 56.44, -1, -1, 52.63, -1, 45.56, 30.89, 35.76, 57.56, 54.8, 44.56, 57.76, 54.8, 51.31, 57.76, 61.92, 50.55, 56.98, 56.39, 47.78, 57.49, 56.15, 21.37, -1, 60.18, -1, 56.15, 56.4, 56.91, 50.61, -1, -1, 30.83, 54.88, 54.8, 57.76, 59.62, 43.05, 55.33, 56.43, 50.66, -1, 33.16, 23.46, 44.96, 24.89, 53.46, -1, 61.41, -1, -1, 49.39, 21.3, 52.11, -1, -1, 44.42, 56.42, 44.37, 67.66, -1, 51.85, 59.11, -1, 57.03, 52.37, 55.09, 58.85, 55.87, -9, -1, 51.72, -1, 54.8, 31.44, -1, 56.44, 54.8, 56.42, 40.57, -1, -1, -1, 26.21, -1, 55.09, 55.09, 51.04, 56.71, 55.09, 57.76, -1, 34.92, -1, 30.66, -1, -1, 18, -1, 42.52, -1, -1, -1, -1, 37.93, -1, -1, -1, 56.71, 36.01, -1, 55.09, -1, -1, 56.71, -1, -1, -1, 61.07, -1, 50.61, 52.4, 12.2, -1, -1, 53.46, -1, 49.43, 56.71, -1, 56.71, -1, 27.14, -1, 48.04, -1, -1, 24.49, -1, 19.09, 51.29, -1, 27.98, -1, 25.15, -1, 32.85, -1, -1, 54.26, 27.03, 52.86, 42.91, 38.33, -1, -1, 57.22, -1, 33.49, 42.9, 52.99, 56.71, 37.31, 32.78, 59.98, 51.01, -1, -1, 51.8, 41.05, 19.71, 54.8, 20.13, 56.15, -1, 56.15, 29.51, 40.76, -1, -1, 52.15, -1, -1, -1, 52.11, 41.09, -1, -1, -1, 53.56, -1, -1, 55.09, 56.71, 56.71, 52.5, -1, 60.05, 55.87, 52.91, 26.44, 24.69, -1, -1, 26.81, 39.38, 36.31, -1, -1, -1, 41.83, 54.8, 58.99, 55.09, 36.24, -1, 53.46, 55.68, -1, 56.42, 52.23, -1, 28.92, -1, -1, 54.8, 43.19, 56.93, -1, -1, 56.42, -1, 55.72, -1, 56.71, -1, 36.24, -1, 59.11, 56.92, -1, 56.15, -1, 59.31, -1, -1, 44.04, 46.58, 54.26, -1, 32.59, 53.97, -1, 26.01, -1, 16.38, 24.46, -1, -1, 55.87, 52.11, -1, -1, 60.93, 37.64, -1, -1, 56.44, -1, 52.91, -1, 56.71, -1, 51.02, -1, 52.4, -1, -1, 58.37, 55.34, -1, -1, 41.36, -1, -1, 56.14, -1, -1, 52.4, -1, -1, 46.17, 58.21, 56.15, -1, 46.02, -1, 53.46, 55.09, 52.99, 53.82, 35.57, 56.71, -1, 50.2, 57.76, 60.18, 56.15, -1, 56.08, -1, 53.47, 57.76, 42.98, -1, 26.14, 59.48, -1, 52.11, 54.8, 56.42, 35.67, 54.8, -1, 41.22, 55.09, 57.49, -1, 53.93, -1, 56.71, 42.06, -1, -1, -1, -1, -1, 50.1, 56.71, -1, 56.44, 53.47, -1, -1, 52.11, 57.49, -1, 56.15, -1, -1, -1, -1, 58.57, -1, -1, 55.09, 59.11, -1, -1, 23.07, -1, 36.7, -1, 55.09, -1, -1, 55.21, 52.4, 57.76, -1, 53.46, -1, 32.5, -1, -1, -1, 38.59, 50.01, 58.78, 58.05, 52.91, 23.99, -1, -1, -1, -1, -1, 56.44, 53.73, -1, 51.57, 66.74, 63.03, 62.09, -1, -1, -1, 54.53, 56.71, 43.84, -1, 23.22, 54.53, 58.55, 59.4, -1, 58.55, 56.15, 55.17, 54.8, 56.93, -1, 56.71, -1, 21.95, 38.4, 55.58, -1, 62.56, 57.03, 51.86, -1, -1, -1, -1, -1, 35.9, 58.82, -1, -1, 54.62, 41.44, 63.22, 47.98, 29.6, 52.87, -1, 39.11, 57.22, 56.15, -1, 39.41, -1, 57.22, 54.8, -1, 60.47, -1, -1, -1, 54.8, -1, 60.45, 57.76, 56.71, -1, -1, 60.58, 16.86, 52.45, 27.43, 59.11, -1, -1, 58.08, -1, -1, -1, -1, -1, -1, -1, 52.79, -1, -1, -1, 51.57, 55.59, 49.67, 55.09, -1, 57.49, -1, -1, 53.46, 56.15, 42.11, -9, 41.89, -1, -1, -1, -1, 56.71, 57.81, 62.6, 57.49, -1, 56.71, 56.71, 54.82, 58.05, 45.59, 54.8, 56.15, -1, 51.28, -1, -1, -1, 39.24, 50.72, -1, 57.76, 33.25, 37.37, 52.54, -9, -1, -1, -1, 54.51, 56.15, 37.56, -1, -1, 56.15, -1, 50.48, 55.09, -1, -1, -1, -1, 38.02, -1, 47.11, 37.02, -1, 56.15, 52.64, -1, 60.58, 56.71, 61.24, 54.8, -1, -1, 54.81, -1, -1, 44.28, 56.71, -1, -1, 57.76, -1, 56.71, -1, -1, -1, 56.71, -1, 57.76, 47.3, 56.15, 33.02, 57.2, -1, 53.46, -1, -1, 55.09, -1, -1, 50.83, -1, 56.71, 57.49, -1, 54.52, -1, -1, -1, 51.76, -1, 55.86, 51, 48.68, -1, -1, 34.97, -1, 27.13, 33.35, -1, 44.44, 50.19, 29.41, 40.09, 55.31, 45.53, 56.15, 57.49, 60.25, 56.15, 34.42, 43.76, -1, -1, 56.6, -1, -1, -1, 55.42, 56.54, 54.88, 44.51, 48.17, -1, 37.08, 51.42, 56.71, 54.8, 47.11, 54.26, -1, 42.1, -1, 56.15, -1, 62.09, -1, -1, 56.71, 56.43, 18.64, 57.59, -1, 53.46, 52.91, 56.15, 49.35, 53.17, -1, 41.57, 32.16, -1, 55.86, 53.27, 57.76, 56.15, 32.24, 47.65, -1, 61.25, 56.15, -9, 38.46, 42.63, -1, 56.22, -1, 48.35, -1, 31.12, 26.99, -1, -1, -1, 52.59, -1, 27.92, 42.94, -1, 49.95, 56.91, -1, 31.98, -1, 63.4, -1, 18.43, 29.52, 51.55, 52.11, -1, 28.61, 56.44, 40.49, 31.36, -1, -1, 59.18, 57.49, 58.83, 56.15, 55.12, 21.77, -1, -1, -1, 55.87, -1, 38.94, -1, -1, 56.15, 47.11, -1, 40.6, 57.49, 38.17, 54.8, -1, 26.31, 54.38, 50.75, 57.2, -1, -1, 35.63, 56.15, -1, 54.8, 56.15, 53.23, -1, 52.5, 38.41, -1, 59.11, -1, -1, 28.67, 55.86, 61, -1, 55.87, 56.71, 39.97, 42.16, -1, 42.88, 57.76, 46.36, -1, -1, 47.92, 57.76, -1, 55.93, -1, 50.75, -1, -1, 54.8, 52.89, 51.45, 54.51, 52.5, 61.51, -1, -1, -1, 39.89, 52.11, -1, -1, 18.04, 53.46, -1, -1, 56.15, 59.43, -1, 38.47, -1, 46.49, 55.09, -1, -1, -1, 53.68, 53.2, -1, -1, 49.53, -1, 33.83, -1, 56.42, 50.22, 55.86, 57.76, -1, 33.75, 56.91, -1, 51.29, 48.06, 38.33, -1, 32.98, 57.76, 56.15, 42.49, 46.44, -1, -1, -1, -1, -1, 33.02, 53.68, 56.42, 55.95, 56.73, 58.29, 50.93, 59.11, 54.67, -1, -1, 36.18, 46.82, 56.42, -1, 52.31, 54.06, 55.86, 28.31, 54.51, -1, -1, -1, 51.43, 37.58, -1, 16.74, -1, -1, -1, -1, 35.69, 54.85, 54.48, -1, -1, -1, 49.86, -1, 56.42, -1, 56.72, 61.52, 57.76, 53.64, -1, 44.28, 33.12, 59.97, 50.22, 58.84, 46.17, 15.75, 37.4, -1, -1, 56.15, 59.62, 65.14, 55.09, 55.68, -1, 51.57, 54.8, 53.3, -1, 56.15, 30.45, 36.42, -1, -1, -1, -1, 51.28, -1, 58.89, -1, 56.42, -1, 53.17, -1, 35.67, -1, -1, -1, -1, -1, 52.11, 57.49, 10.26, -1, 55.09, 57.76, 55.09, 24.73, 31.02, 57.49, 38.87, -1, 53.06, -1, -1, 54.8, -1, 29.18, 33.19, -1, -1, 61.54, 39.56, 46.95, 55.64, 29.78, 27.18, 56.71, 52.11, -1, -1, -1, -1, 42.88, -1, -1, 56.15, 52.93, -1, 47.37, 56.15, 30.52, 51.57, -1, -1, -1, 40.02, 49.31, 29.22, -1, -1, -1, -9, 42.48, 53.75, -1, 47.14, 53.46, -1, 44.28, 55.58, 47.49, 53.44, -1, 38.2, -1, -1, 53.46, -1, 57.3, 33.16, 50.05, 56.27, 46.82, -1, 46.97, -1, -1, -1, 34.29, 42.42, 56.42, 18, 58.26, -1, 53.46, -1, 41.51, 50.22, 56.15, 61.04, -1, 52.4, -1, 58.02, 49.66, -1, 52.11, -1, 57.28, -1, 40.01, -1, 37.33, 58.05, 32.94, 60.93, 54.8, -1, 57.49, 54.32, -1, 47.36, 60.74, -1, 56.71, 24.28, 53.17, 54.85, 28.24, 58.05, 49.45, 58.62, 57.76, 30.13, -1, -1, -1, 59.4, 53.46, -1, 54.8, 55.86, 8.81, 56.15, -1, -1, -1, 56.42, 58.84, -1, 56.44, 42.95, 55.86, 55.58, 48.95, -1, 30.05, 56.15, 55.86, 30.49, -1, 52.4, -1, 43.18, 55.6, 34.63, -1, -1, -1, -1, 51.29, 61.1, 56.17, 57.49, 51.44, 42.65, 33.55, -1, -1, 48.88, 47.95, 26.2, 28.38, 58.07, 39.93, 56.15, 56.44, -1, 65.69, -1, 48.62, 56.15, -1, -1, 59.12, 54.8, -1, -1, 58.91, 49.74, -1, 60.18, 39.74, -1, -1, 43.71, 45.42, -1, 54.55, -1, 56.15, -1, 56.42, 52.11, 39.69, -1, 54.8, 54.25, 38.06, -1, 42.51, 53.71, 52.4, -1, 55.58, -1, -1, 23.49, -1, -1, -1, 51.67, 57.76, 54.88, 37.38, 55.09, 40.35, 52.77, 60.74, -1, 58.4, -1, 56.15, 56.15, -1, -1, 53.17, 56.15, 56.15, 37.78, -1, 57.76, -1, 25.16, 56.71, -1, 54.8, -1, 27.73, 56.15, 48.6, -1, -1, -1, 55.86, -1, 57.76, -1, 53.59, -1, 55.86, -1, 50.66, 49.83, -1, 57.78, -1, -1, 44.41, 54.51, 49.02, -1, 50.15, 39.21, 49.93, -1, -1, 56.42, 43.13, -1, 49.4, 53.46, 26.24, -1, 57.49, -1, -1, 50.08, 48.31, -1, 21.25, -1, 42.14, -1, 35.65, -1, 54.8, 55.86, 37.52, 43.13, 52.09, 57.2, -1, 28.53, 56.71, 56.44, -1, -1, -1, -1, 58.55, -1, 48.6, 58.05, -1, 50.51, 48.09, 52.5, -1, 56.71, -1, -1, 56.15, 32.4, -1, 52.11, -1, 58.05, 48.41, -1, -1, -1, -1, -1, -1, 48.18, -1, -1, -1, -1, 39.17, 35.07, 53.46, -1, 31.94, 60.75, 48.1, 53.46, 17.48, 61.04, -1, 52.62, -1, -1, 55.09, -1, 56.56, 23.75, -1, -1, 43.81, 42.35, -1, 56.71, 58.82, 50.54, -1, -1, -1, 48.06, 58.05, -1, -1, 49.93, -1, -1, 56.71, -1, 56.71, 49.31, 45.08, -1, 56.15, -1, 44.86, 42.92, 53.46, 47.35, 43.22, 52.4, 38.6, 56.15, 53.75, -1, 56.51, -1, 57.76, 56.71, 40.22, 35.9, -1, -1, 56.15, 48.6, -1, 23.99, 43.36, -1, 58.08, 57.2, -1, -1, 61.8, 66.86, -1, -1, -1, 46.85, 18.49, 53.42, 59.72, 26.94, 57.49, -1, -1, 56.15, -1, -1, -1, 55.09, 56.15, 61.8, -1, -1, -1, 51.29, 55.09, -1, -1, 52.4, 50.63, 58.57, 50.9, -1, -1, 54.88, 49.95, 24.96, -1, -1, 53.85, -1, -1, -1, 51.29, 53.93, 10.41, -1, -1, -1, 49.66, 56.71, 25.27, -1, 54.8, -1, -1, -1, -1, -1, -1, 58.13, 50.75, 39.32, -1, -1, -1, -1, -1, -1, 60.45, 43.09, 49.95, 53.4, 53.2, -1, -1, 60.45, 37.54, 36.85, -1, -1, 44.6, -1, 53.17, 54.8, 61.6, -1, -1, -1, 54.8, -1, -1, -1, 59.89, -1, 56.71, 18.2, -1, -1, -1, 56.71, 56.95, -1, 44.68, -1, -1, -1, 52.27, 59.11, 61.24, -1, -1, -1, 51.84, -1, -1, -1, -1, 56.44, 62.46, 57.2, -1, 50.88, 62.12, 57.2, 26.29, 64.58, 57.76, 56.15, 54.24, 56.15, 56.42, -1, 47.86, 50.83, -1, 60.16, 53.06, -1, -1, -1, -1, -1, 32.94, 56.15, 59.11, -1, 49.69, 56.71, 46.31, -1, 56.71, -1, 53.47, -1, -1, 55.09, -1, -1, 27.15, -1, -1, -1, 56.71, 30.86, 56.15, 59.89, -1, -1, -1, 57.2, 53.46, 54.8, 52.91, -1, 56.42, 54.8, -1, 49.46, 51.57, -9, 54.8, 48.77, 55.09, -1, -1, 40.6, 56.71, 59.18, -1, 28.59, -1, 27.51, -1, 56.71, -1, 53.97, 46.14, 56.15, 57.2, 60.16, -1, 54.52, 46.31, -1, -1, 47.65, -1, -1, -1, -1, -1, 56.21, 57.08, -1, 49.6, 23.79, -1, -1, 54.8, -1, 56.71, 55.09, -1, 43.99, 27.16, 36.1, 45.19 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "interest" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "sum of PCS42" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ "rapport correlation: 0.2160508445361389\n" ] }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "lowerfence": [ -9 ], "mean": [ 55.07131649793552 ], "median": [ 57.06 ], "name": "interest=0.0", "q1": [ 50.55 ], "q3": [ 60.29 ], "type": "box", "upperfence": [ 29.98 ] }, { "lowerfence": [ -9 ], "mean": [ 53.66585268803584 ], "median": [ 55.57 ], "name": "interest=1.0", "q1": [ 49.62 ], "q3": [ 58.47 ], "type": "box", "upperfence": [ 25.72 ] } ], "layout": { "boxmode": "group", "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "title": { "text": "Box plot of MCS42 by values of interest" }, "xaxis": { "tickangle": 45 } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "opacity": 0.75, "type": "bar", "x": [ -9, -5.6196, -2.2391999999999994, 1.1412000000000013, 4.521600000000001, 7.902000000000001, 11.282400000000003, 14.6628, 18.043200000000002, 21.423600000000004, 24.804000000000002, 28.184400000000004, 31.564800000000005, 34.94520000000001, 38.3256, 41.706, 45.086400000000005, 48.466800000000006, 51.84720000000001, 55.22760000000001, 58.608000000000004, 61.98840000000001, 65.36880000000001, 68.7492, 72.12960000000001, 75.51 ], "y": [ 103221.20871799998, 0, 11480434.561109008, 0, 0, 19738.33565, 19500.686943, 40169.628323, 23850.825479, 115485.99645, 194995.018955, 178076.07447799994, 389271.0895570001, 619745.3551190002, 988441.087995, 826986.1344400002, 1261430.8821000005, 1860274.4915699984, 2208775.5281770006, 3238337.6783829993, 2519377.1679069996, 2570377.4384870017, 161019.59245399997, 0, 27787.477425999998 ] }, { "opacity": 0.75, "type": "bar", "x": [ -9, -5.7584, -2.5168, 0.7248000000000001, 3.9664, 7.207999999999998, 10.4496, 13.691200000000002, 16.9328, 20.1744, 23.415999999999997, 26.657600000000002, 29.8992, 33.1408, 36.382400000000004, 39.624, 42.8656, 46.1072, 49.3488, 52.5904, 55.831999999999994, 59.0736, 62.315200000000004, 65.5568, 68.7984, 72.04 ], "y": [ 42873.514461, 0, 11764024.024877995, 0, 0, 0, 34992.20783, 98399.222825, 50418.458489000004, 248257.61733900005, 298762.48883499997, 535110.2880980001, 453484.9728910001, 791264.6037320001, 1410951.1341159996, 1454802.1594849993, 1840960.4177180002, 2316125.743912, 3289974.623347999, 4555775.843816996, 6786436.576658003, 3560969.719004001, 1872737.5926459993, 155322.63151200002, 115488.85446500001 ] } ], "layout": { "barmode": "overlay", "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "opacity": 0.75, "type": "bar", "x": [ -9, -5.6196, -2.2391999999999994, 1.1412000000000013, 4.521600000000001, 7.902000000000001, 11.282400000000003, 14.6628, 18.043200000000002, 21.423600000000004, 24.804000000000002, 28.184400000000004, 31.564800000000005, 34.94520000000001, 38.3256, 41.706, 45.086400000000005, 48.466800000000006, 51.84720000000001, 55.22760000000001, 58.608000000000004, 61.98840000000001, 65.36880000000001, 68.7492, 72.12960000000001, 75.51 ], "y": [ 0.35781935259606834, 0, 39.79726369413463, 0, 0, 0.06842352043078986, 0.06759970420600267, 0.13924919674045694, 0.08267958724542004, 0.4003355996009066, 0.6759559620402796, 0.6173059439426588, 1.349419668492628, 2.148365481254344, 3.4264600713210607, 2.86677173137621, 4.372787212856959, 6.448696178738707, 7.6567852608812865, 11.22579270246809, 8.73349497028895, 8.91028890661086, 0.558179147897595, 0, 0.09632610687608925 ] }, { "opacity": 0.75, "type": "bar", "x": [ -9, -5.7584, -2.5168, 0.7248000000000001, 3.9664, 7.207999999999998, 10.4496, 13.691200000000002, 16.9328, 20.1744, 23.415999999999997, 26.657600000000002, 29.8992, 33.1408, 36.382400000000004, 39.624, 42.8656, 46.1072, 49.3488, 52.5904, 55.831999999999994, 59.0736, 62.315200000000004, 65.5568, 68.7984, 72.04 ], "y": [ 0.10287059518625219, 0, 28.226567577645298, 0, 0, 0, 0.08396020927156747, 0.2360988303648458, 0.12097391357675523, 0.5956686587570248, 0.7168499114701599, 1.2839421847957413, 1.0880906232157421, 1.8985581601846193, 3.385432353050093, 3.4906483852776318, 4.417195470580158, 5.557305875149646, 7.893956254958731, 10.931116295934128, 16.28335765358381, 8.544181157982415, 4.493441538561232, 0.37268070393596775, 0.2771036465181797 ] } ], "layout": { "barmode": "overlay", "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "bingroup": "x", "histfunc": "sum", "hovertemplate": "interest=%{x}
sum of MCS42=%{y}", "legendgroup": "", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "name": "", "offsetgroup": "", "orientation": "v", "showlegend": false, "type": "histogram", "x": [ 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1 ], "xaxis": "x", "y": [ 51.25, 56.48, -1, -1, -1, -1, -1, 38.42, -1, 49.41, 51.24, -1, -1, -1, -1, 32.27, 53.48, 39.16, 32.59, 59.95, 37.56, 29.98, 40.85, 50.71, -1, 49.63, 54.1, -1, 60.29, -1, 27.13, 51.41, -1, -1, -1, 37.17, -1, 60.21, 54.69, -1, 52.57, 54.96, 51.83, -1, 55.61, 60.02, -1, 33.55, 45.13, 60.1, -1, -1, 54.2, 55.36, -1, -1, -1, 38.51, 38.31, 36.05, -1, 51.24, -1, -1, 49.05, -1, -1, 55.61, -1, 59.64, -1, -1, -1, 57.16, 55.47, -1, -1, 60.29, -1, 61.66, 57.06, -1, -1, -1, 55.92, -1, -1, 52.34, -1, 56.57, 62.39, 46.33, 51.94, 58.05, -1, -1, 54.46, -1, 60.12, 58.65, 62.39, 62.49, -1, 51.66, 55.09, 58.05, 62.66, -1, 57.06, -1, -1, 45.32, 62.39, -1, -1, -1, -1, 41.07, 42.48, -1, 60.02, 59.15, 31.24, -1, 57.06, -1, 59.15, 38.49, 60.6, 41.07, 49.93, 54.2, -9, -1, -1, 57.77, -1, 62.6, 29.3, 57.16, 55.85, -1, -1, 51.41, -1, 56.59, 51.67, 57.16, 62.66, 54.25, -1, 54.2, 57.16, 58.08, 32.84, -1, 45.56, 59.36, 35.8, -1, 52.38, 57.16, 54.01, -1, -1, -1, 57.16, 36.39, -1, 51.39, 46.43, -1, -1, -1, 62.66, 62.25, -1, -1, 60.12, -1, -1, 62.39, 41.21, 57.06, 58.05, 49.04, -1, 60.12, 51.84, 64.23, -1, -1, 60.04, 62.49, 58.3, 57.4, -1, -1, 57.34, -1, 55.7, 62.39, -1, 61.12, 60.12, 57.73, 42.13, -1, 55.19, -1, 57.16, 53.98, 51.58, -1, 46.1, 52.54, 51.41, 41.29, 54.79, 57.06, -1, -1, 31.29, 40.65, 50.57, 49.58, 53.39, 60.74, 59.28, -1, 35.97, -1, 26.03, 62.49, 27.39, 38.22, 60.02, 62.66, -1, -1, 48.81, -1, 45.64, 50.52, -1, -1, -1, 51.92, 51.73, -1, 41.78, 14.07, 38.77, 42.35, 53.22, 38.13, 58.15, 48.28, 49.28, -1, 62.66, 60.29, 55.96, 60.29, 57.16, -1, -1, 61.86, 43.21, 44.89, 62.39, -1, -1, 62.66, -1, 51.5, 56.47, 43.73, 36.07, -1, -1, -1, 43.33, -1, -1, 47.39, 54.37, -1, -1, 57.16, 37.44, 57.16, -1, -1, -1, 54.2, 27.07, -1, -1, -1, 37.15, 55.67, -1, 59.53, 50.63, -1, -1, -1, -1, 29.25, -1, 60.52, -1, 60.98, -1, -1, -1, 43.08, 55.38, -1, 52.68, -1, -1, -9, 42.96, 57.33, 51.41, 53.81, 51.41, 43.73, -1, 33.01, 48.19, 39.13, -1, 58.32, 59.14, -1, -1, 61.6, -1, 54.8, 57.16, 50.54, 55.7, 42.12, 46.45, -1, 62.71, -1, -1, 57.16, 60.02, -1, 57.92, 33.75, -1, -1, -1, -1, -1, 57.16, 40.42, 54.1, -1, 50.41, -1, 42.35, 60.98, 60.12, 43.16, -1, 37.76, 56.09, 55.8, -1, 41.86, -1, 54.2, -1, 60.08, -1, -1, 61.7, 57.06, 50.59, 49.7, -1, 52.05, -1, 60.12, -1, 40.77, 57.16, -1, -1, -1, -1, 54.44, 62.39, -1, 57.06, 55.39, -1, -1, 47.31, 58.32, 63.06, 35.29, -1, -1, -1, -1, 54.1, 54.2, 52.84, -1, 59.53, 29.84, 51.55, 57.06, 40.65, -1, 48.05, 40.25, -1, 59.97, -1, 48.45, 61.97, -1, -1, 41.07, -1, 62.49, -1, -1, 62.39, -1, 62.38, -9, -1, 15.64, -1, -1, 49.67, 59.29, -1, 57.16, 45.41, 42.57, 48.3, 51.24, 23.43, 51.73, 43.8, 48.81, 27.3, 60.1, 62.39, -1, 57.16, 33.93, 25.97, 56.57, 55.19, 42.46, 60.74, 60.63, -1, -1, -1, -1, 16.04, -1, 35.44, 35.53, 50.69, -1, 54.2, 54.83, 55.95, -1, -1, 54.79, -1, -1, 57.06, -1, -1, 53.87, 60.77, 54.1, 62.39, -1, 60.27, 24.59, 62.18, -1, 57.14, -1, 60.29, -1, 61.04, 45.09, 37.57, 60.02, 60.45, 52.48, 62.39, -1, -1, -1, 53, 37.42, 44.83, 38.56, -1, 51, -1, 58.62, -1, -1, 53.64, -1, -1, -1, -1, 57.16, -1, 49.04, -1, 55.29, 63.23, 62.39, 50.2, 29.01, 42.85, -1, -1, 36.82, 51.66, 57.16, -1, 54.2, 62.39, 59.46, 51.73, 57.16, 28.87, 54.37, -1, 35.83, -1, 57.33, -1, 57.16, 57.06, 62.39, 48.93, 60.2, 52.97, 48.18, 54.77, 59.23, 44, -1, 60.02, 57.16, -1, 62.39, 54.37, 58.55, -1, -1, 62.39, -1, 52.35, 52.63, -1, -1, -1, -1, 37.89, -1, 43.3, 42.74, 56.35, 52.4, 42.54, 54.2, -1, 39.39, -1, 58.3, 54.2, 57.33, 50.54, 51.24, 35.92, -1, 44.84, 57.16, -1, -1, 61.27, 57.16, -1, 57.81, -1, -1, 52.24, 49, 50.74, 50.58, 32.93, 63.38, 36.43, -1, -1, 36.39, -1, 57.33, 54.37, 60.92, 62.39, 38.01, -1, -1, 44.21, -1, 43.65, -1, 58.32, -1, -1, 62.39, -1, -1, -1, 62.39, 57.16, 48.53, 26.81, -1, -1, -1, -1, -1, -1, -1, 54.2, -1, 62.94, 42.05, -1, 60.02, 35.05, 66.7, 50.82, 37.52, 45.22, 52.68, -1, -1, -1, 41.01, 58.72, -1, -1, -1, 62.39, 51.25, 55.08, 51.25, -1, -1, 57.73, 61.43, -1, 54.74, 54.1, 62.39, -1, 50.65, -1, 52, 35.85, -1, -1, -1, -1, -1, 51.39, 53.23, 58.05, 52, 36.31, -1, 45.32, -1, 60.02, 52, 20.92, 62.66, 45.08, 46.5, -1, 35.53, 35.58, -1, -1, -1, -1, 57.06, -1, -1, -1, -1, -1, 54.35, -1, 57.15, -1, -1, -1, 62.25, -1, 55.79, 47.1, -1, 62.49, 46.63, 62.49, -1, -1, 58.48, -1, 46.42, 44.26, -1, 62.39, 32.93, 57.06, 35.56, 60.59, -1, -1, -1, 46.56, 54.83, 57.16, 57.49, 56.04, 47.78, 50.12, -1, 50.3, -1, 60.04, -1, 56.92, 58.23, 57.33, -1, -1, 57.06, 33.27, 57.18, 59.43, 51.77, 54.37, -1, 51.41, 40.14, -1, -1, -1, -1, -1, 57.06, -1, -1, 43.48, 48.09, 55.24, 46.98, -1, 54.1, 61.18, 57.16, 22.28, 55.69, -1, 54.2, -1, 60.02, 57.76, -1, 38.23, -1, 54.2, 57.06, 62.39, -1, -1, 60.29, 38.39, -1, -1, -1, -1, 29.67, 49.41, 33.35, 57.16, 47.6, 55.59, -1, 40.95, 54.2, -1, 59.48, 40.77, -1, -1, 57.54, -1, -1, 51.94, -1, -1, 44.92, 59.14, 42.16, 43.95, 57.16, 38.97, 24.22, -1, 54.2, 41.63, -1, 46.31, -1, -1, 45.56, 51.77, -1, -1, -1, -1, 45.61, -1, 57.33, -1, -1, -1, 51.53, -1, -1, 62.49, 62.39, 28.63, 54.69, 64.93, 38.72, -1, -1, 54.77, -1, 50.14, 64.09, 60.02, -1, 57.33, 26.3, 53.06, 62.96, 61.65, -1, 63.65, 46.92, 61.26, -1, -1, -1, -1, 43.03, -1, -1, 51.49, 54.2, 54.12, -1, 54.37, 54.09, -1, -1, -1, 60.29, -1, 58.15, 47.02, 60.29, -1, 62.49, -1, 57.72, 57.33, 62.39, 60.12, 54.79, 39.69, 62.39, 41.81, 54.1, 46.25, 60.12, 59.43, -1, 62.49, -1, 52.23, 45.71, -1, -1, 58.89, 62.39, 46.33, 33.56, 50.68, 62.39, -1, -1, 57.33, 51.03, 56.37, 63.44, -1, 54.2, -1, -1, 60.02, -1, -1, -1, 38.52, -1, 40.23, -1, 51.83, 60.12, -1, 44.08, 51.42, 51.26, 28.03, 35.61, 46.84, 46.67, -1, 45.55, 54.69, 41.88, 58.15, -1, -1, -1, 57.16, 57.16, 62.39, -1, -1, 52.02, -1, 42.92, 53.37, 62.49, -1, 38.07, 54.27, -1, -1, -1, 58.16, 62.39, 45.56, 61.17, 57.16, 41.04, 49.19, 49.63, 37.34, 47.43, 62.49, 57.06, -1, 54.2, 60.02, 59.62, -1, -1, 57.33, 52.43, -1, -1, -1, 64.98, 62.49, 53.1, 40.04, 64.55, 57.33, 56.29, 46.67, 41.88, -1, -1, -1, 54.79, 60.29, -1, 50.53, 57.16, 62.7, -1, 32.57, -1, -1, 62.39, -1, 62.39, 49.29, -1, 66.36, 49.23, -1, -1, -1, -1, 53.06, 48.69, 61.28, -1, 60.02, 56.19, -1, 35.72, -1, 60.02, 52.79, 54.1, -1, 45.22, 49.87, 57.16, 34.22, 50.54, -1, 54.92, 47.22, -1, 48.28, -1, -1, -1, -1, 60.12, -1, -1, 45.73, 57.63, 58.05, 44.68, -1, -1, -1, 48.28, 64.69, 54.1, -1, 67.26, 43.83, 56.58, 50.83, 57.06, 61.1, 52.11, 41.9, 57.63, 57.16, -1, -1, -1, 62.39, -1, 50.81, 50.68, 49.24, -1, -1, 42.17, 57.16, 62.39, 44.32, 56.33, 62.39, -1, -1, 57.16, 57.16, -9, -1, 54.1, 57.73, 62.66, -1, 49.82, 54.96, 38.88, 60.12, -1, 52.21, 52.2, 65.13, 33.42, 57.06, -1, -1, -1, -1, -1, 41.78, 57.33, 57.9, 31.92, 52.8, -1, 56.35, 55.73, 47.53, 49.65, 63.8, 46.72, -1, 57.06, 60.29, -1, 64.76, -1, 62.39, 60.13, 54.1, 54.2, 55.19, 47.72, 67.76, -1, 48.77, -1, 55.44, 47.49, 50.15, -1, 62.39, -1, -1, 64.97, -1, 46.63, 57.06, 45.81, -1, -1, 47.79, 38.61, 54.37, -1, -1, 54.02, 54.79, 62.39, -1, -1, -1, 31.73, 59.35, 39.63, -1, 54.1, -1, 52.78, 50.54, 51.62, 46.7, -1, -1, 62.66, -1, 52, 59.43, -1, 57.16, 62.39, -1, 55.09, 36.72, -1, 38.97, -1, -1, -1, 35.22, 43.06, 63.53, 57.87, -1, 50.5, -1, 51.25, 50.82, 57.06, -1, 57.16, 64.55, 58.69, 52.93, -1, 45.36, 22.28, 51.24, -1, 57.16, -1, 43.92, 62.39, 49.27, -1, 53.78, -1, 36.73, 62.39, 41.62, 18.76, -1, 46.86, -1, -1, 59.29, 58.32, 45.85, 60.12, 54.37, 62.39, 49.63, 54.2, 62.39, -1, -1, -1, -1, 62.66, -1, 48.98, 34.3, 57.06, 42.83, 42.35, 60.29, -1, -1, 55.99, 39.15, 41.92, -1, -1, 31.24, 56.08, 37.46, 63.88, -1, 44.72, 54.74, 30.28, 51.79, 50.82, 51.83, 52.22, -1, 60.02, -1, 45.9, 64.96, 47.52, -1, 57, 47.64, -1, -1, -1, 62.39, 54.37, 53.51, 44.24, 34.9, 42.34, -1, -1, 57.16, 31.16, 54.56, 62.49, -1, 60.5, 62.42, 49.8, -1, 41.17, 46.07, -1, 57.33, 60.89, -1, 65.54, 41.07, -1, 57.33, 64.18, 51.41, 57.06, 40.83, 46.24, 51.66, 57.88, 60.02, 43.01, 24.6, -1, 30.17, -1, 50.96, 55.29, 43.65, 60.59, -1, -1, -1, 50.82, 59.43, 54.96, 44.98, 33.38, 53.64, -1, -1, -1, -1, -1, 42.76, 57.16, -1, -1, -1, -1, 59.14, -1, 40.98, 53.34, -1, 40.48, 62.39, -1, 55.79, -1, 54.37, 43.38, -1, 59.7, -1, -1, -1, 49.73, -1, -1, 59.43, 62.49, 48.7, 24.11, 57.06, 55.07, -1, 45.65, -1, -1, 62.1, 57.33, -1, 40.16, -1, 28.16, -1, 45.37, 51.05, 48.03, 38.06, 62.39, 62.39, -1, 51.41, 42.85, -1, 58.69, 54.77, -1, 39.95, 60.63, 23.76, 57.06, 38.98, -1, 57.41, 57.57, 54.37, 59.43, -1, 59.22, -1, 50.06, 62.44, -1, -1, -1, 38.16, 52.51, 40.87, -1, 63.41, 35.11, -1, 57.73, 57.16, 57.57, 63.09, 57.18, 21.56, -1, -1, -1, 54.69, -1, -1, 56.53, -1, -1, -1, 57.1, -1, 37.22, -1, -1, 62.39, -1, -1, -1, -1, 57.33, 57.16, 38.85, 15.93, 57.33, 48.45, 49.51, -1, 45.71, -1, 31.9, -1, -1, 57.16, 44.86, 60.29, 53.52, -1, -1, -1, 56.01, 50.65, 34.45, -9, 54.45, 58.89, 46.06, 42.42, -1, 42.52, 35.39, -1, 40.27, 57.03, 51.03, 41.67, 64.87, -1, 54.2, 48.99, -1, 58.15, 58.69, -1, -1, 57.16, 52.97, 61.28, 62.49, 64.4, -1, -1, 41.07, -1, 62.39, -1, -1, 54.1, 60.02, -1, 45.98, 62.49, -1, 57.16, 59.53, 49.14, -1, -1, -1, 42.76, 57.06, -1, 62.49, 60.69, -1, -1, -1, -1, -1, -1, -1, 60.08, -1, 57.33, 36.42, 52.54, -1, 54.2, 62, -1, 61.53, 39.39, 41.72, 38.78, -1, 38.33, 50.65, 54.2, -1, -1, 47.67, 51.83, 40.79, 57.16, -1, 48.28, 57.43, 50.14, -1, -1, 57.33, 38.77, -1, 40, -1, 62.49, 62.66, -1, 57.16, 50.65, -1, 54.1, -1, 60.7, -1, 49.58, 47.15, -1, -1, -1, 58.09, -1, -1, 62.49, -1, 36.63, 48.77, -1, -1, 50.16, 51.49, 52.99, 41.98, -1, 55.59, -1, 48.77, 46.8, 50.54, -1, 44.8, 55.77, 39.12, 54.37, 40.64, 49.44, 45.59, 52, 42.13, 57.33, 31.34, -1, -1, -1, -1, -1, 38.23, -1, 39.28, 22.84, 62.39, -1, 53.8, -1, -1, 57.06, 37.66, -1, -1, 45.85, -1, 60.02, -1, 55.55, 64.34, 35.62, 55.36, -1, 50.48, -1, 57.16, -1, -1, 58.89, 57.06, 43.31, -1, 41.81, 45.91, 45.91, 29.78, -1, -1, 62.66, -1, 59.43, 62.39, -1, 57.16, -1, -1, 52.24, 54.2, 47.11, -1, -1, -1, -1, 43.37, 49.56, 62.39, -1, 52.38, 62.53, 57.16, 33.14, 57.06, 46.86, 57.33, 62.1, -1, 57.16, 62.39, 61.85, 62.49, 51.39, 60.12, 54.1, -1, -1, -1, -1, -1, 59.46, 58.32, 59.43, 47.95, 60.12, 40.98, 56.57, -1, 61.12, -1, 57.16, 65.54, 57.06, -1, 57.33, 49.11, -1, 46.32, 54.5, 57.16, 53.46, -1, 54.37, 50.82, 57.16, -1, 40.01, -1, 55.5, -1, 65.38, 48.87, -1, -1, -1, -1, 57.57, -1, 62.39, 39.81, 54.45, 60.68, -1, 38.39, -1, -1, -1, -1, 62.49, 62.39, 56.09, -1, 39.75, -1, -1, -1, 50.54, 57.16, -1, 50.06, 51.64, 33.12, -1, 62.1, -1, 43.05, 58.95, 57.06, 61.09, -1, 56.72, -1, 58.44, 55.97, -1, 36.42, 26.89, 57.16, -1, 33.21, 36.51, 38.01, 53.9, 48.87, -1, 55.19, 22.31, -1, -1, 33.27, -1, 55.09, 36.04, 43.57, -1, 53.78, 52, 46.04, 39.8, 59.36, -1, 57.65, 55.06, -1, 60.29, -1, 58.15, -1, -1, 51.72, 48.82, -1, -1, -1, -1, 55.3, 64.09, -1, -1, 45.04, -1, 55.76, -9, -1, 54.01, 54.39, 25.3, 48.1, -1, -1, 60.02, 57.57, 64.13, -1, 59.7, 38.33, 46.69, -1, 52.68, 62.66, -1, -1, -1, 43.37, -1, 42.7, 51.67, 54.2, -1, 45.66, 64.64, 46.08, -1, -1, -1, -1, 63.53, 52.83, 51.24, 55.85, 42.15, 54.77, 33.05, 33.2, 41.53, -1, -1, -1, 57.16, 62.49, 48.18, -1, -1, 61.12, -1, 57.16, 49.76, -1, -1, -1, 62.49, -1, -1, -9, -1, 57.16, 49.14, 51.67, 62.66, -1, -1, 52.48, 57.38, 54.1, 50.82, -1, 58.05, -1, -1, 50.92, 58.15, 49.69, 43.97, 43.37, -1, 41.06, 62.49, -1, -1, 48.18, 62.96, 57.16, 55.85, -1, 26.48, -1, 32.48, 62.66, 39.8, 57.96, -1, -1, -1, -1, 57.33, 44.58, -1, 53.23, 46.17, -1, -1, 51.77, 62.49, 33.49, -1, 60.29, 57.56, -1, 60.12, 24.89, 59.53, 57.16, 62.39, -1, 57.06, 51.49, -1, -1, -1, -1, -1, 55.48, 40.59, 37.25, 49.46, 52.21, 50.65, -1, 44.32, -1, 54.2, 62.39, -1, 14.85, -1, 57.92, -1, -1, -1, -1, 50.2, 58, 60.32, 52.23, 49.76, 62.49, 38.73, -1, 47.66, 54.2, 49.81, -1, -1, -1, 46.67, -1, -1, 66.7, 60.23, 53.23, 51.83, -1, -1, 47.7, 53.91, -1, 58.05, 40.55, -1, 29.16, 44.67, -1, -1, 64.64, 47.15, 57.06, -1, -1, 49.07, -1, -1, 60.12, -1, 54.37, 41.34, 42.64, 50.07, 56.35, 38.26, 49.24, 51.14, 33.83, 57.06, -1, 58.72, 52.28, 59.89, 55.77, -1, -1, -1, -1, 33.58, -1, 57.06, -1, -1, -1, -1, -1, 50.01, -1, 62.39, 57.33, 39.72, 41.47, -1, -1, 42.58, -1, -1, 62.49, -1, 58.72, -1, -1, 44.02, 61.12, 62.49, 62.66, 57.16, 47.9, -1, 58.98, 61.85, 37.57, 61.02, -1, -1, -1, -1, 36.41, 57.06, 55.57, -1, 55.76, 52.19, 53.82, 33.06, 62.49, -1, 57.06, 57.06, -1, -1, 54.62, 52, 57.73, 57.16, 57.06, 60.96, 58.32, 57.06, 33.05, -1, -1, 59.7, -1, -1, 58.14, -1, 60.12, -1, -1, -1, 34.3, 48.09, 57.06, 49.58, 49.79, -1, 39.31, 54.79, 57.16, 38.32, 57.7, 35.85, 60.29, 57.54, -1, -1, -1, 53.47, 45.69, 39.4, -1, -1, -1, -1, 54.2, -1, -1, 62.39, -1, 54.1, -1, 55.73, 62.49, 55.44, 36.04, -1, 62.66, -1, 58.15, -1, -1, -1, 25.91, -1, -1, 43.82, 62.39, 54.5, -1, 63.44, -1, -1, -1, 49.12, 46.5, -1, 61.43, 60.12, 12.05, 57.06, -1, -1, 43.49, -1, 54.79, 54.69, -1, -1, 51.77, -1, 62.39, -1, 56.75, 41.27, 59.46, -1, 54.89, -1, -1, -1, 50.41, 62.66, 58.15, 60.12, 52.61, 50.18, 37.6, -1, -1, 53.23, 57.06, -1, 60.29, 57.16, 63.38, -1, -1, 62.39, 42.34, 57.57, 62.39, 59.07, -1, 53.27, -1, -1, -1, -1, -1, -1, 50.03, 54.96, 54.1, -1, -1, 55.53, 19.57, -1, 32.26, -1, -1, -1, 59.53, 59.96, 59.97, -1, 57.16, 56.57, 61.26, 50.66, -1, 31.5, 49.07, 50.08, 60.12, -1, -1, -1, 62.39, 39.15, -1, 40.95, 41.88, -1, 51.85, 62.49, -1, 46.06, -1, 36.13, -1, -1, 52.35, -1, 61.43, 62.39, 52, 54.69, 60.29, -1, -1, 62.66, 47.7, -1, -1, 58.15, 62.39, -1, 39.82, 62.49, 54.07, -1, 52.68, 52.82, -1, -1, -1, 43.15, -1, -1, 37.61, 42.87, -1, -1, 63.24, -1, -1, 26.64, -1, 38.39, 45.85, 51.13, -1, 63.48, 57.16, 63.16, 60.12, 57.33, 53.75, -1, 55.42, 62.39, 43.19, -1, -1, 51.49, -1, -1, 39.98, -1, 59.31, 47.07, 45.46, -1, 52.76, 46.34, -1, 58.15, 36.09, 54.69, -1, 59.88, -1, -1, -1, 51.09, -1, 57.57, -1, -1, 62.66, 61.8, 49.58, -1, 62.15, 59.53, -1, -1, 43.14, 54.37, 60.12, 34.44, 59.32, -1, -1, 53.32, 47.55, 62.66, 51.24, 57.16, 48.93, -1, -1, -1, 61.86, 26.58, 54.2, 54.1, 57.16, 33.04, -1, 62.39, 39.26, 44.83, -1, 57.34, 47.44, -1, -1, -1, -1, 34.58, -1, 63.64, -1, 34.32, -1, -1, 51.24, -1, 54.2, 58.02, 60.29, 57.33, 32.08, -1, -1, -1, 41.06, 35.06, 59.6, -1, 42.58, -1, -1, 60.69, -1, 57.06, 57.41, -1, 34.92, 43.81, -1, -1, 62.39, -1, 40.12, -1, -1, 54.2, 60.06, -1, -1, 62.66, -1, 59.94, 57.33, -1, -1, 31.13, -1, 40.96, 57.16, 49.06, 51.14, -1, -1, -1, -1, 55.44, -1, 51.41, 28.45, 60.02, -1, 35.15, 57.06, 64.09, 52.06, 64.37, 57.16, -1, 41.53, 61.68, -1, 35.91, 45, -1, 59.48, 57.32, 59.9, -1, 40.48, 51.41, -1, 44.87, 62.9, 41.56, -1, 57.92, 46.38, -1, 62.39, 56.92, -1, 45.18, -1, 40.05, 44.22, 57.76, 52.68, -1, 62.49, -1, 57.33, -1, 57.06, 42.27, -1, 42.17, 46.96, 48.76, 57.33, -1, -1, 62.49, 60.12, 54.11, 51.97, 43.46, -1, 38.85, -1, 46.4, -1, 55.12, 49.02, 36.67, 50.08, 60.12, 61.12, 59.29, 57.65, 54.1, -1, -1, 64.66, 60.47, 49.46, -9, -1, 62.39, -1, -1, 60.82, 46.1, 62.39, 45.81, -1, 57.06, -1, 61.52, 28.12, 50.54, -1, 54.66, -1, -1, 52.02, 40.36, -1, 47.2, -1, 43.08, 55.84, 60.02, -1, -1, -1, -1, 60.29, 62.39, -1, 48.28, -1, -1, 60.12, -1, -1, -1, 47.73, 43.83, 46.96, 33.83, -1, -1, -1, -1, -1, 60.12, 62.39, 46.08, 62.39, 48.67, -1, 60.81, 62.39, 57.16, -1, 55.36, -1, -1, 51.83, -1, 60.02, 39.09, 36.27, 44.17, 57.16, -1, 54.2, -1, -1, -1, 59.08, -1, 58.86, -1, 63.41, -1, 62.39, 57.06, 62.39, 62.49, 60.12, -1, 50.03, 39.18, 66.46, 52.2, 62.49, -1, 27.91, 60.12, 51.24, 36.65, 57.65, 56.57, 62.39, 40.86, 55.77, 49.04, -1, -1, -1, 56.18, 28.05, -1, -1, -1, -1, 57.16, -1, 59.53, -1, 49.62, 46.8, 41.15, 49.35, -1, -1, 56.91, -1, -1, -1, -1, -1, -1, -1, 32.56, -1, 53.13, 45.13, 54.71, 57.06, 60.12, 62.25, 30.32, -1, 36.77, -1, -1, -1, 26.73, 32.46, 62.66, -1, -1, 60.81, 26.05, 54.1, -1, 54.1, -1, 58.07, 62.9, -1, 50.65, -1, -1, 58.17, 42.01, -1, -1, 43.02, 60.29, -1, -1, 43.73, 55.68, 48.06, 60.12, -1, 64.93, 62.66, 52.49, 57.06, 46.1, 58.65, 52.31, 57.9, 63.13, 62.39, 52.99, -1, -1, -1, -1, -1, -1, 34.61, -1, -1, 59.53, 57.78, -1, 27.89, -1, -1, 59.53, 57.16, 62.66, 54.84, -1, 55.02, 65.64, 52.48, -1, 61.83, 42.77, -1, 62.39, -1, 59.43, 61.68, 57.16, -1, 56.59, -1, 49.04, -1, 51.83, 55.79, 12.22, -1, -1, 57.06, -1, -1, -1, 57.16, -1, 47.6, 62.39, -1, 54.96, -1, -1, -1, -1, 69.5, -1, 59.31, 57.16, -1, -1, 62.49, -1, 50.06, 60.29, -1, -1, -1, 54.2, 58.72, 45.28, -1, 62.49, 35.98, -1, 48.87, 57.16, 38.51, 44.32, -1, 33.66, 42.35, 62.49, -1, 57.06, 59.46, 46.28, -1, -1, 50.7, -1, -1, -1, 41.07, -1, 43.96, -1, -1, -1, -1, -1, 54.2, 37.17, 58.15, 48.7, 52.14, 55.02, 58.17, 27.54, -1, 62.39, -1, 56.58, -1, 46.96, -1, 12.16, -1, 16.04, -1, 54.79, -1, 62.39, 27.16, -1, 57.16, -1, 51.44, -1, -1, 28.91, 58.15, 71.3, 60.29, -1, -1, 37.58, -1, 27.41, 62.39, 44.84, -1, -1, 37.36, -1, 45.06, 54.2, 51.77, -1, 56.07, -1, -1, -1, 37.6, -1, 54.37, -1, -1, 62.49, -1, -1, 57.33, -1, 62.49, 69.8, 50.54, -1, -1, -1, 51.83, 52.42, 52.68, 58.5, 42.85, -1, -1, -1, -1, -1, -1, -1, 62.39, -1, 44.24, -1, 61.27, -1, 59.53, 48.53, 34.96, -1, 39.03, -1, -1, -1, 48.45, 59.53, 54.37, 47.64, 60.02, 63.98, -1, 33.8, 38.82, 62.39, -1, -1, -1, 52.8, 51.53, -1, 46.08, -1, 39.91, 62.49, 57.33, 43.25, -1, 50.54, -1, -1, -1, 57.16, -1, 57.16, 61.68, -1, 49.62, 58.3, 62.39, 48.54, 46.97, 61.36, 57.33, 39.27, 62.99, -1, 60.72, 63.41, -1, -1, -1, -1, -1, 56.91, -1, 44.75, 54.94, 62.39, 43.1, 44.69, 53.87, 54.79, -1, -1, 34.41, 49.96, 60.45, 25.72, -1, -1, -1, 49.4, 58.8, 54.2, -1, 60.02, 54.69, 52.51, 47.2, 57.16, 61.29, -1, 56.47, -1, 60.35, -1, 51.69, -1, 57.18, 41.54, 62.57, 56.57, 35.17, 41.62, -1, 51.49, 62.49, 56.47, 47.01, -1, -1, 62.66, 29.35, -1, 49.22, -1, -1, 49.25, 54.2, 37.96, -1, -1, 57.33, 50.18, -1, -1, -1, 62.6, 46.4, -1, 37.47, 41.07, 52.43, -1, 56.41, 60.12, 48.76, 36.72, 51.83, -1, -1, -1, 41.07, 52.4, -1, 45.81, 54.37, -1, -1, 62.49, 56.74, -1, -1, -1, 52.34, 60.29, -1, -1, -1, -1, -1, 63.81, -1, -1, 64.08, -1, 51.09, 37.89, -1, -1, 57.16, 49.35, 54.03, -1, 53.78, 38.54, -1, -1, 54.74, 22.12, -1, 60.12, -1, 57.16, -1, -1, -1, 62.66, 37.92, 60.43, 57.33, 49.06, -1, 61.05, -1, -1, -1, 34.64, 48.28, -1, 52.82, 54.96, 58.55, 54.96, 51.55, 57.97, 54.37, -1, 59.43, 61.01, 57.16, 57.06, -1, 63.66, 54.96, 39.39, -1, -1, -1, 61.12, 45.18, 57.16, 54.37, -1, 43.57, 56.5, 49.52, -1, -1, -1, 49.91, 56.52, -1, -1, -1, 62.49, -1, -1, 41.87, 56.18, -1, 60.29, -1, 41.12, 48.98, -1, 55.73, 39.15, 49.25, 62.39, 41.17, 49.41, 51.83, -1, -1, 46.98, -1, 33.46, 53.93, 43.51, -1, 45.2, 51.49, 39.65, -1, 27.96, 44.13, -1, 58.95, -1, -1, 39.99, 48.28, -1, 47.62, 57.16, 42.48, -1, 48.37, 63.02, 57.16, 62.66, 55.87, 52, 62.39, 56.54, 57.06, 53.36, 44.77, 60.1, -1, 50.65, -1, -1, 54.79, -1, 43.32, 58.15, 58.62, 57.57, -1, -1, 57.06, 51.41, 58.15, 54.2, 54.34, -1, 21.8, -1, 46.4, 47.39, 62.39, -1, 57.06, 58.05, 62.39, 54.2, 56.57, -1, -1, 50.54, 59.7, 59.55, 62.66, -1, 62.39, -1, -1, -1, 44.16, -1, 61.21, 50.11, 30.94, 37.08, 33.44, 50.34, -1, 57.16, 56.64, 63.65, 16.89, -1, 58.32, -1, 67.22, -1, 58.05, 54.74, 41.47, 42.88, 44.89, -1, -1, -1, 57.06, -1, 49.29, -1, 60.12, 57.33, 48.9, -1, 54.2, -1, -1, -1, 58.47, -1, 53.82, -1, 62.39, -1, -1, -1, -1, 60.99, 59.43, 48.68, 56.92, 33.2, 55.82, 54.75, 58.61, -1, 57.33, 36.94, 59.53, 35.16, 39.4, 26.74, -1, -1, 31.06, 39.79, -1, 29.95, -1, 43.14, -1, 57.16, 37.9, -1, 58.96, 61.01, 59.86, -1, 53.99, 61.69, 28.05, 63.63, 57.16, 41.17, 64.66, 57.16, 62.49, 55.65, -1, 59.14, 21.86, 62.49, 57.16, 56.91, 58.89, -1, 60.12, -1, 39.57, 62.39, 46.03, -1, 27.86, -1, 44.82, -1, 40.79, 64.26, 55.47, -1, 51.94, 51.81, 54.69, -1, 59.22, 24.09, 54.2, -1, 47.66, 57.33, -1, 57.33, 62.49, 58.15, 44.36, 38.16, -1, 56.47, -1, 64.37, 58.75, -1, -1, 50.05, -1, -1, 48.87, -1, 60.02, 58.32, 55.74, -1, -1, 62.49, 57.16, 40.23, 62.39, 51.83, 52.48, 55.44, -1, 48.43, 37.58, -1, -1, 41.3, 58.05, 51.73, 66.52, -1, 57.84, -1, 33.83, 29.12, 47.45, 57.63, 54.2, -1, 51.99, -1, -1, -1, -1, -1, 39.1, 47.77, 55.19, 63.89, 50.65, -1, 53.78, -1, -1, 62, 61.01, 61.59, 56.51, -1, 62.49, -1, -1, 50.54, 54.1, 42.3, -1, -1, 63.24, 58.97, -1, 57.16, 52.86, 49.52, -1, 57.17, -1, -1, 38.93, 37.6, 35.94, -1, 52.02, -1, -1, 43.39, -1, 55.79, 48.02, 56.95, 56.01, -1, 58.62, 22.68, 62.39, 54.72, 63.4, 49.42, -1, -1, 22.47, -1, 57.16, -1, 54.78, -1, 62.39, 60.12, 58.15, -1, 31.68, -1, 37.45, -1, 51.14, 55.03, 57.92, -1, -1, 62.39, -1, -1, -1, 53.96, -1, -1, 62.9, 64.66, 38.34, -1, -1, -1, 56.47, -1, 52.97, -1, 61.4, 43.57, 50.54, -1, 64.38, 52.7, 44.59, 54.74, 54.1, 57.63, 62.39, 57.06, 40.88, 49.86, 47.9, 64.66, 59.84, -1, -1, 57.73, 50.82, 60.12, 60.12, 45.64, 61.05, 48.81, -1, 60.12, -1, 60.12, 40.48, 42.33, 57.18, 60.12, 35.38, -1, 52.02, -1, 62.49, 58.59, 57.27, 53.12, -1, -1, 43.56, 57.16, 60.12, 55.11, -1, 57.33, -1, 58.77, -1, -1, 58.15, -1, -1, -1, -1, 57.16, 57.16, 46.33, 33.52, -1, -1, -1, 57.16, -1, 54.2, 37.7, 59.71, 61.33, -1, 51.15, 54.37, 43.44, 62.66, -1, 36.99, -1, -1, 62.58, 44.77, -1, 61.97, -1, 47.62, -1, 57.35, 54.2, 36.74, 40.07, 62.39, 52.6, -1, 44.66, -1, 60.92, 57.33, -1, -1, 62.37, -1, -1, -1, -1, 40.55, 48.77, 57.06, 57.06, -1, 57, 28.09, -1, 58.48, 62.39, -1, 62.39, 41.58, 42.75, -1, 39.39, 62.66, -1, 51.77, 62.49, 39.01, 51.83, 37.35, -1, -1, 52.54, -1, 39.11, 48.9, 62.49, 62.05, 51.14, 45.91, -1, 48.96, -1, -1, 29.12, 58.11, 51.31, 57.33, 50.12, 64.83, 57.16, -1, 49.06, 57.16, 34.92, 47.3, 49.81, -1, 60.02, -1, 56.12, -1, -1, -1, -1, 45.48, 47.91, 61.01, 32.6, 39.17, 64.16, 55, -1, -1, 61.28, -1, 52.45, 48.92, 46.32, -1, -1, -1, 38.51, 62.39, -1, 44.02, 44.09, -1, 54.5, 52.4, 39.69, 35.21, 62.39, -1, 53.99, 62.39, -1, 39.58, 36.43, 41.46, 49.68, -1, 50.26, 56.33, -1, 57.15, -1, -1, 62.39, 58.93, 55.39, 58.48, -1, 52.99, -1, 35.13, 39.12, 46.8, -1, 35.84, 48.45, 44.21, 46.44, -1, 56.23, 62.39, -1, -1, -1, -1, 59.19, -1, -1, -1, 33.92, 53.98, 60.42, 57.09, -1, -1, 59.29, -1, -1, -1, 54.25, -1, -1, -1, 62.49, -1, -1, 49.8, 50.58, 62.7, 54.37, -1, 58.15, 46.35, -1, -1, 62.49, -1, 54.69, 62.39, 58.9, 59.54, 59.43, -1, 23.72, -1, 60.13, 46.7, 57.06, -1, 56.49, -1, -1, 63.37, -1, -1, 49.58, 58.58, -1, 40.38, -1, -1, -1, -1, 39.48, 57.16, 63.65, 57.06, -1, 49.61, -1, -1, 40.38, 57.33, 56.35, 42.33, -1, -1, 49.04, 54.79, 48.85, -1, -1, 60.02, 33.22, 43.03, 57.89, -1, 46.85, 65.56, 54.96, -1, 32.97, 50.65, -1, 37.57, 46.65, 62.07, 56.18, -1, 39.7, 53.19, 54.69, -1, 42.09, -1, 47.89, 51.49, -1, 57.16, -1, 57.06, -1, -1, -1, 40.42, -1, -1, 64.37, -1, -1, 49.04, 68.26, -1, -1, -9, -1, 62.39, 59.55, 44.1, 54.2, 59.7, -1, -1, 56.47, 57.33, -1, 60.12, 55.94, 57.16, -1, 33.55, 51.5, -1, -1, -1, 57.9, -1, 57.16, 66.55, -1, -1, 48.66, 54.96, 48.87, 47.32, 41.07, 51.7, -1, 41.07, 53.33, 19.01, -1, -1, -1, 59.43, -1, 62.66, -1, 62.39, 57.16, -1, 54.96, 41.17, -1, 38.5, -1, -1, -1, 56.58, 26.41, 26.59, 53.41, -1, 58.39, -1, 36.33, -1, 51.14, 50.45, 36.08, -1, -1, 61.28, 54.62, -1, -1, -1, 52.88, 54.2, 58.15, 62.66, 36.92, 50.11, -1, -1, 54.96, -1, -1, 61.61, -1, 46.48, -1, -1, 15.87, 48.43, 12.59, -1, 57.54, -1, 58.8, -1, 48.24, -1, 60.12, 44.03, -1, 42.42, 34.86, -1, -1, 52.91, 40, -1, 59.53, -1, -1, 61.13, -1, 57.16, 55.36, -1, 49.22, -1, 41.54, 62.39, 56.79, 55.88, 54.79, 57.16, -1, 49.06, -1, 37.25, 44.87, 54.2, -1, -1, -1, 57.06, 32.32, -1, -1, 47.97, -1, -1, 50.82, 57.33, 40.72, 62.49, -1, 31.52, -1, 49.82, 59.43, -1, 43.97, 37.34, -1, 58.05, 57.35, 45.55, 54.14, -1, -1, -1, -1, 54.96, 60.52, 50.76, 51.83, 57.16, 56.47, -1, 37.79, -1, -1, 61.65, -1, 57.16, 58.72, -1, 61.85, 54.1, 54.79, -9, -1, -1, 55.79, -1, 37.61, 41.46, 60.53, -1, 41.35, 36.54, -1, -1, -1, 43.94, 53.16, 35.35, 60.12, -1, -1, 57.16, 57.33, 57.11, -1, 46.63, 58.38, 61.13, 54.37, -1, -1, 59.43, -1, 62.49, 56.37, 62.39, -1, 58.15, 40.65, -1, 41.72, 54.69, 22.84, 63.65, 62.39, 37.66, -1, 38.33, 47.77, 38.18, 58.32, -1, 57.16, 62.66, -1, 54.37, -1, 50.15, 57.06, 62.49, -1, 56.57, -1, 63.6, 20.45, -1, 62.39, 62.39, -1, -1, 58.72, 50.65, -1, -1, -1, 48.28, -1, -1, -1, 61.2, 57.16, -1, 57.16, -1, -1, 47.71, 62.39, 53.1, 47.74, 62.39, 56.82, -1, -1, -1, 57.16, -1, -1, 56.31, 39.75, -9, -1, 32.83, -1, -1, 38.16, 47.15, 61.11, -1, -1, 37.86, -1, 48.28, -1, -1, 62.66, -1, -1, -1, 60.7, 55.44, 57.16, -1, -1, 15.65, 60.29, 52.88, -1, 62.49, -1, -1, -1, 48.99, -1, -1, -1, -1, 54.67, 41.34, 61.28, 49.95, 39.8, 68.51, -9, 54.2, -1, 56.33, -1, -1, 59.43, -1, 61.12, -1, -1, -1, -1, 34.64, 47.16, -1, -1, 56.57, -1, 32.76, -1, 42.67, 45.91, 54.78, 60.12, 41.27, 57.06, -1, 50.42, -1, -1, -1, 52.4, 53.16, 21.74, -1, 57.33, 35.12, -1, 57.33, 55.15, -1, -1, 57.65, 60.12, 57.57, 48.7, 53.42, 54.1, 58.67, -1, -1, 63.95, 51.25, 32.62, 28.54, -1, -1, 53.48, 62.01, 57.33, 41.85, 57.16, -1, -1, 54.04, 66.63, -1, 50.05, 56.35, 55.09, -1, -1, -1, -1, 60.12, -1, 37.99, 49.63, 27.88, -1, 46.41, -1, 57.33, 53.63, 50.55, -1, 60.12, 57.16, 60.3, -1, 33.23, -1, -1, -1, 24.67, 49.54, 44.64, 51.84, 53.05, 62.49, 33.12, 59.04, 25.88, 32.43, -1, -1, 62.39, 25.41, -1, 62.39, -1, -1, -1, -1, -1, 53.37, 62.39, 57.06, -1, 56.52, 33.04, -1, 57.16, -1, 59.7, -1, 51.54, -1, -1, -1, 58.89, -1, -1, 41.24, -1, 59.7, 57.33, 46.98, 62.43, 39.55, -1, -1, 59.03, 56.74, -1, -1, 50.87, 47.36, 62.9, -1, -1, 59.7, 41.07, -1, 54.57, 49.13, 62.66, 48.87, 46.91, 57.16, -1, 44.09, -1, 61.28, 62.39, 58.89, -1, -1, -1, 60.12, 60.02, -1, 38.51, -1, 47.15, 62.66, 44.01, 42.38, 50.62, 52.24, 47.36, 46.52, 29.1, -1, 48.65, -1, -1, 68.47, -1, -1, -1, 59.43, 55.19, 59.96, 42.54, 50.33, 57.72, 61.92, 49.25, -1, 47.12, 57.16, 61.27, -1, -1, 60, 49.58, -1, -1, -1, 54.79, -1, 63.65, 64.47, 36.49, -1, -1, -1, 64.66, 39.2, -1, 50.68, -1, 53.04, -1, 62.39, 59.28, 56.53, -1, 55.09, 50.54, -1, -1, 60.29, -1, 59.71, 37.19, -1, 65.62, 62.54, 53.14, 49.06, 51.73, 57.16, 62.39, 60.02, -1, -1, 48.92, 23.4, -1, 54.79, -1, 57.16, 45.8, 62.66, 57.63, 34.49, -1, -1, -1, -1, -1, 57.1, -1, -1, 48.45, -1, -1, -1, 54.96, -1, 49.58, 40.07, 62.66, -1, 62.39, 57.06, -1, 44.33, 57.16, 33.2, 49.28, -1, 59.63, 51.42, -1, -1, -1, 63.09, -1, 57.16, 53.37, 62.66, 52, 62.39, 57.06, 57.06, 60.02, 54.79, -1, 62.1, -1, 60.02, -1, -1, -1, 62.39, -1, 54.2, -1, -1, 55.9, -1, 57.16, 41, -1, 63.48, 62.66, 40.3, -1, 62.49, 64.24, -1, 64.19, 37.12, 29.17, 54.69, 52.92, -1, 62.39, -1, 55.29, -1, 52.31, 59.3, 57.06, -1, 58.94, 54.2, 60.88, 62.39, 46.68, 39.21, -1, 51.78, -1, 55.61, 55.36, -1, -1, 25.02, 64.08, 60.12, 50.65, -1, 57.16, 51.14, -1, 62, 46.11, -1, 59.75, 53.78, -1, -1, 46.52, -1, 31.82, 41.07, -1, -1, -1, -1, 18.76, -1, -1, -1, 17.29, 57.91, 46.35, -1, 59.14, 40.3, 62.49, 50.54, -1, -1, 46.79, 66.26, -1, 20.38, -1, 38.12, 62.39, 18.01, -1, 55.93, -1, -1, -1, -1, -1, -1, 38.28, 57.06, 49.44, -1, 44.22, 52.14, -1, 55.44, 55.36, -1, -1, 50.14, 57.06, -1, -1, 57.16, -1, 62.39, -1, -1, -1, -1, 57.73, 59.14, 58.34, 55.79, -1, -1, 60.7, -1, 46.22, -1, 57.06, 51.83, -1, -1, -1, 42.57, 43.77, 50.54, 62.39, -1, -1, -1, 44.19, -1, 57.33, 54.31, -1, 57.16, 55.34, -1, 55.9, 62.66, -1, -1, 47.76, 60.02, -1, -1, -1, 55.89, -1, 54.49, 52, -1, -1, 57.73, 57.16, 54.12, 41.17, -1, 65.39, 26.93, -1, -1, 57.42, 50.74, -1, 63.95, -1, 60.29, 60.02, 52.82, -1, -1, 57.11, 50.2, -1, -1, -1, -1, -1, -1, 58.46, 39.63, -1, 62.66, 62.39, -1, 41.78, -1, 60.12, 56.74, 50.65, 62.61, 47.68, 62.66, 58.15, -1, 55.76, 35.44, -1, 40.39, 52.39, -1, -1, 51.73, -1, 50.51, -1, 62.39, -1, 65.39, -1, 52.26, -1, 62.39, 36.67, -1, 65.56, 48.93, -1, -1, -1, -1, 56.35, -1, -1, 28.73, 29.21, 51.24, -1, -1, 54.2, 57.16, 53.95, -1, -1, 62.01, -1, -1, -1, -1, 43.34, -1, 65.65, -1, 54.2, 57.16, 44.14, 47.09, -1, 57.57, -1, 58.15, -1, -1, -1, 61.68, 54.69, -1, -1, 60.12, 57.73, 60.12, 54.37, 40.75, 57.06, 59.53, -1, -1, 39.75, -1, 27.56, 43.34, 58.82, -1, 63.41, 50.74, -1, 50.97, -1, 55.13, -1, -1, 48.87, -1, -1, 54.2, -1, -1, -1, -1, -1, 44.39, -1, 54.96, -1, 57.16, 31.59, -1, -1, -1, 26.42, -1, 56.32, 54.1, 57.16, 62.39, -1, 32.57, 49.46, -1, -1, 45.87, 31.46, -1, -1, 36.76, 48.77, -1, -1, 57.16, 57.16, -1, 49.43, -1, 61.52, -1, 46.67, 62.66, 57.31, 56.58, 57.33, 66.91, 60.3, -1, 43.58, 61.16, -1, -1, 50.12, -1, 47.66, -1, 53.34, 45.38, -1, 57.51, 54.79, 54.37, -1, 57.33, -9, 56.47, -1, -1, 45.74, 62.49, 29.04, 62.39, 46.48, -1, -1, 57.16, -1, 43.78, 51.73, -1, 40.02, 37.06, 57.16, -1, -1, 35.07, -1, -1, -1, -1, -1, 51.39, 54.2, -1, 38.02, 62.72, -1, -1, 54.37, 50.54, 57.06, -1, 48.68, 41.34, -1, 50.9, 53.9, -1, 62.9, 23.42, 54.2, -1, -1, -1, 57.33, 56.47, -1, 60.35, 57.06, 36.7, -1, 26.4, -1, -1, -1, -1, 50.98, 56.3, -1, 61.39, 42.13, 54.96, 57.93, 51.45, 40.77, -1, -1, -1, -1, -1, 66.13, 48.65, -1, -1, 31.91, 39.15, -1, 54.55, 41.23, -1, 34.96, 51.24, -1, -1, 62.49, 48.21, -1, 56.57, -1, 58.14, -1, 55.3, 18.24, 59.53, 62.39, 50.35, 62.39, -1, -1, -1, -1, -1, 52.87, 51.94, 50.52, -1, 55.93, -1, -1, 60.29, 57.06, 41.88, 51.27, 57.06, 62.49, -1, 51.64, 60.12, 62.39, -1, 53.88, 61.27, 52.82, 49.42, 57.33, 65.63, 61.64, 57.06, 57.33, -1, 59.53, 36.18, 59.85, 58.92, 44.25, 62.49, -1, 50.54, -1, 59.43, -1, -1, -1, -1, 57.16, -1, -1, 17.01, 59.53, -1, -1, 54.13, 55.2, 52.21, 54.61, -1, 24.13, -1, 57.16, -1, 63.41, 52.93, -1, -1, -1, 59.53, 34.52, 58.32, 51.36, -1, 57.33, 53.82, -1, -1, -1, 57.34, -1, 54.77, 49.8, 65.38, 40.26, 60.29, 36.43, 60.12, -1, -1, -1, 62.39, -1, -1, -1, 54.07, -1, -1, -1, 48.16, -1, 59.31, 57.06, 49.66, 57.19, -1, -1, 54.96, 52.01, -1, 53.88, -1, -1, 56.19, 62.39, 54.2, -1, 49.03, -1, 62.49, 57.16, 62.66, 62.39, -1, 40.42, -1, -1, -1, -1, -1, 60.12, 42.12, 57.16, -1, 49.38, 54.04, 46.63, 40.73, 59.53, 38.65, -1, -1, 41.07, 57.06, 59.53, 62.39, 59.14, 60.68, 60.02, -1, 57.06, -1, -1, 46.97, -1, 55.14, 52.57, -1, 54.1, -1, 47.7, 45.48, -1, 48.53, 51.83, -1, 57.16, -1, 52.2, 39.02, -1, 54.2, 48.19, -1, -1, 59.43, -1, -1, 57.06, 27.36, -1, 57.06, -1, 46.3, 60.02, -1, 60.53, 43.63, 61.28, -1, -1, 34.3, 50.12, 54.96, -1, 54.69, -1, 48.18, -1, 54.37, -1, 54.2, -1, 55.86, 62.39, 49.04, -1, 60.12, -1, -1, -1, 56.57, 56.99, 62.49, 54.96, -1, 50.68, -1, 23.42, -1, -1, 60.12, 46.03, -1, 59.53, 42.63, 59.53, 42.9, 40.86, 51.75, -1, 47.19, -1, 64.01, -1, 57.06, 57.16, 49.58, -1, -1, 59.53, -1, -1, -1, 38.68, -1, 61.12, -1, -1, 50.49, -1, 60.29, -1, -1, -1, -1, -1, 57.16, -1, 62.02, 44.02, -1, 45.98, -1, 59.53, -1, 46.9, 58.15, 57.06, -1, 54.79, 62.49, -1, 62.39, 52.68, 55.85, -1, 64.64, 63.56, -1, -1, 56.47, -1, 52.48, -1, 39.58, 62.49, 63.24, -1, 41.02, 60.12, 54.2, 62.39, 57.9, 15.93, 54.1, -1, 29.91, 48.77, -1, 58.32, -1, 45.56, 42.44, -1, 62.66, 49.22, -1, 51.73, -1, -1, 55.19, -1, 35.06, 55.51, -1, 53.08, 52.07, -1, -1, -1, 60.02, 55.76, 49.73, 51.16, 57.16, 51.14, 52.34, -1, -1, 57.76, 48, 40.01, 54.2, 50.1, 58.47, 57.16, 54.1, 56.47, -1, -1, 54.36, -1, 69.15, -1, 54.96, -1, -1, 62.4, -1, -1, 49.41, -1, 48.87, 52.08, -1, -1, 62.39, -1, 54.31, 40.92, -1, 51.83, -1, 41.31, -1, 53.39, 42.76, -1, -1, -1, -1, 55.5, 55.35, -1, -1, 42.75, 50.04, 39.23, -1, 56.11, -1, 59.29, 61.51, 62.39, 59.07, 33.4, 51.83, -1, -1, -1, 58.15, -1, -1, 42.31, 54.2, -1, -1, -1, -1, 51.83, -1, 48.63, 64.7, 57.16, 46.86, -1, 60.29, -1, 48.78, 54.1, 57.06, 36.9, -1, 54.96, 60.12, 58.05, 36.7, 48.43, 57.62, 57.33, 45.52, 60.5, 57.16, -1, -1, 57.92, 57.16, 40.64, -1, 57.06, 45.8, 52.47, 49.65, -1, -1, 53.33, 60.12, 43.02, 59.46, -1, -1, -1, 60.02, -1, 45.88, -1, 55.56, 54.77, -1, -1, 57.06, 62.56, -1, 38.16, 60.29, 55.61, -1, 61.58, 58.15, -1, -1, 60.12, 60.29, -1, 55.69, -1, 53.51, -1, -1, 57.33, -1, 62.49, 54.37, -1, 60.29, 58.56, -1, 57.16, 57.16, -1, -1, 60.12, 52.39, 56.82, 58.69, 62.39, 14.64, 55.24, 54.37, -1, 57.16, -1, 57.06, -1, 62.49, 50.82, 40.89, -1, -1, -1, -1, -1, 30.22, 53.12, 65.54, -1, 39.34, 38.94, 62.49, -1, 62.39, 51.83, -1, 20.58, -1, 62.66, 52.24, 50.65, 60.56, 56.61, 51.24, -1, 41.13, -1, 54.77, -1, 50.85, -1, 61.01, 44.87, -1, -1, -1, 53.44, 62.39, 41.83, 43.31, 32.31, 57.16, 54.67, 57.16, -1, -9, 57.06, 51.53, -1, 40.94, 61.11, -1, 51.24, 41.36, 50.65, -1, -1, -1, 65.39, 20.56, 56.75, 54.37, -1, -1, 59.26, -1, 62.39, -1, -1, 53.82, -1, -1, -1, 60.12, -1, -1, -1, 40.6, 66.61, 58.89, -1, 57.93, 62.56, 62.39, -1, -1, 37.24, -1, 24.76, -1, -1, -1, -1, 64.44, 38.74, 54.1, 61.86, 22.99, -1, 58.32, -1, -1, -1, 57.16, 60.29, -1, 51.24, 49.75, 57.16, -1, 40.07, -1, 54.96, -1, 57.33, 59.43, -1, 37.11, -1, -1, -1, -1, -1, 62.49, 57.06, -1, -1, 34.95, 57.16, 51.14, -1, 64.66, -1, -1, -1, 51.73, -1, -1, 60.29, 59.32, 45.26, 45.31, 54.1, 33.19, 46.75, 32.99, -1, 50.91, -1, -1, 60.29, -1, -1, 57.16, -1, 59.43, -1, 44.38, -1, 53.42, -1, 46.16, 60.12, 36.64, 34.06, -1, -1, 57.33, 62.49, 63.11, 42, 17.42, -1, 30.77, -1, 41.88, 61.73, 40.54, -1, 24.32, -1, 54.2, 37.48, 49.27, -1, 60.02, -1, 51.36, -1, -1, 52.3, -1, 62.39, -1, 68.32, -1, 58.3, 47.6, 51.24, 20.33, 57.06, 54.37, -1, 59.43, -1, 37.77, 36.12, -1, -1, -1, 41.88, 61.43, 57.16, 48.49, 49.7, -1, 57.16, 44.56, -1, -1, 48.78, 62.39, -1, -1, -1, -1, -1, 45.9, 62.39, 27.86, 57.16, -1, -1, 40.06, -1, 42.17, -1, 45.99, 40.64, -1, 54.44, 38.4, 26.14, -1, 57.16, 44.28, -1, -1, 54.79, 62.39, 52.42, 55.19, 62.66, 57.33, -1, 42.76, 65.2, 62.23, 55.9, -1, -1, 43.84, 57.06, -1, -1, -1, 58.72, -1, -1, 57.11, 52.99, -1, 62.11, 42.96, 58.44, 58.62, 57.67, -1, 57.73, -1, -1, -1, 52.82, 58.15, 59.69, 57.06, 52.25, 37.1, 49.44, 55.51, -1, 60.53, -1, 59.09, 62.39, 37.95, 57.33, 46.33, -1, -1, -1, -1, 54.96, 60.13, -1, -1, 34.08, -1, -1, 54.96, 51.24, 54.46, -1, 46.67, -1, 53.37, 60.87, 62.19, 61.83, -1, -1, 57.06, -1, -1, -1, 60.84, 54.71, 57.16, 46.81, -1, -1, -1, 60.02, -1, -1, 60.68, -1, 54.2, -1, -1, 55.77, 54.45, 49.81, 60.7, 42.97, 57.16, 57.16, 49.72, 47.61, -1, 62.66, -1, 57.06, 54.63, 52.32, 57.16, 51.41, -1, -1, -1, -1, 57.16, 45.8, -1, -1, -1, -1, 44.75, 40.71, 51.38, 57.73, 46.06, 48.77, 56.94, -1, -1, 51.83, 54.14, -1, -1, -1, 49.63, 55.94, -1, -1, 62.66, 62.39, -1, -1, -1, 47.89, -1, 60.12, 29.6, 57.16, -1, 57.92, 62.66, -1, -1, -1, -9, -1, 51.49, -1, -1, -1, -1, -1, -1, -1, 54.3, 50.65, -1, -1, -1, -1, 62.66, -1, 57.06, -1, -1, -1, 40.64, 60.06, 54.37, -1, 57.17, 61.11, -1, 37.52, -1, 58.96, 57.06, -1, -1, 62.39, 57.06, 39.15, 33.73, 34.78, -1, -1, 46.25, 57.16, 48.68, 52.54, -1, -1, -1, -1, 40.89, 63.83, 57.49, -1, 45.5, 33.32, 62.39, 41.05, 62.16, 35.2, 46.59, 52.88, -1, -1, -1, 51.24, -1, -1, 57.18, 57.06, -1, 44.22, -1, -1, 24.39, 38.75, 55.34, 44.59, -1, 46.92, -1, 44.82, 22.43, -1, 51.83, -1, -1, -1, 57.16, 51.41, 41.17, 57.33, 62.66, 51.85, 31.26, 59.53, 54.1, -1, 28.94, 57.16, 46.98, 50.13, 61.42, -1, 56.91, 26.57, 46.31, 54.1, 45.27, 38.81, 54.5, 58.33, -1, 60.46, -1, -1, 45.58, 55.8, -1, -1, 52.11, 60.02, 54.61, 47.4, 54.37, 62.39, -1, 62.39, -1, 69.88, 59.07, 42.95, 54.03, -1, 57.06, 62.49, 56.92, 62.49, -1, 50.82, -1, -1, 64.37, 38.14, 57.16, 60.06, -1, 32.48, 61.1, 47.13, 55.97, -1, 59.7, 52.06, -1, -1, 54.96, -1, 30.46, 62.39, -1, -1, 44.16, 62.39, -1, 40.12, -1, 48.28, 54.16, -1, 63.89, 54.85, 59.7, 57.06, 37.92, 56.91, 53.36, -1, 57.16, 59.31, 48.04, -1, 47.3, 32.27, -1, -1, -1, 39.64, 57.06, 36.97, 49.04, -1, 36.59, 46.03, -1, -1, -1, 57.29, 62.27, -1, 37.25, -1, -1, 61.61, 62.66, 60.29, -1, 57.33, 36.94, -1, 57.16, -1, 18.84, 60.02, 58.56, 61.16, -1, 46.4, 45.71, 62.49, 41.06, 62.66, 42.64, -1, -1, 38.81, 51.49, -1, 61.13, 59.64, -1, 66.61, 50.79, 39.45, -1, 50.37, 59.53, 35.61, -1, 62.9, 47.04, -1, 54.2, 55.19, -1, 62.39, 43.27, 60.24, -1, 57.16, 57.06, 63.4, 59.88, 60.12, 62.49, 60.99, -1, 55.19, 62.39, 50.85, -1, -1, 60.12, 66.37, 29.61, 26.57, 54.38, 54.2, 42.11, 60.24, 51.49, 62.39, -1, 40.94, 39.74, 57.16, -1, -1, 52.38, 33.08, -1, -1, -1, 64.15, -1, -1, 57.06, 59.43, -1, -1, 60.72, 40.88, -1, 41.11, 62.49, 50.57, 32.35, 53.02, 54.2, 54.96, -1, 62.49, 59.6, -1, -1, 57.16, 16.04, -1, -1, -1, 59.43, 44.82, -1, -1, -1, 38.29, 43.61, -1, -1, 57.16, 62.39, 60.29, -1, 38.51, 30.68, 19.98, 61.52, 27.82, -1, 72.56, 56.72, -1, 54.94, 63.09, 50.37, -1, 29.23, 35.39, -1, -9, -1, -1, 54.1, -1, -1, 57.16, 53.35, -1, 48.77, 62.49, 49.35, -1, -1, -1, -1, 38.09, 62.39, 34.87, 48.03, 62.96, -1, -1, 30.12, 62.49, -1, 61.12, -1, 51.83, 62.66, 59.43, 32.45, -1, 62.49, 62.39, 48.45, 62.39, 54.37, 54.2, 54.96, -1, -1, 61.31, -1, 52, 39.39, 54.79, -1, 49.41, -1, 62.49, -1, -1, 57.33, -1, 44.83, -1, 59.22, 62.39, -1, -1, -1, -1, -1, 57.06, 57.16, 47.28, 57.16, -1, -1, -1, 46.11, 57.3, 59.53, 62.39, -1, 64.4, 63.65, 41.05, 59.14, -1, 35.89, -1, 49.97, 60.12, 62.26, -1, 31.05, 57.06, 60.12, -1, 59.43, 52.25, 52, 60.29, 62.49, 39.76, -1, -1, 56.47, -1, -1, 40.95, -1, -1, 44.82, 48.08, 47, 57.16, -1, 64.52, -1, -1, 57.06, 57.16, 54.3, 57.65, 72.04, 57.06, 57.16, -1, -1, -1, -1, 63.22, 46.52, 59.22, 62.93, 58.06, 49.63, -1, 43.09, -1, -1, -1, 57.16, -1, 44.08, 52.08, 34.12, 57.16, 58.07, 27.1, 51.14, -1, 60.12, 51.83, 25.17, -1, -9, 47.44, -1, -1, 49.46, 40.96, 43.96, 54.2, 63.02, 58.23, 49.2, 44.65, -1, -1, -1, 46.97, 30.02, -1, -1, 56.48, 36.37, 54.1, 57.16, -1, 57.17, 35.4, -1, -1, 48.35, -1, 23.42, -1, -1, -1, 55.76, -1, -1, 49.52, -1, 60.12, 57.33, -1, -1, 65.11, 46.57, 42.85, 57.33, 49.61, 67.19, 59.43, 57.42, 60.29, -1, 45.61, -1, 62.03, 74.41, 55.47, -1, 62.39, -1, 62.39, 54.2, -1, 59.53, -1, -1, 56.23, -1, 33.8, 29.85, 42.82, 51.95, 54.37, 38.99, 57.06, 54.37, 58.7, 57.06, 30.41, 40.82, 57.43, 47.44, 51.57, 54.2, 57.16, 50.69, -1, 48.28, -1, 57.16, 47.41, 49.46, 57.17, -1, -1, 52.95, 51.66, 60.12, 57.06, 46.44, 58.92, 53.23, 60, 45.41, -1, 45.36, 26.08, 61.01, 34.58, 57.33, -1, 49.29, -1, -1, 51.17, 21.97, 60.29, -1, -1, 61.83, 60.02, 35.79, 26.49, -1, 63.48, 54.1, -1, 46.8, 56.29, 56.74, 54.61, 54.77, -9, -1, 49.93, -1, 60.12, 43.93, -1, 59.53, 60.12, 60.02, 48.1, -1, -1, -1, 52.74, -1, 62.49, 62.49, 54.61, 62.39, 62.49, 57.06, -1, 41.6, -1, 67.77, -1, -1, 37.72, -1, 58.31, -1, -1, -1, -1, 58.14, -1, -1, -1, 62.39, 38.68, -1, 62.49, -1, -1, 62.39, -1, -1, -1, 22.86, -1, 38.27, 62.66, 57.4, -1, -1, 57.33, -1, 27.99, 62.39, -1, 62.39, -1, 44.33, -1, 59.88, -1, -1, 32.74, -1, 41.58, 41.76, -1, 60.94, -1, 48.27, -1, 46.67, -1, -1, 55.19, 38, 46.2, 58.76, 57.39, -1, -1, 54.74, -1, 65.13, 56.05, 55.44, 62.39, 50.89, 56.94, 46.56, 53.67, -1, -1, 46.91, 43.15, 28.65, 54.37, 43.2, 57.16, -1, 57.16, 58.96, 63.83, -1, -1, 48.39, -1, -1, -1, 60.29, 48.54, -1, -1, -1, 53.81, -1, -1, 62.49, 62.39, 62.39, 59.14, -1, 40.48, 55.09, 55.47, 55.76, 40.67, -1, -1, 56.86, 42.61, 54.05, -1, -1, -1, 55.65, 60.12, 45.81, 62.49, 59.15, -1, 57.33, 53.06, -1, 60.02, 56.74, -1, 23.04, -1, -1, 60.12, 52.67, 49.44, -1, -1, 60.02, -1, 34.93, -1, 62.39, -1, 54.68, -1, 54.1, 43.15, -1, 57.16, -1, 41.17, -1, -1, 62.68, 60.3, 55.19, -1, 49.29, 35.8, -1, 63.85, -1, 35.46, 64.65, -1, -1, 55.09, 60.29, -1, -1, 41.07, 33.8, -1, -1, 59.53, -1, 58.3, -1, 62.39, -1, 56.43, -1, 62.66, -1, -1, 46.67, 35.3, -1, -1, 35.77, -1, -1, 57.63, -1, -1, 62.66, -1, -1, 61.28, 55.21, 57.16, -1, 55.54, -1, 57.33, 62.49, 49.69, 56.99, 35.76, 62.39, -1, 58.49, 57.06, 51.67, 57.16, -1, 42.17, -1, 63.38, 57.06, 50.51, -1, 52.16, 32.89, -1, 60.29, 60.12, 60.02, 40.3, 60.12, -1, 40.12, 62.49, 54.2, -1, 47.27, -1, 62.39, 49.54, -1, -1, -1, -1, -1, 61.68, 62.39, -1, 59.53, 63.06, -1, -1, 60.29, 48.45, -1, 57.16, -1, -1, -1, -1, 51.77, -1, -1, 62.49, 54.1, -1, -1, 38.41, -1, 21.44, -1, 62.49, -1, -1, 44.94, 62.66, 57.06, -1, 57.33, -1, 47.08, -1, -1, -1, 29.16, 53.24, 42.68, 59.43, 58.15, 16.04, -1, -1, -1, -1, -1, 59.53, 48.68, -1, 61.26, 22.48, 36.93, 50.54, -1, -1, -1, 57.73, 62.39, 35.03, -1, 35.67, 57.73, 48.87, 56.47, -1, 48.87, 57.16, 54.02, 60.12, 52.37, -1, 62.39, -1, 52.64, 51.68, 52.4, -1, 30.62, 46.8, 57.73, -1, -1, -1, -1, -1, 59.78, 51.73, -1, -1, 28.31, 59.63, 21.11, 45.33, 47.61, 41.87, -1, 44.42, 54.74, 57.16, -1, 33.56, -1, 54.74, 60.12, -1, 50.65, -1, -1, -1, 60.12, -1, 51.14, 57.06, 62.39, -1, -1, 36.2, 63.34, 32.05, 46.99, 54.1, -1, -1, 37.98, -1, -1, -1, -1, -1, -1, -1, 61.51, -1, -1, -1, 55.36, 46.23, 59.15, 62.49, -1, 54.2, -1, -1, 57.33, 57.16, 57.77, -9, 46.79, -1, -1, -1, -1, 62.39, 39.08, 46.28, 54.2, -1, 62.39, 62.39, 60.1, 59.43, 53.06, 60.12, 57.16, -1, 52.99, -1, -1, -1, 46.08, 44.99, -1, 57.06, 50.73, 37.02, 50.94, -9, -1, -1, -1, 57.76, 57.16, 65.02, -1, -1, 57.16, -1, 51.64, 62.49, -1, -1, -1, -1, 14.05, -1, 58.84, 31.11, -1, 57.16, 58.69, -1, 36.2, 62.39, 39.71, 60.12, -1, -1, 60.42, -1, -1, 59.31, 62.39, -1, -1, 57.06, -1, 62.39, -1, -1, -1, 62.39, -1, 57.06, 53.24, 57.16, 60.46, 51.83, -1, 57.33, -1, -1, 62.49, -1, -1, 54.15, -1, 62.39, 54.2, -1, 58.05, -1, -1, -1, 52.03, -1, 54.79, 50.6, 56.18, -1, -1, 39.56, -1, 33.16, 62.09, -1, 41.42, 55.17, 25.14, 48.4, 49.86, 44.43, 57.16, 54.2, 36.59, 57.16, 48.49, 66.36, -1, -1, 44.4, -1, -1, -1, 24.62, 56.51, 51.66, 43.44, 36.4, -1, 42.68, 41.56, 62.39, 60.12, 47.57, 55.19, -1, 55.12, -1, 57.16, -1, 50.54, -1, -1, 62.39, 63.03, 62.06, 50.06, -1, 57.33, 58.15, 57.16, 57.56, 54.96, -1, 62.01, 48.14, -1, 54.79, 28.2, 57.06, 57.16, 58.15, 57.87, -1, 49.25, 57.16, -9, 40.88, 34.47, -1, 54.45, -1, 60.53, -1, 49.1, 24.63, -1, -1, -1, 50.23, -1, 47.89, 59.18, -1, 61.68, 49.46, -1, 60.58, -1, 41, -1, 75.51, 55.15, 55.53, 60.29, -1, 58.65, 59.53, 50.28, 72.55, -1, -1, 51.39, 48.45, 54.63, 57.16, 47.83, 37.48, -1, -1, -1, 54.77, -1, 59.29, -1, -1, 57.16, 58.84, -1, 55.85, 54.2, 35.27, 60.12, -1, 46.49, 51.89, 52.24, 51.83, -1, -1, 49.15, 57.16, -1, 60.12, 57.16, 45.86, -1, 37.03, 55.71, -1, 54.1, -1, -1, 56.1, 54.79, 52.68, -1, 55.09, 27.6, 65.8, 64.88, -1, 45.7, 57.06, 47.1, -1, -1, 48.03, 57.06, -1, 46.33, -1, 52.24, -1, -1, 60.12, 58.32, 53.44, 52, 59.14, 15.03, -1, -1, -1, 57.49, 60.29, -1, -1, 46.45, 57.33, -1, -1, 57.16, 41.34, -1, 44.2, -1, 51.67, 62.49, -1, -1, -1, 30.19, 60.52, -1, -1, 53.45, -1, 37.27, -1, 60.02, 58.32, 54.79, 57.06, -1, 59.45, 43.71, -1, 58.87, 59.71, 46.06, -1, 43.44, 57.06, 57.16, 57.23, 60.28, -1, -1, -1, -1, -1, 60.46, 50.83, 60.02, 55.37, 44.19, 49.38, 35.88, 54.1, 43.09, -1, -1, 62.18, 50.86, 60.02, -1, 36.65, 53.01, 54.79, 35.79, 52, -1, -1, -1, 47.57, 42.1, -1, 57.02, -1, -1, -1, -1, 49.52, 42.46, 42.81, -1, -1, -1, 44.06, -1, 60.02, -1, 38.04, 42.1, 57.06, 27.85, -1, 43.1, 42.75, 39.95, 58.32, 51.24, 54.92, 57.27, 44.94, -1, -1, 57.16, 46.44, 23.13, 62.49, 49.52, -1, 61.12, 60.12, 43.14, -1, 57.16, 60, 34.87, -1, -1, -1, -1, 55.72, -1, 49.02, -1, 60.02, -1, 54.96, -1, 45.34, -1, -1, -1, -1, -1, 60.29, 54.2, 63.09, -1, 62.49, 57.06, 62.49, 69.07, 32.77, 54.2, 61.86, -1, 64.37, -1, -1, 60.12, -1, 68.5, 48.23, -1, -1, 48.69, 52.13, 50.56, 43.96, 61.45, 32.57, 62.39, 60.29, -1, -1, -1, -1, 32.84, -1, -1, 57.16, 58.13, -1, 49.33, 57.16, 60.45, 55.36, -1, -1, -1, 57.55, 48.37, 43.91, -1, -1, -1, -9, 52.4, 59.7, -1, 65.2, 57.33, -1, 65.21, 52.4, 45.64, 46.32, -1, 40.12, -1, -1, 57.33, -1, 46.27, 45.36, 49.77, 30.62, 53.69, -1, 62.68, -1, -1, -1, 48.94, 39.44, 60.02, 72.84, 46.5, -1, 57.33, -1, 52.45, 58.32, 51.41, 44.16, -1, 62.66, -1, 52.84, 38.8, -1, 60.29, -1, 49.12, -1, 45.88, -1, 57.04, 59.43, 63.17, 41.07, 60.12, -1, 54.2, 49.82, -1, 52.58, 53.51, -1, 62.39, 24.17, 54.96, 31.27, 62.56, 59.43, 42.31, 46.16, 57.06, 38.96, -1, -1, -1, 42.99, 57.33, -1, 54.37, 54.79, 63.82, 57.16, -1, -1, -1, 60.02, 51.24, -1, 59.53, 57.3, 54.79, 52.87, 42.96, -1, 37.26, 57.16, 54.79, 48.1, -1, 62.66, -1, 52.27, 55.3, 45.46, -1, -1, -1, -1, 55.9, 28.84, 42.35, 48.45, 42.36, 42.56, 46.42, -1, -1, 61.28, 42.67, 34.05, 46.07, 46.21, 53.29, 57.16, 59.53, -1, 27.81, -1, 58.87, 57.16, -1, -1, 57.09, 60.12, -1, -1, 48.53, 50.99, -1, 48.28, 51.65, -1, -1, 49.6, 39.98, -1, 51.81, -1, 57.16, -1, 60.02, 60.29, 58.46, -1, 60.12, 55.8, 39.11, -1, 60.03, 53.33, 62.66, -1, 52.72, -1, -1, 54.66, -1, -1, -1, 54.91, 57.06, 51.66, 49.94, 62.49, 41.58, 44.6, 53.51, -1, 29.18, -1, 57.16, 57.16, -1, -1, 54.96, 57.16, 57.16, 41.12, -1, 57.06, -1, 49.89, 62.39, -1, 60.12, -1, 42.54, 45.24, 58.89, -1, -1, -1, 49.04, -1, 57.06, -1, 40.89, -1, 54.79, -1, 45.55, 53.72, -1, 56.57, -1, -1, 44.62, 52, 40.25, -1, 49.91, 50.75, 49.78, -1, -1, 60.02, 56.21, -1, 54.21, 57.33, 35.11, -1, 54.2, -1, -1, 36.1, 56.52, -1, 39.63, -1, 70.29, -1, 61.28, -1, 60.12, 54.79, 55.83, 48.24, 54.05, 51.83, -1, 29.61, 62.39, 59.53, -1, -1, -1, -1, 48.87, -1, 58.89, 59.43, -1, 60.84, 39.13, 59.14, -1, 62.39, -1, -1, 57.16, 61.22, -1, 60.29, -1, 59.43, 53.64, -1, -1, -1, -1, -1, -1, 34.44, -1, -1, -1, -1, 64.26, 52.17, 57.33, -1, 45.01, 38.4, 51.59, 57.33, 66, 40.77, -1, 50.03, -1, -1, 62.49, -1, 39.3, 39.97, -1, -1, 35.69, 48.53, -1, 62.39, 51.73, 46.17, -1, -1, -1, 58.16, 59.43, -1, -1, 55.96, -1, -1, 62.39, -1, 62.39, 48.37, 60.25, -1, 57.16, -1, 43.26, 42.03, 57.33, 49.11, 59.7, 62.66, 22.85, 57.16, 59.7, -1, 56.82, -1, 57.06, 62.39, 50.85, 45.08, -1, -1, 57.16, 58.89, -1, 16.04, 45.05, -1, 41.47, 51.83, -1, -1, 48.18, 8.11, -1, -1, -1, 42.28, 42.37, 47.89, 40.88, 55.21, 54.2, -1, -1, 57.16, -1, -1, -1, 62.49, 57.16, 48.18, -1, -1, -1, 58.72, 62.49, -1, -1, 62.66, 36.36, 51.77, 59.68, -1, -1, 51.66, 61.68, 46.14, -1, -1, 36.01, -1, -1, -1, 58.72, 53.02, 57.67, -1, -1, -1, 53.56, 62.39, 38.96, -1, 54.37, -1, -1, -1, -1, -1, -1, 42.03, 56.86, 49.59, -1, -1, -1, -1, -1, -1, 51.14, 63.07, 56.5, 48.06, 60.52, -1, -1, 51.14, 61.97, 63.59, -1, -1, 50.09, -1, 54.96, 60.12, 42.6, -1, -1, -1, 60.12, -1, -1, -1, 45.91, -1, 62.39, 39.89, -1, -1, -1, 62.39, 49.52, -1, 52.91, -1, -1, -1, 45.77, 54.1, 42.95, -1, -1, -1, 57.9, -1, -1, -1, -1, 59.53, 38.49, 51.83, -1, 60.03, 38.34, 51.83, 50.03, 21.66, 57.06, 57.16, 44.42, 57.16, 60.02, -1, 46.88, 54.29, -1, 48.77, 46.97, -1, -1, -1, -1, -1, 63.17, 57.16, 54.1, -1, 57.57, 62.39, 60.83, -1, 62.39, -1, 44.11, -1, -1, 62.49, -1, -1, 66.61, -1, -1, -1, 62.39, 61.75, 57.16, 45.91, -1, -1, -1, 51.83, 57.33, 54.37, 58.15, -1, 60.02, 60.12, -1, 54.06, 55.36, -9, 54.37, 43.83, 62.49, -1, -1, 64.92, 62.39, 51.39, -1, 30.13, -1, 23.03, -1, 62.39, -1, 47.07, 48.94, 57.16, 51.83, 48.77, -1, 58.05, 63.66, -1, -1, 60.84, -1, -1, -1, -1, -1, 45.23, 43.1, -1, 50.74, 38.99, -1, -1, 60.12, -1, 62.39, 62.49, -1, 57.09, 29.66, 53.48, 36.55 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "interest" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "sum of MCS42" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ "rapport correlation: 0.22799678406158752\n" ] }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "lowerfence": [ -9 ], "mean": [ 14.23100719554242 ], "median": [ 11 ], "name": "interest=0.0", "q1": [ 8 ], "q3": [ 14 ], "type": "box", "upperfence": [ 5 ] }, { "lowerfence": [ -9 ], "mean": [ 10.548715468686622 ], "median": [ 9 ], "name": "interest=1.0", "q1": [ 5 ], "q3": [ 13 ], "type": "box", "upperfence": [ 3 ] } ], "layout": { "boxmode": "group", "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "title": { "text": "Box plot of K6SUM42 by values of interest" }, "xaxis": { "tickangle": 45 } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "opacity": 0.75, "type": "bar", "x": [ -9, -7.68, -6.359999999999999, -5.04, -3.7199999999999998, -2.3999999999999995, -1.08, 0.2400000000000002, 1.5600000000000005, 2.880000000000001, 4.200000000000001, 5.520000000000001, 6.84, 8.16, 9.48, 10.8, 12.120000000000001, 13.440000000000001, 14.760000000000002, 16.080000000000002, 17.400000000000002, 18.720000000000002, 20.040000000000003, 21.360000000000003, 22.68, 24 ], "y": [ 340239.5535379999, 0, 0, 0, 0, 0, 19167399.00081201, 1995944.0037729994, 1705308.0383849998, 2027127.895265999, 698717.9413659996, 583731.2753569997, 681439.3962870002, 294739.3919010001, 227300.52725500002, 453207.8001900001, 192526.35988, 86736.812781, 134518.14655499998, 41544.095003, 100580.093489, 32874.555608, 18416.522252, 1790.308216, 63154.54180600001 ] }, { "opacity": 0.75, "type": "bar", "x": [ -9, -7.68, -6.359999999999999, -5.04, -3.7199999999999998, -2.3999999999999995, -1.08, 0.2400000000000002, 1.5600000000000005, 2.880000000000001, 4.200000000000001, 5.520000000000001, 6.84, 8.16, 9.48, 10.8, 12.120000000000001, 13.440000000000001, 14.760000000000002, 16.080000000000002, 17.400000000000002, 18.720000000000002, 20.040000000000003, 21.360000000000003, 22.68, 24 ], "y": [ 355879.1772830001, 0, 0, 0, 0, 0, 21406428.46755498, 3774263.7977360003, 4082887.3488830035, 4675659.941941998, 1480941.5612409997, 1159431.3158840004, 1531415.5025739989, 545861.442945, 493906.4761850001, 821302.6354540001, 285001.32167000003, 307023.70329300006, 272977.27596900007, 116401.31631899998, 142334.728322, 119984.42265700002, 19976.377675, 8270.027095, 77185.855377 ] } ], "layout": { "barmode": "overlay", "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "opacity": 0.75, "type": "bar", "x": [ -9, -7.68, -6.359999999999999, -5.04, -3.7199999999999998, -2.3999999999999995, -1.08, 0.2400000000000002, 1.5600000000000005, 2.880000000000001, 4.200000000000001, 5.520000000000001, 6.84, 8.16, 9.48, 10.8, 12.120000000000001, 13.440000000000001, 14.760000000000002, 16.080000000000002, 17.400000000000002, 18.720000000000002, 20.040000000000003, 21.360000000000003, 22.68, 24 ], "y": [ 1.1794504083666322, 0, 0, 0, 0, 0, 66.44435176261487, 6.918998528676572, 5.911500415954585, 7.027098404700455, 2.4221262716451935, 2.0235216156880322, 2.362229687495899, 1.021722761285431, 0.7879439556780361, 1.5710581543228441, 0.667398282829119, 0.30067570977912456, 0.4663111070926603, 0.14401382586765593, 0.3486638490604118, 0.11396061284919559, 0.06384141545256466, 0.006206156028909506, 0.2189270746117854 ] }, { "opacity": 0.75, "type": "bar", "x": [ -9, -7.68, -6.359999999999999, -5.04, -3.7199999999999998, -2.3999999999999995, -1.08, 0.2400000000000002, 1.5600000000000005, 2.880000000000001, 4.200000000000001, 5.520000000000001, 6.84, 8.16, 9.48, 10.8, 12.120000000000001, 13.440000000000001, 14.760000000000002, 16.080000000000002, 17.400000000000002, 18.720000000000002, 20.040000000000003, 21.360000000000003, 22.68, 24 ], "y": [ 0.8538955399795348, 0, 0, 0, 0, 0, 51.36252684095801, 9.055958396324366, 9.796468914160894, 11.218765878258539, 3.553367195486168, 2.7819363782519453, 3.6744742344494603, 1.309738476794535, 1.1850778694084785, 1.9706313326388287, 0.683831404018228, 0.7366718472022727, 0.6549809411308495, 0.27929300503440574, 0.34151756398409644, 0.2878903007364176, 0.047931266818863914, 0.019843080749607372, 0.18519953361450595 ] } ], "layout": { "barmode": "overlay", "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "bingroup": "x", "histfunc": "sum", "hovertemplate": "interest=%{x}
sum of K6SUM42=%{y}", "legendgroup": "", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "name": "", "offsetgroup": "", "orientation": "v", "showlegend": false, "type": "histogram", "x": [ 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1 ], "xaxis": "x", "y": [ 2, 1, -1, -1, -1, -1, -1, 9, -1, 1, 0, -1, -1, -1, -1, 9, 2, 15, 0, 0, 12, 0, 5, 3, -1, 6, 0, -1, 0, -1, 9, 2, -1, -1, -1, 11, -1, 0, 0, -1, 3, 0, 0, -1, 0, 0, -1, 14, 2, 0, -1, -1, 1, 5, -1, -1, -1, 6, 10, 7, -1, 4, -1, -1, 3, -1, -1, 0, -1, 0, -1, -1, -1, 0, 1, -1, -1, 0, -1, 1, 0, -1, -1, -1, 0, -1, -1, 6, -1, 0, 0, 3, 3, 1, -1, -1, 0, -1, 0, 2, 0, 4, -1, 3, 1, 2, 0, -1, 0, -1, -1, 0, 0, -1, -1, -1, -1, 0, 13, -1, 0, 0, 7, -1, 0, -1, 0, 9, 0, 0, 3, 3, 1, -1, -1, 0, -1, 1, 4, 3, 3, -1, -1, 3, -1, 0, 1, 2, 0, 0, -1, 0, 0, 2, 5, -1, 5, 1, 6, -1, 6, 0, 0, -1, -1, -1, 2, 10, -1, 2, 2, -1, -1, -1, 0, 1, -1, -1, 0, -1, -1, 0, 5, 0, 0, -9, -1, 1, 6, 0, -1, -1, 2, 1, 2, 0, -1, -1, 3, -1, 0, 0, -1, 0, 1, 1, 7, -1, 2, -1, 0, 1, 0, -1, 4, 0, 1, 11, 2, 1, -1, -1, 11, 3, 4, 1, 2, 0, 1, -1, 11, -1, 7, -9, 13, 3, 2, 0, -1, -1, 6, -1, 1, 7, -1, -1, -1, 3, 3, -1, 8, 24, 5, 1, 9, 6, 0, 2, 3, -1, 6, 1, 7, 0, 0, -1, -1, 0, 4, 0, 0, -1, -1, 0, -1, 5, 0, 7, 9, -1, -1, -1, 4, -1, -1, 5, 1, -1, -1, 0, 12, 0, -1, -1, -1, 2, 23, -1, -1, -1, 6, 4, -1, 5, 0, -1, -1, -1, -1, 7, -1, 6, -1, 0, -1, -1, -1, 6, 2, -1, 0, -1, -1, 0, 5, 1, 3, 0, 8, 6, -1, 12, 2, 17, -1, 1, 6, -1, -1, 0, -1, 4, 0, 0, 7, 5, 3, -1, 9, -1, -1, 0, 0, -1, 0, 8, -1, -1, -1, -1, -1, 0, 4, 1, -1, 3, -1, 7, 0, 0, 0, -1, 10, 4, 3, -1, 6, -1, 9, -1, 3, -1, -1, 0, 0, 1, 5, -1, 14, -1, 0, -1, 7, 0, -1, -1, -1, -1, 2, 0, -1, 0, 1, -1, -1, 6, 0, 0, 8, -1, -1, -1, -1, 0, 2, 0, -1, 0, 4, 3, 0, 9, -1, 5, 2, -1, 0, -1, 0, 2, -1, -1, 0, -1, 0, -1, -1, 0, -1, 0, 4, -1, 23, -1, -1, 0, 0, -1, 0, 15, 6, 7, 0, 11, 3, 2, 7, 18, 2, 0, -1, 2, 12, 12, 3, 5, 5, 0, 1, -1, -1, -1, -1, 21, -1, 4, 3, 2, -1, 1, 5, 6, -1, -1, 1, -1, -1, 0, -1, -1, 3, 0, 1, 0, -1, 0, 7, 1, -1, 0, -1, 0, -1, 0, -9, 9, 2, 0, 2, 0, -1, -1, -1, 1, 18, 4, 6, -1, 3, -1, 3, -1, -1, 2, -1, -1, -1, -1, 2, -1, 4, -1, 1, 0, 0, 2, 13, 0, -1, -1, 5, 6, 2, -1, 1, 0, 2, 4, 0, 7, 0, -1, 15, -1, 0, -1, 0, 0, 0, 3, 0, 1, 3, 3, 4, 7, -1, 0, 0, -1, 0, 0, 0, -1, -1, 2, -1, 6, 4, -1, -1, -1, -1, 4, -1, 5, 3, -9, 4, 8, 2, -1, 12, -1, 0, 7, 0, 6, 3, 18, -1, 4, 4, -1, -1, 2, 0, -1, 0, -1, -1, 1, 0, 1, 0, 4, 0, 13, -1, -1, 5, -1, 0, 0, 0, 0, 10, -1, -1, 4, -1, 5, -1, 0, -1, -1, 0, -1, -1, -1, 0, 2, 5, 12, -1, -1, -1, -1, -1, -1, -1, 2, -1, 0, 10, -1, 0, 7, 0, 0, 6, 4, 1, -1, -1, -1, 3, 4, -1, -1, -1, 0, 7, 0, 0, -1, -1, 0, 0, -1, 1, 4, 0, -1, 0, -1, 2, 3, -1, -1, -1, -1, -1, 2, 6, 0, 2, 0, -1, 1, -1, 0, 3, 18, 0, 6, 0, -1, 6, 3, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, 0, -1, 0, -1, -1, -1, 4, -1, 2, 5, -1, 0, 2, 0, -1, -1, 3, -1, 1, 3, -1, 0, 12, 7, 6, 3, -1, -1, -1, 0, 0, 0, 0, -9, 0, 3, -1, 4, -1, 3, -1, 0, 0, 0, -1, -1, 1, 19, 0, 0, 2, 2, -1, 0, 12, -1, -1, -1, -1, -1, 3, -1, -1, 6, 6, 1, 6, -1, 0, 3, 0, 12, 0, -1, 4, -1, 0, 0, -1, 11, -1, 0, 4, 0, -1, -1, 0, 3, -1, -1, -1, -1, 18, 2, 19, 1, 5, 1, -1, 10, 1, -1, 2, -9, -1, -1, 1, -1, -1, 2, -1, -1, 7, 0, 3, 6, 2, 6, 11, -1, 2, 4, -1, 0, -1, -1, 1, 5, -1, -1, -1, -1, 9, -1, 0, -1, -1, -1, 0, -1, -1, 0, 0, 9, 0, 0, -9, -1, -1, 2, -1, 2, 0, 0, -1, 0, 12, 9, 0, 2, -1, 2, 2, 1, -1, -1, -1, -1, 7, -1, -1, 2, 0, 4, -1, 1, 0, -1, -1, -1, 2, -1, 0, 16, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, -9, 3, 2, 0, 0, -1, 0, -1, 5, 5, -1, -1, 1, 0, 3, -9, 4, 0, -1, -1, 0, 7, 2, 4, -1, 2, -1, -1, 0, -1, -1, -1, 0, -1, 10, -1, 2, 0, -1, 1, 1, 0, 12, 10, 2, 11, -1, 3, 0, 8, 3, -1, -1, -1, 0, 0, 0, -1, -1, -9, -1, 10, 0, 0, -1, 2, 3, -1, -1, -1, 3, 0, 4, 1, 0, 12, 3, 0, 14, 2, 0, 0, -1, 2, 0, 0, -1, -1, 0, 0, -1, -1, -1, 0, 0, 9, 7, 1, 0, 1, 9, 4, -1, -1, -1, 0, 0, -1, -9, 1, 0, -1, 18, -1, -1, 0, -1, 0, 3, -1, 6, 4, -1, -1, -1, -1, 4, 5, 5, -1, 0, 0, -1, 17, -1, 1, 0, 3, -1, 5, 2, 0, 3, 0, -1, 3, 0, -1, 0, -1, -1, -1, -1, 0, -1, -1, 0, 0, 2, 6, -1, -1, -1, 3, 1, 1, -1, 1, 3, 1, 4, 2, 0, 7, 2, 0, 0, -1, -1, -1, 0, -1, 5, 0, 7, -1, -1, 5, 0, 0, 9, 3, 0, -1, -1, 0, 0, 9, -1, 4, 0, 0, -1, 5, 0, 6, 0, -1, 0, 0, 0, 14, 2, -1, -1, -1, -1, -1, 4, 0, 2, -9, 0, -1, 0, 2, 4, 6, 0, 2, -1, 0, 0, -1, 0, -1, 0, 0, 1, 3, 1, 1, 2, -1, 3, -1, 0, 2, 6, -1, 0, -1, -1, 0, -1, 4, 1, 2, -1, -1, 5, 6, 2, -1, -1, 5, 0, 0, -1, -1, -1, 16, 0, 6, -1, 0, -1, 0, -9, 2, 3, -1, -1, 0, -1, 5, 0, -1, 1, 0, -1, 3, 4, -1, 0, -1, -1, -1, 8, 5, 3, 0, -1, 2, -1, 3, 0, 1, -1, 2, 0, 0, 2, -1, 0, 19, 8, -1, 3, -1, 3, 0, 0, -1, 3, -1, 6, 0, 6, 15, -1, 2, -1, -1, 3, 0, 4, 0, 3, 1, 7, 1, 1, -1, -1, -1, -1, 0, -1, 2, 9, 1, 0, 8, 1, -1, -1, 5, 11, 11, -1, -1, 21, 5, -9, 0, -1, 3, 1, 8, 3, 0, 0, 5, -1, 0, -1, 4, 0, 2, -1, 3, -9, -1, -1, -1, 0, 3, 2, 11, 20, 15, -1, -1, 0, 18, 2, 0, -1, 5, 3, 3, -1, 0, 7, -1, 0, 1, -1, 1, 10, -1, 0, 0, 0, 1, -9, 5, 3, 0, 2, 3, -9, -1, -9, -1, 0, 5, 6, 0, -1, -1, -1, 1, 0, 0, 3, 10, 4, -1, -1, -1, -1, -1, 9, 4, -1, -1, -1, -1, 0, -1, 8, 3, -1, 5, 2, -1, 0, -1, 1, 5, -1, 2, -1, -1, -1, -9, -1, -1, 0, 0, 0, 16, 1, 4, -1, 12, -1, -1, 0, 0, -1, 6, -1, 12, -1, 10, 1, 3, 10, 0, 1, -1, 3, 12, -1, 0, 3, -1, 7, 0, 12, 0, 12, -1, 0, 2, 2, 0, -1, 0, -1, 0, 0, -1, -1, -1, 8, 0, 6, -1, 0, 12, -1, 0, 1, 2, 0, 0, 24, -1, -1, -1, 0, -1, -1, 0, -1, -1, -1, 3, -1, 8, -1, -1, 4, -1, -1, -1, -1, 1, 0, 13, 16, 0, 4, 4, -1, 1, -1, 14, -1, -1, 0, 8, 0, 7, -1, -1, -1, 0, 0, 0, 0, 0, 0, 6, -9, -1, 0, 5, -1, 1, 1, 5, 0, 0, -1, 5, 0, -1, 1, 2, -1, -1, 0, 1, 0, 0, 4, -1, -1, 0, -1, 0, -1, -1, 1, 2, -1, 5, 0, -1, 0, 5, 2, -1, -1, -1, 5, 0, -1, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0, -1, 0, 0, 1, -1, 5, 5, -1, 0, 6, -9, 4, -1, 9, 0, 2, -1, -1, 4, 2, 0, 0, -1, 8, 5, 3, -1, -1, 0, 11, -1, 6, -1, 0, 0, -1, 0, 0, -1, 0, -1, 0, -1, 4, 16, -1, -1, -1, 3, -1, -1, 0, -1, 12, 3, -1, -1, 8, 0, 0, 8, -1, 5, -1, 2, 0, 0, -1, 0, 0, 7, 0, 10, 0, 0, 2, 3, 0, 0, -1, -1, -1, -1, -1, 1, -1, -9, 13, 0, -1, 4, -1, -1, 1, 7, -1, -1, 7, -1, 1, -1, 1, 8, 0, 2, -1, 2, -1, 2, -1, -1, 3, 0, 0, -1, 4, 9, 2, 14, -1, -1, 0, -1, 0, 2, -1, 0, -1, -1, 1, 0, 6, -1, -1, -1, -1, 5, 8, 0, -1, 0, 6, 0, 6, 0, 1, 1, 0, -1, 4, 0, 3, 0, 3, 0, 1, -1, -1, -1, -1, -1, 2, 0, 0, 12, 0, 12, 3, -1, 0, -1, 1, 0, 3, -1, 0, 0, -1, 7, 0, 1, 6, -1, 0, 0, 0, -1, 15, -1, 3, -1, 0, 2, -1, -1, -1, -1, 0, -1, 0, 0, 2, 1, -1, 12, -1, -1, -1, -1, 0, 0, 2, -1, 7, -1, -1, -1, 0, 1, -1, 5, 3, 8, -1, 0, -1, 2, 3, 0, 2, -1, 5, -1, 2, 3, -1, 7, 18, 0, -1, -9, 12, 6, 0, 2, -1, 0, 11, -1, -1, 10, -1, 0, 13, 5, -1, 5, 2, 1, 3, 3, -1, 0, 0, -1, 6, -1, 1, -1, -1, 1, -9, -1, -1, -1, -1, 0, 0, -1, -1, 13, -1, 3, 1, -1, 1, 0, 3, 10, -1, -1, 0, 0, -9, -1, 1, 11, 2, -1, 7, 0, -1, -1, -1, 3, -1, 4, 4, 0, -1, 1, 1, 0, -1, -1, -1, -1, 0, 0, 5, 0, 10, 0, 9, 10, 3, -1, -1, -1, 0, 0, 0, -1, -1, 1, -1, 0, 9, -1, -1, -1, 0, -1, -1, 1, -1, 0, -9, 5, 0, -1, -1, 5, 0, 1, 0, -1, 0, -1, -1, 2, 0, -9, 18, 7, -1, 6, 0, -1, -1, 0, 0, 0, 0, -1, 11, -1, 15, 2, 12, 0, -1, -1, -1, -1, 0, 6, -1, 2, 5, -1, -1, 1, 0, 8, -1, 0, 0, -1, 0, 18, 0, 0, 1, -1, 4, 2, -1, -1, -1, -1, -1, 2, 4, 7, 2, 3, 24, -1, 6, -1, 2, 0, -1, 20, -1, 0, -1, -1, -1, -1, 3, 1, 0, 0, 3, 0, 1, -1, 5, 3, 2, -1, -1, -1, 2, -1, -1, 2, 3, 0, 0, -1, -1, 2, 3, -1, 1, -9, -1, 12, 6, -1, -1, 0, 3, 0, -1, -1, 1, -1, -1, 0, -1, 2, 3, 7, 3, 3, 10, 1, 4, 5, 0, -1, 3, 7, 1, 0, -1, -1, -1, -1, 3, -1, 0, -1, -1, -1, -1, -1, 0, -1, 1, 0, 2, 4, -1, -1, 7, -1, -1, 0, -1, 0, -1, -1, 5, 0, 0, 0, 0, 0, -1, 1, 1, 9, 3, -1, -1, -1, -1, 15, 0, 0, -1, 1, 1, 2, 13, 0, -1, 2, 0, -1, -1, 0, 2, 0, 3, 0, 0, 2, 1, 13, -1, -1, 0, -1, -1, 0, -1, 0, -1, -1, -1, 14, 3, 0, 2, 6, -1, 0, 1, 0, 2, 1, 9, 0, 0, -1, -1, -1, 0, 5, 10, -1, -1, -1, -1, 0, -1, -1, 0, -1, 0, -1, 0, 0, 2, 4, -1, 0, -1, 2, -1, -1, -1, 16, -1, -1, 3, 0, -9, -1, 1, -1, -1, -1, 1, 6, -1, 2, 0, 16, 2, -1, -1, 7, -1, 0, 2, -1, -1, 1, -1, 1, -1, 0, 7, 0, -1, 1, -1, -1, -1, 2, 0, 0, 0, 3, 3, 4, -1, -1, 0, 1, -1, 0, 2, 0, -1, -1, 0, -9, 1, 0, 0, -1, 4, -1, -1, -1, -1, -1, -1, 3, 1, 1, -1, -1, 2, 21, -1, 16, -1, -1, -1, 0, 0, 1, -1, 0, -9, 6, 6, -1, -9, 3, 5, 0, -1, -1, -1, 0, 5, -1, 0, 0, -1, 2, 0, -1, 8, -1, 16, -1, -1, 0, -1, 1, 0, 0, 0, 1, -1, -1, 0, 12, -1, -1, 2, 0, -1, 4, 2, 1, -1, 0, 2, -1, -1, -1, 7, -1, -1, 7, 6, -1, -1, 1, -1, -1, 10, -1, 12, 2, 0, -1, 0, 0, 0, 0, 0, 2, -1, -9, 0, 12, -1, -1, 12, -1, -1, 7, -1, 0, 5, 6, -1, 4, 2, -1, 1, 12, 0, -1, 0, -1, -1, -1, 1, -1, 0, -1, -1, 0, 0, 4, -1, 0, 3, -1, -1, 3, 0, 2, 11, 0, -1, -1, 3, 3, 0, 0, 0, 2, -1, -1, -1, 3, 24, 0, 1, 0, 5, -1, 0, 16, 3, -1, 8, 1, -1, -1, -1, -1, 14, -1, 0, -1, 9, -1, -1, 0, -1, 1, 0, 0, 0, -9, -1, -1, -1, -9, 6, 2, -1, 8, -1, -1, 2, -1, 0, 1, -1, 5, 12, -1, -1, 0, -1, 9, -1, -1, 2, 0, -1, -1, 0, -1, 0, 4, -1, -1, 0, -1, 13, 0, 2, 2, -1, -1, -1, -1, 1, -1, 2, -9, 0, -1, 15, 0, 0, 2, 0, 0, -1, 0, 1, -1, 8, 2, -1, 8, 0, 0, -1, 2, 3, -1, 3, 0, 8, -1, 0, -9, -1, 1, 2, -1, 5, -1, 7, 5, 1, 0, -1, 0, -1, 0, -1, 1, 0, -1, 0, 9, 3, 0, -1, -1, 0, 0, 2, 7, 1, -1, 14, -1, 7, -1, 1, 2, 10, 0, 0, 0, 0, 0, 2, -1, -1, 0, 0, 4, 0, -1, 0, -1, -1, 0, 3, 0, 2, -1, 0, -1, 0, 14, 0, -1, 1, -1, -1, 2, 3, -1, 7, -1, 8, 2, 0, -1, -1, -1, -1, 0, 0, -1, 3, -1, -1, 0, -1, -1, -1, 2, 5, 5, 9, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, -1, 1, 0, 0, -1, 4, -1, -1, 2, -1, 0, 8, 14, 10, 2, -1, 0, -1, -1, -1, 1, -1, 0, -1, 3, -1, 0, 0, 0, 0, 0, -1, 0, 7, 0, 6, 0, -1, 8, 0, 1, 6, 1, 4, 0, 0, 0, 3, -1, -1, -1, 0, 9, -1, -1, -1, -1, 0, -1, 0, -1, 0, 0, 2, 2, -1, -1, 2, -1, -1, -1, -1, -1, -1, -1, 13, -1, 4, 4, 2, 0, 0, 3, 8, -1, 18, -1, -1, -1, 18, 15, 0, -1, -1, 0, -9, 4, -1, 0, -1, 1, 0, -1, 0, -1, -1, 3, 1, -1, -1, 2, 0, -1, -1, 9, 1, 2, 0, -1, 0, 0, 0, 0, 10, 4, 1, 3, 0, 0, 1, -1, -1, -1, -1, -1, -1, 8, -1, -1, 2, 1, -1, 13, -1, -1, 0, 1, 0, 6, -1, 2, 1, 0, -1, 0, 6, -1, 0, -1, 2, 1, 1, -1, 4, -1, 3, -1, 9, 1, 19, -1, -1, 2, -1, -1, -1, 1, -1, 0, 0, -1, 4, -1, -1, -1, -1, 0, -1, 6, 0, -1, -1, 0, -1, 0, 0, -1, -1, -1, 2, 0, 6, -1, 0, 2, -1, 3, 2, 4, 1, -1, 7, 3, 0, -1, 0, 0, 5, -1, -1, 7, -1, -1, -1, 0, -1, 2, -1, -1, -1, -1, -1, 1, 12, 2, 0, 3, 3, 0, 10, -1, 0, -1, 2, -1, 4, -1, 14, -1, 24, -1, 2, -1, 0, 11, -1, 0, -1, 1, -1, -1, 11, 12, 0, 0, -1, -1, 12, -1, 9, 0, 9, -1, -1, 14, -1, 2, 6, -9, -1, 1, -1, -1, -1, 13, -1, 0, -1, -1, 0, -1, -1, 0, -1, 3, 0, 0, -1, -1, -1, 0, 2, 4, 0, 2, -1, -1, -1, -1, -1, -1, -1, 0, -1, 2, -1, 0, -1, 0, 0, 12, -1, 5, -1, -1, -1, 7, 0, 2, 17, 1, 0, -1, 10, 12, 0, -1, -1, -1, 0, 0, -1, 0, -1, 7, 0, 0, 8, -1, 0, -1, -1, -1, 0, -1, 0, 0, -1, 2, 0, 0, 5, 7, 3, 0, 6, 0, -1, 0, 0, -1, -1, -1, -1, -1, 2, -1, 13, 12, 0, 11, 3, 2, 0, -1, -1, 14, 6, 5, 5, -1, -1, -1, 6, 1, 5, -1, 0, 1, 4, 6, 1, 0, -1, -9, -1, 0, -1, 6, -1, 0, 1, 0, 1, 8, 9, -1, 8, 0, 3, 2, -1, -1, 0, 24, -1, 0, -1, -1, 4, 6, 10, -1, -1, 1, 1, -1, -1, -1, 4, 0, -1, 5, 0, 0, -1, 0, 0, 2, 6, 2, -1, -1, -1, 0, 0, -1, 8, 2, -1, -1, 0, 1, -1, -1, -1, 3, 0, -1, -1, -1, -1, -1, 0, -1, -1, 0, -1, 0, 7, -1, -1, 2, 2, 0, -1, 4, 11, -1, -1, 2, 12, -1, 0, -1, 1, -1, -1, -1, 0, 6, 0, 0, 4, -1, 1, -1, -1, -1, 10, 1, -1, 0, 1, 2, 1, 1, 1, 2, -1, 0, 0, 0, 0, -1, 0, 0, 15, -1, -1, -1, 0, 0, 1, 2, -1, 12, 2, 0, -1, -1, -1, 0, 0, -1, -1, -1, 0, -1, -1, 2, 2, -1, 0, -1, 8, 6, -1, 0, 5, 4, 0, 0, 3, 4, -1, -1, 2, -1, 6, 0, 4, -1, 0, 2, 7, -1, 9, 7, -1, 0, -1, -1, 12, 2, -1, 6, 2, 7, -1, 3, 0, 1, 0, 0, 0, 0, 1, 1, 0, 6, 0, -1, 3, -1, -1, 1, -1, 0, 2, 1, 1, -1, -1, 2, 1, 0, 3, 2, -1, 20, -1, 0, 9, 0, -1, 2, 1, 0, 2, 1, -1, -1, 0, 1, 0, 0, -1, 0, -1, -1, -1, 1, -1, 1, 3, 16, 4, 7, 4, -1, 1, 0, 0, 16, -1, 3, -1, 0, -1, 0, 1, 6, 6, 5, -1, -1, -1, 0, -1, 8, -1, 2, 2, 7, -1, 1, -1, -1, -1, 2, -1, 2, -1, 3, -1, -1, -1, -1, 0, 0, 7, 1, -9, 0, 0, 3, -1, 1, 8, 2, 13, 13, 18, -1, -1, 9, 0, -1, 4, -1, 2, -1, 0, 12, -1, 0, 0, 0, -1, 0, 0, 10, 0, 0, 0, 0, 0, 0, 2, -1, 0, 13, 0, 0, 0, 0, -1, 0, -1, 2, 0, 3, -1, -9, -1, 8, -1, 2, 3, 1, -1, 4, 3, 0, -1, 0, 18, 1, -1, 1, 0, -1, 0, 0, 5, 0, 6, -1, 0, -1, 0, 1, -1, -1, 5, -1, -1, 2, -1, 0, 0, 0, -1, -1, 0, 4, 1, 0, 16, 3, 0, -1, 1, 3, -1, -1, 4, 0, 0, 2, -1, 6, -1, 9, 11, -9, 0, 0, -1, 2, -1, -1, -1, -1, -1, 13, 1, 3, 2, 0, -1, 2, -1, -1, 0, 0, 2, 2, -1, 0, -1, -1, 0, 0, 14, -1, -1, 1, 1, -1, 0, 0, 5, -1, 3, -1, -1, 7, 8, 4, -1, 1, -1, -1, 10, -1, 0, 0, 4, 1, -1, 0, 20, 0, 5, 0, 1, -1, -1, 10, -1, 0, -1, 0, -1, 0, 0, 1, -1, -9, -1, 7, -1, 1, 0, 0, -1, -1, 0, -1, -1, -1, 4, -1, -1, 0, 0, 5, -1, -1, -1, 0, -1, 3, -1, 0, 5, -9, -1, 2, 0, 5, 2, 3, 5, 0, 0, 3, 2, 4, 3, 2, -1, -1, 1, 0, 0, 1, 1, 0, 1, -1, 0, -1, 0, 5, 0, 4, 1, 2, -1, 2, -1, 0, 3, 0, 2, -1, -1, 1, 0, 0, 0, -1, 0, -1, 1, -1, -1, 2, -1, -1, -1, -1, 0, 1, 2, 12, -1, -1, -1, 1, -1, 1, 9, 0, 1, -1, 3, 1, 8, 1, -1, 0, -1, -1, 1, 3, -1, 2, -1, 3, -1, 1, 5, 6, 4, 0, 0, -1, 3, -1, 10, 2, -1, -1, 0, -1, -1, -1, -1, 5, 4, 1, 0, -1, 9, 13, -1, 4, 0, -1, 0, 0, -9, -1, 9, 0, -1, 0, 0, 16, 3, 4, -1, -1, 1, -1, 4, 7, 0, 2, 3, 5, -1, 4, -1, -1, -9, 2, 3, 0, 6, 1, 1, -1, 5, 0, 9, 8, 0, -1, 0, -1, 4, -1, -1, -1, -1, 4, 0, 2, 21, 0, 0, -9, -1, -1, 0, -1, 4, 5, 5, -1, -1, -1, 1, 0, -1, 3, 2, -1, 0, 2, 0, 9, 0, -1, 2, 0, -1, 8, 10, 6, 4, -1, 2, 1, -1, 11, -1, -1, 0, 3, 0, 1, -1, 5, -1, 14, 3, 8, -1, 8, 6, 5, 1, -1, 0, 0, -1, -1, -1, -1, 1, -1, -1, -1, 6, 7, 0, 0, -1, -1, 0, -1, -1, -1, 5, -1, -1, -1, 0, -1, -1, 1, 11, 6, 4, -1, 1, 8, -1, -1, 0, -1, 0, 0, 2, 0, 0, -1, 16, -1, 1, 0, 0, -1, 1, -1, -1, 0, -1, -1, 4, 0, -1, -9, -1, -1, -1, -1, 2, 0, 0, 0, -1, 4, -1, -1, 12, 0, 0, 0, -1, -1, 0, 0, 7, -1, -1, 0, 0, 6, 3, -1, 7, 3, 1, -1, 2, 0, -1, 5, 0, 0, 0, -1, 6, 0, 3, -1, 7, -1, 1, 2, -1, 0, -1, 1, -1, -1, -1, 4, -1, -1, -9, -1, -1, 4, 1, -1, -1, 9, -1, 0, 0, 2, 4, 0, -1, -1, 1, 0, -1, 0, 3, 0, -1, 3, 5, -1, -1, -1, 0, -1, 0, 4, -1, -1, 0, 1, 1, 4, 0, 4, -1, 2, 2, 24, -1, -1, -1, 0, -1, 0, -1, 0, 1, -1, 1, 0, -1, 8, -1, -1, -1, 2, 15, 8, 11, -1, 3, -1, 4, -1, 4, 3, 4, -1, -1, 0, 0, -1, -1, -1, 3, 2, 0, 2, 9, 6, -1, -1, 0, -1, -1, 3, -1, 3, -1, -1, 21, 2, 15, -1, 2, -1, 0, -1, 4, -1, 0, 6, -1, 12, 4, -1, -1, 3, 8, -1, 0, -1, -1, 2, -1, 0, 0, -1, 0, -1, 9, 0, 5, 1, 0, 0, -1, 2, -1, 14, 3, 1, -1, -1, -1, 2, -9, -1, -1, 5, -1, -1, 0, 0, 7, 2, -1, 10, -1, 3, 1, -1, 8, 9, -1, 2, 0, 7, 2, -1, -1, -1, -1, 1, 0, 1, 1, 1, 0, -1, 9, -1, -1, 2, -1, 0, 0, -1, 0, 0, 0, 5, -1, -1, 0, -1, -9, 4, 0, -1, 12, 8, -1, -1, -1, 5, -9, 0, 0, -1, -1, 1, 0, 0, -1, 10, 0, 0, 2, -1, -1, 0, -1, 0, 4, 3, -1, 3, 2, -1, 11, 2, 19, 0, 0, 6, -1, 10, 2, 10, -9, -1, 1, 0, -1, 0, -1, 0, 1, 0, -1, 2, -1, 0, 17, -1, 0, 0, -1, -1, 1, 0, -1, -1, -1, 1, -1, -1, -1, 0, 0, -1, 3, -1, -1, 5, 0, 3, 4, 1, 0, -1, -1, -1, 1, -1, -1, 0, 3, 2, -1, 6, -1, -1, 16, 7, 0, -1, -1, 14, -1, 3, -1, -1, 0, -1, -1, -1, 4, 0, 3, -1, -1, 14, 1, 5, -1, 0, -1, -1, -1, 3, -1, -1, -1, -1, 4, 0, 1, 6, 18, 0, 2, 0, -1, 5, -1, -1, 0, -1, 1, -1, -1, -1, -1, 13, 1, -1, -1, 0, -1, 12, -1, 6, 5, 4, 2, -9, 1, -1, 2, -1, -1, -1, 4, 4, 18, -1, 0, 9, -1, 4, 0, -1, -1, 0, 0, 0, 7, 2, 5, 2, -1, -1, 0, 2, 8, 16, -1, -1, 3, 3, 0, 8, 0, -1, -1, 3, 0, -1, 1, 0, 2, -1, -1, -1, -1, 1, -1, 9, 0, 7, -1, 8, -1, 1, 0, 2, -1, 0, 0, 1, -1, 7, -1, -1, -1, 15, 2, 19, 0, 2, 0, 11, 3, 16, 11, -1, -1, 0, 4, -1, 0, -1, -1, -1, -1, -1, 7, 0, 0, -1, 0, 11, -1, 1, -1, 0, -1, 2, -1, -1, -1, 1, -1, -1, 2, -1, 0, 0, 2, 3, 10, -1, -1, 0, 2, -1, -1, 1, 2, 0, -1, -1, 0, 0, -1, 2, 0, 0, 0, 3, 0, -1, 5, -1, 0, 0, 3, -1, -1, -1, 0, 0, -1, 8, -1, 1, 4, 4, 4, 5, 0, -9, 3, 0, -1, 6, -1, -1, 0, -1, -1, -1, 0, 3, 0, 3, 3, 0, 0, 2, -1, 4, 2, 0, -1, -1, 7, 0, -1, -1, -1, 1, -1, 0, 0, 4, -1, -1, -1, 0, 18, -1, 3, -1, 5, -1, 0, 3, 9, -1, 1, 0, -1, -1, 0, -1, 0, 2, -1, 1, 0, 1, 2, 2, 0, 0, 2, -1, -1, 6, 18, -1, 2, -1, 0, 7, 0, 0, 7, -1, -1, -1, -1, -1, 3, -1, -1, 0, -1, -1, -1, 0, -1, 2, -9, 0, -1, 2, 3, -1, 2, 0, 12, 2, -1, 0, 3, -1, -1, -1, 0, -1, 0, 4, 0, 0, 0, 2, 0, 1, 1, -1, 0, -1, 2, -1, -1, -1, -9, -1, 1, -1, -1, 2, -1, 0, 6, -1, 0, 0, 5, -1, 0, 2, -1, 1, 8, 17, 0, 0, -1, 0, -1, 4, -1, 5, 2, 0, -1, 3, 5, 8, 0, 1, 12, -1, 5, -1, 2, 0, -1, -1, 14, 0, 0, 0, -1, 0, 1, -1, 0, 3, -1, 0, 3, -1, -1, 4, -1, 0, 5, -1, -1, -1, -1, 19, -1, -1, -1, 20, 1, 4, -1, 0, 7, 0, 3, -1, -1, 2, 0, -1, 21, -1, 2, 0, 15, -1, 0, -1, -1, -1, -1, -1, -1, 12, 0, 1, -1, 1, 2, -1, 2, 0, -1, -1, 1, 3, -1, -1, 1, -1, 0, -1, -1, -1, -1, 0, 1, 1, 2, -1, -1, 2, -1, 3, -1, 0, 2, -1, -1, -1, 9, 5, 0, 0, -1, -1, -1, 0, -1, 1, 1, -1, 0, 2, -1, 4, 0, -1, -1, 5, 1, -1, -1, -1, 3, -1, 5, 2, -1, -1, 0, 0, 0, 0, -1, 2, 16, -1, -1, 2, 1, -1, 2, -1, 0, 3, 0, -1, -1, 0, 1, -1, -1, -1, -1, -1, -1, 0, 10, -1, 0, 0, -1, 18, -1, 0, 2, 6, 0, 10, 0, 0, -1, 5, 8, -1, 5, 4, -1, -1, 0, -1, 3, -1, 0, -1, 0, -1, 1, -1, 0, -9, -1, 0, 3, -1, -1, -1, -1, 1, -1, -1, 14, 14, 1, -1, -1, 0, 1, 2, -1, -1, 0, -1, -1, -1, -1, 6, -1, 0, -1, 0, 0, 3, 9, -1, 5, -1, 0, -1, -1, -1, 4, 18, -1, -1, 0, 0, 0, 0, 14, 0, 0, -1, -1, 4, -1, 12, 4, 4, -1, 0, 4, -1, 1, -1, 1, -1, -1, 2, -1, -1, 1, -1, -1, -1, -1, -1, 0, -1, 3, -1, 2, 2, -1, -1, -1, 14, -1, 8, 0, 0, 0, -1, 18, 0, -1, -1, 5, 13, -1, -1, 4, 4, -1, -1, 0, 2, -1, -9, -1, 0, -1, 0, 0, 0, 2, 1, 0, 0, -1, 2, 0, -1, -1, 0, -1, 0, -1, 0, 6, -1, 5, 0, 3, -1, 2, 0, 0, -1, -1, 3, 0, 11, 0, 1, -1, -1, 0, -1, 3, 8, -1, 5, 9, 1, -1, -1, 4, -1, -1, -1, -1, -1, 9, 2, -1, -9, 5, -1, -1, 0, 0, 0, -1, 10, 0, -1, 3, 2, -1, 0, 14, 1, -1, -1, -1, 2, 0, -1, 13, 0, 12, -1, 13, -1, -1, -1, -1, 7, 2, -1, 0, 4, 3, 0, 0, -9, -1, -1, -1, -1, -1, 0, 4, -1, -1, 14, 10, -1, 1, 4, -1, 3, 3, -1, -1, 0, 7, -1, 1, -1, 0, -1, 1, 23, 1, 0, 6, 0, -1, -1, -1, -1, -1, 0, 0, 6, -1, 1, -1, -1, 0, 1, 6, 0, 4, 0, -1, 2, 0, 0, -1, 2, 1, 2, 3, 0, 2, 0, 2, 0, -1, 6, 12, 4, 1, 7, 0, -1, 0, -1, 3, -1, -1, -1, -1, 0, -1, -1, 11, 0, -1, -1, 6, 1, 1, 0, -1, 18, -1, 0, -1, 0, 6, -1, -1, -1, 0, 15, 1, 2, -1, 2, 0, -1, -1, -1, 1, -1, 1, 3, 0, 0, 0, 12, 0, -1, -1, -1, 0, -1, -1, -1, 3, -1, -1, -1, 0, -1, 1, 1, 6, 2, -1, -1, 0, 3, -1, 0, -1, -1, 3, 1, 2, -1, 0, -1, 0, 0, 0, 0, -1, 14, -1, -1, -1, -1, -1, 0, 8, 1, -1, 1, 1, 1, 18, 1, 11, -1, -1, 0, 0, 2, 0, 0, 3, 0, -1, 0, -1, -1, 3, -1, 0, 0, -1, 3, -1, 3, 3, -1, 2, 8, -1, 0, -1, 6, 2, -1, 0, 6, -1, -1, 4, -1, -1, 0, 17, -1, 0, -1, 12, 1, -1, 0, 2, 0, -1, -1, 4, 5, 3, -1, 0, -1, 3, -1, 2, -1, 5, -1, 0, 0, 2, -1, 0, -1, -1, -1, 0, 0, 0, 0, -1, 3, -1, 24, -1, -1, 0, -9, -1, 0, 0, 0, 0, 7, -9, -1, 3, -1, 6, -1, 0, 0, 5, -1, -1, 0, -1, -1, -1, 12, -1, 0, -1, -1, 10, -1, 1, -1, -1, -1, -1, -1, 8, -1, 0, 3, -1, 5, -1, 0, -1, 3, 2, 0, -1, 0, 0, -1, 0, 0, 0, -1, 0, 0, -1, -1, 2, -1, 0, -1, 9, 0, 0, -1, 6, 0, 2, 0, 0, 16, 2, -1, 12, 6, -1, 2, -1, 6, 4, -1, 0, 1, -1, 5, -1, -1, 2, -1, 8, 0, -1, 0, 3, -1, -1, -1, 0, 2, 12, 2, 1, 4, 6, -1, -1, 0, 2, 6, 1, 3, 2, 2, 3, 1, -1, -1, 4, -1, 0, -1, 0, -1, -1, 0, -1, -1, 2, -1, 2, 2, -1, -1, 0, -1, 2, 12, -1, 5, -1, 6, -1, 3, 2, -1, -1, -1, -1, 0, 7, -1, -1, 2, 0, 6, -1, 0, -1, 0, 4, 0, 0, -9, 4, -1, -1, -1, 1, -1, -1, 5, 0, -1, -1, -1, -1, 0, -1, 7, 0, 0, 4, -1, 0, -1, 6, 0, 0, 8, -1, 0, 0, 0, 9, 4, 1, 0, 1, 1, 0, -1, -1, 0, 0, 12, -1, 1, 0, 0, 3, -1, -1, 0, 0, 24, 3, -1, -1, -1, 0, -1, 0, -1, 1, 1, -1, -1, 0, 4, -1, 12, 0, 3, -1, 0, 2, -1, -1, 0, 1, -1, 3, -1, 2, -1, -1, 0, -1, 0, 2, -1, 0, 9, -1, 0, 0, -1, -1, 1, 4, 1, 0, 0, 22, 1, 0, -1, 0, -1, 0, -1, 0, 0, 12, -1, -1, -1, -1, -1, 15, 0, 1, -1, -9, 5, 0, -1, 0, 0, -1, 13, -1, 1, 6, 0, 2, 0, 0, -1, 6, -1, 1, -1, 3, -1, 5, 1, -1, -1, -1, 8, 0, 5, 9, 12, 2, 3, 1, -1, 2, 0, 3, -1, 10, 1, -1, 1, 11, 0, -1, -1, -1, 0, 23, 2, 0, -1, -1, 0, -1, 0, -1, -1, 7, -1, -1, -1, 0, -1, -1, -1, 4, 0, 0, -1, 0, 0, 0, -1, -1, 11, -1, 14, -1, -1, -1, -1, 1, 6, 1, 0, 10, -1, 2, -1, -1, -1, 0, 0, -1, 2, 0, 1, -1, 17, -1, 0, -1, 1, 0, -1, 3, -1, -1, -1, -1, -1, 0, 0, -1, -1, 16, 1, 0, -1, 0, -1, -1, -1, 1, -1, -1, 0, 0, 4, 9, 2, 4, 0, 7, -1, 4, -1, -1, 0, -1, -1, 0, -1, 1, -1, 12, -1, 1, -1, 1, 0, 13, 16, -1, -1, 1, 0, 2, -9, 16, -1, 2, -1, 2, 0, 10, -1, 9, -1, 2, 10, 1, -1, 0, -1, 5, -1, -1, 3, -1, 0, -1, 0, -1, 3, 0, 2, 17, 0, 2, -1, 3, -1, 4, 5, -1, -1, -1, 5, 1, 1, 9, 0, -1, 0, 10, -1, -1, 7, 0, -1, -1, -1, -1, -1, -9, 0, 19, 0, -1, -1, -9, -1, 11, -1, 1, 8, -1, 5, 5, 6, -1, 1, 3, -1, -1, 1, 0, 1, 5, 0, 0, -1, 1, 0, 2, 0, -1, -1, 1, 0, -1, -1, -1, 0, -1, -1, 4, 9, -1, 1, 0, 2, 0, 1, -1, 0, -1, -1, -1, 0, 0, 1, 0, 0, -9, 3, 1, -1, 0, -1, 0, 0, 24, 1, 2, -1, -1, -1, -1, 4, 1, -1, -1, 5, -1, -1, 0, 0, 8, -1, 0, -1, 2, 1, 2, 2, -1, -1, 1, -1, -1, -1, 3, 2, 1, 8, -1, -1, -1, 0, -1, -1, 0, -1, 1, -1, -1, 0, 2, 3, 2, 0, 3, 1, 3, 0, -1, 0, -1, 2, 0, 3, 0, 3, -1, -1, -1, -1, 0, 5, -1, -1, -1, -1, 2, 0, 4, 1, 10, 0, 0, -1, -1, 0, 2, -1, -1, -1, 4, 2, -1, -1, 0, 0, -1, -1, -1, 6, -1, 0, 13, 0, -1, 0, 0, -1, -1, -1, 0, -1, 0, -1, -1, -1, -1, -1, -1, -1, 2, 0, -1, -1, -1, -1, 0, -1, 0, -1, -1, -1, 12, 0, 2, -1, 2, 0, -1, 6, -1, 1, 0, -1, -1, 0, 1, 18, 13, 9, -1, -1, 6, 1, 11, 0, -1, -1, -1, -1, 10, 0, 2, -1, 5, 9, 0, 12, 0, 4, 1, 0, -1, -1, -1, 2, -1, -1, 1, 0, -1, 3, -1, -1, 21, 7, 2, 8, -1, 5, -1, 6, 10, -1, 7, -1, -1, -1, 0, 2, 0, 0, 0, 0, 18, 7, 1, -1, 4, 0, 2, 4, 0, -1, 1, 17, 6, 0, 3, 0, 2, 1, -1, 0, -1, -1, 5, 3, -1, -1, 2, 2, 0, 6, 0, 0, -1, 0, -1, 0, 0, 8, 2, -1, 1, 0, 2, 0, -1, 2, -1, -1, 0, 9, 0, 2, -1, 17, 3, 0, 5, -1, 0, 1, -1, -1, 2, -1, 10, 0, -1, -1, 13, 0, -1, 6, -1, 0, 0, -1, 2, 2, 4, 2, 5, 2, 2, -1, 0, 0, 0, -1, 8, 10, -1, -1, -1, -9, 1, 17, 6, -1, 18, 2, -1, -1, -1, 1, 0, -1, 2, -1, -1, 2, 0, 0, -1, 0, 7, -1, 6, -1, 24, 0, 0, 4, -1, 10, 8, 0, 4, 0, 6, -1, -1, 5, 4, -1, 0, 0, -1, 0, 3, 3, -1, 0, 0, 0, -1, 0, 1, -1, 2, 1, -1, 0, 0, 1, -1, 3, 1, 0, 0, 0, 0, 2, -1, 0, 0, 2, -1, -1, 0, 0, 14, 12, 2, 2, 5, 0, 2, 0, -1, 7, 2, 1, -1, -1, 8, 6, -1, -1, -1, 1, -1, -1, 0, 0, -1, -1, 1, 5, -1, 1, 0, 3, 11, 0, 7, 0, -1, 0, 0, -1, -1, 0, 21, -1, -1, -1, 2, 10, -1, -1, -1, 15, 4, -1, -1, 1, 1, 0, -1, 7, 5, 17, 2, 24, -1, -9, 3, -1, 3, 0, 8, -1, 20, 5, -1, -9, -1, -1, 1, -1, -1, 0, 0, -1, 2, 0, 0, -1, -1, -1, -1, 20, 0, -9, 4, 0, -1, -1, 14, 0, -1, 2, -1, 0, 0, 0, -9, -1, 0, 0, 5, 1, 0, 0, 0, -1, -1, 1, -1, 3, 11, 0, -1, 2, -1, 0, -1, -1, 2, -1, 5, -1, 2, 0, -1, -1, -1, -1, -1, 1, 1, 4, 0, -1, -1, -1, 7, 3, 0, 0, -1, 0, 0, 10, 0, -1, 10, -1, 2, 0, 5, -1, 14, 0, 0, -1, 1, 7, 0, 0, 0, 6, -1, -1, 0, -1, -1, 7, -1, -1, 2, 4, 3, 3, -1, 1, -1, -1, 2, 4, 1, 0, 3, 0, 0, -1, -1, -1, -1, 0, -9, 0, 0, 2, 3, -1, 4, -1, -1, -1, 0, -1, 9, 3, 9, 0, 2, 13, 2, -1, 0, 1, 12, -1, 0, 1, -1, -1, 6, 0, 5, 1, 3, 1, 3, 2, -1, -1, -1, 6, 11, -1, -1, 1, 12, 0, 0, -1, 2, 6, -1, -1, 6, -1, 0, -1, -1, -1, 8, -1, -1, 0, -1, 1, 0, -1, -1, 0, 7, 4, 3, 5, 0, 0, 1, 0, -1, 3, -1, 0, 0, 1, -1, 0, -1, 0, 2, -1, 3, -1, -1, 0, -1, 10, 2, 10, 1, 2, 20, 0, 2, 0, 0, 11, 5, 0, 3, 0, 0, 0, 5, -1, 0, -1, 2, 7, 2, -9, -1, -1, 2, 2, 0, 0, 5, 1, 1, 1, 4, -1, 0, 9, 0, 11, 1, -1, 2, -1, -1, 2, 19, 0, -1, -1, 0, 0, 9, 0, -1, 0, 1, -1, 4, 2, 1, 0, 1, 0, -1, 0, -1, 0, 12, -1, 0, 0, 1, 2, -1, -1, -1, 3, -1, 0, 0, 0, 0, 1, 0, -1, 10, -1, 0, -1, -1, 7, -1, 0, -1, -1, -1, -1, -9, -1, -1, -1, 1, 8, -1, 0, -1, -1, 0, -1, -1, -1, 12, -1, 2, 0, 0, -1, -1, 0, -1, 16, 0, -1, 3, -1, 8, -1, 0, -1, -1, 10, -1, 6, 3, -1, 0, -1, 7, -1, -9, -1, -1, 3, -9, 2, 0, 3, -1, -1, 2, -1, 0, 2, 0, 0, 0, 1, 6, 0, -1, -1, 5, 14, 16, 1, 15, 0, -1, 3, 5, 0, -1, -1, 4, -1, -1, -1, 0, 5, -1, -1, -1, 3, -1, -1, 0, 0, 0, 0, -1, 8, 2, 5, 2, -9, -1, -1, 2, 5, 1, -1, -1, -1, 0, 0, 13, 0, 6, -1, 0, 2, -1, 0, 1, -1, 17, -1, -1, 0, 6, 3, -1, -1, 0, -1, 6, -1, 0, -1, 0, -1, 1, 1, -1, 1, -1, 0, -1, -1, 1, 0, 1, -1, 7, 6, -1, 5, -1, 11, 7, -1, -1, 1, 0, -1, -1, 0, 13, -1, -1, 2, -1, 0, -1, 0, -1, 0, -1, 0, -1, -1, 2, 0, -1, -1, 0, -1, -1, 1, -1, -1, 0, -1, -1, 1, 0, 0, -1, 4, -1, 2, 0, 4, 0, 4, 6, -1, 2, 0, 2, 2, -1, 0, -1, 2, 1, 6, -1, 6, 18, -1, 0, 0, 3, 4, 0, -1, 2, 0, 4, -1, 0, -1, 0, 1, -1, -1, -1, -1, -1, 2, 0, -1, 1, 0, -1, -1, 1, 0, -1, 4, -1, -1, -1, -1, 0, -1, -1, 0, 0, -1, -1, 13, -1, 18, -1, 6, -1, -1, 4, 6, 0, -1, 0, -1, 5, -1, -1, -1, 12, 1, 2, 0, 0, 24, -1, -1, -1, -1, -1, 1, 3, -1, 0, 7, 2, 0, -1, -1, -1, 0, 0, 10, -1, 11, 0, 2, 0, -1, 8, 0, 2, -9, 3, -1, 0, -1, 0, 1, 0, -1, 3, 1, 1, -1, -1, -1, -1, -1, 4, 4, -1, -1, 8, 0, 14, 0, 12, 2, -1, 2, 1, 1, -1, 7, -1, 2, 2, -1, 0, -1, -1, -1, 0, -1, 2, 0, 0, -1, -1, 6, 0, 9, 8, 4, -1, -1, 6, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, 0, 5, 0, 0, -1, 3, -1, -1, 4, 4, 2, 0, 6, -1, -1, -1, -1, 0, 3, 5, 1, -1, 0, 0, 1, 1, 1, 0, 3, -1, 3, -1, -1, -1, 13, 0, -1, 1, 1, 12, 1, 12, -1, -1, -1, 0, 0, 0, -1, -1, 1, -1, 4, 0, -1, -1, -1, -1, 23, -1, 2, 12, -1, 0, 1, -1, 7, 8, -9, 0, -1, -1, 2, -1, -1, 1, 0, -1, -1, 0, -1, 1, -1, -1, -1, 1, -1, 1, 2, 1, 2, 0, -1, 1, -1, -1, 1, -1, -1, 1, -1, 0, 1, -1, 2, -1, -1, -1, 2, -1, 0, 4, 2, -1, -1, 6, -1, -9, 3, -1, -9, 0, 5, -9, 2, 5, 1, 1, 0, 0, 4, 0, -1, -1, -9, -1, -1, -1, 11, 0, 3, -9, 1, -1, 7, 10, 0, 0, 3, 1, -1, 0, -1, 0, -1, 0, -1, -1, 0, 0, 1, 0, -1, 0, 0, 0, 1, 3, -1, 0, 3, -1, 1, 18, 0, 3, 1, 1, -1, 1, 0, -9, 3, 12, -1, 2, -1, 0, -1, 2, 18, -1, -1, -1, 6, -1, 4, 0, -1, 0, 0, -1, 0, -1, 0, -1, 4, 2, 0, 0, -1, 0, 0, 0, 1, -1, -1, 5, 1, -9, 4, 3, 8, -1, -1, -1, 0, -1, 3, -1, -1, 0, 0, -1, 6, 1, 10, 0, -1, 15, 1, 1, 6, -1, -1, 2, 1, -1, 0, 0, 8, -1, 6, 1, -1, 0, -1, -1, 4, 3, 0, -1, 2, 7, 0, 0, -1, 22, 0, 5, -1, -1, 2, 1, -1, 3, -1, 2, -1, -1, 1, 0, 7, 0, 2, 23, -1, -1, -1, 0, 0, -1, -1, 0, 2, -1, -1, 7, 6, -1, 10, -1, 3, 0, -1, -1, -1, 5, 0, -1, -1, 4, -1, 12, -1, 0, 0, 0, 0, -1, 24, 2, -1, 0, 0, 3, -1, 18, 0, 0, 0, 2, -1, -1, -1, -1, -1, 5, -9, 1, 0, 6, 1, 10, 1, 4, -1, -1, 1, 7, 0, -1, 12, 4, 1, 9, 1, -1, -1, -1, 3, 12, -1, 3, -1, -1, -1, -1, 0, 9, 3, -1, -1, -1, 6, -1, 0, -1, 10, 10, 0, 11, -1, 3, 6, 6, 2, 0, 4, 10, 5, -1, -1, 2, 2, 18, 1, 3, -1, 0, 1, 8, -1, 2, 2, 11, -1, -1, -1, -1, 0, -1, 1, -1, 0, -1, 0, -1, 11, -1, -1, -1, -1, -1, 0, 0, 3, -1, 0, 0, 0, 0, 12, 0, 1, -1, 0, -1, -1, 0, -1, 0, 6, -1, -1, 0, 2, 6, 8, 2, 16, 0, 0, -1, -1, -1, -1, 13, -1, -1, 0, 1, -1, 1, 0, 3, 3, -1, -1, -1, 0, 3, 7, -1, -1, -1, 1, -9, 0, -1, 0, 0, -1, 0, 3, 10, 9, -1, 11, -1, -1, 2, -1, 1, 0, 8, 8, 2, -1, 0, -1, -1, -1, 5, 9, 0, 0, 0, -1, 0, -1, -9, 0, 1, 2, -1, 0, -1, 0, 6, -1, 0, -1, 3, -1, 0, -1, 4, 0, 0, 0, 0, -1, 0, 3, -1, 5, 1, -1, 0, 24, 0, 0, 4, 0, 4, 4, 2, 10, -1, -1, -1, -9, 2, -1, 5, 3, 3, 0, -1, -1, -1, 0, 1, -1, 2, 6, 2, 2, 3, -1, 14, 0, 0, 3, -1, 0, -1, 0, 0, 4, -1, -1, -1, -1, 0, 12, 0, 7, 1, 5, 4, -1, -1, 3, 2, -9, 13, 0, 2, 0, 2, -1, 14, -1, 3, 0, -1, -1, 0, 0, -1, -1, 6, 2, -1, 3, 2, -1, -1, 12, 6, -1, 1, -1, 0, -1, 0, 0, 0, -1, 0, 5, 9, -1, 2, 6, 0, -1, 1, -1, -1, 8, -1, -1, -1, 1, 0, 4, 5, 0, 4, 2, 0, -1, 7, -1, 0, 0, -1, -1, 0, 0, 0, 6, -1, 1, -1, 1, 0, -1, 1, -1, 8, 0, 1, -1, -1, -1, 8, -1, 4, -1, 12, -1, 0, -1, 3, 2, -1, 2, -1, -1, 9, 5, 5, -1, 5, 11, 9, -1, -1, 0, 3, -1, 6, 0, 11, -1, -9, -1, -1, 6, 2, -1, 3, -1, 5, -1, 5, -1, 0, 0, 0, 2, 0, 0, -1, 18, 0, 0, -1, -1, -1, -1, 4, -1, 0, 5, -1, 0, 2, 0, -1, 0, -1, -1, 0, -9, -1, 0, -1, 1, 1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, 0, 1, 5, -1, 3, 3, 1, 0, 0, 4, -1, 0, -1, -1, 0, -1, 8, 6, -1, -1, 15, 0, -1, 0, 0, 4, -1, -1, -1, 0, 0, -1, -1, 2, -1, -1, 0, -1, 0, 3, 2, -1, 0, -1, 5, 6, 1, 6, 3, 0, 21, 0, 0, -1, 4, -1, 2, 0, 7, 0, -1, -1, 0, 1, -1, 20, 5, -1, 5, 2, -1, -1, 2, 12, -1, -1, -1, 7, 4, 1, 11, -9, 1, -1, -1, 0, -1, -1, -1, 0, 0, 0, -1, -1, -1, 0, 0, -1, -1, 0, 5, 2, 2, -1, -1, 2, 1, 7, -1, -1, 10, -1, -1, -1, 0, 0, 3, -1, -1, -1, 3, 0, 12, -1, 2, -1, -1, -1, -1, -1, -1, 2, 0, 3, -1, -1, -1, -1, -1, -1, 3, 0, 7, 4, 2, -1, -1, 3, 0, 0, -1, -1, 4, -1, 3, 0, 4, -1, -1, -1, 0, -1, -1, -1, 5, -1, 0, 13, -1, -1, -1, 0, 1, -1, 1, -1, -1, -1, 13, 3, 17, -1, -1, -1, 0, -1, -1, -1, -1, 0, 6, 0, -1, 2, 6, 4, 4, 8, 0, 0, 0, 2, 2, -1, 4, 2, -1, 2, 3, -1, -1, -1, -1, -1, 2, 2, 0, -1, 0, 0, 1, -1, 0, -1, 0, -1, -1, 0, -1, -1, 0, -1, -1, -1, 0, 0, 1, 0, -1, -1, -1, 1, 1, 0, 0, -1, 2, 0, -1, 2, 3, 9, 3, 8, 0, -1, -1, 0, 0, 7, -1, 15, -1, 20, -1, 0, -1, 0, 0, 0, 3, 0, -1, 0, 0, -1, -1, 2, -1, -1, -1, -1, -1, 4, 0, -1, 7, 7, -1, -1, 0, -1, 0, 0, -1, 1, 13, 5, 11 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "interest" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "sum of K6SUM42" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ "rapport correlation: 0.06759288918608035\n" ] } ], "source": [ "import plotly.graph_objects as go\n", "\n", "\n", "def weighted_hist(interet, numeric, df, weights, histnorm=None):\n", " fig = go.Figure()\n", "\n", " for i in np.unique(df[interet]):\n", " idx_i = (df[interet] == i)\n", " counts, bin_edges = np.histogram(df[numeric].values[idx_i], bins=25, weights=weights.values[idx_i])\n", " if histnorm==\"probability\":\n", " counts*=100/sum(counts)\n", " fig.add_trace(go.Bar(x=bin_edges, y=counts))\n", " # Overlay both histograms\n", " fig.update_layout(barmode='overlay')\n", " # Reduce opacity to see both histograms\n", " fig.update_traces(opacity=0.75)\n", " fig.show()\n", " return fig\n", "\n", "def weighted_box(df, x, y, weights):\n", " weight_col = \"weighted_value\"\n", " df_plot = pd.concat([df[x].copy(), df[y].copy(), weights.copy()], axis=1)\n", " df_plot[\"weighted_value\"] = df_plot[[y,\"WEIGHT\"]].apply(lambda x: x[0]*x[1], axis=1)\n", " df_plot.sort_values(y, inplace=True)\n", " fig = go.Figure()\n", " for i in np.unique(df[x]):\n", " df_i = df_plot[df[x]==i]\n", " totsum = df_i[weight_col].sum()\n", " cumsum = df_i[weight_col].cumsum()\n", " q1 = df_i[y][cumsum >= totsum/4.0].iloc[0]\n", " q3 = df_i[y][cumsum >= totsum*0.75].iloc[0]\n", " iqr = q3-q1\n", " fig.add_trace(go.Box(\n", " median = [df_i[y][cumsum >= totsum/2.0].iloc[0]],\n", " q1 = [q1],\n", " q3 = [q3],\n", " mean = [(df_i[weight_col] * df_i[y]).sum()/totsum],\n", " lowerfence = [df_i[y][cumsum <= max(q1 - 1.5*iqr, cumsum[0])].iloc[0]],\n", " upperfence = [df_i[y][cumsum >= min(q3 + 1.5*iqr, cumsum[-1])].iloc[0]],\n", " name=f\"{x}={i}\"\n", " ))\n", " fig.update_layout(boxmode='group', xaxis_tickangle=45, title=f\"Box plot of {y} by values of {x}\")\n", " \n", " return fig\n", " \n", "\n", "\n", "def variance_explique_une_valeur(interet,value_interet, numeric, mean_numeric, df, weights):\n", " idx_group = (df[interet] == value_interet)\n", " df_group = df[idx_group]\n", " len_group = weights[idx_group].sum()\n", " mean_group = np.mean([v*w for v,w in zip(df_group[numeric],weights[idx_group])])\n", "\n", " ret = len_group * (mean_group - mean_numeric)* (mean_group - mean_numeric)\n", " return ret\n", "\n", "def variance_explique(interet, numeric, df, weights):\n", " mean_numeric = np.mean([v*w for v,w in zip(df[numeric],weights)])\n", " unique_interet = np.unique(df[interet])\n", " ret = 1/weights.sum() * np.sum([\n", " variance_explique_une_valeur(interet=interet, value_interet=i, numeric=numeric, mean_numeric=mean_numeric, df= df, weights=weights) \n", " for i in unique_interet])\n", " return ret\n", "\n", "def rapport_correlation(interet, numeric, df, weights):\n", "\n", " ret = variance_explique(interet, numeric, df=df, weights=weights)/np.var([v*w for v,w in zip(df[numeric],weights)])\n", " return ret\n", "\n", "\n", "def analyse_bivarie_num(interet, numeric, df, weights):\n", " # bam = px.box(df, x=interet, y=numeric)\n", " bam = weighted_box(df, x=interet, y=numeric, weights=weights)\n", " bam.show()\n", " # histogramme\n", " fig_1 = weighted_hist(interet=interet, numeric=numeric, df=df, weights=weights)\n", " fig_2 = weighted_hist(interet=interet, numeric=numeric, df=df, weights=weights, histnorm=\"probability\")\n", " #hist_1 = px.histogram(df, x=numeric, color = interet, histnorm='probability density')\n", " #hist_1.show()\n", " hist = px.histogram(df, y=numeric, x = interet)\n", " hist.show()\n", "\n", " rp_corr = rapport_correlation(interet=interet, numeric=numeric, df = df, weights=weights)\n", " print(\"rapport correlation: \", rp_corr)\n", "\n", " return fig_1,fig_2, hist, bam, rp_corr\n", "\n", "\n", "def analyse_bivarie_num_all(interet, numeric_feature, df, weights):\n", "\n", " ret = [analyse_bivarie_num(interet=interet, numeric=i, df=df, weights=weights) for i in numeric_feature]\n", " return ret\n", "\n", "numerical_features = [\n", " col for col \n", " in list(X_train_interest.select_dtypes(include=np.number).columns)\n", " if not(('=' in col) or (col==\"interest\")) ] # Remove one hot encoded categorial feature\n", "print(numerical_features)\n", "graphic = analyse_bivarie_num_all(interet=\"interest\", numeric_feature = numerical_features, df=X_train_interest, weights=w_train)\n" ] }, { "cell_type": "code", "execution_count": 29, "metadata": {}, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "lowerfence": [ 0 ], "mean": [ 46.87847804924661 ], "median": [ 48 ], "name": "interest=0.0", "q1": [ 32 ], "q3": [ 62 ], "type": "box", "upperfence": [ 2 ] }, { "lowerfence": [ 0 ], "mean": [ 53.63383443791871 ], "median": [ 56 ], "name": "interest=1.0", "q1": [ 40 ], "q3": [ 68 ], "type": "box", "upperfence": [ 3 ] } ], "layout": { "boxmode": "group", "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "title": { "text": "Box plot of AGE by values of interest" }, "xaxis": { "tickangle": 45 } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "opacity": 0.75, "type": "bar", "x": [ 0, 3.4, 6.8, 10.2, 13.6, 17, 20.4, 23.8, 27.2, 30.599999999999998, 34, 37.4, 40.8, 44.199999999999996, 47.6, 51, 54.4, 57.8, 61.199999999999996, 64.6, 68, 71.39999999999999, 74.8, 78.2, 81.6, 85 ], "y": [ 303, 266, 405, 283, 282, 351, 218, 318, 222, 216, 261, 201, 258, 215, 167, 255, 161, 191, 121, 108, 111, 60, 58, 47, 83 ] }, { "opacity": 0.75, "type": "bar", "x": [ 0, 3.4, 6.8, 10.2, 13.6, 17, 20.4, 23.8, 27.2, 30.599999999999998, 34, 37.4, 40.8, 44.199999999999996, 47.6, 51, 54.4, 57.8, 61.199999999999996, 64.6, 68, 71.39999999999999, 74.8, 78.2, 81.6, 85 ], "y": [ 109, 90, 134, 128, 91, 124, 71, 164, 127, 114, 133, 91, 110, 113, 102, 186, 116, 177, 98, 97, 106, 69, 69, 38, 97 ] } ], "layout": { "barmode": "overlay", "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "opacity": 0.75, "type": "bar", "x": [ 0, 3.4, 6.8, 10.2, 13.6, 17, 20.4, 23.8, 27.2, 30.599999999999998, 34, 37.4, 40.8, 44.199999999999996, 47.6, 51, 54.4, 57.8, 61.199999999999996, 64.6, 68, 71.39999999999999, 74.8, 78.2, 81.6, 85 ], "y": [ 5.87095524123232, 5.154039914745205, 7.8473164115481495, 5.483433443131176, 5.464057353226119, 6.801007556675064, 4.223987599302461, 6.161596589808177, 4.301491958922689, 4.185235419492346, 5.057159465219919, 3.8945940709164892, 4.999031195504747, 4.165859329587289, 3.235807014144546, 4.940902925789576, 3.119550474714203, 3.7008331718659178, 2.3445068785119165, 2.092617709746173, 2.1507459794613446, 1.1625653943034295, 1.1238132144933153, 0.9106762255376866, 1.6082154621197442 ] }, { "opacity": 0.75, "type": "bar", "x": [ 0, 3.4, 6.8, 10.2, 13.6, 17, 20.4, 23.8, 27.2, 30.599999999999998, 34, 37.4, 40.8, 44.199999999999996, 47.6, 51, 54.4, 57.8, 61.199999999999996, 64.6, 68, 71.39999999999999, 74.8, 78.2, 81.6, 85 ], "y": [ 3.9578794480755266, 3.2679738562091507, 4.8656499636891795, 4.647785039941903, 3.3042846768336966, 4.502541757443718, 2.5780682643427744, 5.954974582425563, 4.611474219317357, 4.139433551198257, 4.829339143064634, 3.3042846768336966, 3.994190268700073, 4.103122730573711, 3.7037037037037037, 6.753812636165578, 4.21205519244735, 6.427015250544662, 3.5584604212055195, 3.522149600580973, 3.8489469862018884, 2.505446623093682, 2.505446623093682, 1.3798111837327525, 3.522149600580973 ] } ], "layout": { "barmode": "overlay", "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "bingroup": "x", "histfunc": "sum", "hovertemplate": "interest=%{x}
sum of AGE=%{y}", "legendgroup": "", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "name": "", "offsetgroup": "", "orientation": "v", "showlegend": false, "type": "histogram", "x": [ 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1 ], "xaxis": "x", "y": [ 45, 79, 6, 3, 9, 8, 24, 66, 2, 32, 32, 15, 27, 45, 84, 72, 83, 61, 33, 55, 29, 39, 52, 53, 12, 47, 35, 11, 64, 7, 63, 51, 51, 17, 36, 80, 3, 76, 42, 20, 51, 18, 22, 11, 39, 29, 7, 68, 24, 52, 3, 14, 39, 38, 8, 9, 59, 32, 35, 25, 0, 28, 49, 12, 59, 3, 5, 49, 14, 78, 17, 3, 47, 19, 23, 2, 13, 30, 44, 36, 55, 30, 3, 32, 64, 39, 18, 62, 9, 55, 20, 42, 45, 36, 48, 1, 38, 0, 20, 37, 27, 27, 59, 49, 33, 71, 57, 64, 73, 7, 15, 27, 26, 17, 11, 49, 17, 32, 52, 28, 29, 64, 79, 4, 44, 83, 69, 49, 66, 45, 83, 18, 57, 34, 15, 41, 2, 56, 55, 67, 27, 39, 8, 23, 47, 24, 26, 44, 24, 46, 7, 47, 34, 72, 30, 23, 56, 58, 44, 28, 63, 44, 48, 53, 71, 7, 31, 47, 2, 28, 69, 11, 58, 38, 48, 30, 11, 12, 36, 13, 7, 33, 49, 46, 41, 43, 44, 29, 85, 41, 15, 11, 56, 41, 81, 80, 7, 14, 26, 11, 78, 63, 53, 59, 48, 27, 45, 11, 27, 19, 39, 48, 62, 15, 48, 34, 49, 68, 31, 30, 1, 10, 37, 23, 52, 18, 31, 83, 77, 61, 32, 15, 54, 44, 58, 33, 33, 61, 21, 5, 24, 22, 71, 64, 14, 10, 0, 85, 53, 63, 46, 32, 31, 85, 34, 21, 40, 76, 20, 21, 33, 52, 23, 52, 22, 21, 47, 39, 54, 50, 25, 17, 15, 33, 23, 34, 66, 30, 52, 55, 1, 16, 62, 46, 20, 59, 47, 16, 1, 18, 67, 23, 15, 13, 3, 48, 34, 13, 11, 12, 72, 63, 18, 30, 31, 9, 3, 16, 5, 59, 72, 20, 9, 52, 25, 1, 13, 58, 33, 78, 21, 16, 18, 82, 73, 48, 19, 40, 30, 27, 16, 59, 31, 85, 13, 30, 47, 18, 25, 84, 2, 36, 52, 53, 54, 41, 52, 3, 34, 30, 6, 45, 47, 20, 65, 25, 21, 17, 14, 49, 5, 29, 32, 24, 5, 79, 13, 51, 56, 41, 63, 3, 66, 74, 28, 2, 44, 11, 23, 11, 61, 9, 17, 63, 31, 24, 32, 62, 44, 6, 29, 4, 78, 56, 17, 12, 53, 40, 51, 60, 13, 41, 49, 17, 52, 83, 68, 38, 30, 12, 5, 6, 1, 35, 54, 45, 71, 19, 70, 43, 66, 44, 17, 80, 41, 13, 40, 4, 21, 62, 7, 8, 52, 2, 43, 15, 70, 18, 15, 82, 58, 7, 31, 11, 12, 63, 66, 14, 46, 52, 77, 57, 54, 70, 58, 41, 59, 85, 30, 28, 7, 45, 56, 85, 85, 48, 78, 68, 43, 3, 80, 26, 24, 74, 21, 68, 55, 56, 13, 42, 72, 59, 21, 8, 34, 7, 3, 55, 9, 29, 63, 55, 49, 53, 46, 38, 63, 85, 11, 45, 12, 52, 15, 77, 22, 38, 19, 70, 62, 46, 11, 9, 8, 67, 53, 61, 26, 11, 58, 3, 18, 12, 43, 47, 7, 8, 40, 7, 19, 25, 34, 24, 37, 72, 43, 46, 50, 33, 5, 9, 65, 19, 59, 9, 34, 24, 72, 36, 77, 85, 32, 3, 51, 17, 41, 8, 41, 79, 38, 44, 46, 43, 47, 66, 66, 60, 20, 19, 63, 17, 33, 21, 29, 1, 17, 52, 55, 38, 50, 14, 3, 17, 3, 59, 2, 71, 80, 72, 69, 58, 29, 7, 26, 7, 20, 27, 59, 58, 45, 39, 5, 50, 27, 14, 26, 81, 52, 1, 59, 13, 2, 36, 74, 85, 19, 55, 37, 20, 6, 3, 80, 12, 64, 60, 29, 24, 68, 10, 8, 69, 9, 30, 16, 59, 16, 5, 21, 11, 2, 10, 43, 22, 45, 50, 16, 13, 2, 3, 14, 0, 12, 26, 7, 62, 50, 10, 26, 30, 53, 49, 40, 85, 76, 2, 3, 35, 36, 63, 3, 29, 10, 20, 62, 81, 68, 26, 11, 85, 53, 17, 23, 19, 25, 4, 24, 11, 65, 39, 12, 18, 28, 8, 0, 18, 68, 34, 40, 39, 2, 41, 1, 21, 19, 29, 21, 46, 34, 17, 57, 58, 6, 18, 4, 12, 53, 17, 12, 15, 42, 15, 22, 22, 31, 41, 2, 16, 54, 2, 38, 55, 62, 69, 38, 46, 12, 0, 76, 14, 49, 70, 60, 29, 27, 18, 39, 66, 12, 13, 2, 41, 51, 19, 44, 35, 31, 34, 25, 50, 14, 37, 4, 32, 82, 55, 8, 13, 24, 22, 52, 54, 23, 26, 13, 50, 41, 14, 8, 4, 6, 11, 61, 4, 57, 49, 24, 23, 66, 18, 56, 83, 52, 36, 41, 11, 58, 30, 40, 53, 12, 56, 7, 33, 34, 28, 13, 9, 36, 55, 8, 50, 15, 20, 33, 26, 28, 40, 64, 65, 28, 43, 20, 6, 76, 43, 14, 31, 28, 39, 78, 79, 4, 6, 63, 66, 80, 47, 59, 64, 85, 15, 28, 21, 18, 61, 14, 13, 43, 22, 16, 24, 5, 9, 33, 85, 52, 8, 20, 0, 30, 2, 57, 25, 27, 19, 54, 54, 70, 17, 14, 30, 15, 52, 55, 26, 9, 27, 50, 47, 35, 51, 12, 85, 52, 28, 56, 20, 40, 14, 23, 8, 51, 33, 27, 24, 17, 33, 39, 23, 10, 14, 32, 6, 41, 40, 53, 3, 39, 7, 83, 28, 34, 29, 19, 26, 45, 66, 20, 32, 56, 58, 13, 51, 3, 36, 29, 30, 16, 69, 31, 28, 39, 85, 40, 2, 13, 49, 37, 52, 85, 6, 60, 53, 7, 42, 43, 26, 18, 60, 14, 73, 5, 28, 64, 30, 61, 75, 52, 78, 67, 25, 22, 10, 59, 52, 35, 18, 7, 4, 4, 33, 29, 30, 1, 12, 45, 1, 24, 31, 75, 6, 37, 42, 3, 6, 15, 72, 45, 22, 43, 39, 56, 58, 24, 63, 41, 20, 30, 15, 27, 24, 55, 14, 10, 49, 27, 3, 42, 10, 46, 76, 85, 46, 70, 29, 47, 31, 62, 12, 14, 30, 49, 49, 5, 39, 56, 21, 18, 66, 6, 61, 36, 85, 41, 59, 12, 47, 27, 73, 3, 36, 37, 85, 64, 26, 10, 38, 23, 8, 35, 7, 29, 29, 33, 11, 62, 68, 26, 25, 36, 5, 69, 21, 67, 28, 15, 6, 80, 12, 53, 3, 3, 41, 28, 34, 61, 23, 0, 3, 53, 73, 39, 26, 71, 85, 62, 82, 35, 68, 65, 71, 42, 56, 14, 18, 13, 21, 9, 36, 60, 44, 12, 4, 59, 18, 30, 54, 54, 51, 8, 12, 53, 75, 71, 15, 21, 62, 48, 7, 54, 64, 24, 30, 11, 22, 54, 83, 70, 52, 24, 9, 64, 13, 4, 35, 22, 61, 20, 38, 70, 35, 64, 61, 52, 57, 27, 8, 21, 35, 15, 40, 17, 35, 61, 73, 51, 58, 33, 58, 10, 44, 13, 68, 40, 69, 1, 35, 27, 22, 83, 17, 29, 44, 32, 14, 14, 62, 51, 21, 2, 10, 46, 22, 29, 0, 6, 33, 65, 85, 74, 15, 44, 10, 25, 33, 41, 45, 0, 8, 85, 30, 38, 53, 9, 24, 63, 6, 29, 57, 3, 85, 47, 9, 0, 52, 39, 45, 85, 13, 77, 47, 47, 24, 24, 9, 50, 43, 22, 34, 17, 53, 58, 26, 9, 22, 14, 47, 20, 41, 2, 57, 36, 35, 49, 50, 76, 7, 29, 12, 2, 74, 43, 46, 50, 27, 31, 42, 33, 24, 16, 17, 13, 8, 55, 2, 53, 51, 27, 19, 60, 51, 11, 13, 57, 59, 42, 45, 9, 77, 27, 68, 65, 0, 30, 63, 38, 25, 32, 29, 44, 26, 39, 15, 33, 85, 61, 67, 43, 41, 1, 24, 66, 41, 27, 20, 35, 48, 65, 15, 10, 41, 37, 50, 44, 14, 57, 84, 62, 13, 30, 27, 14, 56, 45, 1, 57, 53, 5, 35, 57, 69, 68, 46, 56, 53, 58, 46, 72, 50, 15, 64, 10, 19, 84, 31, 20, 55, 10, 8, 31, 34, 53, 85, 28, 38, 15, 7, 7, 28, 62, 46, 24, 8, 3, 46, 6, 67, 7, 34, 49, 8, 55, 49, 18, 55, 9, 64, 57, 1, 18, 14, 3, 8, 71, 14, 12, 47, 26, 22, 43, 36, 69, 66, 71, 10, 10, 58, 53, 54, 64, 85, 47, 62, 79, 42, 40, 67, 18, 22, 1, 31, 57, 16, 38, 56, 14, 54, 27, 24, 28, 45, 23, 68, 54, 24, 23, 16, 60, 38, 42, 80, 16, 17, 63, 64, 50, 21, 11, 60, 41, 0, 40, 50, 62, 20, 80, 31, 33, 18, 19, 20, 24, 6, 67, 15, 10, 1, 56, 35, 55, 3, 13, 43, 1, 16, 11, 17, 53, 70, 22, 32, 25, 18, 67, 49, 28, 7, 44, 13, 52, 64, 38, 64, 66, 3, 9, 85, 49, 54, 32, 20, 85, 26, 42, 41, 11, 24, 60, 11, 50, 55, 40, 57, 52, 5, 27, 33, 10, 53, 70, 15, 11, 19, 38, 51, 37, 70, 1, 13, 53, 3, 19, 13, 12, 22, 33, 9, 41, 30, 67, 24, 35, 85, 21, 26, 14, 62, 31, 48, 33, 35, 17, 17, 5, 17, 5, 15, 4, 25, 6, 44, 49, 24, 76, 24, 40, 9, 26, 29, 23, 64, 17, 45, 36, 32, 7, 9, 51, 54, 57, 28, 13, 61, 81, 31, 85, 1, 48, 35, 9, 21, 58, 37, 21, 12, 29, 54, 11, 68, 16, 64, 5, 32, 29, 17, 5, 16, 77, 2, 0, 35, 11, 53, 58, 18, 15, 24, 39, 35, 23, 8, 52, 9, 38, 41, 53, 13, 61, 79, 41, 20, 59, 76, 55, 34, 43, 50, 29, 26, 1, 4, 17, 39, 42, 10, 61, 26, 32, 5, 20, 42, 4, 23, 34, 11, 30, 85, 6, 36, 2, 57, 75, 45, 49, 0, 35, 7, 37, 11, 16, 41, 44, 20, 37, 63, 25, 25, 49, 18, 6, 53, 11, 61, 27, 12, 57, 13, 17, 71, 52, 65, 6, 35, 9, 4, 39, 24, 23, 15, 46, 39, 40, 24, 54, 21, 19, 83, 48, 34, 71, 53, 72, 31, 64, 41, 13, 12, 13, 2, 15, 73, 62, 51, 79, 20, 51, 69, 13, 66, 7, 33, 46, 32, 1, 42, 65, 56, 63, 56, 43, 84, 23, 80, 44, 20, 20, 56, 13, 66, 12, 83, 32, 7, 62, 4, 23, 46, 9, 58, 55, 34, 33, 10, 47, 13, 11, 8, 5, 22, 23, 85, 6, 54, 15, 13, 48, 49, 26, 7, 47, 65, 81, 18, 29, 0, 64, 55, 34, 49, 33, 77, 17, 73, 22, 45, 50, 51, 25, 2, 33, 23, 61, 52, 26, 13, 26, 37, 12, 1, 22, 13, 65, 82, 22, 15, 58, 27, 39, 46, 85, 12, 20, 55, 13, 52, 12, 35, 9, 11, 32, 65, 7, 9, 32, 17, 57, 66, 56, 48, 61, 78, 70, 25, 1, 24, 27, 48, 38, 38, 13, 22, 30, 85, 13, 55, 63, 38, 69, 85, 36, 41, 34, 1, 41, 21, 24, 58, 49, 17, 45, 38, 35, 11, 4, 25, 13, 53, 75, 31, 31, 65, 71, 74, 25, 41, 15, 11, 15, 40, 32, 32, 32, 18, 53, 13, 28, 24, 58, 13, 4, 50, 6, 6, 30, 10, 53, 18, 51, 26, 52, 1, 48, 34, 39, 72, 28, 67, 8, 85, 83, 45, 50, 62, 51, 8, 42, 22, 69, 41, 47, 23, 35, 31, 3, 51, 14, 58, 53, 78, 45, 17, 28, 4, 0, 52, 75, 7, 59, 50, 1, 8, 28, 19, 27, 18, 47, 59, 4, 60, 52, 52, 67, 63, 37, 26, 30, 2, 3, 1, 85, 29, 33, 67, 85, 46, 38, 65, 14, 36, 18, 49, 63, 17, 36, 6, 23, 45, 21, 9, 3, 45, 39, 51, 49, 45, 36, 37, 52, 21, 52, 30, 16, 2, 5, 38, 17, 13, 55, 45, 46, 32, 8, 9, 59, 72, 5, 21, 46, 2, 59, 55, 29, 8, 21, 41, 47, 85, 53, 38, 2, 20, 20, 14, 44, 24, 28, 45, 56, 20, 20, 30, 36, 35, 2, 67, 66, 38, 39, 45, 13, 13, 25, 33, 10, 35, 5, 29, 13, 2, 12, 27, 12, 59, 32, 63, 46, 14, 15, 54, 6, 11, 25, 4, 35, 14, 5, 34, 49, 47, 28, 20, 85, 15, 72, 75, 55, 55, 11, 16, 17, 18, 57, 61, 77, 5, 61, 40, 34, 52, 28, 20, 22, 28, 12, 2, 39, 38, 85, 51, 32, 63, 24, 35, 77, 10, 4, 45, 17, 33, 44, 10, 20, 8, 27, 9, 70, 48, 30, 19, 41, 13, 58, 51, 36, 41, 22, 51, 41, 64, 4, 83, 11, 63, 76, 20, 30, 1, 47, 14, 49, 18, 14, 41, 9, 41, 51, 70, 40, 52, 85, 61, 24, 18, 78, 16, 14, 9, 31, 4, 72, 43, 24, 21, 43, 68, 69, 33, 0, 39, 29, 6, 70, 38, 39, 20, 11, 12, 27, 7, 31, 34, 18, 13, 48, 31, 34, 11, 26, 21, 50, 16, 30, 4, 6, 13, 53, 24, 58, 45, 53, 50, 44, 22, 1, 46, 80, 7, 22, 35, 42, 3, 16, 28, 79, 34, 55, 72, 47, 32, 2, 6, 16, 17, 55, 10, 35, 57, 66, 10, 51, 46, 61, 5, 60, 17, 16, 52, 22, 21, 72, 11, 26, 29, 48, 75, 4, 29, 71, 28, 53, 57, 7, 24, 42, 62, 29, 35, 52, 56, 18, 44, 23, 24, 9, 50, 20, 8, 26, 11, 64, 28, 55, 29, 31, 9, 17, 25, 37, 37, 15, 54, 38, 12, 41, 34, 39, 5, 30, 52, 13, 16, 16, 28, 8, 9, 18, 27, 12, 77, 85, 4, 12, 85, 14, 58, 50, 21, 6, 25, 33, 68, 57, 46, 26, 7, 39, 18, 55, 30, 16, 38, 9, 21, 36, 13, 77, 31, 19, 70, 63, 19, 27, 41, 71, 39, 12, 72, 59, 11, 16, 58, 0, 49, 17, 3, 32, 85, 40, 1, 36, 21, 1, 23, 41, 51, 59, 61, 32, 5, 51, 41, 27, 35, 33, 24, 63, 11, 55, 10, 53, 64, 54, 41, 44, 24, 6, 33, 77, 52, 7, 44, 34, 7, 9, 17, 37, 19, 10, 76, 11, 20, 2, 17, 59, 6, 53, 76, 64, 24, 44, 47, 23, 60, 85, 23, 28, 12, 45, 15, 5, 37, 27, 28, 58, 9, 57, 52, 9, 10, 23, 26, 52, 6, 4, 32, 48, 4, 41, 38, 9, 47, 28, 43, 6, 44, 5, 74, 31, 25, 26, 13, 11, 10, 15, 38, 1, 57, 54, 26, 61, 25, 26, 44, 49, 48, 67, 15, 44, 48, 14, 56, 36, 2, 67, 58, 45, 44, 40, 31, 7, 43, 50, 35, 12, 57, 28, 40, 24, 55, 16, 56, 11, 49, 43, 65, 26, 21, 22, 57, 59, 6, 46, 27, 8, 48, 54, 54, 49, 0, 13, 50, 47, 60, 61, 34, 59, 59, 80, 29, 63, 45, 42, 61, 37, 50, 42, 53, 30, 25, 55, 6, 25, 20, 35, 25, 2, 23, 6, 51, 69, 41, 25, 56, 0, 51, 39, 47, 57, 55, 5, 57, 7, 7, 21, 38, 7, 47, 2, 71, 78, 59, 2, 9, 33, 0, 47, 31, 9, 60, 9, 4, 67, 25, 17, 4, 54, 67, 42, 29, 10, 56, 52, 2, 52, 73, 27, 30, 49, 19, 5, 80, 19, 43, 10, 24, 2, 40, 26, 7, 24, 61, 85, 66, 34, 37, 27, 23, 21, 19, 65, 38, 68, 47, 73, 2, 26, 22, 27, 22, 45, 33, 48, 77, 50, 49, 45, 8, 43, 52, 37, 38, 65, 56, 48, 32, 53, 59, 73, 2, 4, 58, 77, 11, 6, 1, 39, 23, 20, 31, 16, 19, 49, 61, 69, 6, 14, 84, 15, 16, 17, 9, 5, 0, 3, 54, 14, 44, 29, 28, 41, 34, 85, 47, 7, 19, 7, 7, 6, 57, 55, 23, 2, 9, 62, 47, 49, 13, 51, 21, 72, 22, 15, 51, 13, 4, 22, 56, 34, 11, 39, 31, 15, 22, 29, 29, 31, 58, 17, 58, 55, 27, 23, 55, 67, 34, 57, 37, 25, 54, 46, 7, 3, 13, 19, 8, 22, 53, 17, 42, 59, 10, 59, 4, 15, 19, 28, 19, 50, 56, 47, 29, 36, 59, 18, 44, 14, 49, 1, 24, 37, 35, 58, 67, 23, 48, 17, 31, 51, 40, 4, 2, 71, 6, 3, 12, 40, 16, 67, 42, 24, 43, 2, 5, 17, 9, 66, 51, 51, 55, 73, 4, 28, 55, 27, 46, 6, 5, 14, 25, 34, 43, 6, 41, 47, 11, 42, 52, 47, 49, 8, 24, 59, 56, 47, 24, 44, 52, 27, 16, 85, 37, 14, 56, 44, 8, 27, 12, 16, 12, 15, 7, 25, 37, 63, 85, 24, 29, 47, 25, 3, 20, 8, 29, 43, 72, 46, 37, 8, 43, 39, 50, 11, 24, 24, 1, 35, 67, 37, 50, 8, 63, 62, 54, 46, 8, 34, 85, 7, 48, 79, 39, 27, 2, 54, 9, 58, 25, 84, 2, 68, 18, 52, 4, 66, 40, 58, 4, 15, 53, 8, 27, 35, 33, 40, 70, 19, 1, 2, 11, 47, 50, 25, 47, 77, 34, 6, 13, 13, 14, 10, 5, 22, 10, 54, 55, 77, 4, 18, 55, 59, 13, 48, 16, 4, 7, 70, 42, 36, 47, 37, 33, 29, 66, 59, 19, 28, 2, 11, 78, 43, 2, 42, 15, 67, 36, 44, 46, 35, 27, 9, 6, 13, 51, 10, 28, 58, 6, 30, 69, 30, 50, 44, 85, 25, 34, 34, 2, 63, 75, 11, 11, 6, 11, 16, 24, 40, 85, 34, 59, 63, 54, 31, 20, 8, 16, 64, 40, 57, 31, 9, 8, 14, 67, 27, 26, 14, 71, 30, 30, 38, 54, 40, 6, 25, 25, 18, 40, 45, 3, 52, 60, 52, 53, 51, 49, 64, 22, 58, 44, 42, 3, 7, 36, 42, 53, 37, 0, 16, 71, 39, 51, 8, 5, 24, 26, 16, 3, 6, 79, 25, 25, 39, 18, 28, 32, 85, 63, 60, 29, 51, 11, 9, 36, 24, 27, 13, 21, 59, 17, 7, 23, 64, 1, 16, 25, 45, 44, 3, 46, 76, 20, 47, 67, 38, 4, 57, 22, 80, 56, 4, 24, 48, 32, 50, 15, 21, 49, 63, 6, 29, 25, 9, 19, 7, 51, 1, 65, 6, 32, 18, 70, 70, 27, 2, 73, 12, 11, 63, 68, 33, 18, 61, 39, 27, 47, 43, 85, 46, 12, 29, 26, 48, 34, 14, 60, 29, 48, 1, 6, 11, 34, 43, 53, 79, 10, 48, 53, 36, 6, 30, 25, 40, 27, 40, 2, 23, 47, 29, 60, 66, 70, 14, 51, 22, 34, 71, 1, 18, 55, 70, 27, 32, 45, 44, 27, 11, 35, 5, 69, 62, 30, 53, 51, 31, 64, 10, 51, 34, 11, 66, 45, 35, 51, 33, 6, 78, 45, 19, 10, 22, 44, 60, 46, 70, 45, 67, 67, 30, 54, 27, 35, 25, 48, 10, 9, 33, 17, 49, 34, 71, 22, 12, 7, 40, 65, 31, 66, 37, 7, 49, 3, 23, 24, 42, 11, 23, 50, 35, 73, 20, 10, 6, 30, 31, 34, 33, 13, 29, 38, 37, 20, 47, 14, 61, 56, 36, 57, 73, 68, 60, 30, 82, 40, 48, 15, 66, 23, 30, 16, 85, 27, 54, 58, 20, 5, 16, 13, 37, 16, 37, 9, 62, 29, 23, 41, 50, 7, 6, 4, 58, 14, 46, 1, 33, 2, 14, 18, 85, 84, 52, 68, 53, 37, 42, 55, 75, 15, 61, 80, 71, 63, 73, 52, 1, 11, 20, 36, 13, 83, 65, 25, 15, 32, 27, 4, 54, 65, 82, 21, 27, 29, 28, 41, 24, 39, 32, 21, 41, 66, 15, 60, 25, 34, 72, 47, 63, 20, 53, 7, 52, 19, 19, 62, 63, 36, 59, 8, 79, 60, 30, 16, 25, 46, 19, 11, 60, 55, 34, 25, 38, 46, 7, 69, 48, 30, 49, 31, 5, 83, 3, 31, 80, 5, 9, 50, 2, 10, 61, 16, 34, 46, 54, 0, 0, 51, 26, 25, 60, 19, 58, 74, 13, 46, 33, 18, 17, 50, 35, 81, 68, 16, 38, 25, 21, 45, 74, 57, 34, 7, 51, 9, 28, 0, 14, 3, 53, 22, 20, 69, 25, 3, 54, 4, 9, 55, 52, 42, 36, 12, 36, 66, 8, 18, 21, 70, 59, 7, 69, 80, 3, 67, 48, 31, 16, 54, 1, 0, 40, 72, 61, 8, 38, 10, 10, 72, 8, 77, 69, 85, 85, 5, 69, 46, 73, 50, 56, 25, 8, 39, 40, 7, 35, 11, 32, 3, 47, 58, 57, 12, 68, 13, 52, 0, 45, 64, 20, 8, 27, 26, 10, 14, 15, 37, 15, 8, 57, 40, 72, 48, 10, 16, 58, 13, 73, 10, 59, 30, 37, 3, 82, 44, 21, 52, 46, 48, 37, 66, 45, 24, 24, 19, 29, 4, 15, 58, 52, 28, 61, 82, 56, 32, 18, 31, 8, 79, 21, 60, 77, 38, 72, 11, 53, 20, 19, 39, 72, 46, 25, 16, 61, 61, 26, 67, 7, 64, 44, 49, 11, 17, 52, 1, 0, 15, 7, 21, 24, 35, 46, 10, 0, 79, 37, 1, 37, 32, 82, 85, 7, 85, 47, 33, 33, 52, 33, 13, 9, 40, 18, 12, 27, 5, 74, 56, 72, 20, 22, 27, 34, 29, 12, 42, 3, 45, 53, 18, 27, 28, 6, 1, 54, 9, 85, 26, 29, 25, 15, 85, 36, 56, 67, 22, 5, 47, 20, 57, 6, 76, 51, 12, 31, 53, 76, 44, 68, 11, 11, 45, 0, 78, 41, 66, 49, 19, 22, 13, 34, 0, 3, 34, 40, 57, 29, 40, 54, 25, 0, 34, 27, 48, 48, 43, 11, 19, 0, 79, 9, 14, 17, 24, 77, 85, 23, 36, 43, 73, 55, 7, 6, 53, 11, 57, 85, 62, 7, 45, 9, 34, 33, 25, 85, 27, 8, 48, 32, 33, 38, 18, 12, 43, 21, 51, 34, 40, 85, 25, 8, 70, 68, 6, 48, 15, 62, 57, 19, 47, 55, 9, 37, 43, 58, 78, 45, 16, 25, 54, 27, 65, 53, 70, 19, 85, 32, 60, 14, 62, 15, 37, 48, 45, 46, 24, 72, 17, 9, 24, 32, 2, 34, 51, 4, 7, 6, 26, 9, 1, 27, 32, 21, 41, 5, 45, 54, 24, 9, 19, 15, 20, 48, 19, 67, 51, 9, 51, 35, 59, 80, 56, 10, 46, 8, 4, 58, 15, 18, 23, 50, 6, 46, 15, 0, 46, 58, 60, 61, 71, 55, 10, 28, 6, 21, 59, 81, 63, 46, 65, 14, 49, 37, 48, 9, 85, 29, 57, 58, 80, 13, 32, 68, 23, 16, 22, 38, 26, 59, 76, 73, 58, 12, 54, 49, 27, 8, 77, 19, 85, 32, 16, 41, 2, 33, 5, 5, 18, 25, 41, 51, 53, 17, 9, 41, 78, 8, 15, 75, 15, 30, 79, 41, 29, 76, 4, 9, 34, 45, 2, 21, 52, 25, 6, 33, 51, 14, 15, 5, 40, 63, 31, 53, 64, 17, 28, 48, 29, 30, 41, 19, 1, 33, 61, 67, 7, 49, 4, 67, 32, 68, 11, 48, 62, 14, 27, 30, 6, 47, 24, 16, 8, 51, 55, 55, 82, 12, 70, 8, 20, 58, 40, 53, 29, 19, 59, 70, 54, 6, 53, 16, 62, 24, 48, 27, 41, 44, 0, 7, 66, 2, 47, 51, 7, 64, 21, 51, 36, 58, 51, 17, 62, 4, 48, 13, 79, 18, 21, 60, 40, 51, 29, 48, 5, 20, 53, 14, 43, 5, 18, 21, 41, 53, 54, 8, 70, 7, 68, 28, 85, 68, 55, 43, 48, 38, 11, 68, 21, 32, 5, 33, 4, 32, 30, 11, 12, 29, 9, 13, 29, 29, 56, 25, 29, 57, 57, 85, 73, 9, 18, 41, 17, 25, 64, 42, 48, 19, 13, 76, 55, 44, 63, 64, 68, 29, 29, 7, 38, 59, 6, 81, 1, 25, 64, 1, 46, 41, 63, 35, 13, 14, 58, 7, 45, 65, 37, 5, 57, 57, 6, 13, 4, 31, 51, 25, 24, 16, 2, 27, 32, 53, 13, 19, 71, 56, 28, 20, 36, 28, 12, 37, 37, 36, 13, 55, 24, 4, 85, 20, 55, 47, 21, 65, 23, 21, 19, 67, 69, 57, 63, 28, 47, 37, 21, 52, 74, 23, 50, 33, 7, 26, 38, 8, 41, 53, 10, 14, 45, 38, 21, 10, 11, 40, 10, 9, 14, 40, 36, 10, 22, 11, 7, 48, 43, 24, 37, 28, 58, 17, 9, 0, 47, 45, 18, 56, 71, 34, 12, 49, 17, 5, 51, 37, 70, 8, 2, 85, 11, 41, 13, 9, 66, 5, 0, 5, 27, 60, 57, 38, 2, 62, 30, 44, 0, 26, 0, 27, 18, 50, 10, 14, 17, 10, 67, 48, 56, 25, 57, 60, 35, 54, 13, 38, 14, 8, 68, 14, 53, 0, 9, 61, 28, 84, 53, 9, 18, 21, 36, 49, 12, 39, 33, 62, 50, 24, 29, 14, 70, 9, 0, 9, 44, 76, 70, 4, 36, 72, 16, 33, 38, 6, 31, 49, 56, 38, 56, 20, 39, 59, 4, 7, 43, 23, 59, 50, 12, 33, 39, 74, 40, 19, 72, 55, 2, 34, 19, 9, 28, 67, 43, 46, 8, 11, 2, 41, 20, 58, 40, 73, 2, 70, 2, 48, 71, 36, 3, 27, 41, 69, 6, 66, 9, 15, 30, 70, 65, 66, 71, 70, 61, 75, 81, 80, 19, 63, 0, 47, 37, 9, 42, 13, 0, 15, 33, 5, 41, 23, 32, 7, 25, 56, 16, 38, 5, 62, 13, 39, 7, 7, 14, 38, 12, 10, 39, 4, 19, 37, 31, 84, 85, 4, 10, 70, 25, 5, 5, 64, 52, 42, 4, 8, 77, 46, 15, 50, 29, 18, 33, 28, 70, 9, 72, 14, 52, 23, 60, 5, 8, 4, 35, 66, 45, 27, 17, 46, 45, 50, 29, 43, 36, 79, 83, 50, 7, 85, 47, 16, 41, 38, 17, 47, 19, 24, 36, 40, 64, 39, 31, 42, 8, 72, 55, 66, 15, 5, 67, 40, 10, 39, 4, 41, 3, 44, 24, 85, 8, 7, 9, 41, 44, 1, 19, 10, 64, 11, 26, 73, 80, 2, 54, 45, 75, 75, 20, 9, 75, 67, 37, 63, 68, 51, 33, 50, 26, 28, 41, 12, 10, 55, 56, 1, 20, 11, 49, 76, 38, 55, 56, 13, 14, 38, 43, 13, 47, 30, 10, 77, 8, 62, 9, 24, 3, 26, 85, 29, 12, 34, 63, 12, 75, 46, 47, 68, 47, 44, 74, 7, 5, 66, 49, 12, 64, 75, 47, 55, 25, 34, 40, 31, 36, 56, 74, 8, 30, 14, 16, 17, 18, 81, 48, 7, 16, 26, 26, 28, 31, 1, 58, 46, 19, 10, 24, 69, 4, 75, 38, 43, 41, 33, 11, 67, 6, 53, 5, 22, 47, 30, 5, 85, 19, 55, 40, 59, 33, 3, 35, 11, 40, 23, 6, 4, 33, 81, 29, 35, 27, 41, 46, 13, 51, 20, 0, 82, 59, 16, 12, 66, 8, 60, 46, 4, 28, 1, 7, 60, 6, 18, 18, 46, 63, 63, 15, 61, 59, 51, 21, 16, 2, 64, 34, 1, 56, 16, 61, 27, 39, 14, 66, 2, 14, 13, 65, 57, 15, 38, 44, 56, 8, 84, 33, 5, 25, 53, 16, 12, 59, 27, 4, 3, 58, 7, 35, 16, 10, 17, 18, 55, 23, 48, 21, 17, 50, 56, 2, 58, 1, 34, 24, 7, 16, 10, 72, 35, 36, 55, 45, 16, 13, 85, 18, 30, 55, 13, 46, 23, 4, 43, 20, 33, 0, 49, 30, 61, 23, 4, 28, 5, 30, 59, 56, 11, 60, 42, 77, 50, 39, 65, 53, 16, 85, 75, 34, 1, 47, 8, 67, 19, 44, 6, 8, 27, 38, 10, 18, 6, 14, 11, 13, 26, 45, 14, 18, 48, 0, 55, 13, 23, 46, 33, 56, 52, 20, 59, 5, 31, 81, 33, 72, 46, 15, 34, 31, 14, 67, 4, 31, 16, 78, 62, 65, 12, 66, 43, 13, 21, 44, 43, 16, 54, 2, 40, 41, 15, 68, 59, 52, 21, 11, 49, 33, 67, 13, 5, 26, 46, 13, 4, 16, 30, 40, 35, 17, 46, 52, 37, 62, 7, 46, 26, 29, 17, 44, 57, 20, 53, 5, 18, 39, 32, 24, 32, 55, 23, 34, 13, 10, 35, 17, 23, 85, 30, 14, 67, 41, 4, 20, 17, 68, 14, 15, 53, 16, 71, 49, 31, 61, 13, 14, 19, 29, 8, 26, 18, 28, 26, 53, 13, 9, 70, 1, 40, 61, 22, 39, 8, 53, 59, 33, 7, 45, 26, 10, 18, 45, 24, 17, 51, 77, 62, 47, 65, 5, 58, 10, 28, 32, 40, 43, 78, 27, 73, 4, 50, 62, 10, 7, 75, 10, 31, 3, 70, 29, 50, 34, 28, 49, 1, 53, 21, 31, 9, 27, 44, 74, 60, 18, 36, 28, 7, 33, 4, 84, 18, 1, 65, 36, 42, 17, 11, 29, 16, 31, 34, 8, 7, 26, 67, 10, 76, 73, 10, 66, 42, 20, 30, 13, 26, 48, 25, 39, 75, 4, 41, 22, 33, 3, 17, 17, 68, 19, 7, 53, 26, 37, 36, 33, 35, 11, 18, 1, 54, 80, 50, 22, 37, 43, 52, 48, 66, 16, 33, 53, 11, 14, 24, 22, 8, 10, 58, 53, 26, 38, 36, 20, 44, 58, 45, 11, 45, 30, 5, 32, 17, 28, 9, 18, 60, 68, 34, 36, 24, 13, 4, 5, 0, 40, 68, 54, 66, 9, 40, 27, 41, 46, 20, 37, 71, 59, 72, 26, 40, 58, 30, 9, 55, 77, 29, 53, 45, 39, 40, 27, 37, 6, 53, 50, 47, 63, 38, 46, 4, 36, 19, 40, 9, 16, 16, 9, 72, 11, 18, 18, 19, 20, 0, 29, 67, 26, 31, 1, 32, 28, 44, 4, 71, 34, 9, 52, 4, 38, 61, 54, 59, 18, 52, 67, 5, 10, 25, 81, 3, 46, 30, 85, 34, 66, 85, 46, 18, 45, 14, 63, 43, 41, 25, 58, 83, 47, 11, 54, 0, 33, 34, 46, 20, 6, 11, 54, 31, 21, 55, 55, 4, 45, 36, 28, 16, 59, 7, 51, 45, 52, 32, 0, 64, 14, 61, 10, 15, 5, 42, 30, 24, 63, 63, 64, 70, 23, 73, 38, 14, 16, 48, 28, 20, 40, 25, 45, 20, 20, 52, 10, 3, 51, 63, 33, 47, 1, 48, 12, 33, 32, 12, 72, 41, 25, 85, 36, 43, 56, 7, 41, 43, 4, 8, 29, 1, 14, 49, 20, 52, 36, 2, 85, 31, 3, 72, 63, 51, 11, 13, 85, 24, 22, 55, 18, 9, 60, 7, 35, 77, 28, 4, 34, 40, 30, 36, 31, 17, 44, 30, 60, 46, 52, 42, 1, 30, 13, 57, 41, 4, 42, 79, 37, 69, 43, 24, 25, 85, 76, 16, 57, 8, 49, 2, 46, 54, 45, 71, 9, 47, 1, 61, 3, 47, 35, 72, 5, 12, 59, 65, 42, 17, 1, 11, 13, 1, 30, 14, 49, 33, 2, 48, 5, 79, 58, 75, 56, 36, 1, 35, 27, 59, 28, 21, 27, 4, 66, 58, 15, 12, 37, 8, 20, 7, 37, 35, 64, 17, 27, 61, 29, 58, 32, 35, 77, 13, 39, 47, 37, 60, 14, 82, 55, 21, 22, 41, 15, 34, 18, 14, 55, 17, 69, 58, 11, 45, 36, 11, 4, 1, 47, 71, 83, 85, 28, 26, 26, 38, 38, 21, 54, 63, 24, 76, 60, 24, 27, 22, 18, 26, 79, 13, 47, 17, 31, 44, 23, 31, 8, 58, 26, 0, 50, 42, 10, 0, 53, 10, 70, 85, 30, 36, 3, 59, 24, 21, 48, 0, 35, 59, 16, 42, 59, 9, 15, 27, 19, 45, 15, 78, 3, 48, 85, 39, 70, 85, 37, 8, 12, 44, 64, 27, 0, 56, 59, 21, 14, 16, 7, 32, 9, 46, 67, 66, 74, 16, 26, 8, 65, 21, 60, 54, 5, 52, 62, 51, 33, 63, 55, 56, 45, 35, 25, 22, 14, 76, 60, 59, 10, 23, 30, 62, 20, 4, 16, 54, 20, 51, 68, 5, 9, 12, 45, 67, 55, 18, 64, 52, 3, 9, 51, 36, 51, 23, 33, 65, 6, 84, 30, 15, 13, 23, 54, 15, 58, 15, 21, 17, 33, 33, 11, 21, 33, 8, 58, 31, 47, 33, 29, 62, 44, 28, 74, 53, 56, 33, 31, 23, 33, 13, 38, 19, 32, 2, 31, 19, 69, 10, 18, 0, 8, 9, 34, 49, 62, 68, 80, 33, 45, 12, 35, 26, 55, 42, 17, 26, 52, 45, 45, 42, 41, 11, 35, 13, 23, 7, 53, 6, 36, 51, 2, 15, 14, 38, 24, 44, 46, 38, 19, 30, 50, 16, 55, 77, 58, 52, 69, 53, 2, 35, 65, 45, 6, 12, 18, 22, 58, 60, 54, 0, 11, 34, 38, 58, 8, 61, 62, 21, 9, 17, 23, 1, 14, 1, 40, 65, 40, 10, 22, 33, 47, 8, 7, 71, 17, 79, 19, 11, 3, 0, 54, 29, 37, 46, 20, 20, 43, 12, 10, 13, 66, 61, 12, 35, 67, 41, 53, 20, 37, 45, 6, 71, 36, 3, 46, 3, 35, 13, 2, 2, 34, 25, 39, 13, 24, 51, 43, 6, 23, 31, 45, 0, 37, 8, 29, 64, 59, 59, 71, 34, 45, 51, 55, 17, 38, 14, 2, 60, 56, 16, 20, 51, 19, 12, 54, 1, 54, 16, 26, 71, 55, 57, 45, 12, 28, 55, 84, 68, 34, 61, 36, 52, 53, 70, 23, 26, 19, 0, 54, 41, 32, 14, 50, 60, 69, 27, 11, 66, 11, 22, 10, 32, 56, 23, 53, 34, 60, 29, 30, 14, 42, 18, 59, 57, 63, 15, 7, 57, 69, 36, 54, 54, 0, 42, 25, 18, 6, 67, 33, 17, 15, 12, 13, 2, 66, 61, 79, 28, 4, 9, 39, 43, 71, 14, 61, 38, 5, 58, 29, 62, 5, 27, 34, 16, 1, 49, 53, 43, 46, 26, 65, 13, 58, 45, 49, 54, 6, 6, 56, 19, 2, 0, 52, 68, 29, 1, 63, 37, 11, 39, 40, 74, 57, 65, 15, 52, 63, 5, 6, 63, 64, 85, 21, 19, 42, 33, 44, 9, 61, 16, 62, 51, 60, 50, 37, 22, 12, 13, 2, 29, 53, 8, 46, 25, 11, 64, 26, 28, 43, 6, 44, 41, 33, 77, 59, 51, 0, 1, 40, 15, 8, 8, 47, 26, 41, 69, 36, 8, 4, 42, 25, 16, 68, 65, 52, 11, 22, 47, 24, 82, 48, 65, 19, 24, 85, 23, 8, 62, 37, 26, 59, 57, 51, 73, 16, 9, 16, 13, 54, 54, 6, 14, 14, 22, 76, 50, 79, 28, 33, 30, 56, 45, 17, 48, 46, 20, 53, 17, 32, 65, 4, 7, 46, 43, 76, 3, 72, 40, 8, 44, 49, 64, 51, 24, 20, 4, 21, 66, 51, 6, 62, 13, 34, 45, 15, 13, 16, 19, 68, 29, 1, 5, 8, 15, 35, 43, 57, 3, 11, 2, 31, 19, 27, 45, 50, 69, 9, 61, 54, 60, 24, 5, 40, 57, 24, 65, 26, 54, 10, 7, 59, 38, 46, 29, 14, 16, 3, 3, 68, 37, 85, 12, 44, 24, 25, 54, 67, 58, 19, 75, 5, 5, 9, 45, 5, 3, 82, 57, 32, 38, 43, 13, 64, 74, 45, 33, 0, 43, 4, 66, 38, 28, 23, 1, 42, 6, 25, 73, 65, 45, 21, 77, 58, 22, 29, 9, 39, 64, 46, 85, 76, 3, 84, 56, 24, 28, 43, 31, 50, 44, 18, 44, 14, 11, 39, 48, 57, 1, 28, 18, 37, 53, 58, 30, 68, 70, 12, 75, 39, 49, 61, 8, 61, 49, 49, 71, 11, 19, 20, 11, 73, 54, 22, 39, 8, 58, 72, 38, 57, 11, 41, 73, 11, 9, 21, 15, 48, 22, 26, 25, 24, 36, 19, 45, 5, 61, 44, 14, 34, 39, 33, 45, 58, 57, 81, 0, 59, 85, 45, 17, 24, 69, 1, 10, 30, 44, 27, 77, 22, 6, 33, 40, 11, 5, 22, 46, 44, 42, 31, 63, 61, 83, 71, 53, 8, 49, 37, 2, 60, 58, 55, 33, 60, 41, 10, 25, 54, 24, 35, 24, 84, 10, 30, 25, 48, 16, 20, 65, 6, 41, 68, 58, 9, 65, 20, 19, 6, 39, 38, 7, 28, 35, 4, 40, 29, 78, 5, 37, 21, 73, 47, 60, 28, 43, 11, 65, 23, 38, 1, 31, 35, 73, 44, 82, 71, 61, 80, 56, 29, 22, 75, 44, 53, 34, 3, 7, 30, 50, 12, 4, 19, 66, 17, 27, 38, 53, 7, 10, 29, 49, 13, 31, 22, 66, 19, 31, 57, 49, 44, 27, 62, 16, 8, 50, 55, 26, 13, 11, 33, 51, 10, 12, 1, 60, 32, 6, 11, 32, 21, 50, 12, 61, 72, 61, 63, 55, 1, 29, 28, 8, 22, 50, 27, 0, 50, 48, 4, 62, 12, 2, 56, 20, 3, 51, 65, 30, 50, 28, 26, 7, 50, 56, 4, 21, 25, 70, 19, 23, 7, 6, 42, 29, 59, 29, 9, 43, 27, 22, 57, 6, 29, 40, 51, 30, 55, 32, 28, 8, 8, 70, 1, 49, 66, 44, 18, 24, 2, 27, 12, 4, 31, 5, 26, 5, 81, 18, 12, 17, 46, 1, 5, 35, 34, 69, 27, 18, 60, 22, 32, 53, 28, 67, 5, 42, 40, 31, 53, 22, 20, 10, 59, 27, 67, 5, 56, 30, 59, 1, 18, 44, 70, 23, 44, 62, 16, 18, 50, 6, 39, 21, 85, 8, 64, 54, 23, 53, 8, 79, 17, 40, 37, 45, 80, 22, 18, 28, 18, 17, 58, 11, 21, 52, 51, 58, 71, 75, 18, 60, 67, 9, 4, 2, 35, 14, 55, 46, 29, 63, 80, 52, 38, 4, 36, 39, 62, 3, 59, 60, 21, 10, 68, 74, 28, 29, 60, 59, 53, 47, 85, 21, 22, 63, 65, 50, 27, 59, 33, 22, 55, 1, 60, 68, 57, 11, 27, 8, 38, 5, 35, 17, 35, 10, 6, 42, 16, 34, 38, 9, 17, 77, 34, 32, 65, 24, 85, 18, 57, 37, 52, 74, 10, 79, 76, 39, 30, 18, 29, 18, 41, 64, 50, 15, 32, 50, 5, 33, 78, 85, 52, 29, 46, 28, 67, 33, 45, 26, 27, 53, 35, 59, 44, 29, 71, 62, 61, 34, 32, 21, 29, 65, 25, 15, 85, 19, 46, 43, 31, 43, 28, 58, 69, 14, 56, 55, 29, 44, 26, 74, 48, 8, 52, 57, 49, 40, 11, 28, 61, 40, 71, 34, 30, 73, 51, 42, 42, 67, 28, 25, 26, 64, 19, 38, 37, 41, 65, 1, 47, 18, 73, 67, 15, 10, 1, 58, 7, 68, 62, 25, 28, 70, 29, 11, 53, 51, 32, 9, 4, 77, 19, 57, 3, 16, 33, 28, 77, 10, 10, 71, 20, 70, 61, 27, 24, 48, 39, 14, 54, 10, 48, 16, 26, 74, 54, 0, 6, 35, 14, 29, 41, 12, 20, 69, 74, 16, 51, 2, 16, 62, 6, 65, 36, 4, 50, 54, 65, 38, 72, 8, 17, 29, 66, 63, 38, 49, 9, 9, 34, 15, 53, 28, 44, 38, 79, 85, 65, 41, 22, 64, 31, 38, 83, 35, 52, 23, 7, 33, 75, 55, 13, 17, 20, 4, 2, 3, 74, 69, 3, 52, 56, 53, 4, 17, 31, 47, 33, 75, 51, 26, 40, 25, 44, 70, 7, 20, 72, 43, 40, 1, 5, 13, 73, 57, 27, 35, 67, 15, 53, 72, 16, 49, 27, 11, 48, 17, 17, 61, 67, 32, 18, 12, 35, 8, 20, 18, 53, 13, 41, 9, 54, 34, 16, 25, 11, 32, 17, 8, 26, 63, 63, 65, 52, 58, 5, 59, 1, 51, 52, 15, 54, 26, 47, 11, 2, 31, 47, 2, 12, 61, 62, 66, 8, 52, 56, 80, 15, 20, 12, 1, 46, 28, 55, 0, 20, 31, 7, 28, 60, 17, 85, 10, 11, 31, 25, 41, 12, 37, 8, 50, 54, 55, 37, 84, 45, 16, 45, 26, 47, 27, 1, 37, 11, 49, 25, 52, 1, 63, 41, 31, 58, 32, 31, 85, 28, 31, 63, 20, 28, 1, 24, 24, 39, 57, 8, 6, 0, 3, 5, 44, 50, 45, 64, 84, 6, 13, 52, 55, 1, 35, 59, 24, 32, 8, 43, 13, 12, 50, 64, 4, 9, 58, 3, 27, 18, 32, 1, 24, 49, 53, 34, 17, 43, 10, 79, 11, 2, 55, 37, 46, 34, 27, 49, 57, 41, 9, 12, 4, 63, 56, 45, 10, 45, 32, 54, 37, 68, 55, 0, 85, 26, 59, 3, 85, 50, 33, 30, 36, 39, 56, 32, 22, 81, 8, 54, 5, 84, 81, 67, 13, 18, 43, 44, 36, 74, 10, 61, 17, 37, 28, 38, 2, 51, 59, 26, 48, 47, 32, 9, 52, 27, 28, 60, 66, 65, 28, 31, 30, 38, 14, 4, 5, 30, 16, 21, 49, 46, 38, 11, 67, 59, 31, 62, 22, 1, 8, 32, 3, 10, 10, 6, 18, 6, 48, 69, 5, 17, 11, 64, 47, 54, 76, 4, 26, 10, 16, 26, 29, 79, 41, 72, 24, 2, 5, 16, 35, 47, 42, 25, 28, 23, 28, 40, 57, 53, 39, 63, 20, 46, 7, 4, 12, 63, 59, 28, 18, 34, 46, 55, 68, 6, 76, 14, 68, 28, 80, 12, 28, 54, 11, 58, 34, 32, 12, 33, 21, 39, 64, 70, 59, 61, 52, 69, 17, 25, 22, 33, 43, 53, 7, 21, 0, 10, 74, 24, 10, 26, 52, 9, 24, 2, 48, 13, 21, 4, 29, 57, 70, 68, 39, 4, 71, 10, 7, 44, 9, 17, 47, 5, 57, 19, 11, 58, 11, 14, 51, 48, 5, 54, 28, 27, 15, 17, 53, 13, 68, 58, 13, 39, 81, 79, 66, 31, 37, 23, 32, 25, 25, 82, 46, 14, 73, 42, 31, 59, 19, 19, 34, 37, 54, 79, 15, 60, 45, 41, 37, 55, 54, 13, 67, 16, 20, 9, 38, 10, 30, 37, 59, 61, 46, 60, 53, 43, 52, 46, 40, 50, 64, 64, 11, 28, 58, 28, 32, 84, 72, 9, 43, 51, 66, 52, 53, 27, 47, 20, 27, 59, 44, 58, 22, 12, 16, 19, 24, 45, 63, 10, 42, 50, 12, 72, 14, 31, 14, 49, 85, 46, 31, 14, 62, 22, 38, 38, 15, 4, 27, 60, 38, 33, 64, 78, 10, 49, 10, 21, 2, 63, 3, 8, 36, 61, 14, 59, 51, 75, 40, 11, 29, 67, 21, 18, 17, 85, 59, 36, 6, 70, 31, 23, 9, 66, 49, 28, 26, 5, 5, 58, 22, 66, 16, 56, 59, 29, 59, 9, 18, 57, 19, 8, 16, 27, 22, 33, 83, 54, 39, 7, 2, 45, 60, 25, 19, 51, 40, 9, 12, 10, 62, 20, 3, 48, 61, 55, 13, 3, 29, 44, 6, 21, 8, 39, 33, 14, 81, 15, 60, 60, 11, 71, 63, 11, 47, 35, 56, 58, 28, 45, 8, 69, 37, 50, 45, 43, 64, 43, 22, 32, 24, 31, 60, 14, 14, 10, 27, 2, 68, 35, 66, 38, 37, 54, 26, 28, 19, 6, 17, 65, 38, 31, 13, 37, 31, 52, 66, 21, 13, 24, 22, 30, 25, 21, 57, 19, 15, 3, 56, 79, 29, 68, 7, 41, 30, 48, 4, 47, 8, 33, 25, 36, 57, 0, 21, 63, 32, 58, 27, 20, 43, 28, 3, 0, 56, 49, 33, 50, 65, 0, 27, 42, 45, 6, 31, 73, 52, 7, 15, 3, 10, 24, 6, 23, 12, 57, 12, 65, 16, 42, 11, 41, 32, 15, 0, 30, 53, 73, 9, 47, 46, 22, 64, 44, 56, 34, 16, 66, 1, 32, 80, 13, 66, 71, 11, 46, 37, 85, 26, 26, 58, 58, 40, 40, 5, 1, 33, 7, 51, 12, 5, 54, 44, 14, 53, 41, 34, 69, 50, 13, 21, 83, 78, 85, 7, 10, 8, 45, 45, 38, 12, 58, 20, 57, 32, 45, 52, 29, 30, 53, 8, 13, 35, 18, 54, 54, 72, 75, 72, 9, 60, 12, 7, 14, 37, 47, 44, 59, 46, 7, 22, 14, 74, 51, 42, 25, 8, 47, 8, 38, 27, 17, 54, 18, 36, 9, 77, 15, 51, 46, 24, 64, 44, 4, 41, 37, 17, 45, 40, 16, 56, 47, 30, 25, 58, 18, 44, 36, 22, 85, 14, 0, 5, 52, 29, 10, 66, 31, 68, 70, 15, 15, 19, 20, 53, 15, 59, 48, 57, 19, 78, 1, 68, 23, 29, 74, 38, 31, 10, 65, 64, 33, 60, 1, 10, 3, 60, 25, 43, 52, 32, 68, 52, 33, 7, 43, 62, 85, 65, 55, 56, 35, 21, 1, 42, 15, 64, 51, 8, 11, 32, 74, 10, 5, 51, 65, 24, 32, 82, 16, 19, 43, 43, 0, 53, 73, 43, 2, 67, 70, 38, 12, 39, 47, 85, 5, 69, 56, 20, 3, 63, 29, 16, 75, 8, 9, 5, 59, 27, 52, 25, 38, 36, 36, 46, 16, 29, 18, 58, 22, 8, 4, 47, 73, 57, 64, 36, 28, 0, 21, 35, 11, 43, 6, 58, 59, 57, 13, 18, 3, 42, 6, 30, 12, 72, 15, 40, 46, 52, 72, 10, 30, 16, 15, 27, 25, 24, 12, 42, 63, 33, 51, 12, 27, 57, 47, 50, 61, 61, 11, 60, 10, 10, 49, 55, 18, 37, 0, 38, 3, 44, 0, 45, 44, 78, 48, 74, 32, 26, 61, 20, 61, 17, 5, 16, 22, 33, 7, 26, 27, 19, 81, 22, 58, 7, 54, 7, 17, 43, 81, 16, 43, 14, 37, 38, 1, 17, 16, 15, 14, 32, 33, 12, 13, 43, 16, 25, 48, 18, 12, 58, 38, 19, 40, 60, 45, 27, 30, 0, 52, 59, 3, 77, 51, 26, 14, 72, 43, 51, 21, 24, 63, 6, 76, 28, 40, 25, 5, 5, 57, 5, 85, 18, 0, 36, 48, 43, 14, 36, 17, 72, 82, 18, 50, 45, 68, 59, 35, 73, 7, 27, 13, 35, 29, 70, 40, 39, 32, 31, 39, 6, 57, 48, 5, 63, 27, 68, 18, 40, 66, 6, 14, 0, 36, 48, 31, 18, 46, 44, 24, 9, 34, 1, 16, 8, 25, 55, 33, 8, 53, 3, 59, 35, 16, 1, 38, 67, 33, 76, 36, 12, 56, 20, 71, 12, 22, 53, 0, 6, 30, 80, 40, 65, 0, 17, 28, 27, 57, 37, 1, 21, 10, 23, 1, 18, 18, 8, 41, 58, 48, 10, 12, 6, 10, 17, 15, 26, 77, 70, 23, 74, 19, 3, 35, 60, 34, 19, 5, 85, 71, 35, 18, 56, 3, 18, 9, 49, 2, 3, 7, 27, 19, 33, 56, 13, 13, 65, 29, 66, 15, 40, 6, 13, 7, 37, 34, 34, 27, 19, 1, 39, 7, 9, 15, 66, 60, 51, 60, 51, 29, 22, 29, 56, 50, 38, 31, 51, 31, 26, 14, 52, 41, 10, 30, 47, 16, 12, 7, 18, 12, 74, 33, 62, 11, 26, 42, 66, 3, 42, 64, 54, 3, 13, 18, 7, 0, 85, 52, 6, 0, 35, 32, 23, 53, 15, 2, 5, 42, 58, 46, 58, 9, 36, 39, 0, 25, 69, 36, 31, 56, 50, 15, 13, 27, 35, 39, 34, 72, 8, 26, 2, 21, 9, 64, 50, 76, 45, 34, 15, 25, 26, 12, 0, 51, 1, 7, 18, 6, 8, 20, 43, 63, 47, 51, 17, 48, 19, 19, 23, 45, 2, 60, 62, 65, 70 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "interest" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "sum of AGE" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ "rapport correlation: 0.028646967897857707\n" ] }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "lowerfence": [ -9 ], "mean": [ 52.58072355179638 ], "median": [ 54.8 ], "name": "interest=0.0", "q1": [ 49.48 ], "q3": [ 56.71 ], "type": "box", "upperfence": [ 25.66 ] }, { "lowerfence": [ -9 ], "mean": [ 51.77088339079959 ], "median": [ 54.8 ], "name": "interest=1.0", "q1": [ 48.41 ], "q3": [ 57.28 ], "type": "box", "upperfence": [ 21.62 ] } ], "layout": { "boxmode": "group", "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "title": { "text": "Box plot of PCS42 by values of interest" }, "xaxis": { "tickangle": 45 } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "opacity": 0.75, "type": "bar", "x": [ -9, -5.812799999999999, -2.6255999999999995, 0.5616000000000003, 3.748800000000001, 6.936000000000002, 10.1232, 13.310400000000001, 16.497600000000002, 19.684800000000003, 22.872000000000003, 26.059200000000004, 29.2464, 32.433600000000006, 35.6208, 38.80800000000001, 41.995200000000004, 45.1824, 48.369600000000005, 51.5568, 54.74400000000001, 57.931200000000004, 61.11840000000001, 64.30560000000001, 67.4928, 70.68 ], "y": [ 21, 0, 2239, 0, 0, 2, 0, 8, 23, 37, 54, 71, 71, 70, 114, 118, 150, 192, 244, 481, 954, 232, 73, 5, 2 ] }, { "opacity": 0.75, "type": "bar", "x": [ -9, -5.8708, -2.7416, 0.38759999999999906, 3.5168, 6.646000000000001, 9.775199999999998, 12.904399999999999, 16.0336, 19.1628, 22.292, 25.4212, 28.550399999999996, 31.6796, 34.8088, 37.938, 41.0672, 44.1964, 47.3256, 50.4548, 53.584, 56.7132, 59.8424, 62.971599999999995, 66.10079999999999, 69.23 ], "y": [ 6, 0, 873, 0, 0, 2, 4, 8, 21, 26, 55, 60, 38, 60, 78, 69, 93, 105, 130, 231, 464, 328, 86, 14, 3 ] } ], "layout": { "barmode": "overlay", "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "opacity": 0.75, "type": "bar", "x": [ -9, -5.812799999999999, -2.6255999999999995, 0.5616000000000003, 3.748800000000001, 6.936000000000002, 10.1232, 13.310400000000001, 16.497600000000002, 19.684800000000003, 22.872000000000003, 26.059200000000004, 29.2464, 32.433600000000006, 35.6208, 38.80800000000001, 41.995200000000004, 45.1824, 48.369600000000005, 51.5568, 54.74400000000001, 57.931200000000004, 61.11840000000001, 64.30560000000001, 67.4928, 70.68 ], "y": [ 0.40689788800620036, 0, 43.38306529742298, 0, 0, 0.03875217981011432, 0, 0.15500871924045728, 0.44565006781631467, 0.716915326487115, 1.0463088548730866, 1.3757023832590585, 1.3757023832590585, 1.3563262933540012, 2.208874249176516, 2.286378608796745, 2.906413485758574, 3.7202092617709748, 4.727765936833947, 9.319899244332493, 18.48478976942453, 4.495252857973261, 1.4144545630691727, 0.0968804495252858, 0.03875217981011432 ] }, { "opacity": 0.75, "type": "bar", "x": [ -9, -5.8708, -2.7416, 0.38759999999999906, 3.5168, 6.646000000000001, 9.775199999999998, 12.904399999999999, 16.0336, 19.1628, 22.292, 25.4212, 28.550399999999996, 31.6796, 34.8088, 37.938, 41.0672, 44.1964, 47.3256, 50.4548, 53.584, 56.7132, 59.8424, 62.971599999999995, 66.10079999999999, 69.23 ], "y": [ 0.2178649237472767, 0, 31.69934640522876, 0, 0, 0.07262164124909223, 0.14524328249818447, 0.29048656499636893, 0.7625272331154684, 0.944081336238199, 1.9970951343500365, 2.178649237472767, 1.3798111837327525, 2.178649237472767, 2.8322440087145972, 2.505446623093682, 3.376906318082789, 3.8126361655773424, 4.720406681190995, 8.387799564270153, 16.8482207697894, 11.909949164851126, 3.122730573710966, 0.5083514887436457, 0.10893246187363835 ] } ], "layout": { "barmode": "overlay", "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "bingroup": "x", "histfunc": "sum", "hovertemplate": "interest=%{x}
sum of PCS42=%{y}", "legendgroup": "", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "name": "", "offsetgroup": "", "orientation": "v", "showlegend": false, "type": "histogram", "x": [ 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1 ], "xaxis": "x", "y": [ 48.45, 25.38, -1, -1, -1, -1, -1, 32.32, -1, 58.28, 41.68, -1, -1, -1, -1, 30.26, 25.57, 56.56, 63.1, 58.91, 51.83, 66.69, 41.86, 52.35, -1, 57.02, 59.11, -1, 52.11, -1, 52.23, 56.15, -1, -1, -1, 47.9, -1, 34.28, 57.47, -1, 36.83, 53.17, 57.2, -1, 50.3, 56.42, -1, 38.55, 56.71, 54.82, -1, -1, 57.49, 46.37, -1, -1, -1, 59.43, 23.07, 53.37, -1, 58.84, -1, -1, 54.24, -1, -1, 50.3, -1, 35.9, -1, -1, -1, 56.15, 52.91, -1, -1, 52.11, -1, 47.26, 57.76, -1, -1, -1, 32.11, -1, -1, 59, -1, 57.78, 56.71, 55.93, 55.88, 54.52, -1, -1, 47.86, -1, 54.8, 41.84, 56.71, 55.09, -1, 54.88, 55.87, 54.52, 52.4, -1, 57.76, -1, -1, 61.53, 56.71, -1, -1, -1, -1, 60.93, 22.46, -1, 56.42, 52.64, 26.37, -1, 57.76, -1, 49.67, 30.31, 38.22, 60.93, 49.66, 57.49, -9, -1, -1, 54.53, -1, 55.79, 38.15, 56.15, 37.5, -1, -1, 56.15, -1, 49.89, 60.18, 56.15, 52.4, 56.93, -1, 57.49, 56.15, 43.46, 60.85, -1, 43.57, 22.12, 59.5, -1, 55.95, 56.15, 50.7, -1, -1, -1, 56.15, 57.87, -1, 59.18, 49.25, -1, -1, -1, 52.4, 48.33, -1, -1, 54.8, -1, -1, 56.71, 15.4, 57.76, 54.52, 55.86, -1, 54.8, 42.21, 44.69, -1, -1, 29.1, 55.09, 52.91, 50.48, -1, -1, 50.6, -1, 45.87, 56.71, -1, 51.57, 54.8, 54.53, 35.79, -1, 54.26, -1, 56.15, 50.87, 54.52, -1, 59.99, 45.41, 56.15, 44.55, 55.86, 57.76, -1, -1, 60.01, 57.36, 52.35, 54.26, 52.35, 39.27, 37.4, -1, 25.38, -1, 39.96, 55.09, 41.78, 47.21, 56.42, 52.4, -1, -1, 59.91, -1, 48.16, 55.4, -1, -1, -1, 21.28, 58.82, -1, 37.93, 27.63, 63.46, 36.31, 39.29, 51.33, 52.91, 53.42, 52.09, -1, 52.4, 52.11, 49.93, 52.11, 56.15, -1, -1, 44.4, 47.68, 45.3, 56.71, -1, -1, 52.4, -1, 49.48, 59.4, 40.96, 41.75, -1, -1, -1, 55.57, -1, -1, 49.66, 54.8, -1, -1, 56.15, 35.75, 56.15, -1, -1, -1, 57.49, 29.31, -1, -1, -1, 30.79, 28.27, -1, 56.44, 52.8, -1, -1, -1, -1, 57.14, -1, 53.2, -1, 40.77, -1, -1, -1, 51.55, 41.02, -1, 61, -1, -1, -9, 32.89, 53.46, 56.15, 53.56, 56.15, 59.7, -1, 46.01, 54.86, 30.47, -1, 50.22, 52.5, -1, -1, 48.84, -1, 50.32, 56.15, 62.09, 30.07, 55.21, 26.2, -1, 17.94, -1, -1, 56.15, 56.42, -1, 51.82, 58.86, -1, -1, -1, -1, -1, 56.15, 54.21, 59.11, -1, 46.95, -1, 30.78, 46.31, 54.8, 41.01, -1, 55.72, 44.26, 44.26, -1, 46.33, -1, 57.49, -1, 48.08, -1, -1, 36.33, 57.76, 55.13, 58.29, -1, 53.28, -1, 54.8, -1, 51.55, 56.15, -1, -1, -1, -1, 38.42, 56.71, -1, 57.76, 48.69, -1, -1, 27.04, 50.22, 53.47, 40.33, -1, -1, -1, -1, 59.11, 57.49, 51.61, -1, 56.44, 44.8, 51.94, 57.76, 57.36, -1, 35.6, 49.02, -1, 54.94, -1, 57.49, 37.54, -1, -1, 60.93, -1, 55.09, -1, -1, 56.71, -1, 44.28, -9, -1, 30.45, -1, -1, 44.6, 49.68, -1, 56.15, 32.52, 37.11, 21.1, 58.84, 51.31, 58.82, 49.19, 59.91, 20.24, 54.82, 56.71, -1, 56.15, 29.01, 28.75, 57.78, 54.26, 50.64, 34.01, 38.64, -1, -1, -1, -1, 23.99, -1, 44.94, 63.81, 57.88, -1, 57.49, 13.27, 25.65, -1, -1, 55.86, -1, -1, 57.76, -1, -1, 29.51, 51.93, 59.11, 56.71, -1, 49.27, 55.43, 36.18, -1, 48.64, -1, 52.11, -1, 39.41, 61.46, 49, 56.42, 43.75, 54.33, 56.71, -1, -1, -1, 23.02, 18.4, 38.73, 60.86, -1, 52.08, -1, 52.91, -1, -1, 48.41, -1, -1, -1, -1, 56.15, -1, 55.86, -1, 43.33, 50.78, 56.71, 52.61, -9, 60.33, -1, -1, 42.49, 54.88, 56.15, -1, 57.49, 56.71, 36.25, 58.82, 56.15, 35.9, 54.8, -1, 28.06, -1, 53.46, -1, 56.15, 57.76, 56.71, 52.46, 39.82, 53.97, 61.8, 55.87, 26.96, 39.28, -1, 56.42, 56.15, -1, 56.71, 54.8, 45.9, -1, -1, 56.71, -1, 51.42, 48.57, -1, -1, -1, -1, 48.96, -1, 43.51, 37.1, 51.16, 52.91, 27.73, 57.49, -1, 37.66, -1, 52.91, 57.49, 53.46, 62.09, 58.84, 29.77, -1, 44.4, 56.15, -1, -1, 46.03, 56.15, -1, 54.55, -1, -1, 48.84, 42.32, 32.01, 56.41, 38.72, 53.47, 39, -1, -1, 46.61, -1, 53.46, 54.8, 42.2, 56.71, 34.13, -1, -1, 44.67, -1, 58.28, -1, 50.22, -1, -1, 56.71, -1, -1, -1, 56.71, 56.15, 58.91, 47.5, -1, -1, -1, -1, -1, -1, -1, 57.49, -1, 38.44, 58.8, -1, 56.42, 59.41, 27.27, 57.78, 52.14, 33.2, 50.46, -1, -1, -1, 55.32, 48.59, -1, -1, -1, 56.71, 48.45, 48.98, 53.3, -1, -1, 54.53, 48.88, -1, 57.22, 59.11, 56.71, -1, 60.47, -1, 54.51, 46.15, -1, -1, -1, -1, -1, 59.18, 7.33, 54.52, 54.51, 62.86, -1, 61.53, -1, 56.42, 54.51, 58.39, 52.4, 50.81, 58.26, -1, 25.84, 44.94, -1, -1, -1, -1, 57.76, -1, -1, -1, -1, -1, 57.84, -1, 43.87, -1, -1, -1, 48.33, -1, 52.62, 32.26, -1, 55.09, 59.72, 55.09, -1, -1, 28.75, -1, 52.88, 51.55, -1, 56.71, 55.18, 57.76, 52.74, 20.78, -1, -1, -1, 57.02, 57.23, 56.15, 45.09, 51.3, 48.12, 49.19, -1, 56.65, -1, 26.24, -1, 55.05, 35.22, 53.46, -1, -1, 57.76, 44.43, 45.76, 58.05, 58.57, 54.8, -1, 56.15, 38.19, -1, -1, -1, -1, -1, 57.76, -1, -1, 60.97, 56.13, 57.19, 27.54, -1, 56.59, 26.18, 56.15, 52, 51.66, -1, 33.56, -1, 56.42, 54.51, -1, 24.59, -1, 57.49, 57.76, 56.71, -1, -1, 52.11, 40.89, -1, -1, -1, -1, 40.39, 58.28, 64.21, 56.15, 45.76, 26.56, -1, 46, 57.49, -1, 46.97, 54.29, -1, -1, 58.85, -1, -1, 55.88, -1, -1, 36.23, 47.33, 38.84, 43.66, 56.15, 45.73, 22.91, -1, 57.49, 47.67, -1, 48.83, -1, -1, 60.26, 58.57, -1, -1, -1, -1, 47.59, -1, 53.46, -1, -1, -1, 57.01, -1, -1, 55.09, 56.71, 41.57, 57.47, 45.93, 34.55, -1, -1, 55.87, -1, 53.97, 33.9, 56.42, -1, 53.46, 40.84, 45.59, 55.09, 28.86, -1, 49.16, 54.3, 51.57, -1, -1, -1, -1, 53.23, -1, -1, 57.57, 57.49, 46.67, -1, 54.8, 46.19, -1, -1, -1, 52.11, -1, 52.91, 16.71, 52.11, -1, 55.09, -1, 42.26, 53.46, 56.71, 54.8, 55.86, 62.39, 56.71, 42.12, 59.11, 47.7, 54.8, 58.05, -1, 55.09, -1, 55.6, 54.5, -1, -1, 48.6, 56.71, 55.93, 53.54, 23.88, 56.71, -1, -1, 53.46, 43.85, 20.52, 21.04, -1, 57.49, -1, -1, 56.42, -1, -1, -1, 55.92, -1, 61.31, -1, 57.2, 54.8, -1, 58, 43.8, 50.95, 25.37, 31.93, 58.33, 55.7, -1, 51.66, 57.47, 50.35, 52.91, -1, -1, -1, 56.15, 56.15, 56.71, -1, -1, 57.3, -1, 51.88, 52.37, 55.09, -1, 36.64, 48.04, -1, -1, -1, 42.18, 56.71, 62.71, 21.66, 56.15, 30.09, 50.33, 57.02, 27.53, 54.04, 55.09, 57.76, -1, 57.49, 56.42, 28.36, -1, -1, 53.46, 55.57, -1, -1, -1, 31.99, 55.09, 28.66, 55.92, 36.47, 53.46, 52.37, 43.58, 45.75, -1, -1, -1, 55.86, 52.11, -1, 57.77, 56.15, 56.74, -1, 27.18, -1, -1, 56.71, -1, 56.71, 49.06, -1, 43.76, 55.95, -1, -1, -1, -1, 10.02, 30.36, 32.47, -1, 56.42, 53.98, -1, 56.81, -1, 56.42, 59.38, 59.11, -1, 50.56, 43.02, 56.15, 62.76, 62.09, -1, 42.47, 51.79, -1, 60.18, -1, -1, -1, -1, 54.8, -1, -1, 57.57, 56.14, 54.52, 25.44, -1, -1, -1, 60.18, 32.26, 59.11, -1, 25.66, 47.5, 45.49, 48.16, 57.76, 46.73, 25.28, 57.81, 56.14, 56.15, -1, -1, -1, 56.71, -1, 37.85, 33.03, 39.69, -1, -1, 45.82, 56.15, 56.71, 32.67, 51.02, 56.71, -1, -1, 56.15, 56.15, -9, -1, 59.11, 54.53, 52.4, -1, 33.65, 53.17, 61.85, 54.8, -1, 59.91, 27.47, 21.6, 22.95, 57.76, -1, -1, -1, -1, -1, 49.92, 53.46, 51.84, 62.05, 25.5, -1, 51.16, 53.98, 47.05, 41.1, 25.2, 51.34, -1, 57.76, 52.11, -1, 48.62, -1, 56.71, 46.57, 59.11, 57.49, 54.26, 55.04, 28.32, -1, 60.16, -1, 43.73, 55.02, 38.95, -1, 56.71, -1, -1, 37.52, -1, 59.72, 57.76, 58.99, -1, -1, 33.12, 43.02, 54.8, -1, -1, 55.17, 55.86, 56.71, -1, -1, -1, 24.91, 36.55, 34.36, -1, 59.11, -1, 59.39, 62.09, 42.55, 25.65, -1, -1, 52.4, -1, 54.51, 58.05, -1, 56.15, 56.71, -1, 44.79, 48.03, -1, 17.55, -1, -1, -1, 45.99, 59.91, 45.09, 47.65, -1, 38.58, -1, 46.55, 57.78, 57.76, -1, 56.15, 36.47, 52.64, 42.11, -1, 33.16, 45.23, 58.84, -1, 56.15, -1, 51.26, 56.71, 56.95, -1, 48.41, -1, 60.3, 56.71, 56.81, 23.91, -1, 55.66, -1, -1, 46.97, 35.09, 61.26, 54.8, 54.8, 56.71, 51.49, 57.49, 56.71, -1, -1, -1, -1, 52.4, -1, 57.22, 50.23, 57.76, 61.56, 48.3, 52.11, -1, -1, 21.66, 46.03, 20.12, -1, -1, 21.19, 52.63, 33.21, 30.27, -1, 54.12, 57.22, 60.46, 50.48, 57.78, 57.2, 32.59, -1, 56.42, -1, 43.85, 27.15, 57.75, -1, 45.45, 52.35, -1, -1, -1, 56.71, 54.8, 60.74, 21.6, 22.4, 34.51, -1, -1, 56.15, 45.27, 38.84, 55.09, -1, 14.02, 24.97, 56.68, -1, 59.31, 37.4, -1, 53.46, 44.94, -1, 33.23, 43.75, -1, 53.46, 37.96, 56.15, 57.76, 26.26, 43.64, 54.88, 44.82, 56.42, 53.24, 63.1, -1, 26.91, -1, 53.58, 42.06, 58.28, 54.8, -1, -1, -1, 57.78, 58.05, 53.17, 33.54, 52.55, 22.54, -1, -1, -1, -1, -1, 57.53, 56.15, -1, -1, -1, -1, 52.5, -1, 47.92, 43.01, -1, 43.76, 56.71, -1, 52.62, -1, 54.8, 22.71, -1, 53.75, -1, -1, -1, 41.16, -1, -1, 58.05, 55.09, 56.22, 28.37, 57.76, 43.31, -1, 31.58, -1, -1, 51.16, 53.46, -1, 59.89, -1, 31.9, -1, 28.07, 54.02, 54.75, 42.37, 56.71, 56.71, -1, 56.15, 24.19, -1, 52.64, 50.34, -1, 36.04, 52.48, 40.82, 57.76, 44.11, -1, 35.48, 43.81, 54.8, 58.05, -1, 49.67, -1, 55.28, 42.92, -1, -1, -1, 44.66, 54.26, 43.34, -1, 39.7, 34.39, -1, 54.53, 56.15, 49.69, 45.22, 37.52, 37.89, -1, -1, -1, 57.47, -1, -1, 45.45, -1, -1, -1, 39.11, -1, 55.99, -1, -1, 56.71, -1, -1, -1, -1, 53.46, 56.15, 59.19, 66.65, 53.46, 57.49, 41.82, -1, 53.56, -1, 19.36, -1, -1, 56.15, 45.31, 52.11, 29.22, -1, -1, -1, 37.96, 60.47, 43.98, -9, 36.83, 48.6, 60.24, 53.29, -1, 60.18, 31.31, -1, 50.59, 48.06, 47.33, 36.58, 44.99, -1, 57.49, 40.7, -1, 52.91, 49.94, -1, -1, 56.15, 53.97, 48.88, 55.09, 15.2, -1, -1, 60.93, -1, 56.71, -1, -1, 59.11, 56.42, -1, 56.3, 55.09, -1, 56.15, 56.44, 28.72, -1, -1, -1, 49.31, 57.76, -1, 55.09, 53.18, -1, -1, -1, -1, -1, -1, -1, 48.08, -1, 53.46, 59.32, 52.91, -1, 57.49, 44.4, -1, 53.08, 57.52, 47.13, 43.59, -1, 24.64, 60.47, 57.49, -1, -1, 20.12, 57.2, 41.17, 56.15, -1, 60.18, 46.43, 53.97, -1, -1, 53.46, 53.74, -1, 49.7, -1, 55.09, 52.4, -1, 56.15, 60.47, -1, 59.11, -1, 47.65, -1, 55.59, 41.98, -1, -1, -1, 35.22, -1, -1, 55.09, -1, 38.22, 60.16, -1, -1, 43.55, 57.57, 53.95, 51.26, -1, 32.67, -1, 60.16, 54.31, 62.09, -1, 56.73, 55.6, 54.85, 54.8, 27.43, 52.42, 46.83, 54.51, 37.56, 53.46, 62.3, -1, -1, -1, -1, -1, 41.94, -1, 21.62, 64.15, 56.71, -1, 45.89, -1, -1, 57.76, 44.7, -1, -1, 41.57, -1, 56.42, -1, 37.65, 16.57, 61.61, 51.57, -1, 56.75, -1, 56.15, -1, -1, 48.6, 57.76, 40.52, -1, 36.58, 59.89, 59.89, 17.81, -1, -1, 52.4, -1, 58.05, 56.71, -1, 56.15, -1, -1, 27.5, 57.49, 54.18, -1, -1, -1, -1, 57.28, 39.42, 56.71, -1, 55.95, 38.75, 56.15, 58.22, 57.76, 62.08, 53.46, 51.16, -1, 56.15, 56.71, 47.26, 55.09, 59.18, 54.8, 59.11, -1, -1, -1, -1, -1, 46.99, 50.22, 58.05, 27.94, 54.8, 27.25, 57.78, -1, 51.57, -1, 56.15, 35.93, 57.76, -1, 53.46, 45, -1, 40.8, 54.8, 56.15, 28.09, -1, 54.8, 57.78, 56.15, -1, 16.87, -1, 41.04, -1, 30.86, 58.55, -1, -1, -1, -1, 49.69, -1, 56.71, 59.97, 56.22, 42.81, -1, 40.89, -1, -1, -1, -1, 55.09, 56.71, 41.56, -1, 34.26, -1, -1, -1, 62.09, 56.15, -1, 55.35, 50.48, 46.12, -1, 51.16, -1, 27.47, 36.13, 57.76, 27.65, -1, 45.49, -1, 46.03, 41.57, -1, 22.31, 49.54, 56.15, -1, 55.18, 54.76, 34.13, 52.09, 58.55, -1, 54.26, 64.42, -1, -1, 56.37, -1, 55.87, 34.82, 62.68, -1, 56.44, 54.51, 55.84, 38.87, 51.27, -1, 56.13, 52.92, -1, 35.71, -1, 52.91, -1, -1, 51.9, 49.21, -1, -1, -1, -1, 55.6, 41.86, -1, -1, 27.11, -1, 52.64, -9, -1, 48.06, 57.59, 63.38, 57.86, -1, -1, 56.42, 49.69, 35.22, -1, 53.75, 19.44, 58.35, -1, 24.43, 52.4, -1, -1, -1, 57.28, -1, 51.08, 60.18, 57.49, -1, 49.73, 40.52, 57.2, -1, -1, -1, -1, 53.47, 42.89, 58.84, 58.89, 40.63, 50.5, 27.88, 63.27, 50.99, -1, -1, -1, 56.15, 55.09, 61.8, -1, -1, 46.03, -1, 56.15, 56.93, -1, -1, -1, 55.09, -1, -1, 58.15, -1, 56.15, 39.34, 60.18, 52.4, -1, -1, 35.04, 28.59, 59.11, 57.78, -1, 54.52, -1, -1, 45.46, 52.91, 55.66, 43.32, 25.41, -1, 62.04, 55.09, -1, -1, 61.8, 55.09, 56.15, 58.89, -1, 23.13, -1, 46.08, 52.4, 27.82, 35.66, -1, -1, -1, -1, 53.46, 41.27, -1, 40.07, 51.53, -1, -1, 58.57, 55.09, 64.26, -1, 52.11, 49.35, -1, 54.8, 44.45, 56.44, 56.15, 56.71, -1, 57.76, 57.57, -1, -1, -1, -1, -1, 57.1, 41.8, 34.66, 50.28, 59.91, 60.47, -1, 40.26, -1, 57.49, 56.71, -1, 69.23, -1, 51.82, -1, -1, -1, -1, 42.97, 43.48, 43.85, 55.6, 54.41, 55.09, 43.04, -1, 52.33, 57.49, 51.82, -1, -1, -1, 55.57, -1, -1, 24.44, 53.47, 41.58, 57.2, -1, -1, 51.43, 47.24, -1, 54.52, 54.39, -1, 40.65, 60.79, -1, -1, 48.76, 56.66, 57.76, -1, -1, 50.55, -1, -1, 54.8, -1, 54.8, 56.62, 49.27, 36.59, 43.13, 56.8, 55.12, 60.45, 57.61, 57.76, -1, 40.72, 39.1, 42.51, 47.78, -1, -1, -1, -1, 51.18, -1, 57.76, -1, -1, -1, -1, -1, 53.14, -1, 56.71, 53.46, 15.87, 58.08, -1, -1, 54.86, -1, -1, 55.09, -1, 51.29, -1, -1, 60.7, 51.57, 55.09, 52.4, 56.15, 43.96, -1, 15.36, 34.03, 38.26, 7.46, -1, -1, -1, -1, 30.99, 57.76, 58.6, -1, 52.64, 54.61, 56.3, 44.81, 55.09, -1, 57.76, 57.76, -1, -1, 42.8, 54.51, 54.53, 56.15, 57.76, 37.93, 50.22, 57.76, 20.24, -1, -1, 53.75, -1, -1, 48.07, -1, 54.8, -1, -1, -1, 19.64, 40.11, 57.76, 55.59, 51.84, -1, 58.77, 55.86, 56.15, 59.33, 55.88, 25.49, 52.11, 58.85, -1, -1, -1, 52.37, 46.48, 53.51, -1, -1, -1, -1, 57.49, -1, -1, 56.71, -1, 59.11, -1, 53.98, 55.09, 19.59, 37.69, -1, 52.4, -1, 24.37, -1, -1, -1, 49.67, -1, -1, 61.41, 56.71, 46.46, -1, 23.22, -1, -1, -1, 57.28, 51.63, -1, 43.34, 54.8, 53.06, 57.76, -1, -1, 27.54, -1, 55.86, 57.47, -1, -1, 58.57, -1, 56.71, -1, 47.06, 54.24, 46.99, -1, 46.52, -1, -1, -1, 53.71, 52.4, 52.91, 54.8, 60.73, 52.62, 54.5, -1, -1, 42.9, 57.76, -1, 52.11, 56.15, 53.47, -1, -1, 56.71, 24.31, 49.69, 56.71, 40.19, -1, 49.88, -1, -1, -1, -1, -1, -1, 52.62, 53.17, 59.11, -1, -1, 41.02, 29.06, -1, 23.4, -1, -1, -1, 56.44, 57.78, 46.33, -1, 56.15, 57.78, 48.89, 21.39, -1, 48.39, 30.29, 55.33, 54.8, -1, -1, -1, 56.71, 41.42, -1, 63.66, 50.35, -1, 49.12, 55.09, -1, 38.33, -1, 22.87, -1, -1, 55.62, -1, 43.34, 56.71, 54.51, 57.47, 52.11, -1, -1, 52.4, 46.67, -1, -1, 52.91, 56.71, -1, 55.84, 55.09, 49.4, -1, 61, 53.97, -1, -1, -1, 56.92, -1, -1, 51.79, 42.51, -1, -1, 42.39, -1, -1, 31.48, -1, 40.89, 61.26, 50.73, -1, 51.85, 56.15, 35.77, 54.8, 53.46, 59.47, -1, 43.54, 56.71, 30.37, -1, -1, 57.57, -1, -1, 36.02, -1, 49.81, 53.97, 52.15, -1, 47.46, 61.24, -1, 52.91, 37.65, 57.47, -1, 48.2, -1, -1, -1, 29.39, -1, 49.69, -1, -1, 52.4, 45.76, 55.59, -1, 47.24, 56.44, -1, -1, 61.33, 54.8, 54.8, 27.73, 57.56, -1, -1, 44.11, 57.73, 52.4, 58.84, 56.15, 47.85, -1, -1, -1, 38.87, 37.13, 57.49, 59.11, 56.15, 66.24, -1, 56.71, 18.84, 53.42, -1, 47.92, 59.35, -1, -1, -1, -1, 40.96, -1, 35.59, -1, 56.32, -1, -1, 58.84, -1, 57.49, 47.65, 52.11, 53.46, 53.19, -1, -1, -1, 25.47, 45.41, 46.99, -1, 52.25, -1, -1, 53.18, -1, 57.76, 54.88, -1, 50.08, 50.36, -1, -1, 56.71, -1, 38.88, -1, -1, 57.49, 56.17, -1, -1, 52.4, -1, 49.98, 53.46, -1, -1, 70.68, -1, 24.57, 56.15, 58.64, 60.45, -1, -1, -1, -1, 52.99, -1, 56.15, 25.02, 56.42, -1, 61.1, 57.76, 51.85, 32.02, 47.55, 56.15, -1, 50.72, 47.27, -1, 37.35, 55.12, -1, 28.2, 45.08, 48.18, -1, 60.05, 56.15, -1, 52.2, 48.63, 43.39, -1, 51.82, 57.37, -1, 56.71, 49.39, -1, 54.77, -1, 44.78, 56.66, 48.98, 61, -1, 55.09, -1, 53.46, -1, 57.76, 49, -1, 56.08, 37.93, 53.24, 53.46, -1, -1, 55.09, 54.8, 25.53, 51.82, 40.88, -1, 36.03, -1, 59.87, -1, 44.8, 51.51, 37.73, 55.33, 54.8, 51.57, 49.68, 56.13, 59.11, -1, -1, 50.23, 54.96, 50.28, -9, -1, 56.71, -1, -1, 41.2, 59.99, 56.71, 53.59, -1, 57.76, -1, 45.11, 52.47, 62.09, -1, 47.77, -1, -1, 57.3, 47.64, -1, 58.1, -1, 39.53, 20.66, 47.14, -1, -1, -1, -1, 52.11, 56.71, -1, 60.18, -1, -1, 54.8, -1, -1, -1, 23.96, 43.24, 48.66, 63.9, -1, -1, -1, -1, -1, 54.8, 56.71, 57.2, 56.71, 56.74, -1, 49.39, 56.71, 56.15, -1, 51.57, -1, -1, 57.2, -1, 56.42, 44.25, 20.25, 15.32, 56.15, -1, 57.49, -1, -1, -1, 48.96, -1, 47.25, -1, 23.64, -1, 56.71, 57.76, 56.71, 55.09, 54.8, -1, 52.62, 55.98, 42.15, 53.28, 55.09, -1, 52.27, 54.8, 58.84, 58.88, 52.07, 57.78, 56.71, 62.75, 55.6, 55.86, -1, -1, -1, 53.85, 40.75, -1, -1, -1, -1, 56.15, -1, 56.44, -1, 55.59, 55.75, 33.81, 59.64, -1, -1, 49.54, -1, -1, -1, -1, -1, -1, -1, 35.21, -1, 51.15, 57.82, 57.24, 57.76, 54.8, 18.52, 17.53, -1, 40.34, -1, -1, -1, 24.82, 25.83, 52.4, -1, -1, 43.46, 24.8, 59.11, -1, 59.11, -1, 46.29, 48.63, -1, 60.47, -1, -1, 42.12, 35.81, -1, -1, 57.64, 52.11, -1, -1, 59.7, 54.24, 57.48, 54.8, -1, 51.45, 52.4, 49.48, 57.76, 23.42, 39.14, 58.29, 51.84, 54.94, 56.71, 51.28, -1, -1, -1, -1, -1, -1, 57.32, -1, -1, 56.44, 35.36, -1, 18.61, -1, -1, 56.44, 56.15, 52.4, 20.78, -1, 54.61, 42.69, 55.6, -1, 49.95, 46.48, -1, 56.71, -1, 58.05, 47.24, 56.15, -1, 31.93, -1, 55.86, -1, 57.2, 52.62, 44.89, -1, -1, 57.76, -1, -1, -1, 56.15, -1, 28.63, 56.71, -1, 53.17, -1, -1, -1, -1, 17.91, -1, 49.81, 56.15, -1, -1, 55.09, -1, 55.28, 52.11, -1, -1, -1, 57.49, 43.42, 44.47, -1, 55.09, 31.11, -1, 58.55, 56.15, 59.43, 63.3, -1, 61.57, 49.54, 55.09, -1, 57.76, 46.99, 44.95, -1, -1, 22.59, -1, -1, -1, 60.93, -1, 62.06, -1, -1, -1, -1, -1, 57.49, 27.63, 37.78, 44.11, 49.84, 54.61, 42.52, 57.6, -1, 56.71, -1, 49.75, -1, 37.93, -1, 62.32, -1, 23.99, -1, 55.86, -1, 56.71, 41.72, -1, 56.15, -1, 50.9, -1, -1, 24.73, 15.9, 27.7, 52.11, -1, -1, 25.82, -1, 54.09, 56.71, 28.34, -1, -1, 26.4, -1, 36.24, 57.49, 43.43, -1, 55.46, -1, -1, -1, 34.73, -1, 52.09, -1, -1, 55.09, -1, -1, 53.46, -1, 55.09, 25.93, 62.09, -1, -1, -1, 57.2, 35.71, 61, 44.67, 45.55, -1, -1, -1, -1, -1, -1, -1, 56.71, -1, 35.51, -1, 46.03, -1, 56.44, 58.91, 37.19, -1, 51.14, -1, -1, -1, 39.53, 56.44, 54.8, 25.43, 56.42, 40.76, -1, 45.2, 37.3, 56.71, -1, -1, -1, 47.23, 57.01, -1, 57.2, -1, 43.86, 55.09, 53.46, 31.31, -1, 62.09, -1, -1, -1, 56.15, -1, 56.15, 50.1, -1, 46.21, 52.91, 56.71, 54.5, -9, 22.66, 53.46, 60.24, 59.14, -1, 47.63, 39.7, -1, -1, -1, -1, -1, 49.54, -1, 47.24, 53.18, 56.71, 23.61, 21.24, 53.44, 55.86, -1, -1, 20.98, 48.65, 24.99, 54.63, -1, -1, -1, 38.42, 47.36, 57.49, -1, 56.42, 57.47, 54.26, 34.16, 56.15, 43.34, -1, 59.4, -1, 56.83, -1, 24.71, -1, 33.5, 35.12, 40.11, 57.78, 54.01, 56.81, -1, 57.57, 55.09, 59.4, 58, -1, -1, 52.4, 25.4, -1, 53.46, -1, -1, 61.25, 57.49, 24.76, -1, -1, 53.46, 52.62, -1, -1, -1, 40.09, 59.87, -1, 58.34, 60.93, 40.7, -1, 48.18, 54.8, 53.24, 50.4, 57.2, -1, -1, -1, 60.93, 55.58, -1, 58.99, 54.8, -1, -1, 55.09, 52.23, -1, -1, -1, 54.27, 52.11, -1, -1, -1, -1, -1, 32.9, -1, -1, 41.98, -1, 22.6, 54.38, -1, -1, 56.15, 59.64, 39.11, -1, 53.58, 58.08, -1, -1, 57.22, 64.32, -1, 54.8, -1, 56.15, -1, -1, -1, 52.4, 53.03, 46.44, 53.46, 58.64, -1, 36.58, -1, -1, -1, 47.47, 60.18, -1, 36.16, 53.17, 45.9, 53.17, 57.16, 35.45, 54.8, -1, 58.05, 53.18, 56.15, 57.76, -1, 46.31, 53.17, 37.66, -1, -1, -1, 51.57, 38.03, 56.15, 54.8, -1, 54.12, 43.13, 56.95, -1, -1, -1, 39.62, 48.31, -1, -1, -1, 55.09, -1, -1, 30.61, 53.85, -1, 52.11, -1, 37.78, 34.24, -1, 53.98, 41.42, 61.25, 56.71, 59.31, 58.28, 57.2, -1, -1, 59.35, -1, 45.88, 44.56, 64.04, -1, 57.55, 57.57, 54.92, -1, 32.02, 47.36, -1, 45.19, -1, -1, 43.72, 60.18, -1, 21.64, 56.15, 57.63, -1, 53.52, 38.47, 56.15, 52.4, 53.99, 54.51, 56.71, 27.16, 57.76, 53.7, 59.17, 54.82, -1, 52.44, -1, -1, 55.86, -1, 52.98, 52.91, 52.91, 49.69, -1, -1, 57.76, 56.15, 52.91, 57.49, 53.29, -1, 23.99, -1, 57.35, 52.89, 56.71, -1, 57.76, 54.52, 56.71, 57.49, 51.02, -1, -1, 62.09, 53.75, 43.22, 52.4, -1, 56.71, -1, -1, -1, 47.5, -1, 47.4, 54.04, 37.72, 34.54, 24.17, 56.4, -1, 56.15, 46.82, 49.16, 65.32, -1, 35.09, -1, 35.12, -1, 54.52, 57.22, 47.15, 54.43, 53.77, -1, -1, -1, 57.76, -1, 49.06, -1, 54.8, 53.46, 50.66, -1, 57.49, -1, -1, -1, 44.69, -1, 46.29, -1, 56.71, -1, -1, -1, -1, 43.48, 58.05, 48.21, 55.05, 48.82, 43.06, 45.16, 40.49, -1, 53.46, 21.31, 56.44, 26.09, 18.89, 53.8, -1, -1, 65.34, 60.78, -1, 28.16, -1, 61.33, -1, 56.15, 42.37, -1, 37.75, 53.18, 48.06, -1, 48.04, 44.41, 55.94, 51.86, 56.15, 59.31, 50.23, 56.15, 55.09, 41.83, -1, 46.97, 48.49, 55.09, 56.15, 49.54, 48.6, -1, 54.8, -1, 42.96, 56.71, 45, -1, 22.58, -1, 12.45, -1, 43.87, 36.44, 52.91, -1, 55.88, 57.22, 57.47, -1, 37.52, 22.86, 57.49, -1, 52.33, 53.46, -1, 53.46, 55.09, 52.91, 60.46, 44.66, -1, 51.02, -1, 50.23, 30.61, -1, -1, 55.41, -1, -1, 58.55, -1, 56.42, 50.22, 47.8, -1, -1, 55.09, 56.15, 61.31, 56.71, 40.64, 54.33, 54.26, -1, 53.15, 59.68, -1, -1, 54.48, 54.52, 56.3, 22.3, -1, 53.75, -1, 49.58, 59.76, 31.09, 56.14, 57.49, -1, 34.71, -1, -1, -1, -1, -1, 25.14, 56.48, 54.26, 40.79, 60.47, -1, 48.41, -1, -1, 41.73, 53.18, 46.03, 34.77, -1, 55.09, -1, -1, 62.09, 59.11, 45.71, -1, -1, 47.92, 36.29, -1, 56.15, 58.89, 56.95, -1, 50.61, -1, -1, 42.68, 14.31, 48.98, -1, 57.3, -1, -1, 44.65, -1, 52.62, 34.89, 22.73, 52.64, -1, 52.91, 38.08, 56.71, 50.48, 32, 54.77, -1, -1, 54.47, -1, 56.15, -1, 47.84, -1, 56.71, 54.8, 52.91, -1, 17, -1, 51.94, -1, 60.45, 43.54, 51.82, -1, -1, 56.71, -1, -1, -1, 50.73, -1, -1, 48.63, 50.23, 62.12, -1, -1, -1, 51.02, -1, 53.97, -1, 18.79, 62.68, 55.39, -1, 29.69, 42.71, 59.08, 57.22, 59.11, 40.89, 56.71, 57.76, 49.19, 55.31, 43.37, 50.23, 58.78, -1, -1, 51.86, 57.78, 54.8, 54.8, 44.99, 37.8, 59.91, -1, 54.8, -1, 54.8, 50.79, 53.39, 48.06, 54.8, 51.23, -1, 57.3, -1, 55.09, 54.25, 54.82, 57.74, -1, -1, 35.77, 56.15, 54.8, 47.63, -1, 53.46, -1, 32.12, -1, -1, 52.91, -1, -1, -1, -1, 56.15, 56.15, 55.93, 38.98, -1, -1, -1, 56.15, -1, 57.49, 51.57, 50.89, 42.12, -1, 32.41, 54.8, 58.7, 52.4, -1, 58.89, -1, -1, 29.72, 59.17, -1, 47.28, -1, 23.08, -1, 47.77, 57.49, 56.23, 52.52, 56.71, 52.88, -1, 57.83, -1, 31.61, 53.46, -1, -1, 57.92, -1, -1, -1, -1, 32.14, 60.16, 57.76, 57.76, -1, 15.64, 53.82, -1, 41.86, 56.71, -1, 56.71, 52.86, 59.43, -1, 37.66, 52.4, -1, 50.69, 55.09, 18.83, 57.2, 32.6, -1, -1, 54.24, -1, 25.58, 46.37, 55.09, 40.48, 57.93, 44.96, -1, 60.26, -1, -1, 59.76, 37.91, 16.02, 53.46, 49.78, 31.8, 56.15, -1, 45.44, 56.15, 28.6, 17.76, 51.82, -1, 56.42, -1, 27.79, -1, -1, -1, -1, 18.37, 24.98, 53.18, 55.99, 55.1, 29.7, 50.21, -1, -1, 48.88, -1, 58.64, 37.32, 40.8, -1, -1, -1, 59.43, 56.71, -1, 27.27, 30.9, -1, 57.5, 52.91, 62.39, 53.11, 56.71, -1, 48.04, 56.71, -1, 29.72, 54.91, 29.72, 50.49, -1, 53.71, 51.02, -1, 39.9, -1, -1, 56.71, 37.49, 54.22, 38.87, -1, 51.28, -1, 36.84, 25.12, 55.75, -1, 53.74, 57.49, 54.38, 21.8, -1, 35.92, 56.71, -1, -1, -1, -1, 51.29, -1, -1, -1, 46.63, 50.87, 54.81, 46.7, -1, -1, 49.68, -1, -1, -1, 36.27, -1, -1, -1, 55.09, -1, -1, 56.68, 34.96, 41.29, 54.8, -1, 52.91, 23.26, -1, -1, 55.09, -1, 57.47, 56.71, 45.74, 44.15, 58.05, -1, 33.85, -1, 49.27, 37.63, 57.76, -1, 49.66, -1, -1, 35.63, -1, -1, 55.59, 43.42, -1, 34.42, -1, -1, -1, -1, 53.35, 56.15, 46.46, 57.76, -1, 54.24, -1, -1, 61.66, 53.46, 51, 53.39, -1, -1, 55.86, 55.86, 56.55, -1, -1, 56.42, 17.55, 29.29, 20.65, -1, 49.99, 18.08, 53.17, -1, 43.75, 60.47, -1, 40.17, 53.4, 51.18, 53.85, -1, 53.43, 51.24, 57.47, -1, 41.55, -1, 43.49, 57.57, -1, 56.15, -1, 57.76, -1, -1, -1, 61.41, -1, -1, 47.55, -1, -1, 55.86, 22.42, -1, -1, -9, -1, 56.71, 32.14, 30.31, 57.49, 53.75, -1, -1, 59.4, 53.46, -1, 54.8, 47.09, 56.15, -1, 62.9, 44, -1, -1, -1, 51.84, -1, 56.15, 35.95, -1, -1, 51.77, 53.17, 58.55, 52.7, 60.93, 49.11, -1, 60.93, 45.84, 22.64, -1, -1, -1, 58.05, -1, 41.87, -1, 56.71, 54.8, -1, 53.17, 59.31, -1, 44.29, -1, -1, -1, 49.75, 33.64, 51.46, 39.97, -1, 44.54, -1, 57.96, -1, 60.45, 48.6, 60.5, -1, -1, 28.21, 53.53, -1, -1, -1, 32.74, 57.49, 52.91, 52.4, 51.87, 54.04, -1, -1, 53.17, -1, -1, 37.79, -1, 53.76, -1, -1, 26.68, 53.15, 59.24, -1, 58.85, -1, 36.31, -1, 38.52, -1, 54.8, 48.4, -1, 46.85, 36.75, -1, -1, 55.33, 27.45, -1, 56.44, -1, -1, 43.2, -1, 56.15, 54.24, -1, 40.82, -1, 28.47, 56.71, 17.33, 48.45, 55.86, 56.15, -1, 58.64, -1, 29, 63.51, 57.49, -1, -1, -1, 57.76, 54.65, -1, -1, 56.11, -1, -1, 57.78, 53.46, 48.84, 55.09, -1, 41.33, -1, 40.07, 58.05, -1, 51.67, 53.08, -1, 54.52, 47.77, 47.39, 58.86, -1, -1, -1, -1, 53.17, 53.2, 52.44, 57.2, 56.15, 59.4, -1, 59.6, -1, -1, 17.81, -1, 56.15, 51.29, -1, 47.26, 59.11, 55.86, -9, -1, -1, 26.84, -1, 63.1, 42.95, 48.35, -1, 53.05, 57.54, -1, -1, -1, 47.63, 48.53, 60.21, 54.8, -1, -1, 56.15, 53.46, 31.99, -1, 59.72, 50.07, 43.2, 54.8, -1, -1, 58.05, -1, 55.09, 35.08, 56.71, -1, 52.91, 57.36, -1, 45.87, 57.47, 32.95, 49.16, 56.71, 31.79, -1, 57.72, 56.48, 31.44, 50.22, -1, 56.15, 52.4, -1, 54.8, -1, 38.95, 57.76, 55.09, -1, 57.78, -1, 47.67, 27.15, -1, 56.71, 56.71, -1, -1, 48.62, 60.47, -1, -1, -1, 60.18, -1, -1, -1, 52.93, 56.15, -1, 56.15, -1, -1, 35.96, 56.71, 52.62, 28.36, 56.71, 21.06, -1, -1, -1, 56.15, -1, -1, 49.79, 47.07, -9, -1, 48.42, -1, -1, 44.66, 55.39, 48.86, -1, -1, 28.53, -1, 60.18, -1, -1, 52.4, -1, -1, -1, 39.78, 48.73, 56.15, -1, -1, 45.58, 52.11, 43.27, -1, 55.09, -1, -1, -1, 49.19, -1, -1, -1, -1, 37.04, 56.62, 48.88, 43.27, 20.91, 26.35, -9, 57.49, -1, 45.49, -1, -1, 58.05, -1, 51.57, -1, -1, -1, -1, 15.66, 58.35, -1, -1, 51.02, -1, 57.87, -1, 53.48, 59.89, 39.64, 54.8, 52.66, 57.76, -1, 51.35, -1, -1, -1, 52.91, 48.53, 32.36, -1, 53.46, 23.04, -1, 53.46, 61.31, -1, -1, 56.13, 54.8, 49.69, 56.22, 52.33, 59.11, 39.12, -1, -1, 51.85, 45.95, 36.55, 47.83, -1, -1, 53.71, 25.46, 53.46, 59.52, 56.15, -1, -1, 49.48, 39.46, -1, 55.41, 51, 55.87, -1, -1, -1, -1, 54.8, -1, 47.35, 54.22, 48.86, -1, 46.77, -1, 53.46, 23.99, 49.51, -1, 54.8, 56.15, 43.72, -1, 24.13, -1, -1, -1, 33.51, 39.76, 46.01, 42.18, 52.71, 55.09, 42.94, 48.6, 29.05, 62.58, -1, -1, 56.71, 59.75, -1, 56.71, -1, -1, -1, -1, -1, 52.37, 56.71, 57.76, -1, 48.31, 29.73, -1, 56.15, -1, 53.75, -1, 25.61, -1, -1, -1, 48.6, -1, -1, 58.52, -1, 53.75, 53.46, 59.35, 21.34, 34.62, -1, -1, 29.71, 55.09, -1, -1, 56.13, 45.37, 48.63, -1, -1, 53.75, 60.93, -1, 60.2, 49.25, 52.4, 58.55, 59.62, 56.15, -1, 30.9, -1, 48.88, 56.71, 45.9, -1, -1, -1, 54.8, 56.42, -1, 59.43, -1, 56.66, 52.4, 57.08, 37.02, 45.91, 50.75, 16.05, 50.5, 58.4, -1, 42.44, -1, -1, 42.95, -1, -1, -1, 58.05, 54.26, 28.39, 30.87, 45.59, 44.16, 43.51, 61.25, -1, 56.68, 56.15, 46.03, -1, -1, 41.18, 50.05, -1, -1, -1, 55.86, -1, 49.16, 51.45, 40.14, -1, -1, -1, 50.23, 39.27, -1, 39.22, -1, 42.34, -1, 56.71, 43.51, 43.99, -1, 55.87, 62.09, -1, -1, 52.11, -1, 50.89, 54.54, -1, 37.83, 41.45, 51.28, 58.64, 58.82, 56.15, 56.71, 56.42, -1, -1, 58.58, 23.46, -1, 55.86, -1, 56.15, 26.05, 52.4, 56.14, 43.54, -1, -1, -1, -1, -1, 41.16, -1, -1, 57.49, -1, -1, -1, 53.17, -1, 55.59, 41.14, 52.4, -1, 56.71, 57.76, -1, 40.7, 56.15, 44.87, 52.09, -1, 41.44, 22.9, -1, -1, -1, 45.22, -1, 56.15, 23.23, 52.4, 54.51, 56.71, 57.76, 57.76, 56.42, 55.86, -1, 51.16, -1, 56.42, -1, -1, -1, 56.71, -1, 57.49, -1, -1, 51.29, -1, 56.15, 56.99, -1, 51.85, 52.4, 66.65, -1, 55.09, 44.83, -1, 43.33, 47.89, 33.06, 57.47, 55.55, -1, 56.71, -1, 34.18, -1, 58.29, 28.24, 57.76, -1, 33.32, 57.49, 31.31, 56.71, 50.04, 62.88, -1, 50.57, -1, 50.3, 51.57, -1, -1, 64.34, 44.69, 54.8, 60.47, -1, 56.15, 60.45, -1, 47.26, 51.96, -1, 37.25, 56.44, -1, -1, 38.38, -1, 54.36, 45.21, -1, -1, -1, -1, 23.91, -1, -1, -1, 46.72, 46.31, 32.88, -1, 52.5, 37.05, 55.09, 62.09, -1, -1, 28.48, 44.17, -1, 26.17, -1, 53, 56.71, 36.61, -1, 58.47, -1, -1, -1, -1, -1, -1, 57.07, 57.76, 54.26, -1, 27.52, 43.99, -1, 52.99, 51.57, -1, -1, 53.97, 57.76, -1, -1, 56.15, -1, 56.71, -1, -1, -1, -1, 54.53, 52.5, 36.66, 52.62, -1, -1, 39.78, -1, 45.1, -1, 57.76, 57.2, -1, -1, -1, 34.25, 47.65, 62.09, 56.71, -1, -1, -1, 53.69, -1, 53.46, 35.5, -1, 56.15, 54.6, -1, 51.29, 52.4, -1, -1, 52.08, 56.42, -1, -1, -1, 40.36, -1, 53.07, 54.51, -1, -1, 54.53, 56.15, 29.51, 59.31, -1, 20, 28.37, -1, -1, 35.61, 52.33, -1, 40.77, -1, 52.11, 56.42, 53.97, -1, -1, 56.23, 52.61, -1, -1, -1, -1, -1, -1, 41.86, 34.83, -1, 52.4, 56.71, -1, 37.93, -1, 54.8, 44.36, 52.44, 50.91, 55.12, 52.4, 52.91, -1, 52.64, 44.74, -1, 36.92, 43.31, -1, -1, 58.82, -1, 33.05, -1, 56.71, -1, 33.2, -1, 48.83, -1, 56.71, 41.71, -1, 41.56, 50.55, -1, -1, -1, -1, 51.16, -1, -1, 22.4, 49.54, 58.84, -1, -1, 57.49, 56.15, 38.46, -1, -1, 41.57, -1, -1, -1, -1, 50.6, -1, 47, -1, 57.49, 56.15, 53.24, 29.99, -1, 49.69, -1, 52.91, -1, -1, -1, 47.24, 21.09, -1, -1, 54.8, 54.53, 54.8, 54.8, 24.49, 57.76, 56.44, -1, -1, 49.51, -1, 59.08, 23.61, 29.51, -1, 39.7, 49.6, -1, 49.41, -1, 34.07, -1, -1, 58.55, -1, -1, 57.49, -1, -1, -1, -1, -1, 44.2, -1, 53.17, -1, 56.15, 58.78, -1, -1, -1, 28.78, -1, 22.04, 59.11, 56.15, 56.71, -1, 27.18, 57.04, -1, -1, 43.87, 57.32, -1, -1, 44.17, 60.16, -1, -1, 56.15, 56.15, -1, 37.07, -1, 45.11, -1, 55.57, 52.4, 59.53, 17.79, 53.46, 47.8, 46.58, -1, 46.83, 47.65, -1, -1, 49.19, -1, 52.33, -1, 48.86, 32.71, -1, 47.91, 55.86, 54.8, -1, 53.46, -9, 59.4, -1, -1, 45.22, 55.09, 44.64, 56.71, 57.03, -1, -1, 56.15, -1, 49.21, 58.82, -1, 47.91, 49.25, 56.15, -1, -1, 51.77, -1, -1, -1, -1, -1, 59.18, 57.49, -1, 32, 24.84, -1, -1, 54.8, 62.09, 57.76, -1, 53.73, 56.62, -1, 33.68, 49.74, -1, 48.63, 60.01, 57.49, -1, -1, -1, 14.39, 59.4, -1, 31.99, 57.76, 18.58, -1, 44.7, -1, -1, -1, -1, 24.4, 38.96, -1, 49.68, 60.17, 53.17, 46.29, 46.51, 31.31, -1, -1, -1, -1, -1, 31.59, 62.89, -1, -1, 37.17, 20.16, -1, 49.1, 53.22, -1, 54.38, 58.84, -1, -1, 55.09, 50.73, -1, 57.78, -1, 48.07, -1, 55.6, 26.97, 37.82, 56.71, 49.87, 56.71, -1, -1, -1, -1, -1, 38.87, 45.35, 43.01, -1, 49.95, -1, -1, 52.11, 57.76, 45.75, 40.36, 57.76, 55.09, -1, 52.04, 54.8, 56.71, -1, 57.14, 46.03, 46.09, 48.92, 53.46, 39.96, 34.95, 57.76, 53.46, -1, 56.44, 48.3, 32.15, 48.59, 53.91, 55.09, -1, 62.09, -1, 58.05, -1, -1, -1, -1, 56.15, -1, -1, 57.87, 56.44, -1, -1, 39.81, 19.59, 59.91, 58.85, -1, 56.07, -1, 56.15, -1, 39.7, 52.64, -1, -1, -1, 56.44, 26.54, 50.22, 49.48, -1, 53.46, 50.73, -1, -1, -1, 50.6, -1, 55.87, 54.33, 41.59, 60.77, 52.11, 33.47, 54.8, -1, -1, -1, 56.71, -1, -1, -1, 47.35, -1, -1, -1, 45.62, -1, 49.81, 57.76, 55.68, 42.72, -1, -1, 53.17, 48.98, -1, 39.88, -1, -1, 46.16, 56.71, 57.49, -1, 57.22, -1, 55.09, 56.15, 52.4, 56.71, -1, 25.95, -1, -1, -1, -1, -1, 54.8, 34.54, 56.15, -1, 58.29, 47.89, 59.72, 33.06, 56.44, 54.1, -1, -1, 60.93, 57.76, 56.44, 56.71, 52.5, 31.76, 56.42, -1, 57.76, -1, -1, 53.06, -1, 50.76, 52.89, -1, 59.11, -1, 47.03, 52.14, -1, 20.96, 57.2, -1, 56.15, -1, 53.28, 52.6, -1, 57.49, 54.86, -1, -1, 58.05, -1, -1, 57.76, 49.47, -1, 57.76, -1, 29.03, 56.42, -1, 48.35, 27.54, 46.17, -1, -1, 32.84, 45.68, 53.17, -1, 57.47, -1, 47.71, -1, 54.8, -1, 57.49, -1, 49.03, 56.71, 55.86, -1, 54.8, -1, -1, -1, 51.02, 53.82, 55.09, 53.17, -1, 52.42, -1, 43.55, -1, -1, 54.8, 46.58, -1, 56.44, 60.36, 56.44, 51.77, 24.78, 37.68, -1, 40.29, -1, 34.03, -1, 57.76, 56.15, 55.59, -1, -1, 56.44, -1, -1, -1, 55.46, -1, 51.57, -1, -1, 19.06, -1, 52.11, -1, -1, -1, -1, -1, 56.15, -1, 58.76, 60.7, -1, 56.3, -1, 56.44, -1, 35.21, 52.91, 57.76, -1, 55.86, 55.09, -1, 56.71, 61, 58.89, -1, 45.93, 36.87, -1, -1, 59.4, -1, 55.6, -1, 57.61, 55.09, 42.39, -1, 59.77, 54.8, 57.49, 56.71, 51.84, 62.04, 59.11, -1, 25.89, 60.16, -1, 50.22, -1, 49.1, 54.86, -1, 52.4, 53.46, -1, 58.82, -1, -1, 54.26, -1, 26.83, 51.57, -1, 52.64, 58.58, -1, -1, -1, 56.42, 52.64, 41.82, 28, 56.15, 60.45, 56.95, -1, -1, 54.51, 50.52, 58.61, 57.49, 41.77, 50.22, 56.15, 59.11, 59.4, -1, -1, 39.67, -1, 36.89, -1, 53.17, -1, -1, 48.33, -1, -1, 58.28, -1, 58.55, 55.93, -1, -1, 56.71, -1, 32.2, 28.09, -1, 57.2, -1, 47.36, -1, 50.01, 54.51, -1, -1, -1, -1, 41.04, 40.69, -1, -1, 55.84, 53.06, 44.12, -1, 48.32, -1, 49.68, 29.98, 56.71, 43.05, 20.16, 57.2, -1, -1, -1, 52.91, -1, -1, 43.92, 57.49, -1, -1, -1, -1, 57.2, -1, 42.45, 28.1, 56.15, 18.94, -1, 52.11, -1, 54.63, 59.11, 57.76, 48.47, -1, 53.17, 54.8, 54.52, 61.65, 33.08, 53.53, 53.46, 43.86, 48.36, 56.15, -1, -1, 51.82, 56.15, 52.96, -1, 57.76, 35.98, 45.08, 45.83, -1, -1, 53.71, 54.8, 57.64, 36.46, -1, -1, -1, 56.42, -1, 57.28, -1, 51.53, 39.97, -1, -1, 57.76, 45.64, -1, 49.27, 52.11, 29.63, -1, 37.81, 52.91, -1, -1, 54.8, 52.11, -1, 40.48, -1, 60.74, -1, -1, 53.46, -1, 55.09, 54.8, -1, 52.11, 25.79, -1, 56.15, 56.15, -1, -1, 54.8, 16.52, 31.59, 52.64, 56.71, 51.85, 55.87, 54.8, -1, 56.15, -1, 57.76, -1, 55.09, 57.78, 53.59, -1, -1, -1, -1, -1, 52.4, 57.74, 33.23, -1, 45.52, 60.48, 55.09, -1, 56.71, 57.2, -1, 61.26, -1, 52.4, 50.75, 60.47, 47.91, 45.47, 58.84, -1, 58.45, -1, 55.87, -1, 49.73, -1, 50.48, 53.66, -1, -1, -1, 55.06, 56.71, 59.4, 58.64, 48.77, 56.15, 57.49, 56.15, -1, -9, 57.76, 43.93, -1, 28.2, 48.86, -1, 58.84, 34.01, 60.47, -1, -1, -1, 33.2, 39.23, 47.06, 54.8, -1, -1, 45.49, -1, 56.71, -1, -1, 32.24, -1, -1, -1, 54.8, -1, -1, -1, 55.86, 28.71, 48.6, -1, 46.29, 45.64, 56.71, -1, -1, 55.85, -1, 22.64, -1, -1, -1, -1, 36.76, 61.79, 59.11, 41.72, 60.07, -1, 50.22, -1, -1, -1, 56.15, 52.11, -1, 58.84, 38.05, 56.15, -1, 36.17, -1, 53.17, -1, 53.46, 58.05, -1, 55.92, -1, -1, -1, -1, -1, 55.09, 57.76, -1, -1, 45.22, 56.15, 60.45, -1, 50.23, -1, -1, -1, 58.82, -1, -1, 52.11, 46.98, 56.19, 29.09, 59.11, 33.12, 56.99, 52.49, -1, 54.79, -1, -1, 52.11, -1, -1, 56.15, -1, 58.05, -1, 13.63, -1, 46.8, -1, 58.62, 54.8, 45.34, 38.71, -1, -1, 53.46, 55.09, 34.3, 25.29, 27.51, -1, 64.34, -1, 53.62, 51.56, 52.05, -1, 59.27, -1, 57.49, 27.64, 55.11, -1, 56.42, -1, 49.48, -1, -1, 44.75, -1, 56.71, -1, 45.78, -1, 52.91, 41.71, 58.84, 36.87, 57.76, 54.8, -1, 58.05, -1, 45.93, 44.46, -1, -1, -1, 48.45, 38.14, 56.15, 21.19, 54.33, -1, 56.15, 59.44, -1, -1, 47.85, 56.71, -1, -1, -1, -1, -1, 41.36, 56.71, 49.32, 56.15, -1, -1, 50.17, -1, 35.98, -1, 51.88, 52.96, -1, 20.01, 60.75, 50.79, -1, 56.15, -9, -1, -1, 55.86, 56.71, 60.16, 54.26, 52.4, 53.46, -1, 43.84, 47.14, 43.49, 51.29, -1, -1, 58.37, 57.76, -1, -1, -1, 51.29, -1, -1, 45.22, 51.28, -1, 45.63, 48.95, 46.03, 52.91, 55.89, -1, 54.53, -1, -1, -1, 53.97, 52.91, 42.87, 57.76, 53.24, 43.59, 56.93, 51.57, -1, 56.16, -1, 46.18, 56.71, 19.05, 53.46, 55.93, -1, -1, -1, -1, 29.23, 49.27, -1, -1, 62.63, -1, -1, 53.17, 58.84, 29.06, -1, 55.57, -1, 44.49, 41.26, 33.35, 49.95, -1, -1, 57.76, -1, -1, -1, 50.51, 57.24, 56.15, 30.23, -1, -1, -1, 56.42, -1, -1, 35.38, -1, 57.49, -1, -1, 39.76, 56.22, 48.64, 29.04, 65.3, 56.15, 56.15, 32.75, 53.7, -1, 52.4, -1, 57.76, 58.83, 56.97, 56.15, 56.15, -1, -1, -1, -1, 56.15, 37.1, -1, -1, -1, -1, 56.39, 63.39, 27.34, 54.53, 42.93, 57.64, 49.53, -1, -1, 57.2, 31.77, -1, -1, -1, 54.22, 47.09, -1, -1, 52.4, 56.71, -1, -1, -1, 49.49, -1, 54.8, 56.78, 56.15, -1, 51.82, 52.4, -1, -1, -1, -9, -1, 42.1, -1, -1, -1, -1, -1, -1, -1, 41.03, 60.47, -1, -1, -1, -1, 52.4, -1, 57.76, -1, -1, -1, 54.86, 56.17, 54.8, -1, 50.61, 48.86, -1, 61.39, -1, 39.65, 57.76, -1, -1, 56.71, 57.76, 41.42, 38.55, 37.88, -1, -1, 36.49, 56.15, 53.73, 45.41, -1, -1, -1, -1, 46.15, 27.55, 23.96, -1, 52.37, 47.34, 56.71, 58.43, 27.11, 46, 59.97, 43.27, -1, -1, -1, 58.84, -1, -1, 53.58, 57.76, -1, 59.68, -1, -1, 20.22, 29.82, 54.6, 48.37, -1, 39.48, -1, 40, 44.17, -1, 57.2, -1, -1, -1, 56.15, 56.15, 59.31, 53.46, 52.4, 49.12, 20.96, 56.44, 59.11, -1, 50.02, 56.15, 53.82, 37.72, 43.2, -1, 49.54, 20.42, 45.06, 59.11, 52.06, -9, 37.05, 39.49, -1, 40.89, -1, -1, 47.97, 44.26, -1, -1, 28.75, 56.42, 51.04, 33.8, 54.8, 56.71, -1, 56.71, -1, 19.35, 43.05, 61.24, 34.34, -1, 57.76, 55.09, 49.39, 55.09, -1, 57.78, -1, -1, 44.69, 23.44, 56.15, 56.17, -1, 30.02, 20.53, 48.65, 32.05, -1, 53.75, 41.16, -1, -1, 53.17, -1, 48.57, 56.71, -1, -1, 34.15, 56.71, -1, 57.34, -1, 60.18, 43.73, -1, 45.4, 29.1, 53.75, 57.76, 42.5, 52.36, 19.62, -1, 56.15, 39.08, 53.3, -1, 55.73, 47.18, -1, -1, -1, 56.25, 57.76, 26.44, 55.86, -1, 19.91, 53.21, -1, -1, -1, 45.1, 48.47, -1, 57.25, -1, -1, 37.79, 52.4, 52.11, -1, 53.46, 48.09, -1, 56.15, -1, 25.33, 56.42, 41.85, 42.13, -1, 57.35, 22.63, 55.09, 54.01, 52.4, 26.58, -1, -1, 47.54, 57.57, -1, 43.2, 33.85, -1, 45.12, 51.1, 51.43, -1, 59.35, 56.44, 51.82, -1, 48.63, 53.26, -1, 57.49, 54.26, -1, 56.71, 56.38, 50.62, -1, 56.15, 57.76, 45.23, 32.14, 54.8, 55.09, 44.82, -1, 54.26, 56.71, 54.91, -1, -1, 54.8, 38.36, 20.5, 20.42, 16.96, 57.49, 40.08, 50.62, 57.57, 56.71, -1, 58.35, 31.76, 56.15, -1, -1, 17.97, 59.58, -1, -1, -1, 32.53, -1, -1, 57.76, 58.05, -1, -1, 56.14, 38.46, -1, 60.68, 55.09, 52.35, 53.3, 53.93, 57.49, 53.17, -1, 55.09, 46.99, -1, -1, 56.15, 23.99, -1, -1, -1, 58.05, 29.47, -1, -1, -1, 26.91, 56.01, -1, -1, 56.15, 56.71, 52.11, -1, 38.76, 57.58, 27.77, 41.73, 37.7, -1, 35.67, 47.39, -1, 53.18, 47.92, 31.12, -1, 26.16, 51.17, -1, -9, -1, -1, 59.11, -1, -1, 56.15, 45.62, -1, 50.44, 55.09, 52.88, -1, -1, -1, -1, 55.82, 56.71, 24.31, 54.75, 55.09, -1, -1, 38.88, 55.09, -1, 46.03, -1, 57.2, 52.4, 58.05, 31.37, -1, 55.09, 56.71, 57.49, 56.71, 54.8, 57.49, 53.17, -1, -1, 42.11, -1, 54.51, 37.66, 55.86, -1, 34.34, -1, 55.09, -1, -1, 53.46, -1, 57.81, -1, 37.52, 56.71, -1, -1, -1, -1, -1, 57.76, 56.15, 50.99, 56.15, -1, -1, -1, 47.7, -9, 56.44, 56.71, -1, 39.14, 49.16, 58.43, 52.5, -1, 55.08, -1, 56.66, 54.8, 24.19, -1, 43.92, 57.76, 54.8, -1, 58.05, 42.38, 54.51, 52.11, 55.09, 53.59, -1, -1, 59.4, -1, -1, 63.66, -1, -1, 40, 33.53, 55.45, 56.15, -1, 33.49, -1, -1, 57.76, 56.15, 41.03, 56.13, 30.65, 57.76, 56.15, -1, -1, -1, -1, 47.39, 45.04, 40.22, 50.9, 43.45, 54.22, -1, 39.88, -1, -1, -1, 56.15, -1, 51.43, 55.93, 50.58, 56.15, 35.08, 48.34, 60.45, -1, 54.8, 57.2, 37.08, -1, -9, 40.93, -1, -1, 31.52, 25.68, 55.64, 57.49, 35.77, 48.98, 45.44, 55.27, -1, -1, -1, 55.74, 24.57, -1, -1, 24.26, 57.89, 59.11, 56.15, -1, 50.61, 45.64, -1, -1, 37.04, -1, 63.17, -1, -1, -1, 28.83, -1, -1, 56.95, -1, 54.8, 53.46, -1, -1, 34.85, 44.73, 62.85, 53.46, 54.24, 40.64, 58.05, 38.76, 52.11, -1, 54.5, -1, 36.18, 20.82, 42.39, -1, 56.71, -1, 56.71, 57.49, -1, 56.44, -1, -1, 52.63, -1, 45.56, 30.89, 35.76, 57.56, 54.8, 44.56, 57.76, 54.8, 51.31, 57.76, 61.92, 50.55, 56.98, 56.39, 47.78, 57.49, 56.15, 21.37, -1, 60.18, -1, 56.15, 56.4, 56.91, 50.61, -1, -1, 30.83, 54.88, 54.8, 57.76, 59.62, 43.05, 55.33, 56.43, 50.66, -1, 33.16, 23.46, 44.96, 24.89, 53.46, -1, 61.41, -1, -1, 49.39, 21.3, 52.11, -1, -1, 44.42, 56.42, 44.37, 67.66, -1, 51.85, 59.11, -1, 57.03, 52.37, 55.09, 58.85, 55.87, -9, -1, 51.72, -1, 54.8, 31.44, -1, 56.44, 54.8, 56.42, 40.57, -1, -1, -1, 26.21, -1, 55.09, 55.09, 51.04, 56.71, 55.09, 57.76, -1, 34.92, -1, 30.66, -1, -1, 18, -1, 42.52, -1, -1, -1, -1, 37.93, -1, -1, -1, 56.71, 36.01, -1, 55.09, -1, -1, 56.71, -1, -1, -1, 61.07, -1, 50.61, 52.4, 12.2, -1, -1, 53.46, -1, 49.43, 56.71, -1, 56.71, -1, 27.14, -1, 48.04, -1, -1, 24.49, -1, 19.09, 51.29, -1, 27.98, -1, 25.15, -1, 32.85, -1, -1, 54.26, 27.03, 52.86, 42.91, 38.33, -1, -1, 57.22, -1, 33.49, 42.9, 52.99, 56.71, 37.31, 32.78, 59.98, 51.01, -1, -1, 51.8, 41.05, 19.71, 54.8, 20.13, 56.15, -1, 56.15, 29.51, 40.76, -1, -1, 52.15, -1, -1, -1, 52.11, 41.09, -1, -1, -1, 53.56, -1, -1, 55.09, 56.71, 56.71, 52.5, -1, 60.05, 55.87, 52.91, 26.44, 24.69, -1, -1, 26.81, 39.38, 36.31, -1, -1, -1, 41.83, 54.8, 58.99, 55.09, 36.24, -1, 53.46, 55.68, -1, 56.42, 52.23, -1, 28.92, -1, -1, 54.8, 43.19, 56.93, -1, -1, 56.42, -1, 55.72, -1, 56.71, -1, 36.24, -1, 59.11, 56.92, -1, 56.15, -1, 59.31, -1, -1, 44.04, 46.58, 54.26, -1, 32.59, 53.97, -1, 26.01, -1, 16.38, 24.46, -1, -1, 55.87, 52.11, -1, -1, 60.93, 37.64, -1, -1, 56.44, -1, 52.91, -1, 56.71, -1, 51.02, -1, 52.4, -1, -1, 58.37, 55.34, -1, -1, 41.36, -1, -1, 56.14, -1, -1, 52.4, -1, -1, 46.17, 58.21, 56.15, -1, 46.02, -1, 53.46, 55.09, 52.99, 53.82, 35.57, 56.71, -1, 50.2, 57.76, 60.18, 56.15, -1, 56.08, -1, 53.47, 57.76, 42.98, -1, 26.14, 59.48, -1, 52.11, 54.8, 56.42, 35.67, 54.8, -1, 41.22, 55.09, 57.49, -1, 53.93, -1, 56.71, 42.06, -1, -1, -1, -1, -1, 50.1, 56.71, -1, 56.44, 53.47, -1, -1, 52.11, 57.49, -1, 56.15, -1, -1, -1, -1, 58.57, -1, -1, 55.09, 59.11, -1, -1, 23.07, -1, 36.7, -1, 55.09, -1, -1, 55.21, 52.4, 57.76, -1, 53.46, -1, 32.5, -1, -1, -1, 38.59, 50.01, 58.78, 58.05, 52.91, 23.99, -1, -1, -1, -1, -1, 56.44, 53.73, -1, 51.57, 66.74, 63.03, 62.09, -1, -1, -1, 54.53, 56.71, 43.84, -1, 23.22, 54.53, 58.55, 59.4, -1, 58.55, 56.15, 55.17, 54.8, 56.93, -1, 56.71, -1, 21.95, 38.4, 55.58, -1, 62.56, 57.03, 51.86, -1, -1, -1, -1, -1, 35.9, 58.82, -1, -1, 54.62, 41.44, 63.22, 47.98, 29.6, 52.87, -1, 39.11, 57.22, 56.15, -1, 39.41, -1, 57.22, 54.8, -1, 60.47, -1, -1, -1, 54.8, -1, 60.45, 57.76, 56.71, -1, -1, 60.58, 16.86, 52.45, 27.43, 59.11, -1, -1, 58.08, -1, -1, -1, -1, -1, -1, -1, 52.79, -1, -1, -1, 51.57, 55.59, 49.67, 55.09, -1, 57.49, -1, -1, 53.46, 56.15, 42.11, -9, 41.89, -1, -1, -1, -1, 56.71, 57.81, 62.6, 57.49, -1, 56.71, 56.71, 54.82, 58.05, 45.59, 54.8, 56.15, -1, 51.28, -1, -1, -1, 39.24, 50.72, -1, 57.76, 33.25, 37.37, 52.54, -9, -1, -1, -1, 54.51, 56.15, 37.56, -1, -1, 56.15, -1, 50.48, 55.09, -1, -1, -1, -1, 38.02, -1, 47.11, 37.02, -1, 56.15, 52.64, -1, 60.58, 56.71, 61.24, 54.8, -1, -1, 54.81, -1, -1, 44.28, 56.71, -1, -1, 57.76, -1, 56.71, -1, -1, -1, 56.71, -1, 57.76, 47.3, 56.15, 33.02, 57.2, -1, 53.46, -1, -1, 55.09, -1, -1, 50.83, -1, 56.71, 57.49, -1, 54.52, -1, -1, -1, 51.76, -1, 55.86, 51, 48.68, -1, -1, 34.97, -1, 27.13, 33.35, -1, 44.44, 50.19, 29.41, 40.09, 55.31, 45.53, 56.15, 57.49, 60.25, 56.15, 34.42, 43.76, -1, -1, 56.6, -1, -1, -1, 55.42, 56.54, 54.88, 44.51, 48.17, -1, 37.08, 51.42, 56.71, 54.8, 47.11, 54.26, -1, 42.1, -1, 56.15, -1, 62.09, -1, -1, 56.71, 56.43, 18.64, 57.59, -1, 53.46, 52.91, 56.15, 49.35, 53.17, -1, 41.57, 32.16, -1, 55.86, 53.27, 57.76, 56.15, 32.24, 47.65, -1, 61.25, 56.15, -9, 38.46, 42.63, -1, 56.22, -1, 48.35, -1, 31.12, 26.99, -1, -1, -1, 52.59, -1, 27.92, 42.94, -1, 49.95, 56.91, -1, 31.98, -1, 63.4, -1, 18.43, 29.52, 51.55, 52.11, -1, 28.61, 56.44, 40.49, 31.36, -1, -1, 59.18, 57.49, 58.83, 56.15, 55.12, 21.77, -1, -1, -1, 55.87, -1, 38.94, -1, -1, 56.15, 47.11, -1, 40.6, 57.49, 38.17, 54.8, -1, 26.31, 54.38, 50.75, 57.2, -1, -1, 35.63, 56.15, -1, 54.8, 56.15, 53.23, -1, 52.5, 38.41, -1, 59.11, -1, -1, 28.67, 55.86, 61, -1, 55.87, 56.71, 39.97, 42.16, -1, 42.88, 57.76, 46.36, -1, -1, 47.92, 57.76, -1, 55.93, -1, 50.75, -1, -1, 54.8, 52.89, 51.45, 54.51, 52.5, 61.51, -1, -1, -1, 39.89, 52.11, -1, -1, 18.04, 53.46, -1, -1, 56.15, 59.43, -1, 38.47, -1, 46.49, 55.09, -1, -1, -1, 53.68, 53.2, -1, -1, 49.53, -1, 33.83, -1, 56.42, 50.22, 55.86, 57.76, -1, 33.75, 56.91, -1, 51.29, 48.06, 38.33, -1, 32.98, 57.76, 56.15, 42.49, 46.44, -1, -1, -1, -1, -1, 33.02, 53.68, 56.42, 55.95, 56.73, 58.29, 50.93, 59.11, 54.67, -1, -1, 36.18, 46.82, 56.42, -1, 52.31, 54.06, 55.86, 28.31, 54.51, -1, -1, -1, 51.43, 37.58, -1, 16.74, -1, -1, -1, -1, 35.69, 54.85, 54.48, -1, -1, -1, 49.86, -1, 56.42, -1, 56.72, 61.52, 57.76, 53.64, -1, 44.28, 33.12, 59.97, 50.22, 58.84, 46.17, 15.75, 37.4, -1, -1, 56.15, 59.62, 65.14, 55.09, 55.68, -1, 51.57, 54.8, 53.3, -1, 56.15, 30.45, 36.42, -1, -1, -1, -1, 51.28, -1, 58.89, -1, 56.42, -1, 53.17, -1, 35.67, -1, -1, -1, -1, -1, 52.11, 57.49, 10.26, -1, 55.09, 57.76, 55.09, 24.73, 31.02, 57.49, 38.87, -1, 53.06, -1, -1, 54.8, -1, 29.18, 33.19, -1, -1, 61.54, 39.56, 46.95, 55.64, 29.78, 27.18, 56.71, 52.11, -1, -1, -1, -1, 42.88, -1, -1, 56.15, 52.93, -1, 47.37, 56.15, 30.52, 51.57, -1, -1, -1, 40.02, 49.31, 29.22, -1, -1, -1, -9, 42.48, 53.75, -1, 47.14, 53.46, -1, 44.28, 55.58, 47.49, 53.44, -1, 38.2, -1, -1, 53.46, -1, 57.3, 33.16, 50.05, 56.27, 46.82, -1, 46.97, -1, -1, -1, 34.29, 42.42, 56.42, 18, 58.26, -1, 53.46, -1, 41.51, 50.22, 56.15, 61.04, -1, 52.4, -1, 58.02, 49.66, -1, 52.11, -1, 57.28, -1, 40.01, -1, 37.33, 58.05, 32.94, 60.93, 54.8, -1, 57.49, 54.32, -1, 47.36, 60.74, -1, 56.71, 24.28, 53.17, 54.85, 28.24, 58.05, 49.45, 58.62, 57.76, 30.13, -1, -1, -1, 59.4, 53.46, -1, 54.8, 55.86, 8.81, 56.15, -1, -1, -1, 56.42, 58.84, -1, 56.44, 42.95, 55.86, 55.58, 48.95, -1, 30.05, 56.15, 55.86, 30.49, -1, 52.4, -1, 43.18, 55.6, 34.63, -1, -1, -1, -1, 51.29, 61.1, 56.17, 57.49, 51.44, 42.65, 33.55, -1, -1, 48.88, 47.95, 26.2, 28.38, 58.07, 39.93, 56.15, 56.44, -1, 65.69, -1, 48.62, 56.15, -1, -1, 59.12, 54.8, -1, -1, 58.91, 49.74, -1, 60.18, 39.74, -1, -1, 43.71, 45.42, -1, 54.55, -1, 56.15, -1, 56.42, 52.11, 39.69, -1, 54.8, 54.25, 38.06, -1, 42.51, 53.71, 52.4, -1, 55.58, -1, -1, 23.49, -1, -1, -1, 51.67, 57.76, 54.88, 37.38, 55.09, 40.35, 52.77, 60.74, -1, 58.4, -1, 56.15, 56.15, -1, -1, 53.17, 56.15, 56.15, 37.78, -1, 57.76, -1, 25.16, 56.71, -1, 54.8, -1, 27.73, 56.15, 48.6, -1, -1, -1, 55.86, -1, 57.76, -1, 53.59, -1, 55.86, -1, 50.66, 49.83, -1, 57.78, -1, -1, 44.41, 54.51, 49.02, -1, 50.15, 39.21, 49.93, -1, -1, 56.42, 43.13, -1, 49.4, 53.46, 26.24, -1, 57.49, -1, -1, 50.08, 48.31, -1, 21.25, -1, 42.14, -1, 35.65, -1, 54.8, 55.86, 37.52, 43.13, 52.09, 57.2, -1, 28.53, 56.71, 56.44, -1, -1, -1, -1, 58.55, -1, 48.6, 58.05, -1, 50.51, 48.09, 52.5, -1, 56.71, -1, -1, 56.15, 32.4, -1, 52.11, -1, 58.05, 48.41, -1, -1, -1, -1, -1, -1, 48.18, -1, -1, -1, -1, 39.17, 35.07, 53.46, -1, 31.94, 60.75, 48.1, 53.46, 17.48, 61.04, -1, 52.62, -1, -1, 55.09, -1, 56.56, 23.75, -1, -1, 43.81, 42.35, -1, 56.71, 58.82, 50.54, -1, -1, -1, 48.06, 58.05, -1, -1, 49.93, -1, -1, 56.71, -1, 56.71, 49.31, 45.08, -1, 56.15, -1, 44.86, 42.92, 53.46, 47.35, 43.22, 52.4, 38.6, 56.15, 53.75, -1, 56.51, -1, 57.76, 56.71, 40.22, 35.9, -1, -1, 56.15, 48.6, -1, 23.99, 43.36, -1, 58.08, 57.2, -1, -1, 61.8, 66.86, -1, -1, -1, 46.85, 18.49, 53.42, 59.72, 26.94, 57.49, -1, -1, 56.15, -1, -1, -1, 55.09, 56.15, 61.8, -1, -1, -1, 51.29, 55.09, -1, -1, 52.4, 50.63, 58.57, 50.9, -1, -1, 54.88, 49.95, 24.96, -1, -1, 53.85, -1, -1, -1, 51.29, 53.93, 10.41, -1, -1, -1, 49.66, 56.71, 25.27, -1, 54.8, -1, -1, -1, -1, -1, -1, 58.13, 50.75, 39.32, -1, -1, -1, -1, -1, -1, 60.45, 43.09, 49.95, 53.4, 53.2, -1, -1, 60.45, 37.54, 36.85, -1, -1, 44.6, -1, 53.17, 54.8, 61.6, -1, -1, -1, 54.8, -1, -1, -1, 59.89, -1, 56.71, 18.2, -1, -1, -1, 56.71, 56.95, -1, 44.68, -1, -1, -1, 52.27, 59.11, 61.24, -1, -1, -1, 51.84, -1, -1, -1, -1, 56.44, 62.46, 57.2, -1, 50.88, 62.12, 57.2, 26.29, 64.58, 57.76, 56.15, 54.24, 56.15, 56.42, -1, 47.86, 50.83, -1, 60.16, 53.06, -1, -1, -1, -1, -1, 32.94, 56.15, 59.11, -1, 49.69, 56.71, 46.31, -1, 56.71, -1, 53.47, -1, -1, 55.09, -1, -1, 27.15, -1, -1, -1, 56.71, 30.86, 56.15, 59.89, -1, -1, -1, 57.2, 53.46, 54.8, 52.91, -1, 56.42, 54.8, -1, 49.46, 51.57, -9, 54.8, 48.77, 55.09, -1, -1, 40.6, 56.71, 59.18, -1, 28.59, -1, 27.51, -1, 56.71, -1, 53.97, 46.14, 56.15, 57.2, 60.16, -1, 54.52, 46.31, -1, -1, 47.65, -1, -1, -1, -1, -1, 56.21, 57.08, -1, 49.6, 23.79, -1, -1, 54.8, -1, 56.71, 55.09, -1, 43.99, 27.16, 36.1, 45.19 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "interest" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "sum of PCS42" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ "rapport correlation: 0.009548514477493301\n" ] }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "lowerfence": [ -9 ], "mean": [ 55.03921303024362 ], "median": [ 57.06 ], "name": "interest=0.0", "q1": [ 50.15 ], "q3": [ 60.29 ], "type": "box", "upperfence": [ 31.16 ] }, { "lowerfence": [ -9 ], "mean": [ 53.488815830057554 ], "median": [ 55.19 ], "name": "interest=1.0", "q1": [ 49.19 ], "q3": [ 58.62 ], "type": "box", "upperfence": [ 25.91 ] } ], "layout": { "boxmode": "group", "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "title": { "text": "Box plot of MCS42 by values of interest" }, "xaxis": { "tickangle": 45 } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "opacity": 0.75, "type": "bar", "x": [ -9, -5.6196, -2.2391999999999994, 1.1412000000000013, 4.521600000000001, 7.902000000000001, 11.282400000000003, 14.6628, 18.043200000000002, 21.423600000000004, 24.804000000000002, 28.184400000000004, 31.564800000000005, 34.94520000000001, 38.3256, 41.706, 45.086400000000005, 48.466800000000006, 51.84720000000001, 55.22760000000001, 58.608000000000004, 61.98840000000001, 65.36880000000001, 68.7492, 72.12960000000001, 75.51 ], "y": [ 20, 0, 2239, 0, 0, 1, 4, 8, 7, 20, 31, 35, 64, 118, 173, 164, 202, 313, 363, 514, 398, 455, 27, 0, 5 ] }, { "opacity": 0.75, "type": "bar", "x": [ -9, -5.7584, -2.5168, 0.7248000000000001, 3.9664, 7.207999999999998, 10.4496, 13.691200000000002, 16.9328, 20.1744, 23.415999999999997, 26.657600000000002, 29.8992, 33.1408, 36.382400000000004, 39.624, 42.8656, 46.1072, 49.3488, 52.5904, 55.831999999999994, 59.0736, 62.315200000000004, 65.5568, 68.7984, 72.04 ], "y": [ 3, 0, 873, 0, 0, 0, 2, 8, 5, 18, 20, 30, 34, 55, 90, 99, 125, 149, 211, 274, 398, 222, 120, 10, 8 ] } ], "layout": { "barmode": "overlay", "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "opacity": 0.75, "type": "bar", "x": [ -9, -5.6196, -2.2391999999999994, 1.1412000000000013, 4.521600000000001, 7.902000000000001, 11.282400000000003, 14.6628, 18.043200000000002, 21.423600000000004, 24.804000000000002, 28.184400000000004, 31.564800000000005, 34.94520000000001, 38.3256, 41.706, 45.086400000000005, 48.466800000000006, 51.84720000000001, 55.22760000000001, 58.608000000000004, 61.98840000000001, 65.36880000000001, 68.7492, 72.12960000000001, 75.51 ], "y": [ 0.3875217981011432, 0, 43.38306529742298, 0, 0, 0.01937608990505716, 0.07750435962022864, 0.15500871924045728, 0.13563262933540013, 0.3875217981011432, 0.600658787056772, 0.6781631466770006, 1.2400697539236583, 2.286378608796745, 3.352063553574889, 3.1776787444293744, 3.9139701608215463, 6.064716140282891, 7.03352063553575, 9.95931021119938, 7.7116837822127495, 8.816120906801007, 0.5231544274365433, 0, 0.0968804495252858 ] }, { "opacity": 0.75, "type": "bar", "x": [ -9, -5.7584, -2.5168, 0.7248000000000001, 3.9664, 7.207999999999998, 10.4496, 13.691200000000002, 16.9328, 20.1744, 23.415999999999997, 26.657600000000002, 29.8992, 33.1408, 36.382400000000004, 39.624, 42.8656, 46.1072, 49.3488, 52.5904, 55.831999999999994, 59.0736, 62.315200000000004, 65.5568, 68.7984, 72.04 ], "y": [ 0.10893246187363835, 0, 31.69934640522876, 0, 0, 0, 0.07262164124909223, 0.29048656499636893, 0.18155410312273057, 0.6535947712418301, 0.7262164124909223, 1.0893246187363834, 1.234567901234568, 1.9970951343500365, 3.2679738562091507, 3.5947712418300655, 4.538852578068265, 5.410312273057372, 7.66158315177923, 9.949164851125635, 14.451706608569355, 8.061002178649238, 4.357298474945534, 0.36310820624546114, 0.29048656499636893 ] } ], "layout": { "barmode": "overlay", "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "bingroup": "x", "histfunc": "sum", "hovertemplate": "interest=%{x}
sum of MCS42=%{y}", "legendgroup": "", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "name": "", "offsetgroup": "", "orientation": "v", "showlegend": false, "type": "histogram", "x": [ 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1 ], "xaxis": "x", "y": [ 51.25, 56.48, -1, -1, -1, -1, -1, 38.42, -1, 49.41, 51.24, -1, -1, -1, -1, 32.27, 53.48, 39.16, 32.59, 59.95, 37.56, 29.98, 40.85, 50.71, -1, 49.63, 54.1, -1, 60.29, -1, 27.13, 51.41, -1, -1, -1, 37.17, -1, 60.21, 54.69, -1, 52.57, 54.96, 51.83, -1, 55.61, 60.02, -1, 33.55, 45.13, 60.1, -1, -1, 54.2, 55.36, -1, -1, -1, 38.51, 38.31, 36.05, -1, 51.24, -1, -1, 49.05, -1, -1, 55.61, -1, 59.64, -1, -1, -1, 57.16, 55.47, -1, -1, 60.29, -1, 61.66, 57.06, -1, -1, -1, 55.92, -1, -1, 52.34, -1, 56.57, 62.39, 46.33, 51.94, 58.05, -1, -1, 54.46, -1, 60.12, 58.65, 62.39, 62.49, -1, 51.66, 55.09, 58.05, 62.66, -1, 57.06, -1, -1, 45.32, 62.39, -1, -1, -1, -1, 41.07, 42.48, -1, 60.02, 59.15, 31.24, -1, 57.06, -1, 59.15, 38.49, 60.6, 41.07, 49.93, 54.2, -9, -1, -1, 57.77, -1, 62.6, 29.3, 57.16, 55.85, -1, -1, 51.41, -1, 56.59, 51.67, 57.16, 62.66, 54.25, -1, 54.2, 57.16, 58.08, 32.84, -1, 45.56, 59.36, 35.8, -1, 52.38, 57.16, 54.01, -1, -1, -1, 57.16, 36.39, -1, 51.39, 46.43, -1, -1, -1, 62.66, 62.25, -1, -1, 60.12, -1, -1, 62.39, 41.21, 57.06, 58.05, 49.04, -1, 60.12, 51.84, 64.23, -1, -1, 60.04, 62.49, 58.3, 57.4, -1, -1, 57.34, -1, 55.7, 62.39, -1, 61.12, 60.12, 57.73, 42.13, -1, 55.19, -1, 57.16, 53.98, 51.58, -1, 46.1, 52.54, 51.41, 41.29, 54.79, 57.06, -1, -1, 31.29, 40.65, 50.57, 49.58, 53.39, 60.74, 59.28, -1, 35.97, -1, 26.03, 62.49, 27.39, 38.22, 60.02, 62.66, -1, -1, 48.81, -1, 45.64, 50.52, -1, -1, -1, 51.92, 51.73, -1, 41.78, 14.07, 38.77, 42.35, 53.22, 38.13, 58.15, 48.28, 49.28, -1, 62.66, 60.29, 55.96, 60.29, 57.16, -1, -1, 61.86, 43.21, 44.89, 62.39, -1, -1, 62.66, -1, 51.5, 56.47, 43.73, 36.07, -1, -1, -1, 43.33, -1, -1, 47.39, 54.37, -1, -1, 57.16, 37.44, 57.16, -1, -1, -1, 54.2, 27.07, -1, -1, -1, 37.15, 55.67, -1, 59.53, 50.63, -1, -1, -1, -1, 29.25, -1, 60.52, -1, 60.98, -1, -1, -1, 43.08, 55.38, -1, 52.68, -1, -1, -9, 42.96, 57.33, 51.41, 53.81, 51.41, 43.73, -1, 33.01, 48.19, 39.13, -1, 58.32, 59.14, -1, -1, 61.6, -1, 54.8, 57.16, 50.54, 55.7, 42.12, 46.45, -1, 62.71, -1, -1, 57.16, 60.02, -1, 57.92, 33.75, -1, -1, -1, -1, -1, 57.16, 40.42, 54.1, -1, 50.41, -1, 42.35, 60.98, 60.12, 43.16, -1, 37.76, 56.09, 55.8, -1, 41.86, -1, 54.2, -1, 60.08, -1, -1, 61.7, 57.06, 50.59, 49.7, -1, 52.05, -1, 60.12, -1, 40.77, 57.16, -1, -1, -1, -1, 54.44, 62.39, -1, 57.06, 55.39, -1, -1, 47.31, 58.32, 63.06, 35.29, -1, -1, -1, -1, 54.1, 54.2, 52.84, -1, 59.53, 29.84, 51.55, 57.06, 40.65, -1, 48.05, 40.25, -1, 59.97, -1, 48.45, 61.97, -1, -1, 41.07, -1, 62.49, -1, -1, 62.39, -1, 62.38, -9, -1, 15.64, -1, -1, 49.67, 59.29, -1, 57.16, 45.41, 42.57, 48.3, 51.24, 23.43, 51.73, 43.8, 48.81, 27.3, 60.1, 62.39, -1, 57.16, 33.93, 25.97, 56.57, 55.19, 42.46, 60.74, 60.63, -1, -1, -1, -1, 16.04, -1, 35.44, 35.53, 50.69, -1, 54.2, 54.83, 55.95, -1, -1, 54.79, -1, -1, 57.06, -1, -1, 53.87, 60.77, 54.1, 62.39, -1, 60.27, 24.59, 62.18, -1, 57.14, -1, 60.29, -1, 61.04, 45.09, 37.57, 60.02, 60.45, 52.48, 62.39, -1, -1, -1, 53, 37.42, 44.83, 38.56, -1, 51, -1, 58.62, -1, -1, 53.64, -1, -1, -1, -1, 57.16, -1, 49.04, -1, 55.29, 63.23, 62.39, 50.2, 29.01, 42.85, -1, -1, 36.82, 51.66, 57.16, -1, 54.2, 62.39, 59.46, 51.73, 57.16, 28.87, 54.37, -1, 35.83, -1, 57.33, -1, 57.16, 57.06, 62.39, 48.93, 60.2, 52.97, 48.18, 54.77, 59.23, 44, -1, 60.02, 57.16, -1, 62.39, 54.37, 58.55, -1, -1, 62.39, -1, 52.35, 52.63, -1, -1, -1, -1, 37.89, -1, 43.3, 42.74, 56.35, 52.4, 42.54, 54.2, -1, 39.39, -1, 58.3, 54.2, 57.33, 50.54, 51.24, 35.92, -1, 44.84, 57.16, -1, -1, 61.27, 57.16, -1, 57.81, -1, -1, 52.24, 49, 50.74, 50.58, 32.93, 63.38, 36.43, -1, -1, 36.39, -1, 57.33, 54.37, 60.92, 62.39, 38.01, -1, -1, 44.21, -1, 43.65, -1, 58.32, -1, -1, 62.39, -1, -1, -1, 62.39, 57.16, 48.53, 26.81, -1, -1, -1, -1, -1, -1, -1, 54.2, -1, 62.94, 42.05, -1, 60.02, 35.05, 66.7, 50.82, 37.52, 45.22, 52.68, -1, -1, -1, 41.01, 58.72, -1, -1, -1, 62.39, 51.25, 55.08, 51.25, -1, -1, 57.73, 61.43, -1, 54.74, 54.1, 62.39, -1, 50.65, -1, 52, 35.85, -1, -1, -1, -1, -1, 51.39, 53.23, 58.05, 52, 36.31, -1, 45.32, -1, 60.02, 52, 20.92, 62.66, 45.08, 46.5, -1, 35.53, 35.58, -1, -1, -1, -1, 57.06, -1, -1, -1, -1, -1, 54.35, -1, 57.15, -1, -1, -1, 62.25, -1, 55.79, 47.1, -1, 62.49, 46.63, 62.49, -1, -1, 58.48, -1, 46.42, 44.26, -1, 62.39, 32.93, 57.06, 35.56, 60.59, -1, -1, -1, 46.56, 54.83, 57.16, 57.49, 56.04, 47.78, 50.12, -1, 50.3, -1, 60.04, -1, 56.92, 58.23, 57.33, -1, -1, 57.06, 33.27, 57.18, 59.43, 51.77, 54.37, -1, 51.41, 40.14, -1, -1, -1, -1, -1, 57.06, -1, -1, 43.48, 48.09, 55.24, 46.98, -1, 54.1, 61.18, 57.16, 22.28, 55.69, -1, 54.2, -1, 60.02, 57.76, -1, 38.23, -1, 54.2, 57.06, 62.39, -1, -1, 60.29, 38.39, -1, -1, -1, -1, 29.67, 49.41, 33.35, 57.16, 47.6, 55.59, -1, 40.95, 54.2, -1, 59.48, 40.77, -1, -1, 57.54, -1, -1, 51.94, -1, -1, 44.92, 59.14, 42.16, 43.95, 57.16, 38.97, 24.22, -1, 54.2, 41.63, -1, 46.31, -1, -1, 45.56, 51.77, -1, -1, -1, -1, 45.61, -1, 57.33, -1, -1, -1, 51.53, -1, -1, 62.49, 62.39, 28.63, 54.69, 64.93, 38.72, -1, -1, 54.77, -1, 50.14, 64.09, 60.02, -1, 57.33, 26.3, 53.06, 62.96, 61.65, -1, 63.65, 46.92, 61.26, -1, -1, -1, -1, 43.03, -1, -1, 51.49, 54.2, 54.12, -1, 54.37, 54.09, -1, -1, -1, 60.29, -1, 58.15, 47.02, 60.29, -1, 62.49, -1, 57.72, 57.33, 62.39, 60.12, 54.79, 39.69, 62.39, 41.81, 54.1, 46.25, 60.12, 59.43, -1, 62.49, -1, 52.23, 45.71, -1, -1, 58.89, 62.39, 46.33, 33.56, 50.68, 62.39, -1, -1, 57.33, 51.03, 56.37, 63.44, -1, 54.2, -1, -1, 60.02, -1, -1, -1, 38.52, -1, 40.23, -1, 51.83, 60.12, -1, 44.08, 51.42, 51.26, 28.03, 35.61, 46.84, 46.67, -1, 45.55, 54.69, 41.88, 58.15, -1, -1, -1, 57.16, 57.16, 62.39, -1, -1, 52.02, -1, 42.92, 53.37, 62.49, -1, 38.07, 54.27, -1, -1, -1, 58.16, 62.39, 45.56, 61.17, 57.16, 41.04, 49.19, 49.63, 37.34, 47.43, 62.49, 57.06, -1, 54.2, 60.02, 59.62, -1, -1, 57.33, 52.43, -1, -1, -1, 64.98, 62.49, 53.1, 40.04, 64.55, 57.33, 56.29, 46.67, 41.88, -1, -1, -1, 54.79, 60.29, -1, 50.53, 57.16, 62.7, -1, 32.57, -1, -1, 62.39, -1, 62.39, 49.29, -1, 66.36, 49.23, -1, -1, -1, -1, 53.06, 48.69, 61.28, -1, 60.02, 56.19, -1, 35.72, -1, 60.02, 52.79, 54.1, -1, 45.22, 49.87, 57.16, 34.22, 50.54, -1, 54.92, 47.22, -1, 48.28, -1, -1, -1, -1, 60.12, -1, -1, 45.73, 57.63, 58.05, 44.68, -1, -1, -1, 48.28, 64.69, 54.1, -1, 67.26, 43.83, 56.58, 50.83, 57.06, 61.1, 52.11, 41.9, 57.63, 57.16, -1, -1, -1, 62.39, -1, 50.81, 50.68, 49.24, -1, -1, 42.17, 57.16, 62.39, 44.32, 56.33, 62.39, -1, -1, 57.16, 57.16, -9, -1, 54.1, 57.73, 62.66, -1, 49.82, 54.96, 38.88, 60.12, -1, 52.21, 52.2, 65.13, 33.42, 57.06, -1, -1, -1, -1, -1, 41.78, 57.33, 57.9, 31.92, 52.8, -1, 56.35, 55.73, 47.53, 49.65, 63.8, 46.72, -1, 57.06, 60.29, -1, 64.76, -1, 62.39, 60.13, 54.1, 54.2, 55.19, 47.72, 67.76, -1, 48.77, -1, 55.44, 47.49, 50.15, -1, 62.39, -1, -1, 64.97, -1, 46.63, 57.06, 45.81, -1, -1, 47.79, 38.61, 54.37, -1, -1, 54.02, 54.79, 62.39, -1, -1, -1, 31.73, 59.35, 39.63, -1, 54.1, -1, 52.78, 50.54, 51.62, 46.7, -1, -1, 62.66, -1, 52, 59.43, -1, 57.16, 62.39, -1, 55.09, 36.72, -1, 38.97, -1, -1, -1, 35.22, 43.06, 63.53, 57.87, -1, 50.5, -1, 51.25, 50.82, 57.06, -1, 57.16, 64.55, 58.69, 52.93, -1, 45.36, 22.28, 51.24, -1, 57.16, -1, 43.92, 62.39, 49.27, -1, 53.78, -1, 36.73, 62.39, 41.62, 18.76, -1, 46.86, -1, -1, 59.29, 58.32, 45.85, 60.12, 54.37, 62.39, 49.63, 54.2, 62.39, -1, -1, -1, -1, 62.66, -1, 48.98, 34.3, 57.06, 42.83, 42.35, 60.29, -1, -1, 55.99, 39.15, 41.92, -1, -1, 31.24, 56.08, 37.46, 63.88, -1, 44.72, 54.74, 30.28, 51.79, 50.82, 51.83, 52.22, -1, 60.02, -1, 45.9, 64.96, 47.52, -1, 57, 47.64, -1, -1, -1, 62.39, 54.37, 53.51, 44.24, 34.9, 42.34, -1, -1, 57.16, 31.16, 54.56, 62.49, -1, 60.5, 62.42, 49.8, -1, 41.17, 46.07, -1, 57.33, 60.89, -1, 65.54, 41.07, -1, 57.33, 64.18, 51.41, 57.06, 40.83, 46.24, 51.66, 57.88, 60.02, 43.01, 24.6, -1, 30.17, -1, 50.96, 55.29, 43.65, 60.59, -1, -1, -1, 50.82, 59.43, 54.96, 44.98, 33.38, 53.64, -1, -1, -1, -1, -1, 42.76, 57.16, -1, -1, -1, -1, 59.14, -1, 40.98, 53.34, -1, 40.48, 62.39, -1, 55.79, -1, 54.37, 43.38, -1, 59.7, -1, -1, -1, 49.73, -1, -1, 59.43, 62.49, 48.7, 24.11, 57.06, 55.07, -1, 45.65, -1, -1, 62.1, 57.33, -1, 40.16, -1, 28.16, -1, 45.37, 51.05, 48.03, 38.06, 62.39, 62.39, -1, 51.41, 42.85, -1, 58.69, 54.77, -1, 39.95, 60.63, 23.76, 57.06, 38.98, -1, 57.41, 57.57, 54.37, 59.43, -1, 59.22, -1, 50.06, 62.44, -1, -1, -1, 38.16, 52.51, 40.87, -1, 63.41, 35.11, -1, 57.73, 57.16, 57.57, 63.09, 57.18, 21.56, -1, -1, -1, 54.69, -1, -1, 56.53, -1, -1, -1, 57.1, -1, 37.22, -1, -1, 62.39, -1, -1, -1, -1, 57.33, 57.16, 38.85, 15.93, 57.33, 48.45, 49.51, -1, 45.71, -1, 31.9, -1, -1, 57.16, 44.86, 60.29, 53.52, -1, -1, -1, 56.01, 50.65, 34.45, -9, 54.45, 58.89, 46.06, 42.42, -1, 42.52, 35.39, -1, 40.27, 57.03, 51.03, 41.67, 64.87, -1, 54.2, 48.99, -1, 58.15, 58.69, -1, -1, 57.16, 52.97, 61.28, 62.49, 64.4, -1, -1, 41.07, -1, 62.39, -1, -1, 54.1, 60.02, -1, 45.98, 62.49, -1, 57.16, 59.53, 49.14, -1, -1, -1, 42.76, 57.06, -1, 62.49, 60.69, -1, -1, -1, -1, -1, -1, -1, 60.08, -1, 57.33, 36.42, 52.54, -1, 54.2, 62, -1, 61.53, 39.39, 41.72, 38.78, -1, 38.33, 50.65, 54.2, -1, -1, 47.67, 51.83, 40.79, 57.16, -1, 48.28, 57.43, 50.14, -1, -1, 57.33, 38.77, -1, 40, -1, 62.49, 62.66, -1, 57.16, 50.65, -1, 54.1, -1, 60.7, -1, 49.58, 47.15, -1, -1, -1, 58.09, -1, -1, 62.49, -1, 36.63, 48.77, -1, -1, 50.16, 51.49, 52.99, 41.98, -1, 55.59, -1, 48.77, 46.8, 50.54, -1, 44.8, 55.77, 39.12, 54.37, 40.64, 49.44, 45.59, 52, 42.13, 57.33, 31.34, -1, -1, -1, -1, -1, 38.23, -1, 39.28, 22.84, 62.39, -1, 53.8, -1, -1, 57.06, 37.66, -1, -1, 45.85, -1, 60.02, -1, 55.55, 64.34, 35.62, 55.36, -1, 50.48, -1, 57.16, -1, -1, 58.89, 57.06, 43.31, -1, 41.81, 45.91, 45.91, 29.78, -1, -1, 62.66, -1, 59.43, 62.39, -1, 57.16, -1, -1, 52.24, 54.2, 47.11, -1, -1, -1, -1, 43.37, 49.56, 62.39, -1, 52.38, 62.53, 57.16, 33.14, 57.06, 46.86, 57.33, 62.1, -1, 57.16, 62.39, 61.85, 62.49, 51.39, 60.12, 54.1, -1, -1, -1, -1, -1, 59.46, 58.32, 59.43, 47.95, 60.12, 40.98, 56.57, -1, 61.12, -1, 57.16, 65.54, 57.06, -1, 57.33, 49.11, -1, 46.32, 54.5, 57.16, 53.46, -1, 54.37, 50.82, 57.16, -1, 40.01, -1, 55.5, -1, 65.38, 48.87, -1, -1, -1, -1, 57.57, -1, 62.39, 39.81, 54.45, 60.68, -1, 38.39, -1, -1, -1, -1, 62.49, 62.39, 56.09, -1, 39.75, -1, -1, -1, 50.54, 57.16, -1, 50.06, 51.64, 33.12, -1, 62.1, -1, 43.05, 58.95, 57.06, 61.09, -1, 56.72, -1, 58.44, 55.97, -1, 36.42, 26.89, 57.16, -1, 33.21, 36.51, 38.01, 53.9, 48.87, -1, 55.19, 22.31, -1, -1, 33.27, -1, 55.09, 36.04, 43.57, -1, 53.78, 52, 46.04, 39.8, 59.36, -1, 57.65, 55.06, -1, 60.29, -1, 58.15, -1, -1, 51.72, 48.82, -1, -1, -1, -1, 55.3, 64.09, -1, -1, 45.04, -1, 55.76, -9, -1, 54.01, 54.39, 25.3, 48.1, -1, -1, 60.02, 57.57, 64.13, -1, 59.7, 38.33, 46.69, -1, 52.68, 62.66, -1, -1, -1, 43.37, -1, 42.7, 51.67, 54.2, -1, 45.66, 64.64, 46.08, -1, -1, -1, -1, 63.53, 52.83, 51.24, 55.85, 42.15, 54.77, 33.05, 33.2, 41.53, -1, -1, -1, 57.16, 62.49, 48.18, -1, -1, 61.12, -1, 57.16, 49.76, -1, -1, -1, 62.49, -1, -1, -9, -1, 57.16, 49.14, 51.67, 62.66, -1, -1, 52.48, 57.38, 54.1, 50.82, -1, 58.05, -1, -1, 50.92, 58.15, 49.69, 43.97, 43.37, -1, 41.06, 62.49, -1, -1, 48.18, 62.96, 57.16, 55.85, -1, 26.48, -1, 32.48, 62.66, 39.8, 57.96, -1, -1, -1, -1, 57.33, 44.58, -1, 53.23, 46.17, -1, -1, 51.77, 62.49, 33.49, -1, 60.29, 57.56, -1, 60.12, 24.89, 59.53, 57.16, 62.39, -1, 57.06, 51.49, -1, -1, -1, -1, -1, 55.48, 40.59, 37.25, 49.46, 52.21, 50.65, -1, 44.32, -1, 54.2, 62.39, -1, 14.85, -1, 57.92, -1, -1, -1, -1, 50.2, 58, 60.32, 52.23, 49.76, 62.49, 38.73, -1, 47.66, 54.2, 49.81, -1, -1, -1, 46.67, -1, -1, 66.7, 60.23, 53.23, 51.83, -1, -1, 47.7, 53.91, -1, 58.05, 40.55, -1, 29.16, 44.67, -1, -1, 64.64, 47.15, 57.06, -1, -1, 49.07, -1, -1, 60.12, -1, 54.37, 41.34, 42.64, 50.07, 56.35, 38.26, 49.24, 51.14, 33.83, 57.06, -1, 58.72, 52.28, 59.89, 55.77, -1, -1, -1, -1, 33.58, -1, 57.06, -1, -1, -1, -1, -1, 50.01, -1, 62.39, 57.33, 39.72, 41.47, -1, -1, 42.58, -1, -1, 62.49, -1, 58.72, -1, -1, 44.02, 61.12, 62.49, 62.66, 57.16, 47.9, -1, 58.98, 61.85, 37.57, 61.02, -1, -1, -1, -1, 36.41, 57.06, 55.57, -1, 55.76, 52.19, 53.82, 33.06, 62.49, -1, 57.06, 57.06, -1, -1, 54.62, 52, 57.73, 57.16, 57.06, 60.96, 58.32, 57.06, 33.05, -1, -1, 59.7, -1, -1, 58.14, -1, 60.12, -1, -1, -1, 34.3, 48.09, 57.06, 49.58, 49.79, -1, 39.31, 54.79, 57.16, 38.32, 57.7, 35.85, 60.29, 57.54, -1, -1, -1, 53.47, 45.69, 39.4, -1, -1, -1, -1, 54.2, -1, -1, 62.39, -1, 54.1, -1, 55.73, 62.49, 55.44, 36.04, -1, 62.66, -1, 58.15, -1, -1, -1, 25.91, -1, -1, 43.82, 62.39, 54.5, -1, 63.44, -1, -1, -1, 49.12, 46.5, -1, 61.43, 60.12, 12.05, 57.06, -1, -1, 43.49, -1, 54.79, 54.69, -1, -1, 51.77, -1, 62.39, -1, 56.75, 41.27, 59.46, -1, 54.89, -1, -1, -1, 50.41, 62.66, 58.15, 60.12, 52.61, 50.18, 37.6, -1, -1, 53.23, 57.06, -1, 60.29, 57.16, 63.38, -1, -1, 62.39, 42.34, 57.57, 62.39, 59.07, -1, 53.27, -1, -1, -1, -1, -1, -1, 50.03, 54.96, 54.1, -1, -1, 55.53, 19.57, -1, 32.26, -1, -1, -1, 59.53, 59.96, 59.97, -1, 57.16, 56.57, 61.26, 50.66, -1, 31.5, 49.07, 50.08, 60.12, -1, -1, -1, 62.39, 39.15, -1, 40.95, 41.88, -1, 51.85, 62.49, -1, 46.06, -1, 36.13, -1, -1, 52.35, -1, 61.43, 62.39, 52, 54.69, 60.29, -1, -1, 62.66, 47.7, -1, -1, 58.15, 62.39, -1, 39.82, 62.49, 54.07, -1, 52.68, 52.82, -1, -1, -1, 43.15, -1, -1, 37.61, 42.87, -1, -1, 63.24, -1, -1, 26.64, -1, 38.39, 45.85, 51.13, -1, 63.48, 57.16, 63.16, 60.12, 57.33, 53.75, -1, 55.42, 62.39, 43.19, -1, -1, 51.49, -1, -1, 39.98, -1, 59.31, 47.07, 45.46, -1, 52.76, 46.34, -1, 58.15, 36.09, 54.69, -1, 59.88, -1, -1, -1, 51.09, -1, 57.57, -1, -1, 62.66, 61.8, 49.58, -1, 62.15, 59.53, -1, -1, 43.14, 54.37, 60.12, 34.44, 59.32, -1, -1, 53.32, 47.55, 62.66, 51.24, 57.16, 48.93, -1, -1, -1, 61.86, 26.58, 54.2, 54.1, 57.16, 33.04, -1, 62.39, 39.26, 44.83, -1, 57.34, 47.44, -1, -1, -1, -1, 34.58, -1, 63.64, -1, 34.32, -1, -1, 51.24, -1, 54.2, 58.02, 60.29, 57.33, 32.08, -1, -1, -1, 41.06, 35.06, 59.6, -1, 42.58, -1, -1, 60.69, -1, 57.06, 57.41, -1, 34.92, 43.81, -1, -1, 62.39, -1, 40.12, -1, -1, 54.2, 60.06, -1, -1, 62.66, -1, 59.94, 57.33, -1, -1, 31.13, -1, 40.96, 57.16, 49.06, 51.14, -1, -1, -1, -1, 55.44, -1, 51.41, 28.45, 60.02, -1, 35.15, 57.06, 64.09, 52.06, 64.37, 57.16, -1, 41.53, 61.68, -1, 35.91, 45, -1, 59.48, 57.32, 59.9, -1, 40.48, 51.41, -1, 44.87, 62.9, 41.56, -1, 57.92, 46.38, -1, 62.39, 56.92, -1, 45.18, -1, 40.05, 44.22, 57.76, 52.68, -1, 62.49, -1, 57.33, -1, 57.06, 42.27, -1, 42.17, 46.96, 48.76, 57.33, -1, -1, 62.49, 60.12, 54.11, 51.97, 43.46, -1, 38.85, -1, 46.4, -1, 55.12, 49.02, 36.67, 50.08, 60.12, 61.12, 59.29, 57.65, 54.1, -1, -1, 64.66, 60.47, 49.46, -9, -1, 62.39, -1, -1, 60.82, 46.1, 62.39, 45.81, -1, 57.06, -1, 61.52, 28.12, 50.54, -1, 54.66, -1, -1, 52.02, 40.36, -1, 47.2, -1, 43.08, 55.84, 60.02, -1, -1, -1, -1, 60.29, 62.39, -1, 48.28, -1, -1, 60.12, -1, -1, -1, 47.73, 43.83, 46.96, 33.83, -1, -1, -1, -1, -1, 60.12, 62.39, 46.08, 62.39, 48.67, -1, 60.81, 62.39, 57.16, -1, 55.36, -1, -1, 51.83, -1, 60.02, 39.09, 36.27, 44.17, 57.16, -1, 54.2, -1, -1, -1, 59.08, -1, 58.86, -1, 63.41, -1, 62.39, 57.06, 62.39, 62.49, 60.12, -1, 50.03, 39.18, 66.46, 52.2, 62.49, -1, 27.91, 60.12, 51.24, 36.65, 57.65, 56.57, 62.39, 40.86, 55.77, 49.04, -1, -1, -1, 56.18, 28.05, -1, -1, -1, -1, 57.16, -1, 59.53, -1, 49.62, 46.8, 41.15, 49.35, -1, -1, 56.91, -1, -1, -1, -1, -1, -1, -1, 32.56, -1, 53.13, 45.13, 54.71, 57.06, 60.12, 62.25, 30.32, -1, 36.77, -1, -1, -1, 26.73, 32.46, 62.66, -1, -1, 60.81, 26.05, 54.1, -1, 54.1, -1, 58.07, 62.9, -1, 50.65, -1, -1, 58.17, 42.01, -1, -1, 43.02, 60.29, -1, -1, 43.73, 55.68, 48.06, 60.12, -1, 64.93, 62.66, 52.49, 57.06, 46.1, 58.65, 52.31, 57.9, 63.13, 62.39, 52.99, -1, -1, -1, -1, -1, -1, 34.61, -1, -1, 59.53, 57.78, -1, 27.89, -1, -1, 59.53, 57.16, 62.66, 54.84, -1, 55.02, 65.64, 52.48, -1, 61.83, 42.77, -1, 62.39, -1, 59.43, 61.68, 57.16, -1, 56.59, -1, 49.04, -1, 51.83, 55.79, 12.22, -1, -1, 57.06, -1, -1, -1, 57.16, -1, 47.6, 62.39, -1, 54.96, -1, -1, -1, -1, 69.5, -1, 59.31, 57.16, -1, -1, 62.49, -1, 50.06, 60.29, -1, -1, -1, 54.2, 58.72, 45.28, -1, 62.49, 35.98, -1, 48.87, 57.16, 38.51, 44.32, -1, 33.66, 42.35, 62.49, -1, 57.06, 59.46, 46.28, -1, -1, 50.7, -1, -1, -1, 41.07, -1, 43.96, -1, -1, -1, -1, -1, 54.2, 37.17, 58.15, 48.7, 52.14, 55.02, 58.17, 27.54, -1, 62.39, -1, 56.58, -1, 46.96, -1, 12.16, -1, 16.04, -1, 54.79, -1, 62.39, 27.16, -1, 57.16, -1, 51.44, -1, -1, 28.91, 58.15, 71.3, 60.29, -1, -1, 37.58, -1, 27.41, 62.39, 44.84, -1, -1, 37.36, -1, 45.06, 54.2, 51.77, -1, 56.07, -1, -1, -1, 37.6, -1, 54.37, -1, -1, 62.49, -1, -1, 57.33, -1, 62.49, 69.8, 50.54, -1, -1, -1, 51.83, 52.42, 52.68, 58.5, 42.85, -1, -1, -1, -1, -1, -1, -1, 62.39, -1, 44.24, -1, 61.27, -1, 59.53, 48.53, 34.96, -1, 39.03, -1, -1, -1, 48.45, 59.53, 54.37, 47.64, 60.02, 63.98, -1, 33.8, 38.82, 62.39, -1, -1, -1, 52.8, 51.53, -1, 46.08, -1, 39.91, 62.49, 57.33, 43.25, -1, 50.54, -1, -1, -1, 57.16, -1, 57.16, 61.68, -1, 49.62, 58.3, 62.39, 48.54, 46.97, 61.36, 57.33, 39.27, 62.99, -1, 60.72, 63.41, -1, -1, -1, -1, -1, 56.91, -1, 44.75, 54.94, 62.39, 43.1, 44.69, 53.87, 54.79, -1, -1, 34.41, 49.96, 60.45, 25.72, -1, -1, -1, 49.4, 58.8, 54.2, -1, 60.02, 54.69, 52.51, 47.2, 57.16, 61.29, -1, 56.47, -1, 60.35, -1, 51.69, -1, 57.18, 41.54, 62.57, 56.57, 35.17, 41.62, -1, 51.49, 62.49, 56.47, 47.01, -1, -1, 62.66, 29.35, -1, 49.22, -1, -1, 49.25, 54.2, 37.96, -1, -1, 57.33, 50.18, -1, -1, -1, 62.6, 46.4, -1, 37.47, 41.07, 52.43, -1, 56.41, 60.12, 48.76, 36.72, 51.83, -1, -1, -1, 41.07, 52.4, -1, 45.81, 54.37, -1, -1, 62.49, 56.74, -1, -1, -1, 52.34, 60.29, -1, -1, -1, -1, -1, 63.81, -1, -1, 64.08, -1, 51.09, 37.89, -1, -1, 57.16, 49.35, 54.03, -1, 53.78, 38.54, -1, -1, 54.74, 22.12, -1, 60.12, -1, 57.16, -1, -1, -1, 62.66, 37.92, 60.43, 57.33, 49.06, -1, 61.05, -1, -1, -1, 34.64, 48.28, -1, 52.82, 54.96, 58.55, 54.96, 51.55, 57.97, 54.37, -1, 59.43, 61.01, 57.16, 57.06, -1, 63.66, 54.96, 39.39, -1, -1, -1, 61.12, 45.18, 57.16, 54.37, -1, 43.57, 56.5, 49.52, -1, -1, -1, 49.91, 56.52, -1, -1, -1, 62.49, -1, -1, 41.87, 56.18, -1, 60.29, -1, 41.12, 48.98, -1, 55.73, 39.15, 49.25, 62.39, 41.17, 49.41, 51.83, -1, -1, 46.98, -1, 33.46, 53.93, 43.51, -1, 45.2, 51.49, 39.65, -1, 27.96, 44.13, -1, 58.95, -1, -1, 39.99, 48.28, -1, 47.62, 57.16, 42.48, -1, 48.37, 63.02, 57.16, 62.66, 55.87, 52, 62.39, 56.54, 57.06, 53.36, 44.77, 60.1, -1, 50.65, -1, -1, 54.79, -1, 43.32, 58.15, 58.62, 57.57, -1, -1, 57.06, 51.41, 58.15, 54.2, 54.34, -1, 21.8, -1, 46.4, 47.39, 62.39, -1, 57.06, 58.05, 62.39, 54.2, 56.57, -1, -1, 50.54, 59.7, 59.55, 62.66, -1, 62.39, -1, -1, -1, 44.16, -1, 61.21, 50.11, 30.94, 37.08, 33.44, 50.34, -1, 57.16, 56.64, 63.65, 16.89, -1, 58.32, -1, 67.22, -1, 58.05, 54.74, 41.47, 42.88, 44.89, -1, -1, -1, 57.06, -1, 49.29, -1, 60.12, 57.33, 48.9, -1, 54.2, -1, -1, -1, 58.47, -1, 53.82, -1, 62.39, -1, -1, -1, -1, 60.99, 59.43, 48.68, 56.92, 33.2, 55.82, 54.75, 58.61, -1, 57.33, 36.94, 59.53, 35.16, 39.4, 26.74, -1, -1, 31.06, 39.79, -1, 29.95, -1, 43.14, -1, 57.16, 37.9, -1, 58.96, 61.01, 59.86, -1, 53.99, 61.69, 28.05, 63.63, 57.16, 41.17, 64.66, 57.16, 62.49, 55.65, -1, 59.14, 21.86, 62.49, 57.16, 56.91, 58.89, -1, 60.12, -1, 39.57, 62.39, 46.03, -1, 27.86, -1, 44.82, -1, 40.79, 64.26, 55.47, -1, 51.94, 51.81, 54.69, -1, 59.22, 24.09, 54.2, -1, 47.66, 57.33, -1, 57.33, 62.49, 58.15, 44.36, 38.16, -1, 56.47, -1, 64.37, 58.75, -1, -1, 50.05, -1, -1, 48.87, -1, 60.02, 58.32, 55.74, -1, -1, 62.49, 57.16, 40.23, 62.39, 51.83, 52.48, 55.44, -1, 48.43, 37.58, -1, -1, 41.3, 58.05, 51.73, 66.52, -1, 57.84, -1, 33.83, 29.12, 47.45, 57.63, 54.2, -1, 51.99, -1, -1, -1, -1, -1, 39.1, 47.77, 55.19, 63.89, 50.65, -1, 53.78, -1, -1, 62, 61.01, 61.59, 56.51, -1, 62.49, -1, -1, 50.54, 54.1, 42.3, -1, -1, 63.24, 58.97, -1, 57.16, 52.86, 49.52, -1, 57.17, -1, -1, 38.93, 37.6, 35.94, -1, 52.02, -1, -1, 43.39, -1, 55.79, 48.02, 56.95, 56.01, -1, 58.62, 22.68, 62.39, 54.72, 63.4, 49.42, -1, -1, 22.47, -1, 57.16, -1, 54.78, -1, 62.39, 60.12, 58.15, -1, 31.68, -1, 37.45, -1, 51.14, 55.03, 57.92, -1, -1, 62.39, -1, -1, -1, 53.96, -1, -1, 62.9, 64.66, 38.34, -1, -1, -1, 56.47, -1, 52.97, -1, 61.4, 43.57, 50.54, -1, 64.38, 52.7, 44.59, 54.74, 54.1, 57.63, 62.39, 57.06, 40.88, 49.86, 47.9, 64.66, 59.84, -1, -1, 57.73, 50.82, 60.12, 60.12, 45.64, 61.05, 48.81, -1, 60.12, -1, 60.12, 40.48, 42.33, 57.18, 60.12, 35.38, -1, 52.02, -1, 62.49, 58.59, 57.27, 53.12, -1, -1, 43.56, 57.16, 60.12, 55.11, -1, 57.33, -1, 58.77, -1, -1, 58.15, -1, -1, -1, -1, 57.16, 57.16, 46.33, 33.52, -1, -1, -1, 57.16, -1, 54.2, 37.7, 59.71, 61.33, -1, 51.15, 54.37, 43.44, 62.66, -1, 36.99, -1, -1, 62.58, 44.77, -1, 61.97, -1, 47.62, -1, 57.35, 54.2, 36.74, 40.07, 62.39, 52.6, -1, 44.66, -1, 60.92, 57.33, -1, -1, 62.37, -1, -1, -1, -1, 40.55, 48.77, 57.06, 57.06, -1, 57, 28.09, -1, 58.48, 62.39, -1, 62.39, 41.58, 42.75, -1, 39.39, 62.66, -1, 51.77, 62.49, 39.01, 51.83, 37.35, -1, -1, 52.54, -1, 39.11, 48.9, 62.49, 62.05, 51.14, 45.91, -1, 48.96, -1, -1, 29.12, 58.11, 51.31, 57.33, 50.12, 64.83, 57.16, -1, 49.06, 57.16, 34.92, 47.3, 49.81, -1, 60.02, -1, 56.12, -1, -1, -1, -1, 45.48, 47.91, 61.01, 32.6, 39.17, 64.16, 55, -1, -1, 61.28, -1, 52.45, 48.92, 46.32, -1, -1, -1, 38.51, 62.39, -1, 44.02, 44.09, -1, 54.5, 52.4, 39.69, 35.21, 62.39, -1, 53.99, 62.39, -1, 39.58, 36.43, 41.46, 49.68, -1, 50.26, 56.33, -1, 57.15, -1, -1, 62.39, 58.93, 55.39, 58.48, -1, 52.99, -1, 35.13, 39.12, 46.8, -1, 35.84, 48.45, 44.21, 46.44, -1, 56.23, 62.39, -1, -1, -1, -1, 59.19, -1, -1, -1, 33.92, 53.98, 60.42, 57.09, -1, -1, 59.29, -1, -1, -1, 54.25, -1, -1, -1, 62.49, -1, -1, 49.8, 50.58, 62.7, 54.37, -1, 58.15, 46.35, -1, -1, 62.49, -1, 54.69, 62.39, 58.9, 59.54, 59.43, -1, 23.72, -1, 60.13, 46.7, 57.06, -1, 56.49, -1, -1, 63.37, -1, -1, 49.58, 58.58, -1, 40.38, -1, -1, -1, -1, 39.48, 57.16, 63.65, 57.06, -1, 49.61, -1, -1, 40.38, 57.33, 56.35, 42.33, -1, -1, 49.04, 54.79, 48.85, -1, -1, 60.02, 33.22, 43.03, 57.89, -1, 46.85, 65.56, 54.96, -1, 32.97, 50.65, -1, 37.57, 46.65, 62.07, 56.18, -1, 39.7, 53.19, 54.69, -1, 42.09, -1, 47.89, 51.49, -1, 57.16, -1, 57.06, -1, -1, -1, 40.42, -1, -1, 64.37, -1, -1, 49.04, 68.26, -1, -1, -9, -1, 62.39, 59.55, 44.1, 54.2, 59.7, -1, -1, 56.47, 57.33, -1, 60.12, 55.94, 57.16, -1, 33.55, 51.5, -1, -1, -1, 57.9, -1, 57.16, 66.55, -1, -1, 48.66, 54.96, 48.87, 47.32, 41.07, 51.7, -1, 41.07, 53.33, 19.01, -1, -1, -1, 59.43, -1, 62.66, -1, 62.39, 57.16, -1, 54.96, 41.17, -1, 38.5, -1, -1, -1, 56.58, 26.41, 26.59, 53.41, -1, 58.39, -1, 36.33, -1, 51.14, 50.45, 36.08, -1, -1, 61.28, 54.62, -1, -1, -1, 52.88, 54.2, 58.15, 62.66, 36.92, 50.11, -1, -1, 54.96, -1, -1, 61.61, -1, 46.48, -1, -1, 15.87, 48.43, 12.59, -1, 57.54, -1, 58.8, -1, 48.24, -1, 60.12, 44.03, -1, 42.42, 34.86, -1, -1, 52.91, 40, -1, 59.53, -1, -1, 61.13, -1, 57.16, 55.36, -1, 49.22, -1, 41.54, 62.39, 56.79, 55.88, 54.79, 57.16, -1, 49.06, -1, 37.25, 44.87, 54.2, -1, -1, -1, 57.06, 32.32, -1, -1, 47.97, -1, -1, 50.82, 57.33, 40.72, 62.49, -1, 31.52, -1, 49.82, 59.43, -1, 43.97, 37.34, -1, 58.05, 57.35, 45.55, 54.14, -1, -1, -1, -1, 54.96, 60.52, 50.76, 51.83, 57.16, 56.47, -1, 37.79, -1, -1, 61.65, -1, 57.16, 58.72, -1, 61.85, 54.1, 54.79, -9, -1, -1, 55.79, -1, 37.61, 41.46, 60.53, -1, 41.35, 36.54, -1, -1, -1, 43.94, 53.16, 35.35, 60.12, -1, -1, 57.16, 57.33, 57.11, -1, 46.63, 58.38, 61.13, 54.37, -1, -1, 59.43, -1, 62.49, 56.37, 62.39, -1, 58.15, 40.65, -1, 41.72, 54.69, 22.84, 63.65, 62.39, 37.66, -1, 38.33, 47.77, 38.18, 58.32, -1, 57.16, 62.66, -1, 54.37, -1, 50.15, 57.06, 62.49, -1, 56.57, -1, 63.6, 20.45, -1, 62.39, 62.39, -1, -1, 58.72, 50.65, -1, -1, -1, 48.28, -1, -1, -1, 61.2, 57.16, -1, 57.16, -1, -1, 47.71, 62.39, 53.1, 47.74, 62.39, 56.82, -1, -1, -1, 57.16, -1, -1, 56.31, 39.75, -9, -1, 32.83, -1, -1, 38.16, 47.15, 61.11, -1, -1, 37.86, -1, 48.28, -1, -1, 62.66, -1, -1, -1, 60.7, 55.44, 57.16, -1, -1, 15.65, 60.29, 52.88, -1, 62.49, -1, -1, -1, 48.99, -1, -1, -1, -1, 54.67, 41.34, 61.28, 49.95, 39.8, 68.51, -9, 54.2, -1, 56.33, -1, -1, 59.43, -1, 61.12, -1, -1, -1, -1, 34.64, 47.16, -1, -1, 56.57, -1, 32.76, -1, 42.67, 45.91, 54.78, 60.12, 41.27, 57.06, -1, 50.42, -1, -1, -1, 52.4, 53.16, 21.74, -1, 57.33, 35.12, -1, 57.33, 55.15, -1, -1, 57.65, 60.12, 57.57, 48.7, 53.42, 54.1, 58.67, -1, -1, 63.95, 51.25, 32.62, 28.54, -1, -1, 53.48, 62.01, 57.33, 41.85, 57.16, -1, -1, 54.04, 66.63, -1, 50.05, 56.35, 55.09, -1, -1, -1, -1, 60.12, -1, 37.99, 49.63, 27.88, -1, 46.41, -1, 57.33, 53.63, 50.55, -1, 60.12, 57.16, 60.3, -1, 33.23, -1, -1, -1, 24.67, 49.54, 44.64, 51.84, 53.05, 62.49, 33.12, 59.04, 25.88, 32.43, -1, -1, 62.39, 25.41, -1, 62.39, -1, -1, -1, -1, -1, 53.37, 62.39, 57.06, -1, 56.52, 33.04, -1, 57.16, -1, 59.7, -1, 51.54, -1, -1, -1, 58.89, -1, -1, 41.24, -1, 59.7, 57.33, 46.98, 62.43, 39.55, -1, -1, 59.03, 56.74, -1, -1, 50.87, 47.36, 62.9, -1, -1, 59.7, 41.07, -1, 54.57, 49.13, 62.66, 48.87, 46.91, 57.16, -1, 44.09, -1, 61.28, 62.39, 58.89, -1, -1, -1, 60.12, 60.02, -1, 38.51, -1, 47.15, 62.66, 44.01, 42.38, 50.62, 52.24, 47.36, 46.52, 29.1, -1, 48.65, -1, -1, 68.47, -1, -1, -1, 59.43, 55.19, 59.96, 42.54, 50.33, 57.72, 61.92, 49.25, -1, 47.12, 57.16, 61.27, -1, -1, 60, 49.58, -1, -1, -1, 54.79, -1, 63.65, 64.47, 36.49, -1, -1, -1, 64.66, 39.2, -1, 50.68, -1, 53.04, -1, 62.39, 59.28, 56.53, -1, 55.09, 50.54, -1, -1, 60.29, -1, 59.71, 37.19, -1, 65.62, 62.54, 53.14, 49.06, 51.73, 57.16, 62.39, 60.02, -1, -1, 48.92, 23.4, -1, 54.79, -1, 57.16, 45.8, 62.66, 57.63, 34.49, -1, -1, -1, -1, -1, 57.1, -1, -1, 48.45, -1, -1, -1, 54.96, -1, 49.58, 40.07, 62.66, -1, 62.39, 57.06, -1, 44.33, 57.16, 33.2, 49.28, -1, 59.63, 51.42, -1, -1, -1, 63.09, -1, 57.16, 53.37, 62.66, 52, 62.39, 57.06, 57.06, 60.02, 54.79, -1, 62.1, -1, 60.02, -1, -1, -1, 62.39, -1, 54.2, -1, -1, 55.9, -1, 57.16, 41, -1, 63.48, 62.66, 40.3, -1, 62.49, 64.24, -1, 64.19, 37.12, 29.17, 54.69, 52.92, -1, 62.39, -1, 55.29, -1, 52.31, 59.3, 57.06, -1, 58.94, 54.2, 60.88, 62.39, 46.68, 39.21, -1, 51.78, -1, 55.61, 55.36, -1, -1, 25.02, 64.08, 60.12, 50.65, -1, 57.16, 51.14, -1, 62, 46.11, -1, 59.75, 53.78, -1, -1, 46.52, -1, 31.82, 41.07, -1, -1, -1, -1, 18.76, -1, -1, -1, 17.29, 57.91, 46.35, -1, 59.14, 40.3, 62.49, 50.54, -1, -1, 46.79, 66.26, -1, 20.38, -1, 38.12, 62.39, 18.01, -1, 55.93, -1, -1, -1, -1, -1, -1, 38.28, 57.06, 49.44, -1, 44.22, 52.14, -1, 55.44, 55.36, -1, -1, 50.14, 57.06, -1, -1, 57.16, -1, 62.39, -1, -1, -1, -1, 57.73, 59.14, 58.34, 55.79, -1, -1, 60.7, -1, 46.22, -1, 57.06, 51.83, -1, -1, -1, 42.57, 43.77, 50.54, 62.39, -1, -1, -1, 44.19, -1, 57.33, 54.31, -1, 57.16, 55.34, -1, 55.9, 62.66, -1, -1, 47.76, 60.02, -1, -1, -1, 55.89, -1, 54.49, 52, -1, -1, 57.73, 57.16, 54.12, 41.17, -1, 65.39, 26.93, -1, -1, 57.42, 50.74, -1, 63.95, -1, 60.29, 60.02, 52.82, -1, -1, 57.11, 50.2, -1, -1, -1, -1, -1, -1, 58.46, 39.63, -1, 62.66, 62.39, -1, 41.78, -1, 60.12, 56.74, 50.65, 62.61, 47.68, 62.66, 58.15, -1, 55.76, 35.44, -1, 40.39, 52.39, -1, -1, 51.73, -1, 50.51, -1, 62.39, -1, 65.39, -1, 52.26, -1, 62.39, 36.67, -1, 65.56, 48.93, -1, -1, -1, -1, 56.35, -1, -1, 28.73, 29.21, 51.24, -1, -1, 54.2, 57.16, 53.95, -1, -1, 62.01, -1, -1, -1, -1, 43.34, -1, 65.65, -1, 54.2, 57.16, 44.14, 47.09, -1, 57.57, -1, 58.15, -1, -1, -1, 61.68, 54.69, -1, -1, 60.12, 57.73, 60.12, 54.37, 40.75, 57.06, 59.53, -1, -1, 39.75, -1, 27.56, 43.34, 58.82, -1, 63.41, 50.74, -1, 50.97, -1, 55.13, -1, -1, 48.87, -1, -1, 54.2, -1, -1, -1, -1, -1, 44.39, -1, 54.96, -1, 57.16, 31.59, -1, -1, -1, 26.42, -1, 56.32, 54.1, 57.16, 62.39, -1, 32.57, 49.46, -1, -1, 45.87, 31.46, -1, -1, 36.76, 48.77, -1, -1, 57.16, 57.16, -1, 49.43, -1, 61.52, -1, 46.67, 62.66, 57.31, 56.58, 57.33, 66.91, 60.3, -1, 43.58, 61.16, -1, -1, 50.12, -1, 47.66, -1, 53.34, 45.38, -1, 57.51, 54.79, 54.37, -1, 57.33, -9, 56.47, -1, -1, 45.74, 62.49, 29.04, 62.39, 46.48, -1, -1, 57.16, -1, 43.78, 51.73, -1, 40.02, 37.06, 57.16, -1, -1, 35.07, -1, -1, -1, -1, -1, 51.39, 54.2, -1, 38.02, 62.72, -1, -1, 54.37, 50.54, 57.06, -1, 48.68, 41.34, -1, 50.9, 53.9, -1, 62.9, 23.42, 54.2, -1, -1, -1, 57.33, 56.47, -1, 60.35, 57.06, 36.7, -1, 26.4, -1, -1, -1, -1, 50.98, 56.3, -1, 61.39, 42.13, 54.96, 57.93, 51.45, 40.77, -1, -1, -1, -1, -1, 66.13, 48.65, -1, -1, 31.91, 39.15, -1, 54.55, 41.23, -1, 34.96, 51.24, -1, -1, 62.49, 48.21, -1, 56.57, -1, 58.14, -1, 55.3, 18.24, 59.53, 62.39, 50.35, 62.39, -1, -1, -1, -1, -1, 52.87, 51.94, 50.52, -1, 55.93, -1, -1, 60.29, 57.06, 41.88, 51.27, 57.06, 62.49, -1, 51.64, 60.12, 62.39, -1, 53.88, 61.27, 52.82, 49.42, 57.33, 65.63, 61.64, 57.06, 57.33, -1, 59.53, 36.18, 59.85, 58.92, 44.25, 62.49, -1, 50.54, -1, 59.43, -1, -1, -1, -1, 57.16, -1, -1, 17.01, 59.53, -1, -1, 54.13, 55.2, 52.21, 54.61, -1, 24.13, -1, 57.16, -1, 63.41, 52.93, -1, -1, -1, 59.53, 34.52, 58.32, 51.36, -1, 57.33, 53.82, -1, -1, -1, 57.34, -1, 54.77, 49.8, 65.38, 40.26, 60.29, 36.43, 60.12, -1, -1, -1, 62.39, -1, -1, -1, 54.07, -1, -1, -1, 48.16, -1, 59.31, 57.06, 49.66, 57.19, -1, -1, 54.96, 52.01, -1, 53.88, -1, -1, 56.19, 62.39, 54.2, -1, 49.03, -1, 62.49, 57.16, 62.66, 62.39, -1, 40.42, -1, -1, -1, -1, -1, 60.12, 42.12, 57.16, -1, 49.38, 54.04, 46.63, 40.73, 59.53, 38.65, -1, -1, 41.07, 57.06, 59.53, 62.39, 59.14, 60.68, 60.02, -1, 57.06, -1, -1, 46.97, -1, 55.14, 52.57, -1, 54.1, -1, 47.7, 45.48, -1, 48.53, 51.83, -1, 57.16, -1, 52.2, 39.02, -1, 54.2, 48.19, -1, -1, 59.43, -1, -1, 57.06, 27.36, -1, 57.06, -1, 46.3, 60.02, -1, 60.53, 43.63, 61.28, -1, -1, 34.3, 50.12, 54.96, -1, 54.69, -1, 48.18, -1, 54.37, -1, 54.2, -1, 55.86, 62.39, 49.04, -1, 60.12, -1, -1, -1, 56.57, 56.99, 62.49, 54.96, -1, 50.68, -1, 23.42, -1, -1, 60.12, 46.03, -1, 59.53, 42.63, 59.53, 42.9, 40.86, 51.75, -1, 47.19, -1, 64.01, -1, 57.06, 57.16, 49.58, -1, -1, 59.53, -1, -1, -1, 38.68, -1, 61.12, -1, -1, 50.49, -1, 60.29, -1, -1, -1, -1, -1, 57.16, -1, 62.02, 44.02, -1, 45.98, -1, 59.53, -1, 46.9, 58.15, 57.06, -1, 54.79, 62.49, -1, 62.39, 52.68, 55.85, -1, 64.64, 63.56, -1, -1, 56.47, -1, 52.48, -1, 39.58, 62.49, 63.24, -1, 41.02, 60.12, 54.2, 62.39, 57.9, 15.93, 54.1, -1, 29.91, 48.77, -1, 58.32, -1, 45.56, 42.44, -1, 62.66, 49.22, -1, 51.73, -1, -1, 55.19, -1, 35.06, 55.51, -1, 53.08, 52.07, -1, -1, -1, 60.02, 55.76, 49.73, 51.16, 57.16, 51.14, 52.34, -1, -1, 57.76, 48, 40.01, 54.2, 50.1, 58.47, 57.16, 54.1, 56.47, -1, -1, 54.36, -1, 69.15, -1, 54.96, -1, -1, 62.4, -1, -1, 49.41, -1, 48.87, 52.08, -1, -1, 62.39, -1, 54.31, 40.92, -1, 51.83, -1, 41.31, -1, 53.39, 42.76, -1, -1, -1, -1, 55.5, 55.35, -1, -1, 42.75, 50.04, 39.23, -1, 56.11, -1, 59.29, 61.51, 62.39, 59.07, 33.4, 51.83, -1, -1, -1, 58.15, -1, -1, 42.31, 54.2, -1, -1, -1, -1, 51.83, -1, 48.63, 64.7, 57.16, 46.86, -1, 60.29, -1, 48.78, 54.1, 57.06, 36.9, -1, 54.96, 60.12, 58.05, 36.7, 48.43, 57.62, 57.33, 45.52, 60.5, 57.16, -1, -1, 57.92, 57.16, 40.64, -1, 57.06, 45.8, 52.47, 49.65, -1, -1, 53.33, 60.12, 43.02, 59.46, -1, -1, -1, 60.02, -1, 45.88, -1, 55.56, 54.77, -1, -1, 57.06, 62.56, -1, 38.16, 60.29, 55.61, -1, 61.58, 58.15, -1, -1, 60.12, 60.29, -1, 55.69, -1, 53.51, -1, -1, 57.33, -1, 62.49, 54.37, -1, 60.29, 58.56, -1, 57.16, 57.16, -1, -1, 60.12, 52.39, 56.82, 58.69, 62.39, 14.64, 55.24, 54.37, -1, 57.16, -1, 57.06, -1, 62.49, 50.82, 40.89, -1, -1, -1, -1, -1, 30.22, 53.12, 65.54, -1, 39.34, 38.94, 62.49, -1, 62.39, 51.83, -1, 20.58, -1, 62.66, 52.24, 50.65, 60.56, 56.61, 51.24, -1, 41.13, -1, 54.77, -1, 50.85, -1, 61.01, 44.87, -1, -1, -1, 53.44, 62.39, 41.83, 43.31, 32.31, 57.16, 54.67, 57.16, -1, -9, 57.06, 51.53, -1, 40.94, 61.11, -1, 51.24, 41.36, 50.65, -1, -1, -1, 65.39, 20.56, 56.75, 54.37, -1, -1, 59.26, -1, 62.39, -1, -1, 53.82, -1, -1, -1, 60.12, -1, -1, -1, 40.6, 66.61, 58.89, -1, 57.93, 62.56, 62.39, -1, -1, 37.24, -1, 24.76, -1, -1, -1, -1, 64.44, 38.74, 54.1, 61.86, 22.99, -1, 58.32, -1, -1, -1, 57.16, 60.29, -1, 51.24, 49.75, 57.16, -1, 40.07, -1, 54.96, -1, 57.33, 59.43, -1, 37.11, -1, -1, -1, -1, -1, 62.49, 57.06, -1, -1, 34.95, 57.16, 51.14, -1, 64.66, -1, -1, -1, 51.73, -1, -1, 60.29, 59.32, 45.26, 45.31, 54.1, 33.19, 46.75, 32.99, -1, 50.91, -1, -1, 60.29, -1, -1, 57.16, -1, 59.43, -1, 44.38, -1, 53.42, -1, 46.16, 60.12, 36.64, 34.06, -1, -1, 57.33, 62.49, 63.11, 42, 17.42, -1, 30.77, -1, 41.88, 61.73, 40.54, -1, 24.32, -1, 54.2, 37.48, 49.27, -1, 60.02, -1, 51.36, -1, -1, 52.3, -1, 62.39, -1, 68.32, -1, 58.3, 47.6, 51.24, 20.33, 57.06, 54.37, -1, 59.43, -1, 37.77, 36.12, -1, -1, -1, 41.88, 61.43, 57.16, 48.49, 49.7, -1, 57.16, 44.56, -1, -1, 48.78, 62.39, -1, -1, -1, -1, -1, 45.9, 62.39, 27.86, 57.16, -1, -1, 40.06, -1, 42.17, -1, 45.99, 40.64, -1, 54.44, 38.4, 26.14, -1, 57.16, 44.28, -1, -1, 54.79, 62.39, 52.42, 55.19, 62.66, 57.33, -1, 42.76, 65.2, 62.23, 55.9, -1, -1, 43.84, 57.06, -1, -1, -1, 58.72, -1, -1, 57.11, 52.99, -1, 62.11, 42.96, 58.44, 58.62, 57.67, -1, 57.73, -1, -1, -1, 52.82, 58.15, 59.69, 57.06, 52.25, 37.1, 49.44, 55.51, -1, 60.53, -1, 59.09, 62.39, 37.95, 57.33, 46.33, -1, -1, -1, -1, 54.96, 60.13, -1, -1, 34.08, -1, -1, 54.96, 51.24, 54.46, -1, 46.67, -1, 53.37, 60.87, 62.19, 61.83, -1, -1, 57.06, -1, -1, -1, 60.84, 54.71, 57.16, 46.81, -1, -1, -1, 60.02, -1, -1, 60.68, -1, 54.2, -1, -1, 55.77, 54.45, 49.81, 60.7, 42.97, 57.16, 57.16, 49.72, 47.61, -1, 62.66, -1, 57.06, 54.63, 52.32, 57.16, 51.41, -1, -1, -1, -1, 57.16, 45.8, -1, -1, -1, -1, 44.75, 40.71, 51.38, 57.73, 46.06, 48.77, 56.94, -1, -1, 51.83, 54.14, -1, -1, -1, 49.63, 55.94, -1, -1, 62.66, 62.39, -1, -1, -1, 47.89, -1, 60.12, 29.6, 57.16, -1, 57.92, 62.66, -1, -1, -1, -9, -1, 51.49, -1, -1, -1, -1, -1, -1, -1, 54.3, 50.65, -1, -1, -1, -1, 62.66, -1, 57.06, -1, -1, -1, 40.64, 60.06, 54.37, -1, 57.17, 61.11, -1, 37.52, -1, 58.96, 57.06, -1, -1, 62.39, 57.06, 39.15, 33.73, 34.78, -1, -1, 46.25, 57.16, 48.68, 52.54, -1, -1, -1, -1, 40.89, 63.83, 57.49, -1, 45.5, 33.32, 62.39, 41.05, 62.16, 35.2, 46.59, 52.88, -1, -1, -1, 51.24, -1, -1, 57.18, 57.06, -1, 44.22, -1, -1, 24.39, 38.75, 55.34, 44.59, -1, 46.92, -1, 44.82, 22.43, -1, 51.83, -1, -1, -1, 57.16, 51.41, 41.17, 57.33, 62.66, 51.85, 31.26, 59.53, 54.1, -1, 28.94, 57.16, 46.98, 50.13, 61.42, -1, 56.91, 26.57, 46.31, 54.1, 45.27, 38.81, 54.5, 58.33, -1, 60.46, -1, -1, 45.58, 55.8, -1, -1, 52.11, 60.02, 54.61, 47.4, 54.37, 62.39, -1, 62.39, -1, 69.88, 59.07, 42.95, 54.03, -1, 57.06, 62.49, 56.92, 62.49, -1, 50.82, -1, -1, 64.37, 38.14, 57.16, 60.06, -1, 32.48, 61.1, 47.13, 55.97, -1, 59.7, 52.06, -1, -1, 54.96, -1, 30.46, 62.39, -1, -1, 44.16, 62.39, -1, 40.12, -1, 48.28, 54.16, -1, 63.89, 54.85, 59.7, 57.06, 37.92, 56.91, 53.36, -1, 57.16, 59.31, 48.04, -1, 47.3, 32.27, -1, -1, -1, 39.64, 57.06, 36.97, 49.04, -1, 36.59, 46.03, -1, -1, -1, 57.29, 62.27, -1, 37.25, -1, -1, 61.61, 62.66, 60.29, -1, 57.33, 36.94, -1, 57.16, -1, 18.84, 60.02, 58.56, 61.16, -1, 46.4, 45.71, 62.49, 41.06, 62.66, 42.64, -1, -1, 38.81, 51.49, -1, 61.13, 59.64, -1, 66.61, 50.79, 39.45, -1, 50.37, 59.53, 35.61, -1, 62.9, 47.04, -1, 54.2, 55.19, -1, 62.39, 43.27, 60.24, -1, 57.16, 57.06, 63.4, 59.88, 60.12, 62.49, 60.99, -1, 55.19, 62.39, 50.85, -1, -1, 60.12, 66.37, 29.61, 26.57, 54.38, 54.2, 42.11, 60.24, 51.49, 62.39, -1, 40.94, 39.74, 57.16, -1, -1, 52.38, 33.08, -1, -1, -1, 64.15, -1, -1, 57.06, 59.43, -1, -1, 60.72, 40.88, -1, 41.11, 62.49, 50.57, 32.35, 53.02, 54.2, 54.96, -1, 62.49, 59.6, -1, -1, 57.16, 16.04, -1, -1, -1, 59.43, 44.82, -1, -1, -1, 38.29, 43.61, -1, -1, 57.16, 62.39, 60.29, -1, 38.51, 30.68, 19.98, 61.52, 27.82, -1, 72.56, 56.72, -1, 54.94, 63.09, 50.37, -1, 29.23, 35.39, -1, -9, -1, -1, 54.1, -1, -1, 57.16, 53.35, -1, 48.77, 62.49, 49.35, -1, -1, -1, -1, 38.09, 62.39, 34.87, 48.03, 62.96, -1, -1, 30.12, 62.49, -1, 61.12, -1, 51.83, 62.66, 59.43, 32.45, -1, 62.49, 62.39, 48.45, 62.39, 54.37, 54.2, 54.96, -1, -1, 61.31, -1, 52, 39.39, 54.79, -1, 49.41, -1, 62.49, -1, -1, 57.33, -1, 44.83, -1, 59.22, 62.39, -1, -1, -1, -1, -1, 57.06, 57.16, 47.28, 57.16, -1, -1, -1, 46.11, 57.3, 59.53, 62.39, -1, 64.4, 63.65, 41.05, 59.14, -1, 35.89, -1, 49.97, 60.12, 62.26, -1, 31.05, 57.06, 60.12, -1, 59.43, 52.25, 52, 60.29, 62.49, 39.76, -1, -1, 56.47, -1, -1, 40.95, -1, -1, 44.82, 48.08, 47, 57.16, -1, 64.52, -1, -1, 57.06, 57.16, 54.3, 57.65, 72.04, 57.06, 57.16, -1, -1, -1, -1, 63.22, 46.52, 59.22, 62.93, 58.06, 49.63, -1, 43.09, -1, -1, -1, 57.16, -1, 44.08, 52.08, 34.12, 57.16, 58.07, 27.1, 51.14, -1, 60.12, 51.83, 25.17, -1, -9, 47.44, -1, -1, 49.46, 40.96, 43.96, 54.2, 63.02, 58.23, 49.2, 44.65, -1, -1, -1, 46.97, 30.02, -1, -1, 56.48, 36.37, 54.1, 57.16, -1, 57.17, 35.4, -1, -1, 48.35, -1, 23.42, -1, -1, -1, 55.76, -1, -1, 49.52, -1, 60.12, 57.33, -1, -1, 65.11, 46.57, 42.85, 57.33, 49.61, 67.19, 59.43, 57.42, 60.29, -1, 45.61, -1, 62.03, 74.41, 55.47, -1, 62.39, -1, 62.39, 54.2, -1, 59.53, -1, -1, 56.23, -1, 33.8, 29.85, 42.82, 51.95, 54.37, 38.99, 57.06, 54.37, 58.7, 57.06, 30.41, 40.82, 57.43, 47.44, 51.57, 54.2, 57.16, 50.69, -1, 48.28, -1, 57.16, 47.41, 49.46, 57.17, -1, -1, 52.95, 51.66, 60.12, 57.06, 46.44, 58.92, 53.23, 60, 45.41, -1, 45.36, 26.08, 61.01, 34.58, 57.33, -1, 49.29, -1, -1, 51.17, 21.97, 60.29, -1, -1, 61.83, 60.02, 35.79, 26.49, -1, 63.48, 54.1, -1, 46.8, 56.29, 56.74, 54.61, 54.77, -9, -1, 49.93, -1, 60.12, 43.93, -1, 59.53, 60.12, 60.02, 48.1, -1, -1, -1, 52.74, -1, 62.49, 62.49, 54.61, 62.39, 62.49, 57.06, -1, 41.6, -1, 67.77, -1, -1, 37.72, -1, 58.31, -1, -1, -1, -1, 58.14, -1, -1, -1, 62.39, 38.68, -1, 62.49, -1, -1, 62.39, -1, -1, -1, 22.86, -1, 38.27, 62.66, 57.4, -1, -1, 57.33, -1, 27.99, 62.39, -1, 62.39, -1, 44.33, -1, 59.88, -1, -1, 32.74, -1, 41.58, 41.76, -1, 60.94, -1, 48.27, -1, 46.67, -1, -1, 55.19, 38, 46.2, 58.76, 57.39, -1, -1, 54.74, -1, 65.13, 56.05, 55.44, 62.39, 50.89, 56.94, 46.56, 53.67, -1, -1, 46.91, 43.15, 28.65, 54.37, 43.2, 57.16, -1, 57.16, 58.96, 63.83, -1, -1, 48.39, -1, -1, -1, 60.29, 48.54, -1, -1, -1, 53.81, -1, -1, 62.49, 62.39, 62.39, 59.14, -1, 40.48, 55.09, 55.47, 55.76, 40.67, -1, -1, 56.86, 42.61, 54.05, -1, -1, -1, 55.65, 60.12, 45.81, 62.49, 59.15, -1, 57.33, 53.06, -1, 60.02, 56.74, -1, 23.04, -1, -1, 60.12, 52.67, 49.44, -1, -1, 60.02, -1, 34.93, -1, 62.39, -1, 54.68, -1, 54.1, 43.15, -1, 57.16, -1, 41.17, -1, -1, 62.68, 60.3, 55.19, -1, 49.29, 35.8, -1, 63.85, -1, 35.46, 64.65, -1, -1, 55.09, 60.29, -1, -1, 41.07, 33.8, -1, -1, 59.53, -1, 58.3, -1, 62.39, -1, 56.43, -1, 62.66, -1, -1, 46.67, 35.3, -1, -1, 35.77, -1, -1, 57.63, -1, -1, 62.66, -1, -1, 61.28, 55.21, 57.16, -1, 55.54, -1, 57.33, 62.49, 49.69, 56.99, 35.76, 62.39, -1, 58.49, 57.06, 51.67, 57.16, -1, 42.17, -1, 63.38, 57.06, 50.51, -1, 52.16, 32.89, -1, 60.29, 60.12, 60.02, 40.3, 60.12, -1, 40.12, 62.49, 54.2, -1, 47.27, -1, 62.39, 49.54, -1, -1, -1, -1, -1, 61.68, 62.39, -1, 59.53, 63.06, -1, -1, 60.29, 48.45, -1, 57.16, -1, -1, -1, -1, 51.77, -1, -1, 62.49, 54.1, -1, -1, 38.41, -1, 21.44, -1, 62.49, -1, -1, 44.94, 62.66, 57.06, -1, 57.33, -1, 47.08, -1, -1, -1, 29.16, 53.24, 42.68, 59.43, 58.15, 16.04, -1, -1, -1, -1, -1, 59.53, 48.68, -1, 61.26, 22.48, 36.93, 50.54, -1, -1, -1, 57.73, 62.39, 35.03, -1, 35.67, 57.73, 48.87, 56.47, -1, 48.87, 57.16, 54.02, 60.12, 52.37, -1, 62.39, -1, 52.64, 51.68, 52.4, -1, 30.62, 46.8, 57.73, -1, -1, -1, -1, -1, 59.78, 51.73, -1, -1, 28.31, 59.63, 21.11, 45.33, 47.61, 41.87, -1, 44.42, 54.74, 57.16, -1, 33.56, -1, 54.74, 60.12, -1, 50.65, -1, -1, -1, 60.12, -1, 51.14, 57.06, 62.39, -1, -1, 36.2, 63.34, 32.05, 46.99, 54.1, -1, -1, 37.98, -1, -1, -1, -1, -1, -1, -1, 61.51, -1, -1, -1, 55.36, 46.23, 59.15, 62.49, -1, 54.2, -1, -1, 57.33, 57.16, 57.77, -9, 46.79, -1, -1, -1, -1, 62.39, 39.08, 46.28, 54.2, -1, 62.39, 62.39, 60.1, 59.43, 53.06, 60.12, 57.16, -1, 52.99, -1, -1, -1, 46.08, 44.99, -1, 57.06, 50.73, 37.02, 50.94, -9, -1, -1, -1, 57.76, 57.16, 65.02, -1, -1, 57.16, -1, 51.64, 62.49, -1, -1, -1, -1, 14.05, -1, 58.84, 31.11, -1, 57.16, 58.69, -1, 36.2, 62.39, 39.71, 60.12, -1, -1, 60.42, -1, -1, 59.31, 62.39, -1, -1, 57.06, -1, 62.39, -1, -1, -1, 62.39, -1, 57.06, 53.24, 57.16, 60.46, 51.83, -1, 57.33, -1, -1, 62.49, -1, -1, 54.15, -1, 62.39, 54.2, -1, 58.05, -1, -1, -1, 52.03, -1, 54.79, 50.6, 56.18, -1, -1, 39.56, -1, 33.16, 62.09, -1, 41.42, 55.17, 25.14, 48.4, 49.86, 44.43, 57.16, 54.2, 36.59, 57.16, 48.49, 66.36, -1, -1, 44.4, -1, -1, -1, 24.62, 56.51, 51.66, 43.44, 36.4, -1, 42.68, 41.56, 62.39, 60.12, 47.57, 55.19, -1, 55.12, -1, 57.16, -1, 50.54, -1, -1, 62.39, 63.03, 62.06, 50.06, -1, 57.33, 58.15, 57.16, 57.56, 54.96, -1, 62.01, 48.14, -1, 54.79, 28.2, 57.06, 57.16, 58.15, 57.87, -1, 49.25, 57.16, -9, 40.88, 34.47, -1, 54.45, -1, 60.53, -1, 49.1, 24.63, -1, -1, -1, 50.23, -1, 47.89, 59.18, -1, 61.68, 49.46, -1, 60.58, -1, 41, -1, 75.51, 55.15, 55.53, 60.29, -1, 58.65, 59.53, 50.28, 72.55, -1, -1, 51.39, 48.45, 54.63, 57.16, 47.83, 37.48, -1, -1, -1, 54.77, -1, 59.29, -1, -1, 57.16, 58.84, -1, 55.85, 54.2, 35.27, 60.12, -1, 46.49, 51.89, 52.24, 51.83, -1, -1, 49.15, 57.16, -1, 60.12, 57.16, 45.86, -1, 37.03, 55.71, -1, 54.1, -1, -1, 56.1, 54.79, 52.68, -1, 55.09, 27.6, 65.8, 64.88, -1, 45.7, 57.06, 47.1, -1, -1, 48.03, 57.06, -1, 46.33, -1, 52.24, -1, -1, 60.12, 58.32, 53.44, 52, 59.14, 15.03, -1, -1, -1, 57.49, 60.29, -1, -1, 46.45, 57.33, -1, -1, 57.16, 41.34, -1, 44.2, -1, 51.67, 62.49, -1, -1, -1, 30.19, 60.52, -1, -1, 53.45, -1, 37.27, -1, 60.02, 58.32, 54.79, 57.06, -1, 59.45, 43.71, -1, 58.87, 59.71, 46.06, -1, 43.44, 57.06, 57.16, 57.23, 60.28, -1, -1, -1, -1, -1, 60.46, 50.83, 60.02, 55.37, 44.19, 49.38, 35.88, 54.1, 43.09, -1, -1, 62.18, 50.86, 60.02, -1, 36.65, 53.01, 54.79, 35.79, 52, -1, -1, -1, 47.57, 42.1, -1, 57.02, -1, -1, -1, -1, 49.52, 42.46, 42.81, -1, -1, -1, 44.06, -1, 60.02, -1, 38.04, 42.1, 57.06, 27.85, -1, 43.1, 42.75, 39.95, 58.32, 51.24, 54.92, 57.27, 44.94, -1, -1, 57.16, 46.44, 23.13, 62.49, 49.52, -1, 61.12, 60.12, 43.14, -1, 57.16, 60, 34.87, -1, -1, -1, -1, 55.72, -1, 49.02, -1, 60.02, -1, 54.96, -1, 45.34, -1, -1, -1, -1, -1, 60.29, 54.2, 63.09, -1, 62.49, 57.06, 62.49, 69.07, 32.77, 54.2, 61.86, -1, 64.37, -1, -1, 60.12, -1, 68.5, 48.23, -1, -1, 48.69, 52.13, 50.56, 43.96, 61.45, 32.57, 62.39, 60.29, -1, -1, -1, -1, 32.84, -1, -1, 57.16, 58.13, -1, 49.33, 57.16, 60.45, 55.36, -1, -1, -1, 57.55, 48.37, 43.91, -1, -1, -1, -9, 52.4, 59.7, -1, 65.2, 57.33, -1, 65.21, 52.4, 45.64, 46.32, -1, 40.12, -1, -1, 57.33, -1, 46.27, 45.36, 49.77, 30.62, 53.69, -1, 62.68, -1, -1, -1, 48.94, 39.44, 60.02, 72.84, 46.5, -1, 57.33, -1, 52.45, 58.32, 51.41, 44.16, -1, 62.66, -1, 52.84, 38.8, -1, 60.29, -1, 49.12, -1, 45.88, -1, 57.04, 59.43, 63.17, 41.07, 60.12, -1, 54.2, 49.82, -1, 52.58, 53.51, -1, 62.39, 24.17, 54.96, 31.27, 62.56, 59.43, 42.31, 46.16, 57.06, 38.96, -1, -1, -1, 42.99, 57.33, -1, 54.37, 54.79, 63.82, 57.16, -1, -1, -1, 60.02, 51.24, -1, 59.53, 57.3, 54.79, 52.87, 42.96, -1, 37.26, 57.16, 54.79, 48.1, -1, 62.66, -1, 52.27, 55.3, 45.46, -1, -1, -1, -1, 55.9, 28.84, 42.35, 48.45, 42.36, 42.56, 46.42, -1, -1, 61.28, 42.67, 34.05, 46.07, 46.21, 53.29, 57.16, 59.53, -1, 27.81, -1, 58.87, 57.16, -1, -1, 57.09, 60.12, -1, -1, 48.53, 50.99, -1, 48.28, 51.65, -1, -1, 49.6, 39.98, -1, 51.81, -1, 57.16, -1, 60.02, 60.29, 58.46, -1, 60.12, 55.8, 39.11, -1, 60.03, 53.33, 62.66, -1, 52.72, -1, -1, 54.66, -1, -1, -1, 54.91, 57.06, 51.66, 49.94, 62.49, 41.58, 44.6, 53.51, -1, 29.18, -1, 57.16, 57.16, -1, -1, 54.96, 57.16, 57.16, 41.12, -1, 57.06, -1, 49.89, 62.39, -1, 60.12, -1, 42.54, 45.24, 58.89, -1, -1, -1, 49.04, -1, 57.06, -1, 40.89, -1, 54.79, -1, 45.55, 53.72, -1, 56.57, -1, -1, 44.62, 52, 40.25, -1, 49.91, 50.75, 49.78, -1, -1, 60.02, 56.21, -1, 54.21, 57.33, 35.11, -1, 54.2, -1, -1, 36.1, 56.52, -1, 39.63, -1, 70.29, -1, 61.28, -1, 60.12, 54.79, 55.83, 48.24, 54.05, 51.83, -1, 29.61, 62.39, 59.53, -1, -1, -1, -1, 48.87, -1, 58.89, 59.43, -1, 60.84, 39.13, 59.14, -1, 62.39, -1, -1, 57.16, 61.22, -1, 60.29, -1, 59.43, 53.64, -1, -1, -1, -1, -1, -1, 34.44, -1, -1, -1, -1, 64.26, 52.17, 57.33, -1, 45.01, 38.4, 51.59, 57.33, 66, 40.77, -1, 50.03, -1, -1, 62.49, -1, 39.3, 39.97, -1, -1, 35.69, 48.53, -1, 62.39, 51.73, 46.17, -1, -1, -1, 58.16, 59.43, -1, -1, 55.96, -1, -1, 62.39, -1, 62.39, 48.37, 60.25, -1, 57.16, -1, 43.26, 42.03, 57.33, 49.11, 59.7, 62.66, 22.85, 57.16, 59.7, -1, 56.82, -1, 57.06, 62.39, 50.85, 45.08, -1, -1, 57.16, 58.89, -1, 16.04, 45.05, -1, 41.47, 51.83, -1, -1, 48.18, 8.11, -1, -1, -1, 42.28, 42.37, 47.89, 40.88, 55.21, 54.2, -1, -1, 57.16, -1, -1, -1, 62.49, 57.16, 48.18, -1, -1, -1, 58.72, 62.49, -1, -1, 62.66, 36.36, 51.77, 59.68, -1, -1, 51.66, 61.68, 46.14, -1, -1, 36.01, -1, -1, -1, 58.72, 53.02, 57.67, -1, -1, -1, 53.56, 62.39, 38.96, -1, 54.37, -1, -1, -1, -1, -1, -1, 42.03, 56.86, 49.59, -1, -1, -1, -1, -1, -1, 51.14, 63.07, 56.5, 48.06, 60.52, -1, -1, 51.14, 61.97, 63.59, -1, -1, 50.09, -1, 54.96, 60.12, 42.6, -1, -1, -1, 60.12, -1, -1, -1, 45.91, -1, 62.39, 39.89, -1, -1, -1, 62.39, 49.52, -1, 52.91, -1, -1, -1, 45.77, 54.1, 42.95, -1, -1, -1, 57.9, -1, -1, -1, -1, 59.53, 38.49, 51.83, -1, 60.03, 38.34, 51.83, 50.03, 21.66, 57.06, 57.16, 44.42, 57.16, 60.02, -1, 46.88, 54.29, -1, 48.77, 46.97, -1, -1, -1, -1, -1, 63.17, 57.16, 54.1, -1, 57.57, 62.39, 60.83, -1, 62.39, -1, 44.11, -1, -1, 62.49, -1, -1, 66.61, -1, -1, -1, 62.39, 61.75, 57.16, 45.91, -1, -1, -1, 51.83, 57.33, 54.37, 58.15, -1, 60.02, 60.12, -1, 54.06, 55.36, -9, 54.37, 43.83, 62.49, -1, -1, 64.92, 62.39, 51.39, -1, 30.13, -1, 23.03, -1, 62.39, -1, 47.07, 48.94, 57.16, 51.83, 48.77, -1, 58.05, 63.66, -1, -1, 60.84, -1, -1, -1, -1, -1, 45.23, 43.1, -1, 50.74, 38.99, -1, -1, 60.12, -1, 62.39, 62.49, -1, 57.09, 29.66, 53.48, 36.55 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "interest" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "sum of MCS42" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ "rapport correlation: 0.009563168007337362\n" ] }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "lowerfence": [ -9 ], "mean": [ 16.32729777602834 ], "median": [ 12 ], "name": "interest=0.0", "q1": [ 9 ], "q3": [ 16 ], "type": "box", "upperfence": [ 6 ] }, { "lowerfence": [ -9 ], "mean": [ 11.325853658536586 ], "median": [ 9 ], "name": "interest=1.0", "q1": [ 6 ], "q3": [ 14 ], "type": "box", "upperfence": [ 3 ] } ], "layout": { "boxmode": "group", "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "title": { "text": "Box plot of K6SUM42 by values of interest" }, "xaxis": { "tickangle": 45 } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "opacity": 0.75, "type": "bar", "x": [ -9, -7.68, -6.359999999999999, -5.04, -3.7199999999999998, -2.3999999999999995, -1.08, 0.2400000000000002, 1.5600000000000005, 2.880000000000001, 4.200000000000001, 5.520000000000001, 6.84, 8.16, 9.48, 10.8, 12.120000000000001, 13.440000000000001, 14.760000000000002, 16.080000000000002, 17.400000000000002, 18.720000000000002, 20.040000000000003, 21.360000000000003, 22.68, 24 ], "y": [ 72, 0, 0, 0, 0, 0, 3531, 311, 283, 339, 113, 105, 117, 47, 41, 80, 20, 16, 25, 6, 23, 9, 6, 1, 16 ] }, { "opacity": 0.75, "type": "bar", "x": [ -9, -7.68, -6.359999999999999, -5.04, -3.7199999999999998, -2.3999999999999995, -1.08, 0.2400000000000002, 1.5600000000000005, 2.880000000000001, 4.200000000000001, 5.520000000000001, 6.84, 8.16, 9.48, 10.8, 12.120000000000001, 13.440000000000001, 14.760000000000002, 16.080000000000002, 17.400000000000002, 18.720000000000002, 20.040000000000003, 21.360000000000003, 22.68, 24 ], "y": [ 26, 0, 0, 0, 0, 0, 1456, 242, 266, 272, 90, 79, 104, 33, 31, 57, 19, 19, 23, 8, 10, 10, 3, 1, 5 ] } ], "layout": { "barmode": "overlay", "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "opacity": 0.75, "type": "bar", "x": [ -9, -7.68, -6.359999999999999, -5.04, -3.7199999999999998, -2.3999999999999995, -1.08, 0.2400000000000002, 1.5600000000000005, 2.880000000000001, 4.200000000000001, 5.520000000000001, 6.84, 8.16, 9.48, 10.8, 12.120000000000001, 13.440000000000001, 14.760000000000002, 16.080000000000002, 17.400000000000002, 18.720000000000002, 20.040000000000003, 21.360000000000003, 22.68, 24 ], "y": [ 1.3950784731641155, 0, 0, 0, 0, 0, 68.41697345475683, 6.025963960472777, 5.483433443131176, 6.568494477814378, 2.189498159271459, 2.0344894400310016, 2.2670025188916876, 0.9106762255376866, 0.7944196861073436, 1.5500871924045727, 0.3875217981011432, 0.31001743848091456, 0.48440224762642903, 0.11625653943034296, 0.44565006781631467, 0.17438480914551444, 0.11625653943034296, 0.01937608990505716, 0.31001743848091456 ] }, { "opacity": 0.75, "type": "bar", "x": [ -9, -7.68, -6.359999999999999, -5.04, -3.7199999999999998, -2.3999999999999995, -1.08, 0.2400000000000002, 1.5600000000000005, 2.880000000000001, 4.200000000000001, 5.520000000000001, 6.84, 8.16, 9.48, 10.8, 12.120000000000001, 13.440000000000001, 14.760000000000002, 16.080000000000002, 17.400000000000002, 18.720000000000002, 20.040000000000003, 21.360000000000003, 22.68, 24 ], "y": [ 0.944081336238199, 0, 0, 0, 0, 0, 52.868554829339146, 8.78721859114016, 9.658678286129268, 9.876543209876544, 3.2679738562091507, 2.868554829339143, 3.776325344952796, 1.198257080610022, 1.1256354393609296, 2.0697167755991286, 0.6899055918663762, 0.6899055918663762, 0.8351488743645606, 0.29048656499636893, 0.36310820624546114, 0.36310820624546114, 0.10893246187363835, 0.03631082062454612, 0.18155410312273057 ] } ], "layout": { "barmode": "overlay", "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "bingroup": "x", "histfunc": "sum", "hovertemplate": "interest=%{x}
sum of K6SUM42=%{y}", "legendgroup": "", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "name": "", "offsetgroup": "", "orientation": "v", "showlegend": false, "type": "histogram", "x": [ 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1 ], "xaxis": "x", "y": [ 2, 1, -1, -1, -1, -1, -1, 9, -1, 1, 0, -1, -1, -1, -1, 9, 2, 15, 0, 0, 12, 0, 5, 3, -1, 6, 0, -1, 0, -1, 9, 2, -1, -1, -1, 11, -1, 0, 0, -1, 3, 0, 0, -1, 0, 0, -1, 14, 2, 0, -1, -1, 1, 5, -1, -1, -1, 6, 10, 7, -1, 4, -1, -1, 3, -1, -1, 0, -1, 0, -1, -1, -1, 0, 1, -1, -1, 0, -1, 1, 0, -1, -1, -1, 0, -1, -1, 6, -1, 0, 0, 3, 3, 1, -1, -1, 0, -1, 0, 2, 0, 4, -1, 3, 1, 2, 0, -1, 0, -1, -1, 0, 0, -1, -1, -1, -1, 0, 13, -1, 0, 0, 7, -1, 0, -1, 0, 9, 0, 0, 3, 3, 1, -1, -1, 0, -1, 1, 4, 3, 3, -1, -1, 3, -1, 0, 1, 2, 0, 0, -1, 0, 0, 2, 5, -1, 5, 1, 6, -1, 6, 0, 0, -1, -1, -1, 2, 10, -1, 2, 2, -1, -1, -1, 0, 1, -1, -1, 0, -1, -1, 0, 5, 0, 0, -9, -1, 1, 6, 0, -1, -1, 2, 1, 2, 0, -1, -1, 3, -1, 0, 0, -1, 0, 1, 1, 7, -1, 2, -1, 0, 1, 0, -1, 4, 0, 1, 11, 2, 1, -1, -1, 11, 3, 4, 1, 2, 0, 1, -1, 11, -1, 7, -9, 13, 3, 2, 0, -1, -1, 6, -1, 1, 7, -1, -1, -1, 3, 3, -1, 8, 24, 5, 1, 9, 6, 0, 2, 3, -1, 6, 1, 7, 0, 0, -1, -1, 0, 4, 0, 0, -1, -1, 0, -1, 5, 0, 7, 9, -1, -1, -1, 4, -1, -1, 5, 1, -1, -1, 0, 12, 0, -1, -1, -1, 2, 23, -1, -1, -1, 6, 4, -1, 5, 0, -1, -1, -1, -1, 7, -1, 6, -1, 0, -1, -1, -1, 6, 2, -1, 0, -1, -1, 0, 5, 1, 3, 0, 8, 6, -1, 12, 2, 17, -1, 1, 6, -1, -1, 0, -1, 4, 0, 0, 7, 5, 3, -1, 9, -1, -1, 0, 0, -1, 0, 8, -1, -1, -1, -1, -1, 0, 4, 1, -1, 3, -1, 7, 0, 0, 0, -1, 10, 4, 3, -1, 6, -1, 9, -1, 3, -1, -1, 0, 0, 1, 5, -1, 14, -1, 0, -1, 7, 0, -1, -1, -1, -1, 2, 0, -1, 0, 1, -1, -1, 6, 0, 0, 8, -1, -1, -1, -1, 0, 2, 0, -1, 0, 4, 3, 0, 9, -1, 5, 2, -1, 0, -1, 0, 2, -1, -1, 0, -1, 0, -1, -1, 0, -1, 0, 4, -1, 23, -1, -1, 0, 0, -1, 0, 15, 6, 7, 0, 11, 3, 2, 7, 18, 2, 0, -1, 2, 12, 12, 3, 5, 5, 0, 1, -1, -1, -1, -1, 21, -1, 4, 3, 2, -1, 1, 5, 6, -1, -1, 1, -1, -1, 0, -1, -1, 3, 0, 1, 0, -1, 0, 7, 1, -1, 0, -1, 0, -1, 0, -9, 9, 2, 0, 2, 0, -1, -1, -1, 1, 18, 4, 6, -1, 3, -1, 3, -1, -1, 2, -1, -1, -1, -1, 2, -1, 4, -1, 1, 0, 0, 2, 13, 0, -1, -1, 5, 6, 2, -1, 1, 0, 2, 4, 0, 7, 0, -1, 15, -1, 0, -1, 0, 0, 0, 3, 0, 1, 3, 3, 4, 7, -1, 0, 0, -1, 0, 0, 0, -1, -1, 2, -1, 6, 4, -1, -1, -1, -1, 4, -1, 5, 3, -9, 4, 8, 2, -1, 12, -1, 0, 7, 0, 6, 3, 18, -1, 4, 4, -1, -1, 2, 0, -1, 0, -1, -1, 1, 0, 1, 0, 4, 0, 13, -1, -1, 5, -1, 0, 0, 0, 0, 10, -1, -1, 4, -1, 5, -1, 0, -1, -1, 0, -1, -1, -1, 0, 2, 5, 12, -1, -1, -1, -1, -1, -1, -1, 2, -1, 0, 10, -1, 0, 7, 0, 0, 6, 4, 1, -1, -1, -1, 3, 4, -1, -1, -1, 0, 7, 0, 0, -1, -1, 0, 0, -1, 1, 4, 0, -1, 0, -1, 2, 3, -1, -1, -1, -1, -1, 2, 6, 0, 2, 0, -1, 1, -1, 0, 3, 18, 0, 6, 0, -1, 6, 3, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, 0, -1, 0, -1, -1, -1, 4, -1, 2, 5, -1, 0, 2, 0, -1, -1, 3, -1, 1, 3, -1, 0, 12, 7, 6, 3, -1, -1, -1, 0, 0, 0, 0, -9, 0, 3, -1, 4, -1, 3, -1, 0, 0, 0, -1, -1, 1, 19, 0, 0, 2, 2, -1, 0, 12, -1, -1, -1, -1, -1, 3, -1, -1, 6, 6, 1, 6, -1, 0, 3, 0, 12, 0, -1, 4, -1, 0, 0, -1, 11, -1, 0, 4, 0, -1, -1, 0, 3, -1, -1, -1, -1, 18, 2, 19, 1, 5, 1, -1, 10, 1, -1, 2, -9, -1, -1, 1, -1, -1, 2, -1, -1, 7, 0, 3, 6, 2, 6, 11, -1, 2, 4, -1, 0, -1, -1, 1, 5, -1, -1, -1, -1, 9, -1, 0, -1, -1, -1, 0, -1, -1, 0, 0, 9, 0, 0, -9, -1, -1, 2, -1, 2, 0, 0, -1, 0, 12, 9, 0, 2, -1, 2, 2, 1, -1, -1, -1, -1, 7, -1, -1, 2, 0, 4, -1, 1, 0, -1, -1, -1, 2, -1, 0, 16, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, -9, 3, 2, 0, 0, -1, 0, -1, 5, 5, -1, -1, 1, 0, 3, -9, 4, 0, -1, -1, 0, 7, 2, 4, -1, 2, -1, -1, 0, -1, -1, -1, 0, -1, 10, -1, 2, 0, -1, 1, 1, 0, 12, 10, 2, 11, -1, 3, 0, 8, 3, -1, -1, -1, 0, 0, 0, -1, -1, -9, -1, 10, 0, 0, -1, 2, 3, -1, -1, -1, 3, 0, 4, 1, 0, 12, 3, 0, 14, 2, 0, 0, -1, 2, 0, 0, -1, -1, 0, 0, -1, -1, -1, 0, 0, 9, 7, 1, 0, 1, 9, 4, -1, -1, -1, 0, 0, -1, -9, 1, 0, -1, 18, -1, -1, 0, -1, 0, 3, -1, 6, 4, -1, -1, -1, -1, 4, 5, 5, -1, 0, 0, -1, 17, -1, 1, 0, 3, -1, 5, 2, 0, 3, 0, -1, 3, 0, -1, 0, -1, -1, -1, -1, 0, -1, -1, 0, 0, 2, 6, -1, -1, -1, 3, 1, 1, -1, 1, 3, 1, 4, 2, 0, 7, 2, 0, 0, -1, -1, -1, 0, -1, 5, 0, 7, -1, -1, 5, 0, 0, 9, 3, 0, -1, -1, 0, 0, 9, -1, 4, 0, 0, -1, 5, 0, 6, 0, -1, 0, 0, 0, 14, 2, -1, -1, -1, -1, -1, 4, 0, 2, -9, 0, -1, 0, 2, 4, 6, 0, 2, -1, 0, 0, -1, 0, -1, 0, 0, 1, 3, 1, 1, 2, -1, 3, -1, 0, 2, 6, -1, 0, -1, -1, 0, -1, 4, 1, 2, -1, -1, 5, 6, 2, -1, -1, 5, 0, 0, -1, -1, -1, 16, 0, 6, -1, 0, -1, 0, -9, 2, 3, -1, -1, 0, -1, 5, 0, -1, 1, 0, -1, 3, 4, -1, 0, -1, -1, -1, 8, 5, 3, 0, -1, 2, -1, 3, 0, 1, -1, 2, 0, 0, 2, -1, 0, 19, 8, -1, 3, -1, 3, 0, 0, -1, 3, -1, 6, 0, 6, 15, -1, 2, -1, -1, 3, 0, 4, 0, 3, 1, 7, 1, 1, -1, -1, -1, -1, 0, -1, 2, 9, 1, 0, 8, 1, -1, -1, 5, 11, 11, -1, -1, 21, 5, -9, 0, -1, 3, 1, 8, 3, 0, 0, 5, -1, 0, -1, 4, 0, 2, -1, 3, -9, -1, -1, -1, 0, 3, 2, 11, 20, 15, -1, -1, 0, 18, 2, 0, -1, 5, 3, 3, -1, 0, 7, -1, 0, 1, -1, 1, 10, -1, 0, 0, 0, 1, -9, 5, 3, 0, 2, 3, -9, -1, -9, -1, 0, 5, 6, 0, -1, -1, -1, 1, 0, 0, 3, 10, 4, -1, -1, -1, -1, -1, 9, 4, -1, -1, -1, -1, 0, -1, 8, 3, -1, 5, 2, -1, 0, -1, 1, 5, -1, 2, -1, -1, -1, -9, -1, -1, 0, 0, 0, 16, 1, 4, -1, 12, -1, -1, 0, 0, -1, 6, -1, 12, -1, 10, 1, 3, 10, 0, 1, -1, 3, 12, -1, 0, 3, -1, 7, 0, 12, 0, 12, -1, 0, 2, 2, 0, -1, 0, -1, 0, 0, -1, -1, -1, 8, 0, 6, -1, 0, 12, -1, 0, 1, 2, 0, 0, 24, -1, -1, -1, 0, -1, -1, 0, -1, -1, -1, 3, -1, 8, -1, -1, 4, -1, -1, -1, -1, 1, 0, 13, 16, 0, 4, 4, -1, 1, -1, 14, -1, -1, 0, 8, 0, 7, -1, -1, -1, 0, 0, 0, 0, 0, 0, 6, -9, -1, 0, 5, -1, 1, 1, 5, 0, 0, -1, 5, 0, -1, 1, 2, -1, -1, 0, 1, 0, 0, 4, -1, -1, 0, -1, 0, -1, -1, 1, 2, -1, 5, 0, -1, 0, 5, 2, -1, -1, -1, 5, 0, -1, 0, 0, -1, -1, -1, -1, -1, -1, -1, 0, -1, 0, 0, 1, -1, 5, 5, -1, 0, 6, -9, 4, -1, 9, 0, 2, -1, -1, 4, 2, 0, 0, -1, 8, 5, 3, -1, -1, 0, 11, -1, 6, -1, 0, 0, -1, 0, 0, -1, 0, -1, 0, -1, 4, 16, -1, -1, -1, 3, -1, -1, 0, -1, 12, 3, -1, -1, 8, 0, 0, 8, -1, 5, -1, 2, 0, 0, -1, 0, 0, 7, 0, 10, 0, 0, 2, 3, 0, 0, -1, -1, -1, -1, -1, 1, -1, -9, 13, 0, -1, 4, -1, -1, 1, 7, -1, -1, 7, -1, 1, -1, 1, 8, 0, 2, -1, 2, -1, 2, -1, -1, 3, 0, 0, -1, 4, 9, 2, 14, -1, -1, 0, -1, 0, 2, -1, 0, -1, -1, 1, 0, 6, -1, -1, -1, -1, 5, 8, 0, -1, 0, 6, 0, 6, 0, 1, 1, 0, -1, 4, 0, 3, 0, 3, 0, 1, -1, -1, -1, -1, -1, 2, 0, 0, 12, 0, 12, 3, -1, 0, -1, 1, 0, 3, -1, 0, 0, -1, 7, 0, 1, 6, -1, 0, 0, 0, -1, 15, -1, 3, -1, 0, 2, -1, -1, -1, -1, 0, -1, 0, 0, 2, 1, -1, 12, -1, -1, -1, -1, 0, 0, 2, -1, 7, -1, -1, -1, 0, 1, -1, 5, 3, 8, -1, 0, -1, 2, 3, 0, 2, -1, 5, -1, 2, 3, -1, 7, 18, 0, -1, -9, 12, 6, 0, 2, -1, 0, 11, -1, -1, 10, -1, 0, 13, 5, -1, 5, 2, 1, 3, 3, -1, 0, 0, -1, 6, -1, 1, -1, -1, 1, -9, -1, -1, -1, -1, 0, 0, -1, -1, 13, -1, 3, 1, -1, 1, 0, 3, 10, -1, -1, 0, 0, -9, -1, 1, 11, 2, -1, 7, 0, -1, -1, -1, 3, -1, 4, 4, 0, -1, 1, 1, 0, -1, -1, -1, -1, 0, 0, 5, 0, 10, 0, 9, 10, 3, -1, -1, -1, 0, 0, 0, -1, -1, 1, -1, 0, 9, -1, -1, -1, 0, -1, -1, 1, -1, 0, -9, 5, 0, -1, -1, 5, 0, 1, 0, -1, 0, -1, -1, 2, 0, -9, 18, 7, -1, 6, 0, -1, -1, 0, 0, 0, 0, -1, 11, -1, 15, 2, 12, 0, -1, -1, -1, -1, 0, 6, -1, 2, 5, -1, -1, 1, 0, 8, -1, 0, 0, -1, 0, 18, 0, 0, 1, -1, 4, 2, -1, -1, -1, -1, -1, 2, 4, 7, 2, 3, 24, -1, 6, -1, 2, 0, -1, 20, -1, 0, -1, -1, -1, -1, 3, 1, 0, 0, 3, 0, 1, -1, 5, 3, 2, -1, -1, -1, 2, -1, -1, 2, 3, 0, 0, -1, -1, 2, 3, -1, 1, -9, -1, 12, 6, -1, -1, 0, 3, 0, -1, -1, 1, -1, -1, 0, -1, 2, 3, 7, 3, 3, 10, 1, 4, 5, 0, -1, 3, 7, 1, 0, -1, -1, -1, -1, 3, -1, 0, -1, -1, -1, -1, -1, 0, -1, 1, 0, 2, 4, -1, -1, 7, -1, -1, 0, -1, 0, -1, -1, 5, 0, 0, 0, 0, 0, -1, 1, 1, 9, 3, -1, -1, -1, -1, 15, 0, 0, -1, 1, 1, 2, 13, 0, -1, 2, 0, -1, -1, 0, 2, 0, 3, 0, 0, 2, 1, 13, -1, -1, 0, -1, -1, 0, -1, 0, -1, -1, -1, 14, 3, 0, 2, 6, -1, 0, 1, 0, 2, 1, 9, 0, 0, -1, -1, -1, 0, 5, 10, -1, -1, -1, -1, 0, -1, -1, 0, -1, 0, -1, 0, 0, 2, 4, -1, 0, -1, 2, -1, -1, -1, 16, -1, -1, 3, 0, -9, -1, 1, -1, -1, -1, 1, 6, -1, 2, 0, 16, 2, -1, -1, 7, -1, 0, 2, -1, -1, 1, -1, 1, -1, 0, 7, 0, -1, 1, -1, -1, -1, 2, 0, 0, 0, 3, 3, 4, -1, -1, 0, 1, -1, 0, 2, 0, -1, -1, 0, -9, 1, 0, 0, -1, 4, -1, -1, -1, -1, -1, -1, 3, 1, 1, -1, -1, 2, 21, -1, 16, -1, -1, -1, 0, 0, 1, -1, 0, -9, 6, 6, -1, -9, 3, 5, 0, -1, -1, -1, 0, 5, -1, 0, 0, -1, 2, 0, -1, 8, -1, 16, -1, -1, 0, -1, 1, 0, 0, 0, 1, -1, -1, 0, 12, -1, -1, 2, 0, -1, 4, 2, 1, -1, 0, 2, -1, -1, -1, 7, -1, -1, 7, 6, -1, -1, 1, -1, -1, 10, -1, 12, 2, 0, -1, 0, 0, 0, 0, 0, 2, -1, -9, 0, 12, -1, -1, 12, -1, -1, 7, -1, 0, 5, 6, -1, 4, 2, -1, 1, 12, 0, -1, 0, -1, -1, -1, 1, -1, 0, -1, -1, 0, 0, 4, -1, 0, 3, -1, -1, 3, 0, 2, 11, 0, -1, -1, 3, 3, 0, 0, 0, 2, -1, -1, -1, 3, 24, 0, 1, 0, 5, -1, 0, 16, 3, -1, 8, 1, -1, -1, -1, -1, 14, -1, 0, -1, 9, -1, -1, 0, -1, 1, 0, 0, 0, -9, -1, -1, -1, -9, 6, 2, -1, 8, -1, -1, 2, -1, 0, 1, -1, 5, 12, -1, -1, 0, -1, 9, -1, -1, 2, 0, -1, -1, 0, -1, 0, 4, -1, -1, 0, -1, 13, 0, 2, 2, -1, -1, -1, -1, 1, -1, 2, -9, 0, -1, 15, 0, 0, 2, 0, 0, -1, 0, 1, -1, 8, 2, -1, 8, 0, 0, -1, 2, 3, -1, 3, 0, 8, -1, 0, -9, -1, 1, 2, -1, 5, -1, 7, 5, 1, 0, -1, 0, -1, 0, -1, 1, 0, -1, 0, 9, 3, 0, -1, -1, 0, 0, 2, 7, 1, -1, 14, -1, 7, -1, 1, 2, 10, 0, 0, 0, 0, 0, 2, -1, -1, 0, 0, 4, 0, -1, 0, -1, -1, 0, 3, 0, 2, -1, 0, -1, 0, 14, 0, -1, 1, -1, -1, 2, 3, -1, 7, -1, 8, 2, 0, -1, -1, -1, -1, 0, 0, -1, 3, -1, -1, 0, -1, -1, -1, 2, 5, 5, 9, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, -1, 1, 0, 0, -1, 4, -1, -1, 2, -1, 0, 8, 14, 10, 2, -1, 0, -1, -1, -1, 1, -1, 0, -1, 3, -1, 0, 0, 0, 0, 0, -1, 0, 7, 0, 6, 0, -1, 8, 0, 1, 6, 1, 4, 0, 0, 0, 3, -1, -1, -1, 0, 9, -1, -1, -1, -1, 0, -1, 0, -1, 0, 0, 2, 2, -1, -1, 2, -1, -1, -1, -1, -1, -1, -1, 13, -1, 4, 4, 2, 0, 0, 3, 8, -1, 18, -1, -1, -1, 18, 15, 0, -1, -1, 0, -9, 4, -1, 0, -1, 1, 0, -1, 0, -1, -1, 3, 1, -1, -1, 2, 0, -1, -1, 9, 1, 2, 0, -1, 0, 0, 0, 0, 10, 4, 1, 3, 0, 0, 1, -1, -1, -1, -1, -1, -1, 8, -1, -1, 2, 1, -1, 13, -1, -1, 0, 1, 0, 6, -1, 2, 1, 0, -1, 0, 6, -1, 0, -1, 2, 1, 1, -1, 4, -1, 3, -1, 9, 1, 19, -1, -1, 2, -1, -1, -1, 1, -1, 0, 0, -1, 4, -1, -1, -1, -1, 0, -1, 6, 0, -1, -1, 0, -1, 0, 0, -1, -1, -1, 2, 0, 6, -1, 0, 2, -1, 3, 2, 4, 1, -1, 7, 3, 0, -1, 0, 0, 5, -1, -1, 7, -1, -1, -1, 0, -1, 2, -1, -1, -1, -1, -1, 1, 12, 2, 0, 3, 3, 0, 10, -1, 0, -1, 2, -1, 4, -1, 14, -1, 24, -1, 2, -1, 0, 11, -1, 0, -1, 1, -1, -1, 11, 12, 0, 0, -1, -1, 12, -1, 9, 0, 9, -1, -1, 14, -1, 2, 6, -9, -1, 1, -1, -1, -1, 13, -1, 0, -1, -1, 0, -1, -1, 0, -1, 3, 0, 0, -1, -1, -1, 0, 2, 4, 0, 2, -1, -1, -1, -1, -1, -1, -1, 0, -1, 2, -1, 0, -1, 0, 0, 12, -1, 5, -1, -1, -1, 7, 0, 2, 17, 1, 0, -1, 10, 12, 0, -1, -1, -1, 0, 0, -1, 0, -1, 7, 0, 0, 8, -1, 0, -1, -1, -1, 0, -1, 0, 0, -1, 2, 0, 0, 5, 7, 3, 0, 6, 0, -1, 0, 0, -1, -1, -1, -1, -1, 2, -1, 13, 12, 0, 11, 3, 2, 0, -1, -1, 14, 6, 5, 5, -1, -1, -1, 6, 1, 5, -1, 0, 1, 4, 6, 1, 0, -1, -9, -1, 0, -1, 6, -1, 0, 1, 0, 1, 8, 9, -1, 8, 0, 3, 2, -1, -1, 0, 24, -1, 0, -1, -1, 4, 6, 10, -1, -1, 1, 1, -1, -1, -1, 4, 0, -1, 5, 0, 0, -1, 0, 0, 2, 6, 2, -1, -1, -1, 0, 0, -1, 8, 2, -1, -1, 0, 1, -1, -1, -1, 3, 0, -1, -1, -1, -1, -1, 0, -1, -1, 0, -1, 0, 7, -1, -1, 2, 2, 0, -1, 4, 11, -1, -1, 2, 12, -1, 0, -1, 1, -1, -1, -1, 0, 6, 0, 0, 4, -1, 1, -1, -1, -1, 10, 1, -1, 0, 1, 2, 1, 1, 1, 2, -1, 0, 0, 0, 0, -1, 0, 0, 15, -1, -1, -1, 0, 0, 1, 2, -1, 12, 2, 0, -1, -1, -1, 0, 0, -1, -1, -1, 0, -1, -1, 2, 2, -1, 0, -1, 8, 6, -1, 0, 5, 4, 0, 0, 3, 4, -1, -1, 2, -1, 6, 0, 4, -1, 0, 2, 7, -1, 9, 7, -1, 0, -1, -1, 12, 2, -1, 6, 2, 7, -1, 3, 0, 1, 0, 0, 0, 0, 1, 1, 0, 6, 0, -1, 3, -1, -1, 1, -1, 0, 2, 1, 1, -1, -1, 2, 1, 0, 3, 2, -1, 20, -1, 0, 9, 0, -1, 2, 1, 0, 2, 1, -1, -1, 0, 1, 0, 0, -1, 0, -1, -1, -1, 1, -1, 1, 3, 16, 4, 7, 4, -1, 1, 0, 0, 16, -1, 3, -1, 0, -1, 0, 1, 6, 6, 5, -1, -1, -1, 0, -1, 8, -1, 2, 2, 7, -1, 1, -1, -1, -1, 2, -1, 2, -1, 3, -1, -1, -1, -1, 0, 0, 7, 1, -9, 0, 0, 3, -1, 1, 8, 2, 13, 13, 18, -1, -1, 9, 0, -1, 4, -1, 2, -1, 0, 12, -1, 0, 0, 0, -1, 0, 0, 10, 0, 0, 0, 0, 0, 0, 2, -1, 0, 13, 0, 0, 0, 0, -1, 0, -1, 2, 0, 3, -1, -9, -1, 8, -1, 2, 3, 1, -1, 4, 3, 0, -1, 0, 18, 1, -1, 1, 0, -1, 0, 0, 5, 0, 6, -1, 0, -1, 0, 1, -1, -1, 5, -1, -1, 2, -1, 0, 0, 0, -1, -1, 0, 4, 1, 0, 16, 3, 0, -1, 1, 3, -1, -1, 4, 0, 0, 2, -1, 6, -1, 9, 11, -9, 0, 0, -1, 2, -1, -1, -1, -1, -1, 13, 1, 3, 2, 0, -1, 2, -1, -1, 0, 0, 2, 2, -1, 0, -1, -1, 0, 0, 14, -1, -1, 1, 1, -1, 0, 0, 5, -1, 3, -1, -1, 7, 8, 4, -1, 1, -1, -1, 10, -1, 0, 0, 4, 1, -1, 0, 20, 0, 5, 0, 1, -1, -1, 10, -1, 0, -1, 0, -1, 0, 0, 1, -1, -9, -1, 7, -1, 1, 0, 0, -1, -1, 0, -1, -1, -1, 4, -1, -1, 0, 0, 5, -1, -1, -1, 0, -1, 3, -1, 0, 5, -9, -1, 2, 0, 5, 2, 3, 5, 0, 0, 3, 2, 4, 3, 2, -1, -1, 1, 0, 0, 1, 1, 0, 1, -1, 0, -1, 0, 5, 0, 4, 1, 2, -1, 2, -1, 0, 3, 0, 2, -1, -1, 1, 0, 0, 0, -1, 0, -1, 1, -1, -1, 2, -1, -1, -1, -1, 0, 1, 2, 12, -1, -1, -1, 1, -1, 1, 9, 0, 1, -1, 3, 1, 8, 1, -1, 0, -1, -1, 1, 3, -1, 2, -1, 3, -1, 1, 5, 6, 4, 0, 0, -1, 3, -1, 10, 2, -1, -1, 0, -1, -1, -1, -1, 5, 4, 1, 0, -1, 9, 13, -1, 4, 0, -1, 0, 0, -9, -1, 9, 0, -1, 0, 0, 16, 3, 4, -1, -1, 1, -1, 4, 7, 0, 2, 3, 5, -1, 4, -1, -1, -9, 2, 3, 0, 6, 1, 1, -1, 5, 0, 9, 8, 0, -1, 0, -1, 4, -1, -1, -1, -1, 4, 0, 2, 21, 0, 0, -9, -1, -1, 0, -1, 4, 5, 5, -1, -1, -1, 1, 0, -1, 3, 2, -1, 0, 2, 0, 9, 0, -1, 2, 0, -1, 8, 10, 6, 4, -1, 2, 1, -1, 11, -1, -1, 0, 3, 0, 1, -1, 5, -1, 14, 3, 8, -1, 8, 6, 5, 1, -1, 0, 0, -1, -1, -1, -1, 1, -1, -1, -1, 6, 7, 0, 0, -1, -1, 0, -1, -1, -1, 5, -1, -1, -1, 0, -1, -1, 1, 11, 6, 4, -1, 1, 8, -1, -1, 0, -1, 0, 0, 2, 0, 0, -1, 16, -1, 1, 0, 0, -1, 1, -1, -1, 0, -1, -1, 4, 0, -1, -9, -1, -1, -1, -1, 2, 0, 0, 0, -1, 4, -1, -1, 12, 0, 0, 0, -1, -1, 0, 0, 7, -1, -1, 0, 0, 6, 3, -1, 7, 3, 1, -1, 2, 0, -1, 5, 0, 0, 0, -1, 6, 0, 3, -1, 7, -1, 1, 2, -1, 0, -1, 1, -1, -1, -1, 4, -1, -1, -9, -1, -1, 4, 1, -1, -1, 9, -1, 0, 0, 2, 4, 0, -1, -1, 1, 0, -1, 0, 3, 0, -1, 3, 5, -1, -1, -1, 0, -1, 0, 4, -1, -1, 0, 1, 1, 4, 0, 4, -1, 2, 2, 24, -1, -1, -1, 0, -1, 0, -1, 0, 1, -1, 1, 0, -1, 8, -1, -1, -1, 2, 15, 8, 11, -1, 3, -1, 4, -1, 4, 3, 4, -1, -1, 0, 0, -1, -1, -1, 3, 2, 0, 2, 9, 6, -1, -1, 0, -1, -1, 3, -1, 3, -1, -1, 21, 2, 15, -1, 2, -1, 0, -1, 4, -1, 0, 6, -1, 12, 4, -1, -1, 3, 8, -1, 0, -1, -1, 2, -1, 0, 0, -1, 0, -1, 9, 0, 5, 1, 0, 0, -1, 2, -1, 14, 3, 1, -1, -1, -1, 2, -9, -1, -1, 5, -1, -1, 0, 0, 7, 2, -1, 10, -1, 3, 1, -1, 8, 9, -1, 2, 0, 7, 2, -1, -1, -1, -1, 1, 0, 1, 1, 1, 0, -1, 9, -1, -1, 2, -1, 0, 0, -1, 0, 0, 0, 5, -1, -1, 0, -1, -9, 4, 0, -1, 12, 8, -1, -1, -1, 5, -9, 0, 0, -1, -1, 1, 0, 0, -1, 10, 0, 0, 2, -1, -1, 0, -1, 0, 4, 3, -1, 3, 2, -1, 11, 2, 19, 0, 0, 6, -1, 10, 2, 10, -9, -1, 1, 0, -1, 0, -1, 0, 1, 0, -1, 2, -1, 0, 17, -1, 0, 0, -1, -1, 1, 0, -1, -1, -1, 1, -1, -1, -1, 0, 0, -1, 3, -1, -1, 5, 0, 3, 4, 1, 0, -1, -1, -1, 1, -1, -1, 0, 3, 2, -1, 6, -1, -1, 16, 7, 0, -1, -1, 14, -1, 3, -1, -1, 0, -1, -1, -1, 4, 0, 3, -1, -1, 14, 1, 5, -1, 0, -1, -1, -1, 3, -1, -1, -1, -1, 4, 0, 1, 6, 18, 0, 2, 0, -1, 5, -1, -1, 0, -1, 1, -1, -1, -1, -1, 13, 1, -1, -1, 0, -1, 12, -1, 6, 5, 4, 2, -9, 1, -1, 2, -1, -1, -1, 4, 4, 18, -1, 0, 9, -1, 4, 0, -1, -1, 0, 0, 0, 7, 2, 5, 2, -1, -1, 0, 2, 8, 16, -1, -1, 3, 3, 0, 8, 0, -1, -1, 3, 0, -1, 1, 0, 2, -1, -1, -1, -1, 1, -1, 9, 0, 7, -1, 8, -1, 1, 0, 2, -1, 0, 0, 1, -1, 7, -1, -1, -1, 15, 2, 19, 0, 2, 0, 11, 3, 16, 11, -1, -1, 0, 4, -1, 0, -1, -1, -1, -1, -1, 7, 0, 0, -1, 0, 11, -1, 1, -1, 0, -1, 2, -1, -1, -1, 1, -1, -1, 2, -1, 0, 0, 2, 3, 10, -1, -1, 0, 2, -1, -1, 1, 2, 0, -1, -1, 0, 0, -1, 2, 0, 0, 0, 3, 0, -1, 5, -1, 0, 0, 3, -1, -1, -1, 0, 0, -1, 8, -1, 1, 4, 4, 4, 5, 0, -9, 3, 0, -1, 6, -1, -1, 0, -1, -1, -1, 0, 3, 0, 3, 3, 0, 0, 2, -1, 4, 2, 0, -1, -1, 7, 0, -1, -1, -1, 1, -1, 0, 0, 4, -1, -1, -1, 0, 18, -1, 3, -1, 5, -1, 0, 3, 9, -1, 1, 0, -1, -1, 0, -1, 0, 2, -1, 1, 0, 1, 2, 2, 0, 0, 2, -1, -1, 6, 18, -1, 2, -1, 0, 7, 0, 0, 7, -1, -1, -1, -1, -1, 3, -1, -1, 0, -1, -1, -1, 0, -1, 2, -9, 0, -1, 2, 3, -1, 2, 0, 12, 2, -1, 0, 3, -1, -1, -1, 0, -1, 0, 4, 0, 0, 0, 2, 0, 1, 1, -1, 0, -1, 2, -1, -1, -1, -9, -1, 1, -1, -1, 2, -1, 0, 6, -1, 0, 0, 5, -1, 0, 2, -1, 1, 8, 17, 0, 0, -1, 0, -1, 4, -1, 5, 2, 0, -1, 3, 5, 8, 0, 1, 12, -1, 5, -1, 2, 0, -1, -1, 14, 0, 0, 0, -1, 0, 1, -1, 0, 3, -1, 0, 3, -1, -1, 4, -1, 0, 5, -1, -1, -1, -1, 19, -1, -1, -1, 20, 1, 4, -1, 0, 7, 0, 3, -1, -1, 2, 0, -1, 21, -1, 2, 0, 15, -1, 0, -1, -1, -1, -1, -1, -1, 12, 0, 1, -1, 1, 2, -1, 2, 0, -1, -1, 1, 3, -1, -1, 1, -1, 0, -1, -1, -1, -1, 0, 1, 1, 2, -1, -1, 2, -1, 3, -1, 0, 2, -1, -1, -1, 9, 5, 0, 0, -1, -1, -1, 0, -1, 1, 1, -1, 0, 2, -1, 4, 0, -1, -1, 5, 1, -1, -1, -1, 3, -1, 5, 2, -1, -1, 0, 0, 0, 0, -1, 2, 16, -1, -1, 2, 1, -1, 2, -1, 0, 3, 0, -1, -1, 0, 1, -1, -1, -1, -1, -1, -1, 0, 10, -1, 0, 0, -1, 18, -1, 0, 2, 6, 0, 10, 0, 0, -1, 5, 8, -1, 5, 4, -1, -1, 0, -1, 3, -1, 0, -1, 0, -1, 1, -1, 0, -9, -1, 0, 3, -1, -1, -1, -1, 1, -1, -1, 14, 14, 1, -1, -1, 0, 1, 2, -1, -1, 0, -1, -1, -1, -1, 6, -1, 0, -1, 0, 0, 3, 9, -1, 5, -1, 0, -1, -1, -1, 4, 18, -1, -1, 0, 0, 0, 0, 14, 0, 0, -1, -1, 4, -1, 12, 4, 4, -1, 0, 4, -1, 1, -1, 1, -1, -1, 2, -1, -1, 1, -1, -1, -1, -1, -1, 0, -1, 3, -1, 2, 2, -1, -1, -1, 14, -1, 8, 0, 0, 0, -1, 18, 0, -1, -1, 5, 13, -1, -1, 4, 4, -1, -1, 0, 2, -1, -9, -1, 0, -1, 0, 0, 0, 2, 1, 0, 0, -1, 2, 0, -1, -1, 0, -1, 0, -1, 0, 6, -1, 5, 0, 3, -1, 2, 0, 0, -1, -1, 3, 0, 11, 0, 1, -1, -1, 0, -1, 3, 8, -1, 5, 9, 1, -1, -1, 4, -1, -1, -1, -1, -1, 9, 2, -1, -9, 5, -1, -1, 0, 0, 0, -1, 10, 0, -1, 3, 2, -1, 0, 14, 1, -1, -1, -1, 2, 0, -1, 13, 0, 12, -1, 13, -1, -1, -1, -1, 7, 2, -1, 0, 4, 3, 0, 0, -9, -1, -1, -1, -1, -1, 0, 4, -1, -1, 14, 10, -1, 1, 4, -1, 3, 3, -1, -1, 0, 7, -1, 1, -1, 0, -1, 1, 23, 1, 0, 6, 0, -1, -1, -1, -1, -1, 0, 0, 6, -1, 1, -1, -1, 0, 1, 6, 0, 4, 0, -1, 2, 0, 0, -1, 2, 1, 2, 3, 0, 2, 0, 2, 0, -1, 6, 12, 4, 1, 7, 0, -1, 0, -1, 3, -1, -1, -1, -1, 0, -1, -1, 11, 0, -1, -1, 6, 1, 1, 0, -1, 18, -1, 0, -1, 0, 6, -1, -1, -1, 0, 15, 1, 2, -1, 2, 0, -1, -1, -1, 1, -1, 1, 3, 0, 0, 0, 12, 0, -1, -1, -1, 0, -1, -1, -1, 3, -1, -1, -1, 0, -1, 1, 1, 6, 2, -1, -1, 0, 3, -1, 0, -1, -1, 3, 1, 2, -1, 0, -1, 0, 0, 0, 0, -1, 14, -1, -1, -1, -1, -1, 0, 8, 1, -1, 1, 1, 1, 18, 1, 11, -1, -1, 0, 0, 2, 0, 0, 3, 0, -1, 0, -1, -1, 3, -1, 0, 0, -1, 3, -1, 3, 3, -1, 2, 8, -1, 0, -1, 6, 2, -1, 0, 6, -1, -1, 4, -1, -1, 0, 17, -1, 0, -1, 12, 1, -1, 0, 2, 0, -1, -1, 4, 5, 3, -1, 0, -1, 3, -1, 2, -1, 5, -1, 0, 0, 2, -1, 0, -1, -1, -1, 0, 0, 0, 0, -1, 3, -1, 24, -1, -1, 0, -9, -1, 0, 0, 0, 0, 7, -9, -1, 3, -1, 6, -1, 0, 0, 5, -1, -1, 0, -1, -1, -1, 12, -1, 0, -1, -1, 10, -1, 1, -1, -1, -1, -1, -1, 8, -1, 0, 3, -1, 5, -1, 0, -1, 3, 2, 0, -1, 0, 0, -1, 0, 0, 0, -1, 0, 0, -1, -1, 2, -1, 0, -1, 9, 0, 0, -1, 6, 0, 2, 0, 0, 16, 2, -1, 12, 6, -1, 2, -1, 6, 4, -1, 0, 1, -1, 5, -1, -1, 2, -1, 8, 0, -1, 0, 3, -1, -1, -1, 0, 2, 12, 2, 1, 4, 6, -1, -1, 0, 2, 6, 1, 3, 2, 2, 3, 1, -1, -1, 4, -1, 0, -1, 0, -1, -1, 0, -1, -1, 2, -1, 2, 2, -1, -1, 0, -1, 2, 12, -1, 5, -1, 6, -1, 3, 2, -1, -1, -1, -1, 0, 7, -1, -1, 2, 0, 6, -1, 0, -1, 0, 4, 0, 0, -9, 4, -1, -1, -1, 1, -1, -1, 5, 0, -1, -1, -1, -1, 0, -1, 7, 0, 0, 4, -1, 0, -1, 6, 0, 0, 8, -1, 0, 0, 0, 9, 4, 1, 0, 1, 1, 0, -1, -1, 0, 0, 12, -1, 1, 0, 0, 3, -1, -1, 0, 0, 24, 3, -1, -1, -1, 0, -1, 0, -1, 1, 1, -1, -1, 0, 4, -1, 12, 0, 3, -1, 0, 2, -1, -1, 0, 1, -1, 3, -1, 2, -1, -1, 0, -1, 0, 2, -1, 0, 9, -1, 0, 0, -1, -1, 1, 4, 1, 0, 0, 22, 1, 0, -1, 0, -1, 0, -1, 0, 0, 12, -1, -1, -1, -1, -1, 15, 0, 1, -1, -9, 5, 0, -1, 0, 0, -1, 13, -1, 1, 6, 0, 2, 0, 0, -1, 6, -1, 1, -1, 3, -1, 5, 1, -1, -1, -1, 8, 0, 5, 9, 12, 2, 3, 1, -1, 2, 0, 3, -1, 10, 1, -1, 1, 11, 0, -1, -1, -1, 0, 23, 2, 0, -1, -1, 0, -1, 0, -1, -1, 7, -1, -1, -1, 0, -1, -1, -1, 4, 0, 0, -1, 0, 0, 0, -1, -1, 11, -1, 14, -1, -1, -1, -1, 1, 6, 1, 0, 10, -1, 2, -1, -1, -1, 0, 0, -1, 2, 0, 1, -1, 17, -1, 0, -1, 1, 0, -1, 3, -1, -1, -1, -1, -1, 0, 0, -1, -1, 16, 1, 0, -1, 0, -1, -1, -1, 1, -1, -1, 0, 0, 4, 9, 2, 4, 0, 7, -1, 4, -1, -1, 0, -1, -1, 0, -1, 1, -1, 12, -1, 1, -1, 1, 0, 13, 16, -1, -1, 1, 0, 2, -9, 16, -1, 2, -1, 2, 0, 10, -1, 9, -1, 2, 10, 1, -1, 0, -1, 5, -1, -1, 3, -1, 0, -1, 0, -1, 3, 0, 2, 17, 0, 2, -1, 3, -1, 4, 5, -1, -1, -1, 5, 1, 1, 9, 0, -1, 0, 10, -1, -1, 7, 0, -1, -1, -1, -1, -1, -9, 0, 19, 0, -1, -1, -9, -1, 11, -1, 1, 8, -1, 5, 5, 6, -1, 1, 3, -1, -1, 1, 0, 1, 5, 0, 0, -1, 1, 0, 2, 0, -1, -1, 1, 0, -1, -1, -1, 0, -1, -1, 4, 9, -1, 1, 0, 2, 0, 1, -1, 0, -1, -1, -1, 0, 0, 1, 0, 0, -9, 3, 1, -1, 0, -1, 0, 0, 24, 1, 2, -1, -1, -1, -1, 4, 1, -1, -1, 5, -1, -1, 0, 0, 8, -1, 0, -1, 2, 1, 2, 2, -1, -1, 1, -1, -1, -1, 3, 2, 1, 8, -1, -1, -1, 0, -1, -1, 0, -1, 1, -1, -1, 0, 2, 3, 2, 0, 3, 1, 3, 0, -1, 0, -1, 2, 0, 3, 0, 3, -1, -1, -1, -1, 0, 5, -1, -1, -1, -1, 2, 0, 4, 1, 10, 0, 0, -1, -1, 0, 2, -1, -1, -1, 4, 2, -1, -1, 0, 0, -1, -1, -1, 6, -1, 0, 13, 0, -1, 0, 0, -1, -1, -1, 0, -1, 0, -1, -1, -1, -1, -1, -1, -1, 2, 0, -1, -1, -1, -1, 0, -1, 0, -1, -1, -1, 12, 0, 2, -1, 2, 0, -1, 6, -1, 1, 0, -1, -1, 0, 1, 18, 13, 9, -1, -1, 6, 1, 11, 0, -1, -1, -1, -1, 10, 0, 2, -1, 5, 9, 0, 12, 0, 4, 1, 0, -1, -1, -1, 2, -1, -1, 1, 0, -1, 3, -1, -1, 21, 7, 2, 8, -1, 5, -1, 6, 10, -1, 7, -1, -1, -1, 0, 2, 0, 0, 0, 0, 18, 7, 1, -1, 4, 0, 2, 4, 0, -1, 1, 17, 6, 0, 3, 0, 2, 1, -1, 0, -1, -1, 5, 3, -1, -1, 2, 2, 0, 6, 0, 0, -1, 0, -1, 0, 0, 8, 2, -1, 1, 0, 2, 0, -1, 2, -1, -1, 0, 9, 0, 2, -1, 17, 3, 0, 5, -1, 0, 1, -1, -1, 2, -1, 10, 0, -1, -1, 13, 0, -1, 6, -1, 0, 0, -1, 2, 2, 4, 2, 5, 2, 2, -1, 0, 0, 0, -1, 8, 10, -1, -1, -1, -9, 1, 17, 6, -1, 18, 2, -1, -1, -1, 1, 0, -1, 2, -1, -1, 2, 0, 0, -1, 0, 7, -1, 6, -1, 24, 0, 0, 4, -1, 10, 8, 0, 4, 0, 6, -1, -1, 5, 4, -1, 0, 0, -1, 0, 3, 3, -1, 0, 0, 0, -1, 0, 1, -1, 2, 1, -1, 0, 0, 1, -1, 3, 1, 0, 0, 0, 0, 2, -1, 0, 0, 2, -1, -1, 0, 0, 14, 12, 2, 2, 5, 0, 2, 0, -1, 7, 2, 1, -1, -1, 8, 6, -1, -1, -1, 1, -1, -1, 0, 0, -1, -1, 1, 5, -1, 1, 0, 3, 11, 0, 7, 0, -1, 0, 0, -1, -1, 0, 21, -1, -1, -1, 2, 10, -1, -1, -1, 15, 4, -1, -1, 1, 1, 0, -1, 7, 5, 17, 2, 24, -1, -9, 3, -1, 3, 0, 8, -1, 20, 5, -1, -9, -1, -1, 1, -1, -1, 0, 0, -1, 2, 0, 0, -1, -1, -1, -1, 20, 0, -9, 4, 0, -1, -1, 14, 0, -1, 2, -1, 0, 0, 0, -9, -1, 0, 0, 5, 1, 0, 0, 0, -1, -1, 1, -1, 3, 11, 0, -1, 2, -1, 0, -1, -1, 2, -1, 5, -1, 2, 0, -1, -1, -1, -1, -1, 1, 1, 4, 0, -1, -1, -1, 7, 3, 0, 0, -1, 0, 0, 10, 0, -1, 10, -1, 2, 0, 5, -1, 14, 0, 0, -1, 1, 7, 0, 0, 0, 6, -1, -1, 0, -1, -1, 7, -1, -1, 2, 4, 3, 3, -1, 1, -1, -1, 2, 4, 1, 0, 3, 0, 0, -1, -1, -1, -1, 0, -9, 0, 0, 2, 3, -1, 4, -1, -1, -1, 0, -1, 9, 3, 9, 0, 2, 13, 2, -1, 0, 1, 12, -1, 0, 1, -1, -1, 6, 0, 5, 1, 3, 1, 3, 2, -1, -1, -1, 6, 11, -1, -1, 1, 12, 0, 0, -1, 2, 6, -1, -1, 6, -1, 0, -1, -1, -1, 8, -1, -1, 0, -1, 1, 0, -1, -1, 0, 7, 4, 3, 5, 0, 0, 1, 0, -1, 3, -1, 0, 0, 1, -1, 0, -1, 0, 2, -1, 3, -1, -1, 0, -1, 10, 2, 10, 1, 2, 20, 0, 2, 0, 0, 11, 5, 0, 3, 0, 0, 0, 5, -1, 0, -1, 2, 7, 2, -9, -1, -1, 2, 2, 0, 0, 5, 1, 1, 1, 4, -1, 0, 9, 0, 11, 1, -1, 2, -1, -1, 2, 19, 0, -1, -1, 0, 0, 9, 0, -1, 0, 1, -1, 4, 2, 1, 0, 1, 0, -1, 0, -1, 0, 12, -1, 0, 0, 1, 2, -1, -1, -1, 3, -1, 0, 0, 0, 0, 1, 0, -1, 10, -1, 0, -1, -1, 7, -1, 0, -1, -1, -1, -1, -9, -1, -1, -1, 1, 8, -1, 0, -1, -1, 0, -1, -1, -1, 12, -1, 2, 0, 0, -1, -1, 0, -1, 16, 0, -1, 3, -1, 8, -1, 0, -1, -1, 10, -1, 6, 3, -1, 0, -1, 7, -1, -9, -1, -1, 3, -9, 2, 0, 3, -1, -1, 2, -1, 0, 2, 0, 0, 0, 1, 6, 0, -1, -1, 5, 14, 16, 1, 15, 0, -1, 3, 5, 0, -1, -1, 4, -1, -1, -1, 0, 5, -1, -1, -1, 3, -1, -1, 0, 0, 0, 0, -1, 8, 2, 5, 2, -9, -1, -1, 2, 5, 1, -1, -1, -1, 0, 0, 13, 0, 6, -1, 0, 2, -1, 0, 1, -1, 17, -1, -1, 0, 6, 3, -1, -1, 0, -1, 6, -1, 0, -1, 0, -1, 1, 1, -1, 1, -1, 0, -1, -1, 1, 0, 1, -1, 7, 6, -1, 5, -1, 11, 7, -1, -1, 1, 0, -1, -1, 0, 13, -1, -1, 2, -1, 0, -1, 0, -1, 0, -1, 0, -1, -1, 2, 0, -1, -1, 0, -1, -1, 1, -1, -1, 0, -1, -1, 1, 0, 0, -1, 4, -1, 2, 0, 4, 0, 4, 6, -1, 2, 0, 2, 2, -1, 0, -1, 2, 1, 6, -1, 6, 18, -1, 0, 0, 3, 4, 0, -1, 2, 0, 4, -1, 0, -1, 0, 1, -1, -1, -1, -1, -1, 2, 0, -1, 1, 0, -1, -1, 1, 0, -1, 4, -1, -1, -1, -1, 0, -1, -1, 0, 0, -1, -1, 13, -1, 18, -1, 6, -1, -1, 4, 6, 0, -1, 0, -1, 5, -1, -1, -1, 12, 1, 2, 0, 0, 24, -1, -1, -1, -1, -1, 1, 3, -1, 0, 7, 2, 0, -1, -1, -1, 0, 0, 10, -1, 11, 0, 2, 0, -1, 8, 0, 2, -9, 3, -1, 0, -1, 0, 1, 0, -1, 3, 1, 1, -1, -1, -1, -1, -1, 4, 4, -1, -1, 8, 0, 14, 0, 12, 2, -1, 2, 1, 1, -1, 7, -1, 2, 2, -1, 0, -1, -1, -1, 0, -1, 2, 0, 0, -1, -1, 6, 0, 9, 8, 4, -1, -1, 6, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, 0, 5, 0, 0, -1, 3, -1, -1, 4, 4, 2, 0, 6, -1, -1, -1, -1, 0, 3, 5, 1, -1, 0, 0, 1, 1, 1, 0, 3, -1, 3, -1, -1, -1, 13, 0, -1, 1, 1, 12, 1, 12, -1, -1, -1, 0, 0, 0, -1, -1, 1, -1, 4, 0, -1, -1, -1, -1, 23, -1, 2, 12, -1, 0, 1, -1, 7, 8, -9, 0, -1, -1, 2, -1, -1, 1, 0, -1, -1, 0, -1, 1, -1, -1, -1, 1, -1, 1, 2, 1, 2, 0, -1, 1, -1, -1, 1, -1, -1, 1, -1, 0, 1, -1, 2, -1, -1, -1, 2, -1, 0, 4, 2, -1, -1, 6, -1, -9, 3, -1, -9, 0, 5, -9, 2, 5, 1, 1, 0, 0, 4, 0, -1, -1, -9, -1, -1, -1, 11, 0, 3, -9, 1, -1, 7, 10, 0, 0, 3, 1, -1, 0, -1, 0, -1, 0, -1, -1, 0, 0, 1, 0, -1, 0, 0, 0, 1, 3, -1, 0, 3, -1, 1, 18, 0, 3, 1, 1, -1, 1, 0, -9, 3, 12, -1, 2, -1, 0, -1, 2, 18, -1, -1, -1, 6, -1, 4, 0, -1, 0, 0, -1, 0, -1, 0, -1, 4, 2, 0, 0, -1, 0, 0, 0, 1, -1, -1, 5, 1, -9, 4, 3, 8, -1, -1, -1, 0, -1, 3, -1, -1, 0, 0, -1, 6, 1, 10, 0, -1, 15, 1, 1, 6, -1, -1, 2, 1, -1, 0, 0, 8, -1, 6, 1, -1, 0, -1, -1, 4, 3, 0, -1, 2, 7, 0, 0, -1, 22, 0, 5, -1, -1, 2, 1, -1, 3, -1, 2, -1, -1, 1, 0, 7, 0, 2, 23, -1, -1, -1, 0, 0, -1, -1, 0, 2, -1, -1, 7, 6, -1, 10, -1, 3, 0, -1, -1, -1, 5, 0, -1, -1, 4, -1, 12, -1, 0, 0, 0, 0, -1, 24, 2, -1, 0, 0, 3, -1, 18, 0, 0, 0, 2, -1, -1, -1, -1, -1, 5, -9, 1, 0, 6, 1, 10, 1, 4, -1, -1, 1, 7, 0, -1, 12, 4, 1, 9, 1, -1, -1, -1, 3, 12, -1, 3, -1, -1, -1, -1, 0, 9, 3, -1, -1, -1, 6, -1, 0, -1, 10, 10, 0, 11, -1, 3, 6, 6, 2, 0, 4, 10, 5, -1, -1, 2, 2, 18, 1, 3, -1, 0, 1, 8, -1, 2, 2, 11, -1, -1, -1, -1, 0, -1, 1, -1, 0, -1, 0, -1, 11, -1, -1, -1, -1, -1, 0, 0, 3, -1, 0, 0, 0, 0, 12, 0, 1, -1, 0, -1, -1, 0, -1, 0, 6, -1, -1, 0, 2, 6, 8, 2, 16, 0, 0, -1, -1, -1, -1, 13, -1, -1, 0, 1, -1, 1, 0, 3, 3, -1, -1, -1, 0, 3, 7, -1, -1, -1, 1, -9, 0, -1, 0, 0, -1, 0, 3, 10, 9, -1, 11, -1, -1, 2, -1, 1, 0, 8, 8, 2, -1, 0, -1, -1, -1, 5, 9, 0, 0, 0, -1, 0, -1, -9, 0, 1, 2, -1, 0, -1, 0, 6, -1, 0, -1, 3, -1, 0, -1, 4, 0, 0, 0, 0, -1, 0, 3, -1, 5, 1, -1, 0, 24, 0, 0, 4, 0, 4, 4, 2, 10, -1, -1, -1, -9, 2, -1, 5, 3, 3, 0, -1, -1, -1, 0, 1, -1, 2, 6, 2, 2, 3, -1, 14, 0, 0, 3, -1, 0, -1, 0, 0, 4, -1, -1, -1, -1, 0, 12, 0, 7, 1, 5, 4, -1, -1, 3, 2, -9, 13, 0, 2, 0, 2, -1, 14, -1, 3, 0, -1, -1, 0, 0, -1, -1, 6, 2, -1, 3, 2, -1, -1, 12, 6, -1, 1, -1, 0, -1, 0, 0, 0, -1, 0, 5, 9, -1, 2, 6, 0, -1, 1, -1, -1, 8, -1, -1, -1, 1, 0, 4, 5, 0, 4, 2, 0, -1, 7, -1, 0, 0, -1, -1, 0, 0, 0, 6, -1, 1, -1, 1, 0, -1, 1, -1, 8, 0, 1, -1, -1, -1, 8, -1, 4, -1, 12, -1, 0, -1, 3, 2, -1, 2, -1, -1, 9, 5, 5, -1, 5, 11, 9, -1, -1, 0, 3, -1, 6, 0, 11, -1, -9, -1, -1, 6, 2, -1, 3, -1, 5, -1, 5, -1, 0, 0, 0, 2, 0, 0, -1, 18, 0, 0, -1, -1, -1, -1, 4, -1, 0, 5, -1, 0, 2, 0, -1, 0, -1, -1, 0, -9, -1, 0, -1, 1, 1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, 0, 1, 5, -1, 3, 3, 1, 0, 0, 4, -1, 0, -1, -1, 0, -1, 8, 6, -1, -1, 15, 0, -1, 0, 0, 4, -1, -1, -1, 0, 0, -1, -1, 2, -1, -1, 0, -1, 0, 3, 2, -1, 0, -1, 5, 6, 1, 6, 3, 0, 21, 0, 0, -1, 4, -1, 2, 0, 7, 0, -1, -1, 0, 1, -1, 20, 5, -1, 5, 2, -1, -1, 2, 12, -1, -1, -1, 7, 4, 1, 11, -9, 1, -1, -1, 0, -1, -1, -1, 0, 0, 0, -1, -1, -1, 0, 0, -1, -1, 0, 5, 2, 2, -1, -1, 2, 1, 7, -1, -1, 10, -1, -1, -1, 0, 0, 3, -1, -1, -1, 3, 0, 12, -1, 2, -1, -1, -1, -1, -1, -1, 2, 0, 3, -1, -1, -1, -1, -1, -1, 3, 0, 7, 4, 2, -1, -1, 3, 0, 0, -1, -1, 4, -1, 3, 0, 4, -1, -1, -1, 0, -1, -1, -1, 5, -1, 0, 13, -1, -1, -1, 0, 1, -1, 1, -1, -1, -1, 13, 3, 17, -1, -1, -1, 0, -1, -1, -1, -1, 0, 6, 0, -1, 2, 6, 4, 4, 8, 0, 0, 0, 2, 2, -1, 4, 2, -1, 2, 3, -1, -1, -1, -1, -1, 2, 2, 0, -1, 0, 0, 1, -1, 0, -1, 0, -1, -1, 0, -1, -1, 0, -1, -1, -1, 0, 0, 1, 0, -1, -1, -1, 1, 1, 0, 0, -1, 2, 0, -1, 2, 3, 9, 3, 8, 0, -1, -1, 0, 0, 7, -1, 15, -1, 20, -1, 0, -1, 0, 0, 0, 3, 0, -1, 0, 0, -1, -1, 2, -1, -1, -1, -1, -1, 4, 0, -1, 7, 7, -1, -1, 0, -1, 0, 0, -1, 1, 13, 5, 11 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "interest" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "sum of K6SUM42" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ "rapport correlation: 0.01078951355521699\n" ] } ], "source": [ "# Non pondérée\n", "graphic = analyse_bivarie_num_all(interet=\"interest\", numeric_feature = numerical_features, df=X_train_interest, weights=no_w_train)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Question 2.4 - Faire l'analyse bivariée entre la couelur de peau et d'autres variables explicatives qualitative (table de contingence, diagramme en barre selon les profils lignes et selon les profils colonnes, diagramme en mosaique)" ] }, { "cell_type": "code", "execution_count": 30, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "(['ADSMOK42',\n", " 'ACTDTY',\n", " 'ARTHDX',\n", " 'CHBRON',\n", " 'ADHDADDX',\n", " 'DFHEAR42',\n", " 'MNHLTH',\n", " 'STRKDX',\n", " 'FTSTU',\n", " 'CANCERDX',\n", " 'JTPAIN',\n", " 'ARTHTYPE',\n", " 'ANGIDX',\n", " 'HIBPDX',\n", " 'SEX',\n", " 'ASTHDX',\n", " 'CHOLDX',\n", " 'DFSEE42',\n", " 'RTHLTH',\n", " 'DIABDX',\n", " 'WLKLIM',\n", " 'PHQ242',\n", " 'CHDDX',\n", " 'SOCLIM',\n", " 'POVCAT',\n", " 'REGION',\n", " 'EMPHDX',\n", " 'MARRY',\n", " 'INSCOV',\n", " 'PREGNT',\n", " 'EMPST',\n", " 'MIDX',\n", " 'COGLIM',\n", " 'OHRTDX',\n", " 'HONRDC',\n", " 'ACTLIM'],\n", " 36,\n", " 133)" ] }, "execution_count": 30, "metadata": {}, "output_type": "execute_result" } ], "source": [ "# il faut d'abord retrouver les variables categorielles qui ont été one_hot_encodées\n", "one_hot_col = [col for col in X_train.columns if \"=\" in col]\n", "categorial_col = list(set([col.split('=')[0] for col in one_hot_col]))\n", "categorial_col, len(categorial_col), len(one_hot_col)" ] }, { "cell_type": "code", "execution_count": 31, "metadata": {}, "outputs": [], "source": [ "def analyse_bi_quali_quali(quali1, quali2, df):\n", " if quali1==quali2:\n", " return\n", "\n", " # table de contingence\n", " # on groupe le dataframe sur les variables d'intéret\n", " df_group = df[[quali1, quali2, \"WEIGHT\"]].groupby([quali1,quali2]).sum().reset_index()\n", " df_group.rename(columns={\"WEIGHT\":\"count\"}, inplace=True)\n", "\n", " rows = list(set(df_group[quali2].values))\n", " cols = list(set(df_group[quali1].values))\n", " contingence_tab = [\n", " [ df_group[(df_group[quali2]==row) & (df_group[quali1]==col)][\"count\"].values[0] if col in df_group[df_group[quali2]==row][quali1].values else 0 for row in rows ]\n", " for col in cols]\n", " contingence_img = px.imshow(contingence_tab,\n", " text_auto=True,\n", " labels=dict(x=quali2, y=quali1),\n", " x=rows, y=cols)\n", " contingence_img.show()\n", "\n", " # diagrammes en barres\n", " quali1_count = df_group[[quali1, \"count\"]].groupby([quali1]).sum()\n", " df_group['count_quali1_prop'] = df_group[[quali1,\"count\"]].apply(lambda x: 100*x['count']/quali1_count.loc[x[quali1]], axis=1)\n", " bar1 = px.bar(df_group, x=quali1, y=\"count_quali1_prop\", color=quali2, text_auto=True)\n", " bar1.show()\n", "\n", " quali2_count = df_group[[quali2, \"count\"]].groupby([quali2]).sum()\n", " df_group['count_quali2_prop'] = df_group[[quali2,\"count\"]].apply(lambda x: 100*x['count']/quali2_count.loc[x[quali2]], axis=1)\n", " bar2 = px.bar(df_group, x=quali2, y=\"count_quali2_prop\", color=quali1, text_auto=True)\n", " bar2.show()" ] }, { "cell_type": "code", "execution_count": 32, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "MARRY (7915, 138) (7915, 130)\n" ] }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "coloraxis": "coloraxis", "hovertemplate": "MARRY: %{x}
interest: %{y}
color: %{z}", "name": "0", "texttemplate": "%{z}", "type": "heatmap", "x": [ "5", "1", "8", "7", "10", "4", "3", "2", "6", "9" ], "xaxis": "x", "y": [ 0, 1 ], "yaxis": "y", "z": [ [ 8775429.640459, 8885823.270894, 2108.932841, 234564.582152, 33641.952497, 637565.015084, 1887113.030497, 770567.033768, 7573476.626569, 47006.174958999996 ], [ 8874080.399029, 18829733.284245, 18579.750283, 221090.79381200002, 17206.410592, 329624.522139, 4203659.330992, 1717596.6265729999, 7411902.899072, 53658.679321999996 ] ] } ], "layout": { "coloraxis": { "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "constrain": "domain", "domain": [ 0, 1 ], "scaleanchor": "y", "title": { "text": "MARRY" } }, "yaxis": { "anchor": "x", "autorange": "reversed", "constrain": "domain", "domain": [ 0, 1 ], "title": { "text": "interest" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "hovertemplate": "MARRY=1
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "1", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "name": "1", "offsetgroup": "1", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 30.80296742853311, 45.18001135434526 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "MARRY=10
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "10", "marker": { "color": "#EF553B", "pattern": { "shape": "" } }, "name": "10", "offsetgroup": "10", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 0.116620816710559, 0.041285015256404725 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "MARRY=2
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "2", "marker": { "color": "#00cc96", "pattern": { "shape": "" } }, "name": "2", "offsetgroup": "2", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 2.6711932613385216, 4.121196722190574 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "MARRY=3
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "3", "marker": { "color": "#ab63fa", "pattern": { "shape": "" } }, "name": "3", "offsetgroup": "3", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 6.541732762428798, 10.08624888292639 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "MARRY=4
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "4", "marker": { "color": "#FFA15A", "pattern": { "shape": "" } }, "name": "4", "offsetgroup": "4", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 2.210137856053579, 0.7909001911020845 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "MARRY=5
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "5", "marker": { "color": "#19d3f3", "pattern": { "shape": "" } }, "name": "5", "offsetgroup": "5", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 30.42028466533375, 21.292444621239824 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "MARRY=6
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "6", "marker": { "color": "#FF6692", "pattern": { "shape": "" } }, "name": "6", "offsetgroup": "6", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 26.253679230049656, 17.7840998638874 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "MARRY=7
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "7", "marker": { "color": "#B6E880", "pattern": { "shape": "" } }, "name": "7", "offsetgroup": "7", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 0.8131250153919165, 0.5304846555168763 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "MARRY=8
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "8", "marker": { "color": "#FF97FF", "pattern": { "shape": "" } }, "name": "8", "offsetgroup": "8", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 0.007310677652465965, 0.044580202814088754 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "MARRY=9
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "9", "marker": { "color": "#FECB52", "pattern": { "shape": "" } }, "name": "9", "offsetgroup": "9", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 0.16294828650765295, 0.12874849072108546 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "legend": { "title": { "text": "MARRY" }, "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "interest" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "count_quali1_prop" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "hovertemplate": "MARRY=%{x}
count_quali2_prop=%{y}
interest=%{marker.color}", "legendgroup": "", "marker": { "color": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ], "coloraxis": "coloraxis", "pattern": { "shape": "" } }, "name": "", "offsetgroup": "", "orientation": "v", "showlegend": false, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ "1", "10", "2", "3", "4", "5", "6", "7", "8", "9", "1", "10", "2", "3", "4", "5", "6", "7", "8", "9" ], "xaxis": "x", "y": [ 32.06077876594687, 66.16132841506898, 30.969306643695404, 30.983148252739184, 65.91934574836078, 49.7205283366244, 50.539104555945805, 51.47850646022714, 10.193654319899764, 46.69571648888006, 67.93922123405314, 33.83867158493103, 69.03069335630461, 69.01685174726083, 34.08065425163922, 50.279471663375595, 49.460895444054195, 48.52149353977286, 89.80634568010022, 53.30428351111994 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "coloraxis": { "colorbar": { "title": { "text": "interest" } }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "MARRY" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "count_quali2_prop" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ "PREGNT (7915, 138) (7915, 137)\n" ] }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "coloraxis": "coloraxis", "hovertemplate": "PREGNT: %{x}
interest: %{y}
color: %{z}", "name": "0", "texttemplate": "%{z}", "type": "heatmap", "x": [ "-1", "2", "1" ], "xaxis": "x", "y": [ 0, 1 ], "yaxis": "y", "z": [ [ 22622802.568729, 5939771.682071, 284722.00892 ], [ 34210148.339419, 7084373.976324, 382610.380316 ] ] } ], "layout": { "coloraxis": { "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "constrain": "domain", "domain": [ 0, 1 ], "scaleanchor": "y", "title": { "text": "PREGNT" } }, "yaxis": { "anchor": "x", "autorange": "reversed", "constrain": "domain", "domain": [ 0, 1 ], "title": { "text": "interest" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "hovertemplate": "PREGNT=-1
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "-1", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "name": "-1", "offsetgroup": "-1", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 78.42260974841385, 82.08373783509803 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "PREGNT=1
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "1", "marker": { "color": "#EF553B", "pattern": { "shape": "" } }, "name": "1", "offsetgroup": "1", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 0.9869972088772926, 0.9180343165790283 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "PREGNT=2
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "2", "marker": { "color": "#00cc96", "pattern": { "shape": "" } }, "name": "2", "offsetgroup": "2", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 20.59039304270886, 16.998227848322923 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "legend": { "title": { "text": "PREGNT" }, "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "interest" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "count_quali1_prop" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "hovertemplate": "PREGNT=%{x}
count_quali2_prop=%{y}
interest=%{marker.color}", "legendgroup": "", "marker": { "color": [ 0, 0, 0, 1, 1, 1 ], "coloraxis": "coloraxis", "pattern": { "shape": "" } }, "name": "", "offsetgroup": "", "orientation": "v", "showlegend": false, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ "-1", "1", "2", "-1", "1", "2" ], "xaxis": "x", "y": [ 39.805785564947016, 42.66569606279202, 45.605845004062814, 60.194214435052984, 57.334303937207984, 54.39415499593719 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "coloraxis": { "colorbar": { "title": { "text": "interest" } }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "PREGNT" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "count_quali2_prop" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ "CANCERDX (7915, 138) (7915, 137)\n" ] }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "coloraxis": "coloraxis", "hovertemplate": "CANCERDX: %{x}
interest: %{y}
color: %{z}", "name": "0", "texttemplate": "%{z}", "type": "heatmap", "x": [ "-1", "2", "1" ], "xaxis": "x", "y": [ 0, 1 ], "yaxis": "y", "z": [ [ 8656645.487878, 19091545.427769, 1099105.344073 ], [ 8499624.961331, 28293024.471799, 4884483.262929 ] ] } ], "layout": { "coloraxis": { "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "constrain": "domain", "domain": [ 0, 1 ], "scaleanchor": "y", "title": { "text": "CANCERDX" } }, "yaxis": { "anchor": "x", "autorange": "reversed", "constrain": "domain", "domain": [ 0, 1 ], "title": { "text": "interest" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "hovertemplate": "CANCERDX=-1
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "-1", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "name": "-1", "offsetgroup": "-1", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 30.008515910606953, 20.393977252026087 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "CANCERDX=1
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "1", "marker": { "color": "#EF553B", "pattern": { "shape": "" } }, "name": "1", "offsetgroup": "1", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 3.8100809662626878, 11.719815992501992 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "CANCERDX=2
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "2", "marker": { "color": "#00cc96", "pattern": { "shape": "" } }, "name": "2", "offsetgroup": "2", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 66.18140312313037, 67.88620675547192 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "legend": { "title": { "text": "CANCERDX" }, "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "interest" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "count_quali1_prop" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "hovertemplate": "CANCERDX=%{x}
count_quali2_prop=%{y}
interest=%{marker.color}", "legendgroup": "", "marker": { "color": [ 0, 0, 0, 1, 1, 1 ], "coloraxis": "coloraxis", "pattern": { "shape": "" } }, "name": "", "offsetgroup": "", "orientation": "v", "showlegend": false, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ "-1", "1", "2", "-1", "1", "2" ], "xaxis": "x", "y": [ 50.45761847544855, 18.368664964480114, 40.290637792500156, 49.54238152455145, 81.6313350355199, 59.70936220749984 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "coloraxis": { "colorbar": { "title": { "text": "interest" } }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "CANCERDX" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "count_quali2_prop" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "cat_col_study = [\"MARRY\", \"PREGNT\", \"CANCERDX\"]\n", "\n", "for cat in cat_col_study:\n", " interest_col = [col for col in X_train_interest.columns if col.split('=')[0]==cat]\n", " X_study = interest_transform(X_train_interest, interest_col=interest_col, interest=cat, new_name=cat)\n", " X_study[\"WEIGHT\"] = w_train\n", " print(cat, X_train.shape, X_study.shape)\n", " analyse_bi_quali_quali(\"interest\", cat, X_study)" ] }, { "cell_type": "code", "execution_count": 33, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "MARRY\n", "1 2627\n", "5 2142\n", "6 1964\n", "3 660\n", "2 295\n", "4 162\n", "7 42\n", "9 11\n", "10 10\n", "8 2\n", "Name: count, dtype: int64" ] }, "execution_count": 33, "metadata": {}, "output_type": "execute_result" } ], "source": [ "cat=\"MARRY\"\n", "interest_col = [col for col in X_train_interest.columns if col.split('=')[0]==cat]\n", "X_study = interest_transform(X_train_interest, interest_col=interest_col, interest=cat, new_name=cat)\n", "X_study.MARRY.value_counts()" ] }, { "cell_type": "code", "execution_count": 34, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "interest\n", "0.0 5161\n", "1.0 2754\n", "Name: count, dtype: int64" ] }, "execution_count": 34, "metadata": {}, "output_type": "execute_result" } ], "source": [ "X_study.interest.value_counts()" ] }, { "cell_type": "code", "execution_count": 35, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "MARRY (7915, 138) (7915, 130)\n" ] }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "coloraxis": "coloraxis", "hovertemplate": "MARRY: %{x}
interest: %{y}
color: %{z}", "name": "0", "texttemplate": "%{z}", "type": "heatmap", "x": [ "5", "1", "8", "7", "10", "4", "3", "2", "6", "9" ], "xaxis": "x", "y": [ 0, 1 ], "yaxis": "y", "z": [ [ 1552, 1466, 1, 29, 8, 134, 360, 163, 1441, 7 ], [ 590, 1161, 1, 13, 2, 28, 300, 132, 523, 4 ] ] } ], "layout": { "coloraxis": { "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "constrain": "domain", "domain": [ 0, 1 ], "scaleanchor": "y", "title": { "text": "MARRY" } }, "yaxis": { "anchor": "x", "autorange": "reversed", "constrain": "domain", "domain": [ 0, 1 ], "title": { "text": "interest" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "hovertemplate": "MARRY=1
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "1", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "name": "1", "offsetgroup": "1", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 28.405347800813797, 42.15686274509804 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "MARRY=10
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "10", "marker": { "color": "#EF553B", "pattern": { "shape": "" } }, "name": "10", "offsetgroup": "10", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 0.15500871924045728, 0.07262164124909223 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "MARRY=2
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "2", "marker": { "color": "#00cc96", "pattern": { "shape": "" } }, "name": "2", "offsetgroup": "2", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 3.158302654524317, 4.793028322440088 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "MARRY=3
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "3", "marker": { "color": "#ab63fa", "pattern": { "shape": "" } }, "name": "3", "offsetgroup": "3", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 6.975392365820578, 10.893246187363834 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "MARRY=4
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "4", "marker": { "color": "#FFA15A", "pattern": { "shape": "" } }, "name": "4", "offsetgroup": "4", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 2.5963960472776595, 1.016702977487291 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "MARRY=5
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "5", "marker": { "color": "#19d3f3", "pattern": { "shape": "" } }, "name": "5", "offsetgroup": "5", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 30.07169153264871, 21.423384168482208 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "MARRY=6
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "6", "marker": { "color": "#FF6692", "pattern": { "shape": "" } }, "name": "6", "offsetgroup": "6", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 27.920945553187366, 18.99055918663762 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "MARRY=7
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "7", "marker": { "color": "#B6E880", "pattern": { "shape": "" } }, "name": "7", "offsetgroup": "7", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 0.5619066072466576, 0.4720406681190995 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "MARRY=8
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "8", "marker": { "color": "#FF97FF", "pattern": { "shape": "" } }, "name": "8", "offsetgroup": "8", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 0.01937608990505716, 0.03631082062454612 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "MARRY=9
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "9", "marker": { "color": "#FECB52", "pattern": { "shape": "" } }, "name": "9", "offsetgroup": "9", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 0.13563262933540013, 0.14524328249818447 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "legend": { "title": { "text": "MARRY" }, "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "interest" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "count_quali1_prop" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "hovertemplate": "MARRY=%{x}
count_quali2_prop=%{y}
interest=%{marker.color}", "legendgroup": "", "marker": { "color": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ], "coloraxis": "coloraxis", "pattern": { "shape": "" } }, "name": "", "offsetgroup": "", "orientation": "v", "showlegend": false, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ "1", "10", "2", "3", "4", "5", "6", "7", "8", "9", "1", "10", "2", "3", "4", "5", "6", "7", "8", "9" ], "xaxis": "x", "y": [ 55.80510087552341, 80, 55.25423728813559, 54.54545454545455, 82.71604938271605, 72.45564892623716, 73.37067209775968, 69.04761904761905, 50, 63.63636363636363, 44.19489912447659, 20, 44.74576271186441, 45.45454545454545, 17.28395061728395, 27.54435107376284, 26.629327902240327, 30.952380952380953, 50, 36.36363636363637 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "coloraxis": { "colorbar": { "title": { "text": "interest" } }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "MARRY" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "count_quali2_prop" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ "PREGNT (7915, 138) (7915, 137)\n" ] }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "coloraxis": "coloraxis", "hovertemplate": "PREGNT: %{x}
interest: %{y}
color: %{z}", "name": "0", "texttemplate": "%{z}", "type": "heatmap", "x": [ "-1", "2", "1" ], "xaxis": "x", "y": [ 0, 1 ], "yaxis": "y", "z": [ [ 4038, 1074, 49 ], [ 2256, 470, 28 ] ] } ], "layout": { "coloraxis": { "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "constrain": "domain", "domain": [ 0, 1 ], "scaleanchor": "y", "title": { "text": "PREGNT" } }, "yaxis": { "anchor": "x", "autorange": "reversed", "constrain": "domain", "domain": [ 0, 1 ], "title": { "text": "interest" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "hovertemplate": "PREGNT=-1
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "-1", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "name": "-1", "offsetgroup": "-1", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 78.2406510366208, 81.91721132897604 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "PREGNT=1
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "1", "marker": { "color": "#EF553B", "pattern": { "shape": "" } }, "name": "1", "offsetgroup": "1", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 0.9494284053478008, 1.016702977487291 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "PREGNT=2
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "2", "marker": { "color": "#00cc96", "pattern": { "shape": "" } }, "name": "2", "offsetgroup": "2", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 20.80992055803139, 17.066085693536674 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "legend": { "title": { "text": "PREGNT" }, "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "interest" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "count_quali1_prop" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "hovertemplate": "PREGNT=%{x}
count_quali2_prop=%{y}
interest=%{marker.color}", "legendgroup": "", "marker": { "color": [ 0, 0, 0, 1, 1, 1 ], "coloraxis": "coloraxis", "pattern": { "shape": "" } }, "name": "", "offsetgroup": "", "orientation": "v", "showlegend": false, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ "-1", "1", "2", "-1", "1", "2" ], "xaxis": "x", "y": [ 64.15633937082936, 63.63636363636363, 69.55958549222798, 35.843660629170635, 36.36363636363637, 30.440414507772022 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "coloraxis": { "colorbar": { "title": { "text": "interest" } }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "PREGNT" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "count_quali2_prop" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "name": "stdout", "output_type": "stream", "text": [ "CANCERDX (7915, 138) (7915, 137)\n" ] }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "coloraxis": "coloraxis", "hovertemplate": "CANCERDX: %{x}
interest: %{y}
color: %{z}", "name": "0", "texttemplate": "%{z}", "type": "heatmap", "x": [ "-1", "2", "1" ], "xaxis": "x", "y": [ 0, 1 ], "yaxis": "y", "z": [ [ 1631, 3348, 182 ], [ 583, 1859, 312 ] ] } ], "layout": { "coloraxis": { "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "constrain": "domain", "domain": [ 0, 1 ], "scaleanchor": "y", "title": { "text": "CANCERDX" } }, "yaxis": { "anchor": "x", "autorange": "reversed", "constrain": "domain", "domain": [ 0, 1 ], "title": { "text": "interest" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "hovertemplate": "CANCERDX=-1
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "-1", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "name": "-1", "offsetgroup": "-1", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 31.602402635148227, 21.169208424110384 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "CANCERDX=1
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "1", "marker": { "color": "#EF553B", "pattern": { "shape": "" } }, "name": "1", "offsetgroup": "1", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 3.526448362720403, 11.328976034858387 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "CANCERDX=2
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "2", "marker": { "color": "#00cc96", "pattern": { "shape": "" } }, "name": "2", "offsetgroup": "2", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 64.87114900213138, 67.50181554103122 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "legend": { "title": { "text": "CANCERDX" }, "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "interest" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "count_quali1_prop" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "hovertemplate": "CANCERDX=%{x}
count_quali2_prop=%{y}
interest=%{marker.color}", "legendgroup": "", "marker": { "color": [ 0, 0, 0, 1, 1, 1 ], "coloraxis": "coloraxis", "pattern": { "shape": "" } }, "name": "", "offsetgroup": "", "orientation": "v", "showlegend": false, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ "-1", "1", "2", "-1", "1", "2" ], "xaxis": "x", "y": [ 73.66757000903343, 36.8421052631579, 64.29806030343768, 26.332429990966578, 63.1578947368421, 35.70193969656232 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "coloraxis": { "colorbar": { "title": { "text": "interest" } }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "CANCERDX" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "count_quali2_prop" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "# Non pondérée\n", "cat_col_study = [\"MARRY\", \"PREGNT\", \"CANCERDX\"]\n", "\n", "for cat in cat_col_study:\n", " interest_col = [col for col in X_train_interest.columns if col.split('=')[0]==cat]\n", " X_study = interest_transform(X_train_interest, interest_col=interest_col, interest=cat, new_name=cat)\n", " X_study[\"WEIGHT\"] = no_w_train\n", " print(cat, X_train.shape, X_study.shape)\n", " analyse_bi_quali_quali(\"interest\", cat, X_study)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Question 2.5 - Faire l'analyse bivariée entre la couleur de peau et la colonne 'UTILIZATION'" ] }, { "cell_type": "code", "execution_count": 36, "metadata": {}, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "coloraxis": "coloraxis", "hovertemplate": "UTILIZATION: %{x}
interest: %{y}
color: %{z}", "name": "0", "texttemplate": "%{z}", "type": "heatmap", "x": [ 0, 1 ], "xaxis": "x", "y": [ 0, 1 ], "yaxis": "y", "z": [ [ 24957501.042007, 3889795.217713 ], [ 30714054.073642, 10963078.622417 ] ] } ], "layout": { "coloraxis": { "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "constrain": "domain", "domain": [ 0, 1 ], "scaleanchor": "y", "title": { "text": "UTILIZATION" } }, "yaxis": { "anchor": "x", "autorange": "reversed", "constrain": "domain", "domain": [ 0, 1 ], "title": { "text": "interest" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "hovertemplate": "interest=%{x}
count_quali1_prop=%{y}
UTILIZATION=%{marker.color}", "legendgroup": "", "marker": { "color": [ 0, 1, 0, 1 ], "coloraxis": "coloraxis", "pattern": { "shape": "" } }, "name": "", "offsetgroup": "", "orientation": "v", "showlegend": false, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 0, 1, 1 ], "xaxis": "x", "y": [ 86.51591059802581, 13.484089401974185, 73.69521866494988, 26.30478133505012 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "coloraxis": { "colorbar": { "title": { "text": "UTILIZATION" } }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "interest" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "count_quali1_prop" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "hovertemplate": "UTILIZATION=%{x}
count_quali2_prop=%{y}
interest=%{marker.color}", "legendgroup": "", "marker": { "color": [ 0, 0, 1, 1 ], "coloraxis": "coloraxis", "pattern": { "shape": "" } }, "name": "", "offsetgroup": "", "orientation": "v", "showlegend": false, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1, 0, 1 ], "xaxis": "x", "y": [ 44.82989740480874, 26.188839005710925, 55.17010259519126, 73.81116099428907 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "coloraxis": { "colorbar": { "title": { "text": "interest" } }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "UTILIZATION" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "count_quali2_prop" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "X_study = X_train_interest.copy()\n", "X_study[\"WEIGHT\"] = w_train\n", "X_study[\"UTILIZATION\"] = y_train\n", "analyse_bi_quali_quali(\"interest\",\"UTILIZATION\",X_study)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Question 2.6 - Faire l'analyse bivariée entre la couleur de peau et les prédictions du modèle prédisant la colonne 'UTILIZATION'" ] }, { "cell_type": "code", "execution_count": 37, "metadata": {}, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "coloraxis": "coloraxis", "hovertemplate": "PREDS: %{x}
interest: %{y}
color: %{z}", "name": "0", "texttemplate": "%{z}", "type": "heatmap", "x": [ 0, 1 ], "xaxis": "x", "y": [ 0, 1 ], "yaxis": "y", "z": [ [ 26851509.55593, 1995786.70379 ], [ 33909670.548945, 7767462.147114 ] ] } ], "layout": { "coloraxis": { "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "constrain": "domain", "domain": [ 0, 1 ], "scaleanchor": "y", "title": { "text": "PREDS" } }, "yaxis": { "anchor": "x", "autorange": "reversed", "constrain": "domain", "domain": [ 0, 1 ], "title": { "text": "interest" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "hovertemplate": "interest=%{x}
count_quali1_prop=%{y}
PREDS=%{marker.color}", "legendgroup": "", "marker": { "color": [ 0, 1, 0, 1 ], "coloraxis": "coloraxis", "pattern": { "shape": "" } }, "name": "", "offsetgroup": "", "orientation": "v", "showlegend": false, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 0, 1, 1 ], "xaxis": "x", "y": [ 93.08154675633587, 6.918453243664131, 81.3627722334927, 18.637227766507298 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "coloraxis": { "colorbar": { "title": { "text": "PREDS" } }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "interest" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "count_quali1_prop" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "hovertemplate": "PREDS=%{x}
count_quali2_prop=%{y}
interest=%{marker.color}", "legendgroup": "", "marker": { "color": [ 0, 0, 1, 1 ], "coloraxis": "coloraxis", "pattern": { "shape": "" } }, "name": "", "offsetgroup": "", "orientation": "v", "showlegend": false, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1, 0, 1 ], "xaxis": "x", "y": [ 44.191882892306836, 20.44182970513146, 55.80811710769317, 79.55817029486853 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "coloraxis": { "colorbar": { "title": { "text": "interest" } }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "PREDS" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "count_quali2_prop" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "X_study[\"PREDS\"] = model.predict(X_train)\n", "analyse_bi_quali_quali(\"interest\",\"PREDS\",X_study)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Question 2.7 - Faire l'analyse bivariée entre la couleur de peau et les erreurs du modèle précédent" ] }, { "cell_type": "code", "execution_count": 38, "metadata": {}, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "coloraxis": "coloraxis", "hovertemplate": "ERRORS: %{x}
interest: %{y}
color: %{z}", "name": "0", "texttemplate": "%{z}", "type": "heatmap", "x": [ false, true ], "xaxis": "x", "y": [ 0, 1 ], "yaxis": "y", "z": [ [ 3234963.461785, 25612332.797935 ], [ 7673326.088333, 34003806.607726 ] ] } ], "layout": { "coloraxis": { "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "constrain": "domain", "domain": [ 0, 1 ], "scaleanchor": "y", "title": { "text": "ERRORS" } }, "yaxis": { "anchor": "x", "autorange": "reversed", "constrain": "domain", "domain": [ 0, 1 ], "title": { "text": "interest" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "hovertemplate": "ERRORS=False
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "False", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "name": "False", "offsetgroup": "False", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 11.214095881498737, 18.411357960473588 ], "yaxis": "y" }, { "alignmentgroup": "True", "hovertemplate": "ERRORS=True
interest=%{x}
count_quali1_prop=%{y}", "legendgroup": "True", "marker": { "color": "#EF553B", "pattern": { "shape": "" } }, "name": "True", "offsetgroup": "True", "orientation": "v", "showlegend": true, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ 0, 1 ], "xaxis": "x", "y": [ 88.78590411850125, 81.5886420395264 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "legend": { "title": { "text": "ERRORS" }, "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "interest" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "count_quali1_prop" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "alignmentgroup": "True", "hovertemplate": "ERRORS=%{x}
count_quali2_prop=%{y}
interest=%{marker.color}", "legendgroup": "", "marker": { "color": [ 0, 0, 1, 1 ], "coloraxis": "coloraxis", "pattern": { "shape": "" } }, "name": "", "offsetgroup": "", "orientation": "v", "showlegend": false, "textposition": "auto", "texttemplate": "%{y}", "type": "bar", "x": [ false, true, false, true ], "xaxis": "x", "y": [ 29.65601020143443, 42.96207881502457, 70.34398979856557, 57.03792118497543 ], "yaxis": "y" } ], "layout": { "barmode": "relative", "coloraxis": { "colorbar": { "title": { "text": "interest" } }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "ERRORS" } }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "count_quali2_prop" } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "X_study[\"ERRORS\"] = (X_study[\"PREDS\"]==X_study[\"UTILIZATION\"])\n", "analyse_bi_quali_quali(\"interest\",\"ERRORS\",X_study)\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Question 2.8 - Proposer un modèle à base d'une foret aléatoire prédisant la couleur de peau en fonction des autres variables explicatives" ] }, { "cell_type": "code", "execution_count": 39, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "0.5896546171583498" ] }, "execution_count": 39, "metadata": {}, "output_type": "execute_result" } ], "source": [ "rf_model = make_pipeline(StandardScaler(),RandomForestClassifier(random_state=42))\n", "\n", "y_train_interest_rf = X_train_interest[\"interest\"]\n", "X_train_interest_rf = X_train_interest.drop(columns=\"interest\")\n", "y_val_interest_rf = X_val_interest[\"interest\"]\n", "X_val_interest_rf = X_val_interest.drop(columns=\"interest\")\n", "\n", "rf_model = rf_model.fit(X_train_interest_rf, y_train_interest_rf, **{'randomforestclassifier__sample_weight':w_train})\n", "\n", "rf_preds = rf_model.predict(X_val_interest_rf)\n", "\n", "rf_model.score(X_val_interest_rf, y_val_interest_rf, sample_weight=w_val)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Question 2.9 - Apprendre un modèle privé de la couleur de peau pour prédire UTILIZATION et étudier le lien entre ses prédictions et la couleur de peau" ] }, { "cell_type": "code", "execution_count": 40, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "0.8380014724909729" ] }, "execution_count": 40, "metadata": {}, "output_type": "execute_result" } ], "source": [ "lr_model = make_pipeline(StandardScaler(),LogisticRegression(random_state=42))\n", "\n", "lr_model = lr_model.fit(X_train_interest_rf, y_train, **{'logisticregression__sample_weight':w_train})\n", "\n", "lr_preds = lr_model.predict(X_val_interest_rf)\n", "\n", "lr_model.score(X_val_interest_rf, y_val, sample_weight=w_val)" ] }, { "cell_type": "code", "execution_count": 41, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "{'statistical_parity_difference': 0.10833479052325923,\n", " 'disparate_impact_ratio': 1.132451409650838,\n", " 'equal_opportunity_difference': 0.035844858471375196,\n", " 'average_odds_difference': 0.0848643158560019,\n", " 'conditional_demographic_disparity': 0.043942585046545406,\n", " 'smoothed_edf': 0.9038379725136669,\n", " 'df_bias_amplification': 0.15037090339268633}" ] }, "execution_count": 41, "metadata": {}, "output_type": "execute_result" } ], "source": [ "lr_model_group_metrics = get_group_metrics( {\n", " \"y_true\": y_val,\n", " \"y_pred\": lr_preds,\n", " \"prot_attr\": X_val[\"RACE\"], \n", " \"pos_label\":0,\n", " \"sample_weight\":w_val\n", " })\n", "lr_model_group_metrics" ] }, { "cell_type": "code", "execution_count": 42, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "{'statistical_parity_difference': 0.1293902930520614,\n", " 'disparate_impact_ratio': 1.1607532512503969,\n", " 'equal_opportunity_difference': 0.045029230285676736,\n", " 'average_odds_difference': 0.12112029660569726,\n", " 'conditional_demographic_disparity': 0.051066340714915316,\n", " 'smoothed_edf': 1.0882653239012994,\n", " 'df_bias_amplification': 0.33479825478031877}" ] }, "execution_count": 42, "metadata": {}, "output_type": "execute_result" } ], "source": [ "model_group_metrics" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Question 3 - Faire de meme pour une autre variable sensible (Age, genre, marry etc)\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Question 4 - Causalité: appliquer le module causal-learn sur le jeu de données en testant plusieurs des méthodes implémentées et en comparant les résultats entre les méthodes" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "new_venv", "language": "python", "name": "new_venv" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.10.7" } }, "nbformat": 4, "nbformat_minor": 2 }