master-thesis/RecipeAnalysis/Recipe Analysis.ipynb

17819 lines
2.0 MiB
Plaintext
Raw Normal View History

{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Recipe Analysis"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
2019-09-05 12:03:01 +02:00
"outputs": [
{
"data": {
"text/html": [
" <script type=\"text/javascript\">\n",
" window.PlotlyConfig = {MathJaxConfig: 'local'};\n",
" if (window.MathJax) {MathJax.Hub.Config({SVG: {font: \"STIX-Web\"}});}\n",
" if (typeof require !== 'undefined') {\n",
" require.undef(\"plotly\");\n",
" requirejs.config({\n",
" paths: {\n",
" 'plotly': ['https://cdn.plot.ly/plotly-latest.min']\n",
" }\n",
" });\n",
" require(['plotly'], function(Plotly) {\n",
" window._Plotly = Plotly;\n",
" });\n",
" }\n",
" </script>\n",
" "
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"import sys\n",
"sys.path.append(\"../\")\n",
2019-09-05 12:03:01 +02:00
"from Recipe import Recipe, Ingredient, RecipeGraph"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"import settings\n",
"import db.db_settings as db_settings\n",
"from db.database_connection import DatabaseConnection"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
"import random"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<db.database_connection.DatabaseConnection at 0x7fa5f2e0d9e8>"
]
},
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"DatabaseConnection(db_settings.db_host,\n",
" db_settings.db_port,\n",
" db_settings.db_user,\n",
" db_settings.db_pw,\n",
" db_settings.db_db,\n",
" db_settings.db_charset)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* get all recipe id's"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
2019-09-05 12:03:01 +02:00
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"CPU times: user 9 s, sys: 850 ms, total: 9.85 s\n",
"Wall time: 9.92 s\n"
2019-09-05 12:03:01 +02:00
]
}
],
"source": [
2019-09-05 12:03:01 +02:00
"%time ids = DatabaseConnection.global_single_query(\"select id from recipes\")"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* analyse a random recipe"
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
2019-09-05 12:03:01 +02:00
"test_rec = Recipe('c2a7a5333f')"
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {},
"outputs": [
{
"data": {
"text/markdown": [
2019-09-05 12:03:01 +02:00
"## Whipped Sweet Potatoes with Nutmeg and Lemon\n",
"(c2a7a5333f)"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
"### Ingredients"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
2019-09-05 12:03:01 +02:00
" * '5 pounds deep orange sweet potatoes \\( yams \\) , peeled , cut into 2-inch pieces'\n",
" * '1/2 cup \\( 1 stick \\) butter , room temperature'\n",
" * '3 tablespoons unsulfured molasses'\n",
" * '2 teaspoons grated lemon peel'\n",
" * '1 1/2 teaspoons ground nutmeg'\n",
" * 'Salt and pepper'\n",
" * 'Minced fresh parsley'\n",
" * 'Grated lemon peel'\n",
" * 'Ground nutmeg'"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
"### Instructions"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
2019-09-05 12:03:01 +02:00
" * Cook sweet potatoes in large pot of boiling salted water until tender , about 15 minutes .\n",
" * Drain well .\n",
" * Transfer to large bowl and puree in mixer or processor in batches .\n",
" * Return to pot .\n",
" * Mix in butter , molasses , 2 teaspoons lemon peel and 1 1/2 teaspoons nutmeg .\n",
" * Season with salt and pepper .\n",
" * \\( Can be prepared 1 day ahead .\n",
" * Cover and refrigerate . \\)\n",
" * Stir potato mixture over medium heat to rewarm and thicken slightly .\n",
" * Transfer potatoes to serving bowl .\n",
" * Top with parsley , lemon and nutmeg ."
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"CPU times: user 10.8 ms, sys: 274 µs, total: 11 ms\n",
"Wall time: 9.98 ms\n"
]
}
],
"source": [
"%time test_rec.display_recipe()"
]
2019-09-05 12:03:01 +02:00
},
{
"cell_type": "code",
"execution_count": 10,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"[peel|cut 🠊 orange (last touched @ 0),\n",
" 🠊 butter (last touched @ 0),\n",
" 🠊 unsulfured molasses (last touched @ 0),\n",
" peel|grate 🠊 lemon (last touched @ 0),\n",
" 🠊 ground nutmeg (last touched @ 0),\n",
" 🠊 salt (last touched @ 0),\n",
" 🠊 parsley (last touched @ 0),\n",
" peel 🠊 lemon (last touched @ 0),\n",
" 🠊 nutmeg (last touched @ 0)]"
]
},
"execution_count": 10,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"test_rec.extract_ingredients()"
]
},
{
"cell_type": "code",
"execution_count": 11,
"metadata": {},
"outputs": [
{
"data": {
"text/markdown": [
"----\n",
"* **instruction 1**:\n",
"`Cook sweet potatoes in large pot of boiling salted water until tender , about 15 minutes .`\n"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"apply actions regular rule based:\n",
"\tapply cook on cook 🠊 potato (last touched @ 1)\n",
"\tapply boil on boil 🠊 water (last touched @ 1)\n",
"try to match unused actions:\n",
"\n",
"unused actions: [] \n",
"unused ings: []\n",
"\n",
"mixing all ingredients in this instruction:\n",
"\t* cook 🠊 potato (last touched @ 1)\n",
"\t* boil 🠊 water (last touched @ 1)\n",
"\n",
"state after instruction 1:\n",
"• peel|cut 🠊 orange (last touched @ 0)\n",
"• 🠊 butter (last touched @ 0)\n",
"• 🠊 unsulfured molasses (last touched @ 0)\n",
"• peel|grate 🠊 lemon (last touched @ 0)\n",
"• 🠊 ground nutmeg (last touched @ 0)\n",
"• 🠊 salt (last touched @ 0)\n",
"• 🠊 parsley (last touched @ 0)\n",
"• peel 🠊 lemon (last touched @ 0)\n",
"• 🠊 nutmeg (last touched @ 0)\n",
"• cook 🠊 potato (last touched @ 1)\n",
"• boil 🠊 water (last touched @ 1)\n",
"\n",
"\n",
"\n"
]
},
{
"data": {
"text/markdown": [
"----\n",
"* **instruction 2**:\n",
"`Drain well .`\n"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"apply actions regular rule based:\n",
"try to match unused actions:\n",
"\n",
"unused actions: ['drain'] \n",
"unused ings: []\n",
"\n",
"mixing ingredients based on mixing actions with last instruction:\n",
"\t* cook 🠊 potato (last touched @ 1)\n",
"\t* boil 🠊 water (last touched @ 1)\n",
"mixing all ingredients in this instruction:\n",
"\n",
"no ingredients found. So apply actions on all ingredients that are touched so far:\n",
"\n",
"state after instruction 2:\n",
"• peel|cut 🠊 orange (last touched @ 0)\n",
"• 🠊 butter (last touched @ 0)\n",
"• 🠊 unsulfured molasses (last touched @ 0)\n",
"• peel|grate 🠊 lemon (last touched @ 0)\n",
"• 🠊 ground nutmeg (last touched @ 0)\n",
"• 🠊 salt (last touched @ 0)\n",
"• 🠊 parsley (last touched @ 0)\n",
"• peel 🠊 lemon (last touched @ 0)\n",
"• 🠊 nutmeg (last touched @ 0)\n",
"• cook|drain 🠊 potato (last touched @ 2)\n",
"• boil|drain 🠊 water (last touched @ 2)\n",
"\n",
"\n",
"\n"
]
},
{
"data": {
"text/markdown": [
"----\n",
"* **instruction 3**:\n",
"`Transfer to large bowl and puree in mixer or processor in batches .`\n"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"apply actions regular rule based:\n",
"try to match unused actions:\n",
"\n",
"unused actions: [] \n",
"unused ings: []\n",
"\n",
"mixing ingredients based on mixing actions with last instruction:\n",
"\t* cook|drain 🠊 potato (last touched @ 2)\n",
"\t* boil|drain 🠊 water (last touched @ 2)\n",
"mixing all ingredients in this instruction:\n",
"\n",
"state after instruction 3:\n",
"• peel|cut 🠊 orange (last touched @ 0)\n",
"• 🠊 butter (last touched @ 0)\n",
"• 🠊 unsulfured molasses (last touched @ 0)\n",
"• peel|grate 🠊 lemon (last touched @ 0)\n",
"• 🠊 ground nutmeg (last touched @ 0)\n",
"• 🠊 salt (last touched @ 0)\n",
"• 🠊 parsley (last touched @ 0)\n",
"• peel 🠊 lemon (last touched @ 0)\n",
"• 🠊 nutmeg (last touched @ 0)\n",
"• cook|drain 🠊 potato (last touched @ 2)\n",
"• boil|drain 🠊 water (last touched @ 2)\n",
"\n",
"\n",
"\n"
]
},
{
"data": {
"text/markdown": [
"----\n",
"* **instruction 4**:\n",
"`Return to pot .`\n"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"apply actions regular rule based:\n",
"try to match unused actions:\n",
"\n",
"unused actions: [] \n",
"unused ings: []\n",
"\n",
"mixing ingredients based on mixing actions with last instruction:\n",
"mixing all ingredients in this instruction:\n",
"\n",
"state after instruction 4:\n",
"• peel|cut 🠊 orange (last touched @ 0)\n",
"• 🠊 butter (last touched @ 0)\n",
"• 🠊 unsulfured molasses (last touched @ 0)\n",
"• peel|grate 🠊 lemon (last touched @ 0)\n",
"• 🠊 ground nutmeg (last touched @ 0)\n",
"• 🠊 salt (last touched @ 0)\n",
"• 🠊 parsley (last touched @ 0)\n",
"• peel 🠊 lemon (last touched @ 0)\n",
"• 🠊 nutmeg (last touched @ 0)\n",
"• cook|drain 🠊 potato (last touched @ 2)\n",
"• boil|drain 🠊 water (last touched @ 2)\n",
"\n",
"\n",
"\n"
]
},
{
"data": {
"text/markdown": [
"----\n",
"* **instruction 5**:\n",
"`Mix in butter , molasses , 2 teaspoons lemon peel and 1 1/2 teaspoons nutmeg .`\n"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"apply actions regular rule based:\n",
"\tapply mix on 🠊 butter (last touched @ 0)\n",
"\tapply mix on 🠊 molasses (last touched @ 0)\n",
"try to match unused actions:\n",
"\tapply peel on 🠊 nutmeg (last touched @ 0)\n",
"\n",
"unused actions: [] \n",
"unused ings: ['lemon']\n",
"\n",
"mixing ingredients based on mixing actions with last instruction:\n",
"\t* 🠊 butter (last touched @ 5)\n",
"\t* 🠊 unsulfured molasses (last touched @ 5)\n",
"mixing all ingredients in this instruction:\n",
"\t* 🠊 butter (last touched @ 5)\n",
"\t* 🠊 unsulfured molasses (last touched @ 5)\n",
"\t* peel|grate 🠊 lemon (last touched @ 5)\n",
"\t* peel 🠊 ground nutmeg (last touched @ 5)\n",
"\n",
"state after instruction 5:\n",
"• peel|cut 🠊 orange (last touched @ 0)\n",
"• 🠊 butter (last touched @ 5)\n",
"• 🠊 unsulfured molasses (last touched @ 5)\n",
"• peel|grate 🠊 lemon (last touched @ 5)\n",
"• peel 🠊 ground nutmeg (last touched @ 5)\n",
"• 🠊 salt (last touched @ 0)\n",
"• 🠊 parsley (last touched @ 0)\n",
"• peel 🠊 lemon (last touched @ 0)\n",
"• 🠊 nutmeg (last touched @ 0)\n",
"• cook|drain 🠊 potato (last touched @ 2)\n",
"• boil|drain 🠊 water (last touched @ 2)\n",
"\n",
"\n",
"\n"
]
},
{
"data": {
"text/markdown": [
"----\n",
"* **instruction 6**:\n",
"`Season with salt and pepper .`\n"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"apply actions regular rule based:\n",
"try to match unused actions:\n",
"\n",
"unused actions: [] \n",
"unused ings: ['salt', 'pepper']\n",
"\n",
"mixing ingredients based on mixing actions with last instruction:\n",
"\t* 🠊 butter (last touched @ 5)\n",
"\t* 🠊 unsulfured molasses (last touched @ 5)\n",
"\t* peel|grate 🠊 lemon (last touched @ 5)\n",
"\t* peel 🠊 ground nutmeg (last touched @ 5)\n",
"mixing all ingredients in this instruction:\n",
"\t* 🠊 salt (last touched @ 6)\n",
"\t* 🠊 pepper (last touched @ 6)\n",
"\n",
"state after instruction 6:\n",
"• peel|cut 🠊 orange (last touched @ 0)\n",
"• 🠊 butter (last touched @ 5)\n",
"• 🠊 unsulfured molasses (last touched @ 5)\n",
"• peel|grate 🠊 lemon (last touched @ 5)\n",
"• peel 🠊 ground nutmeg (last touched @ 5)\n",
"• 🠊 salt (last touched @ 6)\n",
"• 🠊 parsley (last touched @ 0)\n",
"• peel 🠊 lemon (last touched @ 0)\n",
"• 🠊 nutmeg (last touched @ 0)\n",
"• cook|drain 🠊 potato (last touched @ 2)\n",
"• boil|drain 🠊 water (last touched @ 2)\n",
"• 🠊 pepper (last touched @ 6)\n",
"\n",
"\n",
"\n"
]
},
{
"data": {
"text/markdown": [
"----\n",
"* **instruction 7**:\n",
"`\\( Can be prepared 1 day ahead .`\n"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"apply actions regular rule based:\n",
"try to match unused actions:\n",
"\n",
"unused actions: [] \n",
"unused ings: []\n",
"\n",
"mixing ingredients based on mixing actions with last instruction:\n",
"\t* 🠊 salt (last touched @ 6)\n",
"\t* 🠊 pepper (last touched @ 6)\n",
"mixing all ingredients in this instruction:\n",
"\n",
"state after instruction 7:\n",
"• peel|cut 🠊 orange (last touched @ 0)\n",
"• 🠊 butter (last touched @ 5)\n",
"• 🠊 unsulfured molasses (last touched @ 5)\n",
"• peel|grate 🠊 lemon (last touched @ 5)\n",
"• peel 🠊 ground nutmeg (last touched @ 5)\n",
"• 🠊 salt (last touched @ 6)\n",
"• 🠊 parsley (last touched @ 0)\n",
"• peel 🠊 lemon (last touched @ 0)\n",
"• 🠊 nutmeg (last touched @ 0)\n",
"• cook|drain 🠊 potato (last touched @ 2)\n",
"• boil|drain 🠊 water (last touched @ 2)\n",
"• 🠊 pepper (last touched @ 6)\n",
"\n",
"\n",
"\n"
]
},
{
"data": {
"text/markdown": [
"----\n",
"* **instruction 8**:\n",
"`Cover and refrigerate . \\)`\n"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"apply actions regular rule based:\n",
"try to match unused actions:\n",
"\n",
"unused actions: ['refrigerate'] \n",
"unused ings: []\n",
"\n",
"mixing ingredients based on mixing actions with last instruction:\n",
"mixing all ingredients in this instruction:\n",
"\n",
"no ingredients found. So apply actions on all ingredients that are touched so far:\n",
"\n",
"state after instruction 8:\n",
"• peel|cut 🠊 orange (last touched @ 0)\n",
"• refrigerate 🠊 butter (last touched @ 8)\n",
"• refrigerate 🠊 unsulfured molasses (last touched @ 8)\n",
"• refrigerate|peel|grate 🠊 lemon (last touched @ 8)\n",
"• refrigerate|peel 🠊 ground nutmeg (last touched @ 8)\n",
"• refrigerate 🠊 salt (last touched @ 8)\n",
"• 🠊 parsley (last touched @ 0)\n",
"• peel 🠊 lemon (last touched @ 0)\n",
"• 🠊 nutmeg (last touched @ 0)\n",
"• cook|refrigerate|drain 🠊 potato (last touched @ 8)\n",
"• refrigerate|boil|drain 🠊 water (last touched @ 8)\n",
"• refrigerate 🠊 pepper (last touched @ 8)\n",
"\n",
"\n",
"\n"
]
},
{
"data": {
"text/markdown": [
"----\n",
"* **instruction 9**:\n",
"`Stir potato mixture over medium heat to rewarm and thicken slightly .`\n"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"apply actions regular rule based:\n",
"\tapply stir on 🠊 potato (last touched @ 0)\n",
"try to match unused actions:\n",
"\n",
"unused actions: ['heat', 'thicken'] \n",
"unused ings: []\n",
"\n",
"mixing ingredients based on mixing actions with last instruction:\n",
"\t* refrigerate 🠊 butter (last touched @ 8)\n",
"\t* refrigerate 🠊 unsulfured molasses (last touched @ 8)\n",
"\t* refrigerate|peel|grate 🠊 lemon (last touched @ 8)\n",
"\t* refrigerate|peel 🠊 ground nutmeg (last touched @ 8)\n",
"\t* refrigerate 🠊 salt (last touched @ 8)\n",
"\t* cook|refrigerate|drain 🠊 potato (last touched @ 9)\n",
"\t* refrigerate|boil|drain 🠊 water (last touched @ 8)\n",
"\t* refrigerate 🠊 pepper (last touched @ 8)\n",
"mixing all ingredients in this instruction:\n",
"\t* cook|refrigerate|drain 🠊 potato (last touched @ 9)\n",
"\n",
"state after instruction 9:\n",
"• peel|cut 🠊 orange (last touched @ 0)\n",
"• refrigerate 🠊 butter (last touched @ 8)\n",
"• refrigerate 🠊 unsulfured molasses (last touched @ 8)\n",
"• refrigerate|peel|grate 🠊 lemon (last touched @ 8)\n",
"• refrigerate|peel 🠊 ground nutmeg (last touched @ 8)\n",
"• refrigerate 🠊 salt (last touched @ 8)\n",
"• 🠊 parsley (last touched @ 0)\n",
"• peel 🠊 lemon (last touched @ 0)\n",
"• 🠊 nutmeg (last touched @ 0)\n",
"• cook|refrigerate|drain 🠊 potato (last touched @ 9)\n",
"• refrigerate|boil|drain 🠊 water (last touched @ 8)\n",
"• refrigerate 🠊 pepper (last touched @ 8)\n",
"\n",
"\n",
"\n"
]
},
{
"data": {
"text/markdown": [
"----\n",
"* **instruction 10**:\n",
"`Transfer potatoes to serving bowl .`\n"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"apply actions regular rule based:\n",
"try to match unused actions:\n",
"\n",
"unused actions: [] \n",
"unused ings: ['potato']\n",
"\n",
"mixing ingredients based on mixing actions with last instruction:\n",
"\t* cook|refrigerate|drain 🠊 potato (last touched @ 9)\n",
"mixing all ingredients in this instruction:\n",
"\t* cook|refrigerate|drain 🠊 potato (last touched @ 10)\n",
"\n",
"state after instruction 10:\n",
"• peel|cut 🠊 orange (last touched @ 0)\n",
"• refrigerate 🠊 butter (last touched @ 8)\n",
"• refrigerate 🠊 unsulfured molasses (last touched @ 8)\n",
"• refrigerate|peel|grate 🠊 lemon (last touched @ 8)\n",
"• refrigerate|peel 🠊 ground nutmeg (last touched @ 8)\n",
"• refrigerate 🠊 salt (last touched @ 8)\n",
"• 🠊 parsley (last touched @ 0)\n",
"• peel 🠊 lemon (last touched @ 0)\n",
"• 🠊 nutmeg (last touched @ 0)\n",
"• cook|refrigerate|drain 🠊 potato (last touched @ 10)\n",
"• refrigerate|boil|drain 🠊 water (last touched @ 8)\n",
"• refrigerate 🠊 pepper (last touched @ 8)\n",
"\n",
"\n",
"\n"
]
},
{
"data": {
"text/markdown": [
"----\n",
"* **instruction 11**:\n",
"`Top with parsley , lemon and nutmeg .`\n"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"apply actions regular rule based:\n",
"try to match unused actions:\n",
"\n",
"unused actions: [] \n",
"unused ings: ['parsley', 'lemon', 'nutmeg']\n",
"\n",
"mixing ingredients based on mixing actions with last instruction:\n",
"\t* cook|refrigerate|drain 🠊 potato (last touched @ 10)\n",
"mixing all ingredients in this instruction:\n",
"\t* refrigerate|peel|grate 🠊 lemon (last touched @ 11)\n",
"\t* refrigerate|peel 🠊 ground nutmeg (last touched @ 11)\n",
"\t* 🠊 parsley (last touched @ 11)\n",
"\n",
"state after instruction 11:\n",
"• peel|cut 🠊 orange (last touched @ 0)\n",
"• refrigerate 🠊 butter (last touched @ 8)\n",
"• refrigerate 🠊 unsulfured molasses (last touched @ 8)\n",
"• refrigerate|peel|grate 🠊 lemon (last touched @ 11)\n",
"• refrigerate|peel 🠊 ground nutmeg (last touched @ 11)\n",
"• refrigerate 🠊 salt (last touched @ 8)\n",
"• 🠊 parsley (last touched @ 11)\n",
"• peel 🠊 lemon (last touched @ 0)\n",
"• 🠊 nutmeg (last touched @ 0)\n",
"• cook|refrigerate|drain 🠊 potato (last touched @ 10)\n",
"• refrigerate|boil|drain 🠊 water (last touched @ 8)\n",
"• refrigerate 🠊 pepper (last touched @ 8)\n",
"\n",
"\n",
"\n"
]
}
],
"source": [
"test_rec.apply_instructions(debug=True)"
]
},
{
"cell_type": "code",
"execution_count": 12,
"metadata": {},
"outputs": [],
"source": [
"#test_rec.plot_matrices()"
]
},
{
"cell_type": "code",
"execution_count": 13,
"metadata": {},
"outputs": [],
"source": [
"saa = test_rec._recipe_state._seen_applied_actions"
]
},
{
"cell_type": "code",
"execution_count": 14,
"metadata": {},
"outputs": [],
"source": [
"m, a, i = test_rec._recipe_state.get_action_matrix()"
]
},
{
"cell_type": "code",
"execution_count": 15,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"Recipe.Ingredient"
]
},
"execution_count": 15,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"type(i[0])"
]
},
{
"cell_type": "code",
"execution_count": 16,
"metadata": {},
"outputs": [],
"source": [
"g = RecipeGraph.fromRecipeState(test_rec._recipe_state)._dot"
]
},
{
"cell_type": "code",
"execution_count": 17,
"metadata": {},
"outputs": [
{
"data": {
"image/svg+xml": [
"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n",
"<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\"\n",
" \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n",
"<!-- Generated by graphviz version 2.40.1 (20161225.0304)\n",
" -->\n",
"<!-- Title: recipe graph Pages: 1 -->\n",
"<svg width=\"777pt\" height=\"476pt\"\n",
" viewBox=\"0.00 0.00 777.00 476.00\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n",
"<g id=\"graph0\" class=\"graph\" transform=\"scale(1 1) rotate(0) translate(4 472)\">\n",
"<title>recipe graph</title>\n",
"<polygon fill=\"#ffffff\" stroke=\"transparent\" points=\"-4,4 -4,-472 773,-472 773,4 -4,4\"/>\n",
"<!-- boil0 -->\n",
"<g id=\"node1\" class=\"node\">\n",
"<title>boil0</title>\n",
"<ellipse fill=\"none\" stroke=\"#000000\" cx=\"522\" cy=\"-378\" rx=\"27\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"522\" y=\"-374.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#000000\">boil</text>\n",
"</g>\n",
"<!-- mix1 -->\n",
"<g id=\"node2\" class=\"node\">\n",
"<title>mix1</title>\n",
"<polygon fill=\"none\" stroke=\"#000000\" points=\"486,-324 451.1439,-306 486,-288 520.8561,-306 486,-324\"/>\n",
"<text text-anchor=\"middle\" x=\"486\" y=\"-302.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#000000\">mix</text>\n",
"</g>\n",
"<!-- boil0&#45;&gt;mix1 -->\n",
"<g id=\"edge16\" class=\"edge\">\n",
"<title>boil0&#45;&gt;mix1</title>\n",
"<path fill=\"none\" stroke=\"#000000\" d=\"M513.2854,-360.5708C508.6176,-351.2353 502.8027,-339.6054 497.7417,-329.4834\"/>\n",
"<polygon fill=\"#000000\" stroke=\"#000000\" points=\"500.7851,-327.7439 493.1824,-320.3649 494.5241,-330.8744 500.7851,-327.7439\"/>\n",
"</g>\n",
"<!-- drain0 -->\n",
"<g id=\"node9\" class=\"node\">\n",
"<title>drain0</title>\n",
"<ellipse fill=\"none\" stroke=\"#000000\" cx=\"486\" cy=\"-234\" rx=\"28.6953\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"486\" y=\"-230.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#000000\">drain</text>\n",
"</g>\n",
"<!-- mix1&#45;&gt;drain0 -->\n",
"<g id=\"edge17\" class=\"edge\">\n",
"<title>mix1&#45;&gt;drain0</title>\n",
"<path fill=\"none\" stroke=\"#000000\" d=\"M486,-287.8314C486,-280.131 486,-270.9743 486,-262.4166\"/>\n",
"<polygon fill=\"#000000\" stroke=\"#000000\" points=\"489.5001,-262.4132 486,-252.4133 482.5001,-262.4133 489.5001,-262.4132\"/>\n",
"</g>\n",
"<!-- peel2 -->\n",
"<g id=\"node3\" class=\"node\">\n",
"<title>peel2</title>\n",
"<ellipse fill=\"none\" stroke=\"#000000\" cx=\"50\" cy=\"-234\" rx=\"27\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"50\" y=\"-230.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#000000\">peel</text>\n",
"</g>\n",
"<!-- mix0 -->\n",
"<g id=\"node14\" class=\"node\">\n",
"<title>mix0</title>\n",
"<polygon fill=\"none\" stroke=\"#000000\" points=\"248,-180 213.1439,-162 248,-144 282.8561,-162 248,-180\"/>\n",
"<text text-anchor=\"middle\" x=\"248\" y=\"-158.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#000000\">mix</text>\n",
"</g>\n",
"<!-- peel2&#45;&gt;mix0 -->\n",
"<g id=\"edge12\" class=\"edge\">\n",
"<title>peel2&#45;&gt;mix0</title>\n",
"<path fill=\"none\" stroke=\"#000000\" d=\"M71.4711,-222.643C76.1992,-220.3177 81.2227,-217.9788 86,-216 130.0588,-197.7502 182.7112,-181.1143 215.7616,-171.2696\"/>\n",
"<polygon fill=\"#000000\" stroke=\"#000000\" points=\"216.7574,-174.625 225.3581,-168.4381 214.7764,-167.9112 216.7574,-174.625\"/>\n",
"</g>\n",
"<!-- lemon -->\n",
"<g id=\"node4\" class=\"node\">\n",
"<title>lemon</title>\n",
"<polygon fill=\"none\" stroke=\"#000000\" points=\"621,-468 567,-468 567,-432 621,-432 621,-468\"/>\n",
"<text text-anchor=\"middle\" x=\"594\" y=\"-446.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#000000\">lemon</text>\n",
"</g>\n",
"<!-- peel1 -->\n",
"<g id=\"node11\" class=\"node\">\n",
"<title>peel1</title>\n",
"<ellipse fill=\"none\" stroke=\"#000000\" cx=\"594\" cy=\"-378\" rx=\"27\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"594\" y=\"-374.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#000000\">peel</text>\n",
"</g>\n",
"<!-- lemon&#45;&gt;peel1 -->\n",
"<g id=\"edge6\" class=\"edge\">\n",
"<title>lemon&#45;&gt;peel1</title>\n",
"<path fill=\"none\" stroke=\"#000000\" d=\"M594,-431.8314C594,-424.131 594,-414.9743 594,-406.4166\"/>\n",
"<polygon fill=\"#000000\" stroke=\"#000000\" points=\"597.5001,-406.4132 594,-396.4133 590.5001,-406.4133 597.5001,-406.4132\"/>\n",
"</g>\n",
"<!-- orange -->\n",
"<g id=\"node5\" class=\"node\">\n",
"<title>orange</title>\n",
"<polygon fill=\"none\" stroke=\"#000000\" points=\"693,-468 639,-468 639,-432 693,-432 693,-468\"/>\n",
"<text text-anchor=\"middle\" x=\"666\" y=\"-446.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#000000\">orange</text>\n",
"</g>\n",
"<!-- peel0 -->\n",
"<g id=\"node21\" class=\"node\">\n",
"<title>peel0</title>\n",
"<ellipse fill=\"none\" stroke=\"#000000\" cx=\"666\" cy=\"-378\" rx=\"27\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"666\" y=\"-374.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#000000\">peel</text>\n",
"</g>\n",
"<!-- orange&#45;&gt;peel0 -->\n",
"<g id=\"edge1\" class=\"edge\">\n",
"<title>orange&#45;&gt;peel0</title>\n",
"<path fill=\"none\" stroke=\"#000000\" d=\"M666,-431.8314C666,-424.131 666,-414.9743 666,-406.4166\"/>\n",
"<polygon fill=\"#000000\" stroke=\"#000000\" points=\"669.5001,-406.4132 666,-396.4133 662.5001,-406.4133 669.5001,-406.4132\"/>\n",
"</g>\n",
"<!-- parsley -->\n",
"<g id=\"node6\" class=\"node\">\n",
"<title>parsley</title>\n",
"<polygon fill=\"none\" stroke=\"#000000\" points=\"183,-108 127,-108 127,-72 183,-72 183,-108\"/>\n",
"<text text-anchor=\"middle\" x=\"155\" y=\"-86.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#000000\">parsley</text>\n",
"</g>\n",
"<!-- mix3 -->\n",
"<g id=\"node15\" class=\"node\">\n",
"<title>mix3</title>\n",
"<polygon fill=\"none\" stroke=\"#000000\" points=\"201,-36 166.1439,-18 201,0 235.8561,-18 201,-36\"/>\n",
"<text text-anchor=\"middle\" x=\"201\" y=\"-14.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#000000\">mix</text>\n",
"</g>\n",
"<!-- parsley&#45;&gt;mix3 -->\n",
"<g id=\"edge10\" class=\"edge\">\n",
"<title>parsley&#45;&gt;mix3</title>\n",
"<path fill=\"none\" stroke=\"#000000\" d=\"M166.6077,-71.8314C172.721,-62.2628 180.2707,-50.4458 186.7379,-40.3233\"/>\n",
"<polygon fill=\"#000000\" stroke=\"#000000\" points=\"189.8659,-41.9281 192.3004,-31.6167 183.9671,-38.1593 189.8659,-41.9281\"/>\n",
"</g>\n",
"<!-- nutmeg -->\n",
"<g id=\"node7\" class=\"node\">\n",
"<title>nutmeg</title>\n",
"<polygon fill=\"none\" stroke=\"#000000\" points=\"769,-468 711,-468 711,-432 769,-432 769,-468\"/>\n",
"<text text-anchor=\"middle\" x=\"740\" y=\"-446.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#000000\">nutmeg</text>\n",
"</g>\n",
"<!-- salt -->\n",
"<g id=\"node8\" class=\"node\">\n",
"<title>salt</title>\n",
"<polygon fill=\"none\" stroke=\"#000000\" points=\"149,-252 95,-252 95,-216 149,-216 149,-252\"/>\n",
"<text text-anchor=\"middle\" x=\"122\" y=\"-230.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#000000\">salt</text>\n",
"</g>\n",
"<!-- salt&#45;&gt;mix0 -->\n",
"<g id=\"edge15\" class=\"edge\">\n",
"<title>salt&#45;&gt;mix0</title>\n",
"<path fill=\"none\" stroke=\"#000000\" d=\"M149.0302,-218.5542C170.8244,-206.1003 201.2556,-188.7111 222.6027,-176.5127\"/>\n",
"<polygon fill=\"#000000\" stroke=\"#000000\" points=\"224.4796,-179.4714 231.4255,-171.4711 221.0065,-173.3937 224.4796,-179.4714\"/>\n",
"</g>\n",
"<!-- drain0&#45;&gt;mix0 -->\n",
"<g id=\"edge9\" class=\"edge\">\n",
"<title>drain0&#45;&gt;mix0</title>\n",
"<path fill=\"none\" stroke=\"#000000\" d=\"M463.7798,-222.6624C458.6697,-220.2839 453.2058,-217.9182 448,-216 391.4981,-195.1801 323.3565,-178.4958 282.9673,-169.4428\"/>\n",
"<polygon fill=\"#000000\" stroke=\"#000000\" points=\"283.5967,-165.9975 273.0767,-167.2545 282.0844,-172.8322 283.5967,-165.9975\"/>\n",
"</g>\n",
"<!-- butter -->\n",
"<g id=\"node10\" class=\"node\">\n",
"<title>butter</title>\n",
"<polygon fill=\"none\" stroke=\"#000000\" points=\"221,-252 167,-252 167,-216 221,-216 221,-252\"/>\n",
"<text text-anchor=\"middle\" x=\"194\" y=\"-230.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#000000\">butter</text>\n",
"</g>\n",
"<!-- butter&#45;&gt;mix0 -->\n",
"<g id=\"edge8\" class=\"edge\">\n",
"<title>butter&#45;&gt;mix0</title>\n",
"<path fill=\"none\" stroke=\"#000000\" d=\"M207.6265,-215.8314C215.047,-205.9373 224.2705,-193.6393 232.0277,-183.2965\"/>\n",
"<polygon fill=\"#000000\" stroke=\"#000000\" points=\"234.9269,-185.2641 238.127,-175.164 229.3269,-181.064 234.9269,-185.2641\"/>\n",
"</g>\n",
"<!-- potato -->\n",
"<g id=\"node12\" class=\"node\">\n",
"<title>potato</title>\n",
"<polygon fill=\"none\" stroke=\"#000000\" points=\"476,-468 422,-468 422,-432 476,-432 476,-468\"/>\n",
"<text text-anchor=\"middle\" x=\"449\" y=\"-446.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#000000\">potato</text>\n",
"</g>\n",
"<!-- cook0 -->\n",
"<g id=\"node19\" class=\"node\">\n",
"<title>cook0</title>\n",
"<ellipse fill=\"none\" stroke=\"#000000\" cx=\"449\" cy=\"-378\" rx=\"27.8951\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"449\" y=\"-374.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#000000\">cook</text>\n",
"</g>\n",
"<!-- potato&#45;&gt;cook0 -->\n",
"<g id=\"edge5\" class=\"edge\">\n",
"<title>potato&#45;&gt;cook0</title>\n",
"<path fill=\"none\" stroke=\"#000000\" d=\"M449,-431.8314C449,-424.131 449,-414.9743 449,-406.4166\"/>\n",
"<polygon fill=\"#000000\" stroke=\"#000000\" points=\"452.5001,-406.4132 449,-396.4133 445.5001,-406.4133 452.5001,-406.4132\"/>\n",
"</g>\n",
"<!-- ground nutmeg -->\n",
"<g id=\"node13\" class=\"node\">\n",
"<title>ground nutmeg</title>\n",
"<polygon fill=\"none\" stroke=\"#000000\" points=\"100,-324 0,-324 0,-288 100,-288 100,-324\"/>\n",
"<text text-anchor=\"middle\" x=\"50\" y=\"-302.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#000000\">ground nutmeg</text>\n",
"</g>\n",
"<!-- ground nutmeg&#45;&gt;peel2 -->\n",
"<g id=\"edge7\" class=\"edge\">\n",
"<title>ground nutmeg&#45;&gt;peel2</title>\n",
"<path fill=\"none\" stroke=\"#000000\" d=\"M50,-287.8314C50,-280.131 50,-270.9743 50,-262.4166\"/>\n",
"<polygon fill=\"#000000\" stroke=\"#000000\" points=\"53.5001,-262.4132 50,-252.4133 46.5001,-262.4133 53.5001,-262.4132\"/>\n",
"</g>\n",
"<!-- refrigerate1 -->\n",
"<g id=\"node22\" class=\"node\">\n",
"<title>refrigerate1</title>\n",
"<ellipse fill=\"none\" stroke=\"#000000\" cx=\"248\" cy=\"-90\" rx=\"47.3916\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"248\" y=\"-86.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#000000\">refrigerate</text>\n",
"</g>\n",
"<!-- mix0&#45;&gt;refrigerate1 -->\n",
"<g id=\"edge4\" class=\"edge\">\n",
"<title>mix0&#45;&gt;refrigerate1</title>\n",
"<path fill=\"none\" stroke=\"#000000\" d=\"M248,-143.8314C248,-136.131 248,-126.9743 248,-118.4166\"/>\n",
"<polygon fill=\"#000000\" stroke=\"#000000\" points=\"251.5001,-118.4132 248,-108.4133 244.5001,-118.4133 251.5001,-118.4132\"/>\n",
"</g>\n",
"<!-- water -->\n",
"<g id=\"node16\" class=\"node\">\n",
"<title>water</title>\n",
"<polygon fill=\"none\" stroke=\"#000000\" points=\"549,-468 495,-468 495,-432 549,-432 549,-468\"/>\n",
"<text text-anchor=\"middle\" x=\"522\" y=\"-446.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#000000\">water</text>\n",
"</g>\n",
"<!-- water&#45;&gt;boil0 -->\n",
"<g id=\"edge11\" class=\"edge\">\n",
"<title>water&#45;&gt;boil0</title>\n",
"<path fill=\"none\" stroke=\"#000000\" d=\"M522,-431.8314C522,-424.131 522,-414.9743 522,-406.4166\"/>\n",
"<polygon fill=\"#000000\" stroke=\"#000000\" points=\"525.5001,-406.4132 522,-396.4133 518.5001,-406.4133 525.5001,-406.4132\"/>\n",
"</g>\n",
"<!-- cut0 -->\n",
"<g id=\"node17\" class=\"node\">\n",
"<title>cut0</title>\n",
"<ellipse fill=\"none\" stroke=\"#000000\" cx=\"666\" cy=\"-306\" rx=\"27\" ry=\"18\"/>\n",
"<text text-anchor=\"middle\" x=\"666\" y=\"-302.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#000000\">cut</text>\n",
"</g>\n",
"<!-- unsulfured molasses -->\n",
"<g id=\"node18\" class=\"node\">\n",
"<title>unsulfured molasses</title>\n",
"<polygon fill=\"none\" stroke=\"#000000\" points=\"367,-252 239,-252 239,-216 367,-216 367,-252\"/>\n",
"<text text-anchor=\"middle\" x=\"303\" y=\"-230.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#000000\">unsulfured molasses</text>\n",
"</g>\n",
"<!-- unsulfured molasses&#45;&gt;mix0 -->\n",
"<g id=\"edge2\" class=\"edge\">\n",
"<title>unsulfured molasses&#45;&gt;mix0</title>\n",
"<path fill=\"none\" stroke=\"#000000\" d=\"M289.1212,-215.8314C281.5633,-205.9373 272.1689,-193.6393 264.2681,-183.2965\"/>\n",
"<polygon fill=\"#000000\" stroke=\"#000000\" points=\"266.9077,-180.9861 258.0559,-175.164 261.3449,-185.2354 266.9077,-180.9861\"/>\n",
"</g>\n",
"<!-- cook0&#45;&gt;mix1 -->\n",
"<g id=\"edge3\" class=\"edge\">\n",
"<title>cook0&#45;&gt;mix1</title>\n",
"<path fill=\"none\" stroke=\"#000000\" d=\"M457.9567,-360.5708C462.7541,-351.2353 468.7306,-339.6054 473.9322,-329.4834\"/>\n",
"<polygon fill=\"#000000\" stroke=\"#000000\" points=\"477.1603,-330.8589 478.6181,-320.3649 470.9343,-327.6594 477.1603,-330.8589\"/>\n",
"</g>\n",
"<!-- pepper -->\n",
"<g id=\"node20\" class=\"node\">\n",
"<title>pepper</title>\n",
"<polygon fill=\"none\" stroke=\"#000000\" points=\"439,-252 385,-252 385,-216 439,-216 439,-252\"/>\n",
"<text text-anchor=\"middle\" x=\"412\" y=\"-230.3\" font-family=\"Times,serif\" font-size=\"14.00\" fill=\"#000000\">pepper</text>\n",
"</g>\n",
"<!-- pepper&#45;&gt;mix0 -->\n",
"<g id=\"edge18\" class=\"edge\">\n",
"<title>pepper&#45;&gt;mix0</title>\n",
"<path fill=\"none\" stroke=\"#000000\" d=\"M384.9637,-220.2482C381.9527,-218.7864 378.9198,-217.3442 376,-216 342.3915,-200.528 303.0998,-184.2085 277.0039,-173.6128\"/>\n",
"<polygon fill=\"#000000\" stroke=\"#000000\" points=\"278.2707,-170.3498 267.6879,-169.8459 275.6466,-176.8394 278.2707,-170.3498\"/>\n",
"</g>\n",
"<!-- peel0&#45;&gt;cut0 -->\n",
"<g id=\"edge13\" class=\"edge\">\n",
"<title>peel0&#45;&gt;cut0</title>\n",
"<path fill=\"none\" stroke=\"#000000\" d=\"M666,-359.8314C666,-352.131 666,-342.9743 666,-334.4166\"/>\n",
"<polygon fill=\"#000000\" stroke=\"#000000\" points=\"669.5001,-334.4132 666,-324.4133 662.5001,-334.4133 669.5001,-334.4132\"/>\n",
"</g>\n",
"<!-- refrigerate1&#45;&gt;mix3 -->\n",
"<g id=\"edge14\" class=\"edge\">\n",
"<title>refrigerate1&#45;&gt;mix3</title>\n",
"<path fill=\"none\" stroke=\"#000000\" d=\"M236.382,-72.2022C230.0746,-62.5397 222.2173,-50.5031 215.5104,-40.2287\"/>\n",
"<polygon fill=\"#000000\" stroke=\"#000000\" points=\"218.3775,-38.2179 209.9804,-31.7573 212.5159,-42.0443 218.3775,-38.2179\"/>\n",
"</g>\n",
"</g>\n",
"</svg>\n"
],
"text/plain": [
"<graphviz.dot.Digraph at 0x7f5f83d3c748>"
]
},
"execution_count": 17,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"g.compile_graph(simplify=True)"
]
},
{
"cell_type": "code",
"execution_count": 21,
"metadata": {},
"outputs": [],
"source": [
"rec_state = test_rec._recipe_state"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## go through some random recipes and only show it's matrices"
]
},
{
"cell_type": "code",
"execution_count": 22,
"metadata": {},
"outputs": [
{
"data": {
"text/markdown": [
"## Peach-Blueberry Pie\n",
"(9c9a0d70e4)"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
"### Ingredients"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
" * '1 recipe Traditional Pastry Piecrust dough for a 9-inch double-crust pie \\( page 5 \\)'\n",
" * '1/2 cup heavy cream \\( to glaze the top crust and crimped pie edges \\)'\n",
" * '3/4 cup sugar'\n",
" * '2 tablespoons cornstarch'\n",
" * '2 tablespoons quick-cooking tapioca \\( see page 46 \\)'\n",
" * '1 1/2 teaspoons ground cinnamon'\n",
" * 'Pinch of salt'\n",
" * '3 cups peeled 1/2-inch ripe peach slices \\( approximately 4 large peaches \\)'\n",
" * '1 cup fresh blueberries , washed , dried , and stemmed'\n",
" * '1 tablespoon salted butter'"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
"### Instructions"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
" * Preheat the oven to 375F .\n",
" * To prepare the pie shell , divide the ball of dough in half , setting one half to the side .\n",
" * On a clean , lightly floured work surface , roll out the dough with a rolling pin until it forms a 10-inch circle .\n",
" * Fold the circle in half , place it in a 9-inch pie plate so that the edges of the circle drop over the rim , and unfold the dough to completely cover the pie plate .\n",
" * Set the pie shell to the side while you make the filling .\n",
" * To prepare the filling , in a small bowl , mix together the sugar , cornstarch , tapioca , cinnamon , and salt .\n",
" * Place the peaches and blueberries in a large bowl and sprinkle them with the sugar mixture , making sure the fruit is thoroughly coated .\n",
" * Place the filling in the pie shell , distributing it evenly .\n",
" * Dot the filling with the butter .\n",
" * To prepare the top crust , roll out the second half of the dough with a rolling pin until it forms a 10-inch circle .\n",
" * Fold the dough circle in half and place it over the filling , with the straight line of the half circle running down the middle of the pie .\n",
" * Unfold the circle so that the entire pie is covered .\n",
" * Using your thumb and index finger , crimp the edges of the pie together to seal in the filling , and then use a fork to puncture the top of the pie 5 or 6 times .\n",
" * Brush the top of the pie and crimped edges with heavy cream for a perfect , golden brown finish .\n",
" * To bake , place the pie plate on a baking sheet and bake for 50 to 55 minutes , or until the crust is browned and the juices bubble over .\n",
" * Transfer the pie plate to a wire cooling rack and allow the pie to cool and set for 1 1/2 hours before serving .\n",
" * Peach-Blueberry Pie is best served either at room temperature or warmed at 350F for about 10 minutes .\n",
" * It will keep at room temperature overnight and can be stored in the refrigerator for up to 4 days .\n",
" * Bakers frequently use tapioca as a thickening agent .\n",
" * When purchasing tapioca , be sure to select a quick-cooking \\( also labeled instant \\) variety , rather than regular tapioca .\n",
" * Quick-cooking tapioca tolerates the baking process better than the regular variety , and provides the perfect pie filling consistency .\n",
" * Quick-cooking tapioca can be found in the baking aisle of your local grocery store , near the puddings ."
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/vnd.plotly.v1+json": {
"config": {
"plotlyServerURL": "https://plot.ly"
},
"data": [
{
"type": "heatmap",
"x": [
"crimp 🡸 ()",
"filling 🡸 (place)",
"juice 🡸 (brown)",
"pudding 🡸 ()",
"salt butter 🡸 ()",
"finish 🡸 ()",
"pie shell 🡸 (place brush)",
"filling 🡸 ()",
"sprinkle 🡸 ()",
"flour 🡸 ()",
"pie shell 🡸 (place brush bake cool)",
"pie shell 🡸 (place brush bake)",
"cream 🡸 ()",
"quick-cooking tapioca 🡸 ()",
"juice 🡸 ()",
"finish 🡸 (brown)",
"ground cinnamon 🡸 ()",
"grocery 🡸 ()",
"sugar 🡸 ()",
"instant 🡸 ()",
"pie shell 🡸 (place)",
"peach 🡸 (slice peel place)",
"roll 🡸 ()",
"blueberry 🡸 (wash)",
"fruit 🡸 ()",
"pie shell 🡸 ()",
"salt 🡸 ()",
"pastry piecrust dough 🡸 ()",
"thumb 🡸 ()",
"peach 🡸 (slice peel)",
"blueberry 🡸 (place wash)"
],
"xgap": 1,
"y": [
"() 🢂 crimp",
"(place) 🢂 filling",
"(brown) 🢂 juice",
"() 🢂 pudding",
"() 🢂 salt butter",
"() 🢂 finish",
"(place brush) 🢂 pie shell",
"() 🢂 filling",
"() 🢂 sprinkle",
"() 🢂 flour",
"(place brush bake cool) 🢂 pie shell",
"(place brush bake) 🢂 pie shell",
"() 🢂 cream",
"() 🢂 quick-cooking tapioca",
"() 🢂 juice",
"(brown) 🢂 finish",
"() 🢂 ground cinnamon",
"() 🢂 grocery",
"() 🢂 sugar",
"() 🢂 instant",
"(place) 🢂 pie shell",
"(slice peel place) 🢂 peach",
"() 🢂 roll",
"(wash) 🢂 blueberry",
"() 🢂 fruit",
"() 🢂 pie shell",
"() 🢂 salt",
"() 🢂 pastry piecrust dough",
"() 🢂 thumb",
"(slice peel) 🢂 peach",
"(place wash) 🢂 blueberry"
],
"ygap": 1,
"z": [
[
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0
],
[
1,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0
],
[
0,
0,
1,
0,
0,
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,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
1,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
1
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
1,
0,
0,
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,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
1,
0,
0,
0,
1,
0,
0,
1,
0,
0,
1,
0,
0,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
1,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0
],
[
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
1,
0,
0,
1,
0,
1,
0,
1,
1,
0,
0,
1,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
1,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
1,
0,
0,
0,
0,
0,
1,
1,
1,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
1
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
1
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
1,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0
],
[
0,
1,
1,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
1,
0,
1,
0,
0,
0
],
[
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
1
]
]
}
],
"layout": {
"height": 1024,
"template": {
"data": {
"bar": [
{
"error_x": {
"color": "#2a3f5f"
},
"error_y": {
"color": "#2a3f5f"
},
"marker": {
"line": {
"color": "#E5ECF6",
"width": 0.5
}
},
"type": "bar"
}
],
"barpolar": [
{
"marker": {
"line": {
"color": "#E5ECF6",
"width": 0.5
}
},
"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": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"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"
}
],
"scatter": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"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
},
"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": "",
"zerolinecolor": "white",
"zerolinewidth": 2
},
"yaxis": {
"automargin": true,
"gridcolor": "white",
"linecolor": "white",
"ticks": "",
"zerolinecolor": "white",
"zerolinewidth": 2
}
}
},
"width": 1024,
"xaxis": {
"autorange": true,
"domain": [
0,
1
],
"range": [
-0.7173913043478262,
30.717391304347828
2019-09-05 12:03:01 +02:00
],
"type": "category"
},
"yaxis": {
"autorange": true,
"domain": [
0,
1
],
"range": [
-0.5,
30.5
],
"scaleanchor": "x",
"scaleratio": 1,
"type": "category"
}
}
},
"image/png": "iVBORw0KGgoAAAANSUhEUgAABDYAAAQACAYAAAAa8Nn8AAAgAElEQVR4XuydB5QUxfrF7+7szuZddsniAxV5IuaICR/PAKIgYgIJCghKzhkEyTkKkoxkAUEUERQM4MMsgmICRFEkw7IsG2bT/1T534FhZre7l64earh9zjtPtmu+rv7VreqqO1/XhBUUFBSABwmQAAmQAAmQAAmQAAmQAAmQAAmQAAloSCCMxoaGrcYqkwAJkAAJkAAJkAAJkAAJkAAJkAAJSAI0NigEEiABEiABEiABEiABEiABEiABEiABbQnQ2NC26VhxEiABEiABEiABEiABEiABEiABEiABGhvUAAmQAAmQAAmQAAmQAAmQAAmQAAmQgLYEaGxo23SsOAmQAAmQAAmQAAmQAAmQAAmQAAmQAI0NaoAESIAESIAESIAESIAESIAESIAESEBbAjQ2tG06VpwESIAESIAESIAESIAESIAESIAESIDGBjVAAiRAAiRAAiRAAiRAAiRAAiRAAiSgLQEaG9o2HStOAiRAAiRAAiRAAiRAAiRAAiRAAiRAY4MaIAESIAESIAESIAESIAESIAESIAES0JYAjQ1tm44VJwESIAESIAESIAESIAESIAESIAESoLFBDZAACZAACZAACZAACZAACZAACZAACWhLgMaGtk3HipMACZAACZAACZAACZAACZAACZAACdDYoAZIgARIgARIgARIgARIgARIgARIgAS0JUBjQ9umY8VJgARIgARIgARIgARIgARIgARIgARobFADJEACJEACJEACJEACJEACJEACJEAC2hKgsaFt07HiJEACJEACJEACJEACJEACJEACJEACNDaoARIgARIgARIgARIgARIgARIgARIgAW0J0NjQtulYcRIgARIgARIgARIgARIgARIgARIgARob1AAJkAAJkAAJkAAJkAAJkAAJkAAJkIC2BGhsaNt0rDgJkAAJkAAJkAAJkAAJkAAJkAAJkACNDWqABEiABEiABEiABEiABEiABEiABEhAWwI0NrRtOlacBEiABEiABEiABEiABEiABEiABEiAxgY1QAIkQAIkQAIkQAIkQAIkQAIkQAIkoC0BGhvaNh0rTgIkQAIkQAIkQAIkQAIkQAIkQAIkQGODGiABEiABEiABEiABEiABEiABEiABEtCWAI0NbZuOFScBEiABEiABEiABEiABEiABEiABEqCxQQ2QAAmQAAmQAAmQAAmQAAmQAAmQAAloS4DGhrZNx4qTAAmQAAmQAAmQAAmQAAmQAAmQAAnQ2KAGSIAESIAESIAESIAESIAESIAESIAEtCVAY0PbpmPFSYAESIAESIAESIAESIAESIAESIAEaGxQAyRAAiRAAiRAAiRAAiRAAiRAAiRAAtoSoLGhbdOx4iRAAiRAAiRAAiRAAiRAAiRAAiRAAjQ2qAESIAESIAESIAESIAESIAESIAESIAFtCdDY0LbpWHESIAESIAESIAESIAESIAESIAESIAEaG9QACZAACZAACZAACZAACZAACZAACZCAtgRobGjbdKw4CZAACZAACZAACZAACZAACZAACZAAjQ1qgARIgARIgARIgARIgARIgARIgARIQFsCNDa0bTpWnARIgARIgARIgARIgARIgARIgARIgMYGNUACJEACJEACJEACJEACJEACJEACJKAtARob2jYdK04CJEACJEACJEACJEACJEACJEACJEBjgxogARIgARIgARIgARIgARIgARIgARLQlgCNDW2bjhUnARIgARIgARIgARIgARIgARIgARKgsUENkAAJkAAJkAAJkAAJkAAJkAAJkAAJaEuAxoa2TceKkwAJkAAJkAAJkAAJkAAJkAAJkAAJ0NigBkiABEiABEiABEiABEiABEiABEiABLQlQGND26ZjxUmABEiABEiABEiABEiABEiABEiABGhsUAMkQAIkQAIkQAIkQAIkQAIkQAIkQALaEqCxoW3TseIkQAIkQAIkQAIkQAIkQAIkQAIkQAI0NqgBEiABEiABEiABEiABEiABEiABEiABbQnQ2NC26VhxEiABEiABEiABEiABEiABEiABEiABGhvUAAmQAAmQAAmQAAmQAAmQAAmQAAmQgLYEaGxo23SsOAmQAAmQAAmQAAmQAAmQAAmQAAmQAI0NaoAESIAESIAESIAESIAESIAESIAESEBbAjQ2tG06VpwESIAESIAESIAESIAESIAESIAESIDGBjVAAiRAAiRAAiRAAiRAAiRAAiRAAiSgLQEaG9o2HStOAiRAAiRAAiRAAiRAAiRAAiRAAiRAY4MaIAESIAESIAESIAESIAESIAESIAES0JYAjQ1tm44VJwESIAESIAESIAESIAESIAESIAESoLFBDZAACZAACZAACZAACZAACZAACZAACWhLgMaGtk3HipMACZAACZAACZAACZAACZAACZAACdDYoAZIgARIgARIgARIgARIgARIgARIgAS0JUBjQ9umY8VJgARIgARIgARIgARIgARIgARIgARobFADJEACJEACJEACJEACJEACJEACJEAC2hKgsaFt07HiJEACJEACJEACJEACJEACJEACJEACNDaoARIgARIgARIgARIgARIgARIgARIgAW0J0NjQtulYcRIgARIgARIgARIgARIgARIgARIgARob1AAJkAAJkAAJkAAJkAAJkAAJkAAJkIC2BGhsaNt0rDgJkAAJkAAJkAAJkAAJkAAJkAAJkACNDWqABEiABEiABEiABEiABEiABEiABEhAWwI0NrRtOlacBEiABEiABEiABEiABEiABEiABEiAxgY1QAIkQAIkQAIkQAIkQAIkQAIkQAIkoC0BGhvaNh0rTgIkQAIkQAIkQAIkQAIkQAIkQAIkQGODGiABEiABEiABEiABEiABEiABEiABEtCWAI0NbZuOFScBEiABEiABEiABEiABEiABEiABEqCxQQ2QAAmQAAmQAAmQAAmQAAmQAAmQAAloS4DGhrZNx4qTAAmQAAmQAAmQAAmQAAmQAAmQAAnQ2KAGSIAESIAESIAESIAESIAESIAESIAEtCVAY0PbpmPFSYAESIAESIAESIAESIAESIAESIAEaGxQAyRAAiRAAiRAAiRAAiRAAiRAAiRAAtoSoLGhbdOx4iRAAiRAAiRAAiRAAiRAAiRAAiRAAjQ2qAESIAESIAESIAESIAESIAESIAESIAFtCdDY0LbpWHESIAESIAESIAESIAESIAESIAESIAEaG9QACZAACZAACZAACZAACZAACZAACZCAtgRobGjbdKw4CZAACZAACZAACZAACZAACZAACZAAjQ1qgARIgARIgARIgARIgARIgARIgARIQFsCNDa0bTpWnARIgARIgARIgARIgARIgARIgARIgMYGNUACJEACJEACJEACJEACJEACJEACJKAtARob2jYdK04CJEACJEACJEACJEACJEACJEACJEBjgxogARIgARIgARIgARIgARIgARIgARLQlgCNDW2bjhUnARIgARIgARIgARIgARIgARIgARKgsUENkAAJkAAJkAAJkAAJkAAJkAAJkAAJaEuAxoa2TceKkwAJkAAJkAAJkAAJkAAJkAAJkAAJ0NigBkiABEiABEiABEiABEiABEiABEiABLQlQGND26ZjxUmABEiABEiABEiABEiABEiABEiABGhsUAMkQAIkQAIkQAIkQAIkQAIkQAIkQALaEqCxoW3TseIkQAIkQAIkQAIkQAIkQAIkQAIkQAI0NqgBEiABEiABEiABEiABEiABEiABEiABbQnQ2NC26VhxEiABEiABEiABEiABEiABEiABEiABGhvUAAlYJPD3kUyLn7C3ePULp9ob8P+j/fxXVzC2L1oy8ZeaaiZxCVco0ffJE9up7zPIqm5LjiengOvMmn3S/7lAJmRi9KDSuc+rHLtV9h2jNlF9/oLSMaovwfgGBGhsUCIkYJEAjQ2LwADwAe+8QaByYqIytspJj8p6MzZNweJGRp3HQPZJLuKNnvpC39QJx8Bg68To+qrP09hQTdg4Po0NY0YsQQI
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/vnd.plotly.v1+json": {
"config": {
"plotlyServerURL": "https://plot.ly"
},
"data": [
{
"type": "heatmap",
"x": [
"crimp 🡸 ()",
"filling 🡸 (place)",
"juice 🡸 (brown)",
"pudding 🡸 ()",
"salt butter 🡸 ()",
"finish 🡸 ()",
"pie shell 🡸 (place brush)",
"filling 🡸 ()",
"sprinkle 🡸 ()",
"flour 🡸 ()",
"pie shell 🡸 (place brush bake cool)",
"pie shell 🡸 (place brush bake)",
"cream 🡸 ()",
"quick-cooking tapioca 🡸 ()",
"juice 🡸 ()",
"finish 🡸 (brown)",
"ground cinnamon 🡸 ()",
"grocery 🡸 ()",
"sugar 🡸 ()",
"instant 🡸 ()",
"pie shell 🡸 (place)",
"peach 🡸 (slice peel place)",
"roll 🡸 ()",
"blueberry 🡸 (wash)",
"fruit 🡸 ()",
"pie shell 🡸 ()",
"salt 🡸 ()",
"pastry piecrust dough 🡸 ()",
"thumb 🡸 ()",
"peach 🡸 (slice peel)",
"blueberry 🡸 (place wash)"
],
"xgap": 1,
"y": [
"place",
"cool",
"brush",
"bake",
"brown"
],
"ygap": 1,
"z": [
[
0,
1,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
1,
0,
0,
0,
1,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
]
}
],
"layout": {
"height": 1024,
"template": {
"data": {
"bar": [
{
"error_x": {
"color": "#2a3f5f"
},
"error_y": {
"color": "#2a3f5f"
},
"marker": {
"line": {
"color": "#E5ECF6",
"width": 0.5
}
},
"type": "bar"
}
],
"barpolar": [
{
"marker": {
"line": {
"color": "#E5ECF6",
"width": 0.5
}
},
"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": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"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"
}
],
"scatter": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"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
},
"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": "",
"zerolinecolor": "white",
"zerolinewidth": 2
},
"yaxis": {
"automargin": true,
"gridcolor": "white",
"linecolor": "white",
"ticks": "",
"zerolinecolor": "white",
"zerolinewidth": 2
}
}
},
"width": 1024,
"xaxis": {
"autorange": true,
"domain": [
0,
1
],
"range": [
-0.5,
30.5
],
"type": "category"
},
"yaxis": {
"autorange": true,
"domain": [
0,
1
],
"range": [
-11.06323877068558,
15.06323877068558
2019-09-05 12:03:01 +02:00
],
"scaleanchor": "x",
"scaleratio": 1,
"type": "category"
}
}
},
"image/png": "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
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
"## Blender Gazpacho Recipe\n",
"(c549b250ea)"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
"### Ingredients"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
" * '2 c. tomato juice'\n",
" * '1 can stewed tomatoes'\n",
" * '1/2 c. minced green pepper'\n",
" * '1/2 c. minced celery'\n",
" * '1/2 c. minced cucumber'\n",
" * '1 c. minced onion'\n",
" * '2 tbsp . parsley'\n",
" * '1 clove garlic'\n",
" * '2 to 3 tbsp . red wine vinegar'\n",
" * '2 tbsp . extra virgin olive oil'\n",
" * '1 teaspoon salt'\n",
" * '1/2 teaspoon Worcestershire sauce'\n",
" * '1/2 teaspoon pepper'\n",
" * '1/4 teaspoon white pepper'"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
"### Instructions"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
" * Throw everything in blender .\n",
" * Blend till desired consistency .\n",
" * Chill several hrs before serving ."
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/vnd.plotly.v1+json": {
"config": {
"plotlyServerURL": "https://plot.ly"
},
"data": [
{
"type": "heatmap",
"x": [
"green pepper 🡸 (mince)",
"onion 🡸 (mince)",
"red wine vinegar 🡸 ()",
"tomato juice 🡸 ()",
"stew tomato 🡸 ()",
"sauce 🡸 ()",
"parsley 🡸 ()",
"olive oil 🡸 ()",
"clove garlic 🡸 ()",
"cucumber 🡸 (mince)",
"salt 🡸 ()",
"pepper 🡸 ()",
"celery 🡸 (mince)"
],
"xgap": 1,
"y": [
"(mince) 🢂 green pepper",
"(mince) 🢂 onion",
"() 🢂 red wine vinegar",
"() 🢂 tomato juice",
"() 🢂 stew tomato",
"() 🢂 sauce",
"() 🢂 parsley",
"() 🢂 olive oil",
"() 🢂 clove garlic",
"(mince) 🢂 cucumber",
"() 🢂 salt",
"() 🢂 pepper",
"(mince) 🢂 celery"
],
"ygap": 1,
"z": [
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
]
}
],
"layout": {
"height": 1024,
"template": {
"data": {
"bar": [
{
"error_x": {
"color": "#2a3f5f"
},
"error_y": {
"color": "#2a3f5f"
},
"marker": {
"line": {
"color": "#E5ECF6",
"width": 0.5
}
},
"type": "bar"
}
],
"barpolar": [
{
"marker": {
"line": {
"color": "#E5ECF6",
"width": 0.5
}
},
"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": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"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"
}
],
"scatter": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"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
},
"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": "",
"zerolinecolor": "white",
"zerolinewidth": 2
},
"yaxis": {
"automargin": true,
"gridcolor": "white",
"linecolor": "white",
"ticks": "",
"zerolinecolor": "white",
"zerolinewidth": 2
}
}
},
"width": 1024,
"xaxis": {
"autorange": true,
"domain": [
0,
1
],
"range": [
-0.5,
12.5
],
"type": "category"
},
"yaxis": {
"autorange": true,
"domain": [
0,
1
],
"range": [
-0.9702842377260978,
12.970284237726098
2019-09-05 12:03:01 +02:00
],
"scaleanchor": "x",
"scaleratio": 1,
"type": "category"
}
}
},
"image/png": "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
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/vnd.plotly.v1+json": {
"config": {
"plotlyServerURL": "https://plot.ly"
},
"data": [
{
"type": "heatmap",
"x": [
"green pepper 🡸 (mince)",
"onion 🡸 (mince)",
"red wine vinegar 🡸 ()",
"tomato juice 🡸 ()",
"stew tomato 🡸 ()",
"sauce 🡸 ()",
"parsley 🡸 ()",
"olive oil 🡸 ()",
"clove garlic 🡸 ()",
"cucumber 🡸 (mince)",
"salt 🡸 ()",
"pepper 🡸 ()",
"celery 🡸 (mince)"
],
"xgap": 1,
"y": [],
"ygap": 1,
"z": []
}
],
"layout": {
"height": 1024,
"template": {
"data": {
"bar": [
{
"error_x": {
"color": "#2a3f5f"
},
"error_y": {
"color": "#2a3f5f"
},
"marker": {
"line": {
"color": "#E5ECF6",
"width": 0.5
}
},
"type": "bar"
}
],
"barpolar": [
{
"marker": {
"line": {
"color": "#E5ECF6",
"width": 0.5
}
},
"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": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"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"
}
],
"scatter": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"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
},
"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": "",
"zerolinecolor": "white",
"zerolinewidth": 2
},
"yaxis": {
"automargin": true,
"gridcolor": "white",
"linecolor": "white",
"ticks": "",
"zerolinecolor": "white",
"zerolinewidth": 2
}
}
},
"width": 1024,
"xaxis": {
"autorange": true,
"domain": [
0,
1
],
"range": [
-1,
6
]
},
"yaxis": {
"autorange": true,
"domain": [
0,
1
],
"range": [
-1.9189814814814818,
4.918981481481482
],
"scaleanchor": "x",
"scaleratio": 1
}
}
},
"image/png": "iVBORw0KGgoAAAANSUhEUgAABDYAAAQACAYAAAAa8Nn8AAAgAElEQVR4Xuzdecz3e37X9e+9nWXO6blnlVK2GjCY4EIwBAVLiCiGshggiBBAKBAhTFUESq0sgrQgBVIwItVikT2I2FAiCBpQY2JDRCVsLkDZaldmzsxZ79Vc90gDzND797ve97nnel/Px0n63+9zz+96Pd9nZs5jzn164/Hjx48Pf1jAAhawgAUsYAELWMACFrCABSxggYUL3AAbC6v5yhawgAUsYAELWMACFrCABSxgAQs8WQBsOAQLWMACFrCABSxgAQtYwAIWsIAF1i4ANtam88UtYAELWMACFrCABSxgAQtYwAIWABtuwAIWsIAFLGABC1jAAhawgAUsYIG1C4CNtel8cQtYwAIWsIAFLGABC1jAAhawgAXAhhuwgAUsYAELWMACFrCABSxgAQtYYO0CYGNtOl/cAhawgAUsYAELWMACFrCABSxgAbDhBixgAQtYwAIWsIAFLGABC1jAAhZYuwDYWJvOF7eABSxgAQtYwAIWsIAFLGABC1gAbLgBC1jAAhawgAUsYAELWMACFrCABdYuADbWpvPFLWABC1jAAhawgAUsYAELWMACFgAbbsACFrCABSxgAQtYwAIWsIAFLGCBtQuAjbXpfHELWMACFrCABSxgAQtYwAIWsIAFwIYbsIAFLGABC1jAAhawgAUsYAELWGDtAmBjbTpf3AIWsIAFLGABC1jAAhawgAUsYAGw4QYsYAELWMACFrCABSxgAQtYwAIWWLsA2Fibzhe3gAUsYAELWMACFrCABSxgAQtYAGy4AQtYwAIWsIAFLGABC1jAAhawgAXWLgA21qbzxS1gAQtYwAIWsIAFLGABC1jAAhYAG27AAhawgAUsYAELWMACFrCABSxggbULgI216XxxC1jAAhawgAUsYAELWMACFrCABcCGG7CABSxgAQtYwAIWsIAFLGABC1hg7QJgY206X9wCFrCABSxgAQtYwAIWsIAFLGABsOEGLGABC1jAAhawgAUsYAELWMACFli7ANhYm84Xt4AFLGABC1jAAhawgAUsYAELWABsuAELWMACFrCABSxgAQtYwAIWsIAF1i4ANtam88UtYAELWMACFrCABSxgAQtYwAIWABtuwAIWsIAFLGABC1jAAhawgAUsYIG1C4CNtel8cQtYwAIWsIAFLGABC1jAAhawgAXAhhuwgAUsYAELWMACFrCABSxgAQtYYO0CYGNtOl/cAhawgAUsYAELWMACFrCABSxgAbDhBixgAQtYwAIWsIAFLGABC1jAAhZYuwDYWJvOF7eABSxgAQtYwAIWsIAFLGABC1gAbLgBC1jAAhawgAUsYAELWMACFrCABdYuADbWpvPFLWABC1jAAhawgAUsYAELWMACFgAbbsACFrCABSxgAQtYwAIWsIAFLGCBtQuAjbXpfHELWMACFrCABSxgAQtYwAIWsIAFwIYbsIAFLGABC1jAAhawgAUsYAELWGDtAmBjbTpf3AIWsIAFLGABC1jAAhawgAUsYAGw4QYsYAELWMACFrCABSxgAQtYwAIWWLsA2Fibzhe3gAUsYAELWMACFrCABSxgAQtYAGy4AQtYwAIWsIAFLGABC1jAAhawgAXWLgA21qbzxS1gAQtYwAIWsIAFLGABC1jAAhYAG27AAhawgAUsYAELWMACFrCABSxggbULgI216XxxC1jAAhawgAUsYAELWMACFrCABcCGG7CABSxgAQtYwAIWsIAFLGABC1hg7QJgY206X9wCFrCABSxgAQtYwAIWsIAFLGABsOEGLGABC1jAAhawgAUsYAELWMACFli7ANhYm84Xt4AFLGABC1jAAhawgAUsYAELWABsuAELWMACFrCABSxgAQtYwAIWsIAF1i4ANtam88UtYAELWMACFrCABSxgAQtYwAIWABtuwAIWsIAFLGABC1jAAhawgAUsYIG1C4CNtel8cQtYwAIWsIAFLGABC1jAAhawgAXAhhuwgAUsYAELWMACFrCABSxgAQtYYO0CYGNtOl/cAhawgAUsYAELWMACFrCABSxgAbDhBixgAQtYwAIWsIAFLGABC1jAAhZYuwDYWJvOF7eABSxgAQtYwAIWsIAFLGABC1gAbLgBC1jAAhawgAUsYAELWMACFrCABdYuADbWpvPFLWABC1jAAhawgAUsYAELWMACFgAbbsACFrCABSxgAQtYwAIWsIAFLGCBtQuAjbXpfHELWMACFrCABSxgAQtYwAIWsIAFwIYbsIAFLGABC1jAAhawgAUsYAELWGDtAmBjbTpf3AIWsIAFLGABC1jAAhawgAUsYAGw4QYsYAELWMACFrCABSxgAQtYwAIWWLsA2Fibzhe3gAUsYAELWMACFrCABSxgAQtYAGy4AQtYwAIWsIAFLGABC1jAAhawgAXWLgA21qbzxS1gAQtYwAIWsIAFLGABC1jAAhYAG27AAhawgAUsYAELWMACFrCABSxggbULgI216XxxC1jAAhawgAUsYAELWMACFrCABcCGG7CABSxgAQtYwAIWsIAFLGABC1hg7QJgY206X9wCFrCABSxgAQtYwAIWsIAFLGABsOEGLGABC1jAAhawgAUsYAELWMACFli7ANhYm84Xt4AFLGABC1jAAhawgAUsYAELWABsuAELWMACFrCABSxgAQtYwAIWsIAF1i4ANtam88UtYAELWMACFrCABSxgAQtYwAIWABtuwAIWsIAFLGABC1jAAhawgAUsYIG1C4CNtel8cQtYwAIWsIAFLGABC1jAAhawgAXAhhuwgAUsYAELWMACFrCABSxgAQtYYO0CYGNtOl/cAhawgAUsYAELWMACFrCABSxgAbDhBixgAQtYwAIWsIAFLGABC1jAAhZYuwDYWJvOF7eABSxgAQtYwAIWsIAFLGABC1gAbLgBC1jAAhawgAUsYAELWMACFrCABdYuADbWpvPFLWABC1jAAhawgAUsYAELWMACFgAbbsACFrCABSxgAQtYwAIWsIAFLGCBtQuAjbXpfHELWMACFrCABSxgAQtYwAIWsIAFwIYbsIAFLGABC1jAAhawgAUsYAELWGDtAmBjbTpf3AIWsIAFLGABC1jAAhawgAUsYAGw4QYsYAELWMACFrCABSxgAQtYwAIWWLsA2Fibzhe3gAUsYAELWMACFrCABSxgAQtYAGy4AQtYwAIWsIAFLGABC1jAAhawgAXWLgA21qbzxS1gAQtYwAIWsIAFLGABC1jAAhYAG27AAhawgAUsYAELWMACFrCABSxggbULgI216XxxC1jAAhawgAUsYAELWMACFrCABcCGG7CABSxgAQtYwAIWsIAFLGABC1hg7QJgY206X9wCFrCABSxgAQtYwAIWsIAFLGABsOEGLGABC1jAAhawgAUsYAELWMACFli7ANhYm84Xt4AFLGABC1jAAhawgAUsYAELWABsuAELWMACFrCABSxgAQtYwAIWsIAF1i4ANtam88UtYAELWMACFrCABSxgAQtYwAIWABvDG/im73h7+Cuc9vxzXr59HDduHJ986/5pD3xq7QJ3X7lzvPLS7eP1N+8fb77zYO3P4YuftsD7X71zvHvv0fH2vYenPfCptQvcuX3zeP8rd45ve/3dtT+DL376Ah++++Lx+hv3jvsPH5/+yCdXLvC+F28dL9y5dXz8jXsrv78vfd4C3/2DLx/f/LG3j8f+1D5vuIWfft5//fV5H3p54UpX5yuDjWELsDEc0PNPWwBstI4CbHR6g41O64ufFGx0eoONTuuLnxRsdHqDjV2twcawF9gYDug52IjfANjoHADY6LQGG63WYKPVG2x0eoONXa3BxrAX2BgO6DnYiN8A2OgcANjotAYbrdZgo9UbbHR6g41drcHGsBfYGA7oOdiI3wDY6BwA2Oi0Bhut1mCj1RtsdHqDjV2twcawF9gYDug52IjfANjoHADY6LQGG63WYKPVG2x0eoONXa3BxrAX2BgO6DnYiN8A2OgcANjotAYbrdZgo9UbbHR6g41drcHGsBfYGA7oOdiI3wDY6BwA2Oi
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
"## Macadamia Lace Cookies\n",
"(a0e587c164)"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
"### Ingredients"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
" * '1/2 cup \\( 125 ml \\) butter or margarine'\n",
" * '2/3 cup \\( 150 ml \\) brown sugar \\( packed \\)'\n",
" * '1/2 cup \\( 125 ml \\) light corn syrup'\n",
" * '1 cup \\( 225 ml \\) all purpose flour'\n",
" * '1/2 cup \\( 125 ml \\) finely chopped Macadamia nuts'"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
"### Instructions"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
" * Preheat oven to 375 degrees \\( 200 C. \\) .\n",
" * Combine butter , brown sugar and corn syrup in small saucepan .\n",
" * Cook , stirring , over medium heat until sugar disolves and mixture begins to bubble .\n",
" * Remove from heat continuing to stir well , gradually beat in flour and add nuts .\n",
" * Keep batter warm by setting saucepan in larger pan with 2 inches of barely simmering water .\n",
" * Drop batter by tsp full about three inches apart on greased baking sheet .\n",
" * Allow plenty of room for cookies to spread .\n",
" * Bake until edges are golden brown , about 4 to 5 minutes .\n",
" * If you want to leave the cookies round , allow to cool on sheet until firm .\n",
" * If you want to shape by folding or twisting , let cool until firm enough to handle but still soft enough to curl , less than a minute .\n",
" * Transfer to rack to cool and store in an airtight container ."
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/vnd.plotly.v1+json": {
"config": {
"plotlyServerURL": "https://plot.ly"
},
"data": [
{
"type": "heatmap",
"x": [
"water 🡸 ()",
"macadamia nut 🡸 (chop)",
"macadamia nut 🡸 (chop bake brown)",
"stirring 🡸 (cook bake)",
"room 🡸 (brown bake)",
"cooky 🡸 (brown cool bake)",
"flour 🡸 (cool heat bake brown beat)",
"water 🡸 (warm simmer)",
"butter 🡸 (brown bake)",
"butter 🡸 ()",
"butter 🡸 (bake)",
"corn syrup 🡸 (brown)",
"water 🡸 (simmer)",
"corn syrup 🡸 ()",
"corn syrup 🡸 (brown cool bake)",
"stirring 🡸 ()",
"flour 🡸 ()",
"flour 🡸 (beat heat)",
"stirring 🡸 (cook cool bake brown)",
"flour 🡸 (beat heat bake)",
"twist 🡸 ()",
"room 🡸 (brown cool bake)",
"room 🡸 (bake)",
"flour 🡸 (brown beat heat bake)",
"cooky 🡸 (bake)",
"twist 🡸 (cool)",
"cooky 🡸 (brown bake)",
"stirring 🡸 (cook)",
"corn syrup 🡸 (brown bake)",
"macadamia nut 🡸 (chop bake)",
"sugar 🡸 (brown)",
"stirring 🡸 (cook bake brown)",
"macadamia nut 🡸 (chop cool bake brown)",
"sugar 🡸 (brown heat)",
"water 🡸 (warm simmer bake)",
"flour 🡸 (beat)",
"cooky 🡸 ()",
"sugar 🡸 (brown cool heat bake)",
"water 🡸 (warm simmer bake brown)",
"butter 🡸 (brown cool bake)",
"room 🡸 ()",
"water 🡸 (warm cool simmer bake brown)",
"sugar 🡸 (brown heat bake)"
],
"xgap": 1,
"y": [
"() 🢂 water",
"(chop) 🢂 macadamia nut",
"(chop bake brown) 🢂 macadamia nut",
"(cook bake) 🢂 stirring",
"(brown bake) 🢂 room",
"(brown cool bake) 🢂 cooky",
"(cool heat bake brown beat) 🢂 flour",
"(warm simmer) 🢂 water",
"(brown bake) 🢂 butter",
"() 🢂 butter",
"(bake) 🢂 butter",
"(brown) 🢂 corn syrup",
"(simmer) 🢂 water",
"() 🢂 corn syrup",
"(brown cool bake) 🢂 corn syrup",
"() 🢂 stirring",
"() 🢂 flour",
"(beat heat) 🢂 flour",
"(cook cool bake brown) 🢂 stirring",
"(beat heat bake) 🢂 flour",
"() 🢂 twist",
"(brown cool bake) 🢂 room",
"(bake) 🢂 room",
"(brown beat heat bake) 🢂 flour",
"(bake) 🢂 cooky",
"(cool) 🢂 twist",
"(brown bake) 🢂 cooky",
"(cook) 🢂 stirring",
"(brown bake) 🢂 corn syrup",
"(chop bake) 🢂 macadamia nut",
"(brown) 🢂 sugar",
"(cook bake brown) 🢂 stirring",
"(chop cool bake brown) 🢂 macadamia nut",
"(brown heat) 🢂 sugar",
"(warm simmer bake) 🢂 water",
"(beat) 🢂 flour",
"() 🢂 cooky",
"(brown cool heat bake) 🢂 sugar",
"(warm simmer bake brown) 🢂 water",
"(brown cool bake) 🢂 butter",
"() 🢂 room",
"(warm cool simmer bake brown) 🢂 water",
"(brown heat bake) 🢂 sugar"
],
"ygap": 1,
"z": [
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
1,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
1
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
1,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
1
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
1,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
1
],
[
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
1,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
1
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
1,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
1
],
[
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
1,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
1
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
1,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
1
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
1,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
1,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
1
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
1,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
1,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
1
]
]
}
],
"layout": {
"height": 1024,
"template": {
"data": {
"bar": [
{
"error_x": {
"color": "#2a3f5f"
},
"error_y": {
"color": "#2a3f5f"
},
"marker": {
"line": {
"color": "#E5ECF6",
"width": 0.5
}
},
"type": "bar"
}
],
"barpolar": [
{
"marker": {
"line": {
"color": "#E5ECF6",
"width": 0.5
}
},
"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": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"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"
}
],
"scatter": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"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
},
"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": "",
"zerolinecolor": "white",
"zerolinewidth": 2
},
"yaxis": {
"automargin": true,
"gridcolor": "white",
"linecolor": "white",
"ticks": "",
"zerolinecolor": "white",
"zerolinewidth": 2
}
}
},
"width": 1024,
"xaxis": {
"autorange": true,
"domain": [
0,
1
],
"range": [
-0.88507462686567,
42.88507462686567
2019-09-05 12:03:01 +02:00
],
"type": "category"
},
"yaxis": {
"autorange": true,
"domain": [
0,
1
],
"range": [
-0.5,
42.5
],
"scaleanchor": "x",
"scaleratio": 1,
"type": "category"
}
}
},
"image/png": "iVBORw0KGgoAAAANSUhEUgAABDYAAAQACAYAAAAa8Nn8AAAgAElEQVR4Xuydd3wWxfbGH9J7QoAAYlcUVLyAiuWKooiKgqD0Ir1J7yWU0HvvCCoIUhUEQUUQRa/thwXsjauidAiEQHr5fc5w8xpCEtnZJcPyPvsX5N2zc/Z7zs4787xnZotlZ2dngwcJkAAJkAAJkAAJkAAJkAAJkAAJkAAJuJBAMQobLowaXSYBEiABEiABEiABEiABEiABEiABElAEKGwwEUiABEiABEiABEiABEiABEiABEiABFxLgMKGa0NHx0mABEiABEiABEiABEiABEiABEiABChsMAdIgARIgARIgARIgARIgARIgARIgARcS4DChmtDR8dJgARIgARIgARIgARIgARIgARIgAQobDAHSIAESIAESIAESIAESIAESIAESIAEXEuAwoZrQ0fHSYAESIAESIAESIAESIAESIAESIAEKGwwB0iABEiABEiABEiABEiABEiABEiABFxLgMKGa0NHx0mABEiABEiABEiABEiABEiABEiABChsMAdIgARIgARIgARIgARIgARIgARIgARcS4DChmtDR8dJgARIgARIgARIgARIgARIgARIgAQobDAHSIAESIAESIAESIAESIAESIAESIAEXEuAwoZrQ0fHSYAESIAESIAESIAESIAESIAESIAEKGwwB0iABEiABEiABEiABEiABEiABEiABFxLgMKGa0NHx0mABEiABEiABEiABEiABEiABEiABChsMAdIgARIgARIgARIgARIgARIgARIgARcS4DChmtDR8dJgARIgARIgARIgARIgARIgARIgAQobDAHSIAESIAESIAESIAESIAESIAESIAEXEuAwoZrQ0fHSYAESIAESIAESIAESIAESIAESIAEKGwwB0iABEiABEiABEiABEiABEiABEiABFxLgMKGa0NHx0mABEiABEiABEiABEiABEiABEiABChsMAdIgARIgARIgARIgARIgARIgARIgARcS4DChmtDR8dJgARIgARIgARIgARIgARIgARIgAQobDAHSIAESIAESIAESIAESIAESIAESIAEXEuAwoZrQ0fHSYAESIAESIAESIAESIAESIAESIAEKGwwB0iABEiABEiABEiABEiABEiABEiABFxLgMKGa0NHx0mABEiABEiABEiABEiABEiABEiABChsMAdIgARIgARIgARIgARIgARIgARIgARcS4DChmtDR8dJgARIgARIgARIgARIgARIgARIgAQobDAHSIAESIAESIAESIAESIAESIAESIAEXEuAwoZrQ0fHSYAESIAESIAESIAESIAESIAESIAEKGwwB0iABEiABEiABEiABEiABEiABEiABFxLgMKGa0NHx0mABEiABEiABEiABEiABEiABEiABChsMAdIgARIgARIgARIgARIgARIgARIgARcS4DChmtDR8dJgARIgARIgARIgARIgARIgARIgAQobDAHSIAESIAESIAESIAESIAESIAESIAEXEuAwoZrQ0fHSYAESIAESIAESIAESIAESIAESIAEKGwwB0iABEiABEiABEiABEiABEiABEiABFxLgMKGa0NHx0mABEiABEiABEiABEiABEiABEiABChsMAdIgARIgARIgARIgARIgARIgARIgARcS4DChmtDR8dJgARIgARIgARIgARIgARIgARIgAQobDAHSIAESIAESIAESIAESIAESIAESIAEXEuAwoZrQ0fHSYAESIAESIAESIAESIAESIAESIAEKGwwB0iABEiABEiABEiABEiABEiABEiABFxLgMKGa0NHx0mABEiABEiABEiABEiABEiABEiABChsMAdIgARIgARIgARIgARIgARIgARIgARcS4DChmtDR8dJgARIgARIgARIgARIgARIgARIgAQobDAHSIAESIAESIAESIAESIAESIAESIAEXEuAwoZrQ0fHSYAESIAESIAESIAESIAESIAESIAEKGwwB0iABEiABEiABEiABEiABEiABEiABFxLgMKGa0NHx0mABEiABEiABEiABEiABEiABEiABChsMAdIgARIgARIgARIgARIgARIgARIgARcS4DChmtDR8dJgARIgARIgARIgARIgARIgARIgAQobDAHSIAESIAESIAESIAESIAESIAESIAEXEuAwoZrQ0fHSYAESIAESIAESIAESIAESIAESIAEKGwwB0iABEiABEiABEiABEiABEiABEiABFxLgMKGa0NHx0mABEiABEiABEiABEiABEiABEiABChsMAdIgARIgARIgARIgARIgARIgARIgARcS4DChmtDR8dJgARIgARIgARIgARIgARIgARIgAQobDAHSIAESIAESIAESIAESIAESIAESIAEXEuAwoZrQ0fHSYAESIAESIAESIAESIAESIAESIAEKGwwB0iABEiABEiABEiABEiABEiABEiABFxLgMKGa0NHx0mABEiABEiABEiABEiABEiABEiABChsMAdIgARIgARIgARIgARIgARIgARIgARcS4DChmtDR8dJgARIgARIgARIgARIgARIgARIgAQobDAHSIAESIAESIAESIAESIAESIAESIAEXEuAwoZrQ0fHSYAESIAESIAESIAESIAESIAESIAEKGwwB0iABEiABEiABEiABEiABEiABEiABFxLgMKGa0NHx0mABEiABEiABEiABEiABEiABEiABChsMAdIgARIgARIgARIgARIgARIgARIgARcS4DChmtDR8dJgARIgARIgARIgARIgARIgARIgAQobDAHSIAESIAESIAESIAESIAESIAESIAEXEuAwoZrQ0fHSYAESIAESIAESIAESIAESIAESIAEKGwwB0iABEiABEiABEiABEiABEiABEiABFxLgMKGa0NHx0mABEiABEiABEiABEiABEiABEiABChsMAdIgARIgARIgARIgARIgARIgARIgARcS4DChmtDR8dJgARIgARIgARIgARIgARIgARIgAQobDAHSIAESIAESIAESIAESIAESIAESIAEXEuAwoZrQ0fHSYAESIAESIAESIAESIAESIAESIAEKGwwB0iABEiABEiABEiABEiABEiABEiABFxLgMKGa0NHx0mABEiABEiABEiABEiABEiABEiABChsMAdIgARIgARIgARIgARIgARIgARIgARcS4DChmtDR8dJgARIgARIgARIgARIgARIgARIgAQobDAHSIAESIAESIAESIAESIAESIAESIAEXEuAwoZrQ0fHSYAESIAESIAESIAESIAESIAESIAEKGwwB0iABEiABEiABEiABEiABEiABEiABFxLgMKGa0NHx0mABEiABEiABEiABEiABEiABEiABChsMAdIgARIgARIgARIgARIgARIgARIgARcS4DChmtDR8dJgARIgARIgARIgARIgARIgARIgAQobDAHSIAESIAESIAESIAESIAESIAESIAEXEuAwoZrQ0fHSYAESIAESIAESIAESIAESIAESIAEKGwwB0iABEiABEiABEiABEiABEiABEiABFxLgMKGa0NHx0mABEiABEiABEiABEiABEiABEiABChsMAdIgARIgARIgARIgARIgARIgARIgARcS4DChmtDR8dJgARIgARIgARIgARIgARIgARIgAQobDAHSIAESIAESIAESIAESIAESIAESIAEXEuAwoZrQ0fHSYAESIAESIAESIAESIAESIAESIAEKGwwB0iABEiABEiABEiABEiABEiABEiABFxLgMKGa0NHx0mABEiABEiABEiABEiABEiABEiABChsMAdI4DImcOB4stG7q3DlLO32f/yrF3TtxTY0/Fbtts8kfufatnWZCSw7zHPsdbnbYW7Xdyfu2xR3k757a9tuzjeTfaMT3HT7F2nbTh9jkpsTz5lJbt7YN7o9103GzG6uag/8HDK8okSwQ1fiZXQIUNjQoUYbEnAJAQobeoHy5gGw3QGN7qDEDnMnBpF279uUvROTHl3fvbVtN+ebyQm6E9x0+xc
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/vnd.plotly.v1+json": {
"config": {
"plotlyServerURL": "https://plot.ly"
},
"data": [
{
"type": "heatmap",
"x": [
"water 🡸 ()",
"macadamia nut 🡸 (chop)",
"macadamia nut 🡸 (chop bake brown)",
"stirring 🡸 (cook bake)",
"room 🡸 (brown bake)",
"cooky 🡸 (brown cool bake)",
"flour 🡸 (cool heat bake brown beat)",
"water 🡸 (warm simmer)",
"butter 🡸 (brown bake)",
"butter 🡸 ()",
"butter 🡸 (bake)",
"corn syrup 🡸 (brown)",
"water 🡸 (simmer)",
"corn syrup 🡸 ()",
"corn syrup 🡸 (brown cool bake)",
"stirring 🡸 ()",
"flour 🡸 ()",
"flour 🡸 (beat heat)",
"stirring 🡸 (cook cool bake brown)",
"flour 🡸 (beat heat bake)",
"twist 🡸 ()",
"room 🡸 (brown cool bake)",
"room 🡸 (bake)",
"flour 🡸 (brown beat heat bake)",
"cooky 🡸 (bake)",
"twist 🡸 (cool)",
"cooky 🡸 (brown bake)",
"stirring 🡸 (cook)",
"corn syrup 🡸 (brown bake)",
"macadamia nut 🡸 (chop bake)",
"sugar 🡸 (brown)",
"stirring 🡸 (cook bake brown)",
"macadamia nut 🡸 (chop cool bake brown)",
"sugar 🡸 (brown heat)",
"water 🡸 (warm simmer bake)",
"flour 🡸 (beat)",
"cooky 🡸 ()",
"sugar 🡸 (brown cool heat bake)",
"water 🡸 (warm simmer bake brown)",
"butter 🡸 (brown cool bake)",
"room 🡸 ()",
"water 🡸 (warm cool simmer bake brown)",
"sugar 🡸 (brown heat bake)"
],
"xgap": 1,
"y": [
"warm",
"cook",
"cool",
"simmer",
"heat",
"bake",
"brown",
"beat"
],
"ygap": 1,
"z": [
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
1,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
1,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
1
],
[
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0
],
[
0,
1,
0,
0,
0,
0,
0,
1,
0,
1,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
1,
0,
0
],
[
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
1,
0,
0,
0,
1,
1,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
]
}
],
"layout": {
"height": 1024,
"template": {
"data": {
"bar": [
{
"error_x": {
"color": "#2a3f5f"
},
"error_y": {
"color": "#2a3f5f"
},
"marker": {
"line": {
"color": "#E5ECF6",
"width": 0.5
}
},
"type": "bar"
}
],
"barpolar": [
{
"marker": {
"line": {
"color": "#E5ECF6",
"width": 0.5
}
},
"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": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"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"
}
],
"scatter": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"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
},
"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": "",
"zerolinecolor": "white",
"zerolinewidth": 2
},
"yaxis": {
"automargin": true,
"gridcolor": "white",
"linecolor": "white",
"ticks": "",
"zerolinecolor": "white",
"zerolinewidth": 2
}
}
},
"width": 1024,
"xaxis": {
"autorange": true,
"domain": [
0,
1
],
"range": [
-0.5,
42.5
],
"type": "category"
},
"yaxis": {
"autorange": true,
"domain": [
0,
1
],
"range": [
-13.527186761229316,
20.527186761229316
],
"scaleanchor": "x",
"scaleratio": 1,
"type": "category"
}
}
},
"image/png": "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
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
"## Bleeding Heart Cherry Pie\n",
"(b88a00bd68)"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
"### Ingredients"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
" * '1 each pie dough flaky recipe , unbaked , pie shell and dough cut outs'\n",
" * '3/4 cups sugar plus 1 tablespoon'\n",
" * '2 tablespoons tapioca , quick-cooking'\n",
" * '1 tablespoon cornstarch'\n",
" * '6 cups sour cherries pitted'\n",
" * '1 teaspoon almond extract'"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
"### Instructions"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
" * Preheat oven to 450 degrees .\n",
" * Place a piece of foil on the bottom of the oven to catch any drips .\n",
" * In a large bowl , whisk together the 3/4 cup sugar , tapioca , and cornstarch .\n",
" * Toss in the cherries and almond extract and set aside for 15 minutes .\n",
" * Remove the pie plate from the freezer and , using a pastry brush , lightly moisten the dough along the rim with water .\n",
" * Toss the cherry mixture briefly and spoon it into the unbaked pie shell .\n",
" * Place the dough cut-outs around the outside edge , overlapping them slightly .\n",
" * One the outside circle is complete , begin another concentric row of overlapping dough hearts .\n",
" * Leave a few open spaces here and there which will act as vents .\n",
" * If using different size cutters , use the larger ones near the edge and the smaller ones in the center .\n",
" * When the pie is completely covered , brush the top lightly with cold water and sprinkle evenly with remaining tablespoon of sugar .\n",
" * Bake for 20 minutes until the pastry begins to brown .\n",
" * Lower the heat to 375F \\( 190C \\) and bake until the top is nicely browned and the juice is bubbling out , about 15 minutes more .\n",
" * Cool on a rack for at least 2 hours ."
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/vnd.plotly.v1+json": {
"config": {
"plotlyServerURL": "https://plot.ly"
},
"data": [
{
"type": "heatmap",
"x": [
"water 🡸 (open)",
"juice 🡸 (brown)",
"dough pie shell 🡸 (place cool brush cut open)",
"sugar 🡸 (open cool)",
"cherry 🡸 (open sour)",
"water 🡸 ()",
"tapioca 🡸 ()",
"any 🡸 (open cool)",
"pastry 🡸 ()",
"cherry 🡸 (sour)",
"tapioca 🡸 (whisk)",
"large 🡸 (cool)",
"pastry 🡸 (open bake)",
"tapioca 🡸 (open whisk cool)",
"almond extract 🡸 (open)",
"sprinkle 🡸 ()",
"pastry 🡸 (open)",
"juice 🡸 (brown heat bake)",
"sprinkle 🡸 (brush cool)",
"juice 🡸 (brown cool heat bake)",
"sugar 🡸 (open)",
"center 🡸 ()",
"juice 🡸 ()",
"dough pie shell 🡸 (place brush cut)",
"dough pie shell 🡸 (place open brush cut)",
"water 🡸 (open cool)",
"center 🡸 (cool)",
"almond extract 🡸 ()",
"sugar 🡸 ()",
"dough pie shell 🡸 (brush cut)",
"any 🡸 (open)",
"sprinkle 🡸 (brush)",
"foil 🡸 (place)",
"any 🡸 ()",
"foil 🡸 ()",
"almond extract 🡸 (open cool)",
"foil 🡸 (place open)",
"dough pie shell 🡸 (cut)",
"large 🡸 ()",
"tapioca 🡸 (open whisk)",
"pastry 🡸 (open bake cool)",
"juice 🡸 (brown heat)",
"foil 🡸 (place open cool)",
"cherry 🡸 (open sour cool)"
],
"xgap": 1,
"y": [
"(open) 🢂 water",
"(brown) 🢂 juice",
"(place cool brush cut open) 🢂 dough pie shell",
"(open cool) 🢂 sugar",
"(open sour) 🢂 cherry",
"() 🢂 water",
"() 🢂 tapioca",
"(open cool) 🢂 any",
"() 🢂 pastry",
"(sour) 🢂 cherry",
"(whisk) 🢂 tapioca",
"(cool) 🢂 large",
"(open bake) 🢂 pastry",
"(open whisk cool) 🢂 tapioca",
"(open) 🢂 almond extract",
"() 🢂 sprinkle",
"(open) 🢂 pastry",
"(brown heat bake) 🢂 juice",
"(brush cool) 🢂 sprinkle",
"(brown cool heat bake) 🢂 juice",
"(open) 🢂 sugar",
"() 🢂 center",
"() 🢂 juice",
"(place brush cut) 🢂 dough pie shell",
"(place open brush cut) 🢂 dough pie shell",
"(open cool) 🢂 water",
"(cool) 🢂 center",
"() 🢂 almond extract",
"() 🢂 sugar",
"(brush cut) 🢂 dough pie shell",
"(open) 🢂 any",
"(brush) 🢂 sprinkle",
"(place) 🢂 foil",
"() 🢂 any",
"() 🢂 foil",
"(open cool) 🢂 almond extract",
"(place open) 🢂 foil",
"(cut) 🢂 dough pie shell",
"() 🢂 large",
"(open whisk) 🢂 tapioca",
"(open bake cool) 🢂 pastry",
"(brown heat) 🢂 juice",
"(place open cool) 🢂 foil",
"(open sour cool) 🢂 cherry"
],
"ygap": 1,
"z": [
[
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
1,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0
],
[
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0
],
[
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
]
}
],
"layout": {
"height": 1024,
"template": {
"data": {
"bar": [
{
"error_x": {
"color": "#2a3f5f"
},
"error_y": {
"color": "#2a3f5f"
},
"marker": {
"line": {
"color": "#E5ECF6",
"width": 0.5
}
},
"type": "bar"
}
],
"barpolar": [
{
"marker": {
"line": {
"color": "#E5ECF6",
"width": 0.5
}
},
"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": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"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"
}
],
"scatter": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"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
},
"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": "",
"zerolinecolor": "white",
"zerolinewidth": 2
},
"yaxis": {
"automargin": true,
"gridcolor": "white",
"linecolor": "white",
"ticks": "",
"zerolinecolor": "white",
"zerolinewidth": 2
}
}
},
"width": 1024,
"xaxis": {
"autorange": true,
"domain": [
0,
1
],
"range": [
-0.9049079754601266,
43.90490797546013
2019-09-05 12:03:01 +02:00
],
"type": "category"
},
"yaxis": {
"autorange": true,
"domain": [
0,
1
],
"range": [
-0.5,
43.5
],
"scaleanchor": "x",
"scaleratio": 1,
"type": "category"
}
}
},
"image/png": "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
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/vnd.plotly.v1+json": {
"config": {
"plotlyServerURL": "https://plot.ly"
},
"data": [
{
"type": "heatmap",
"x": [
"water 🡸 (open)",
"juice 🡸 (brown)",
"dough pie shell 🡸 (place cool brush cut open)",
"sugar 🡸 (open cool)",
"cherry 🡸 (open sour)",
"water 🡸 ()",
"tapioca 🡸 ()",
"any 🡸 (open cool)",
"pastry 🡸 ()",
"cherry 🡸 (sour)",
"tapioca 🡸 (whisk)",
"large 🡸 (cool)",
"pastry 🡸 (open bake)",
"tapioca 🡸 (open whisk cool)",
"almond extract 🡸 (open)",
"sprinkle 🡸 ()",
"pastry 🡸 (open)",
"juice 🡸 (brown heat bake)",
"sprinkle 🡸 (brush cool)",
"juice 🡸 (brown cool heat bake)",
"sugar 🡸 (open)",
"center 🡸 ()",
"juice 🡸 ()",
"dough pie shell 🡸 (place brush cut)",
"dough pie shell 🡸 (place open brush cut)",
"water 🡸 (open cool)",
"center 🡸 (cool)",
"almond extract 🡸 ()",
"sugar 🡸 ()",
"dough pie shell 🡸 (brush cut)",
"any 🡸 (open)",
"sprinkle 🡸 (brush)",
"foil 🡸 (place)",
"any 🡸 ()",
"foil 🡸 ()",
"almond extract 🡸 (open cool)",
"foil 🡸 (place open)",
"dough pie shell 🡸 (cut)",
"large 🡸 ()",
"tapioca 🡸 (open whisk)",
"pastry 🡸 (open bake cool)",
"juice 🡸 (brown heat)",
"foil 🡸 (place open cool)",
"cherry 🡸 (open sour cool)"
],
"xgap": 1,
"y": [
"place",
"cool",
"whisk",
"brush",
"heat",
"bake",
"brown",
"open"
],
"ygap": 1,
"z": [
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
1,
0,
0,
1,
1,
0,
0,
1,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
1,
0,
1,
1,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0
],
[
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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,
0,
0,
0,
0,
1,
0,
0,
0,
1,
1,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
]
}
],
"layout": {
"height": 1024,
"template": {
"data": {
"bar": [
{
"error_x": {
"color": "#2a3f5f"
},
"error_y": {
"color": "#2a3f5f"
},
"marker": {
"line": {
"color": "#E5ECF6",
"width": 0.5
}
},
"type": "bar"
}
],
"barpolar": [
{
"marker": {
"line": {
"color": "#E5ECF6",
"width": 0.5
}
},
"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": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"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"
}
],
"scatter": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"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
},
"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": "",
"zerolinecolor": "white",
"zerolinewidth": 2
},
"yaxis": {
"automargin": true,
"gridcolor": "white",
"linecolor": "white",
"ticks": "",
"zerolinecolor": "white",
"zerolinewidth": 2
}
}
},
"width": 1024,
"xaxis": {
"autorange": true,
"domain": [
0,
1
],
"range": [
-0.5,
43.5
],
"type": "category"
},
"yaxis": {
"autorange": true,
"domain": [
0,
1
],
"range": [
-13.455082742316787,
20.455082742316787
2019-09-05 12:03:01 +02:00
],
"scaleanchor": "x",
"scaleratio": 1,
"type": "category"
}
}
},
"image/png": "iVBORw0KGgoAAAANSUhEUgAABDYAAAQACAYAAAAa8Nn8AAAgAElEQVR4Xuydd5wsZZW/T+fuyTP3chkMuMYFXd3VVfDngrqGNYuKERFQMYEIiIhkRSQICuKCEgUEFNMaMK05rJgzILAYCF5umjzd02nm96mCO6jLTPfU+XYo+5l/9rPS75mq55w6VfPc81YnlpaWlowfCEAAAhCAAAQgAAEIQAACEIAABCAQQwIJxEYMs8YhQwACEIAABCAAAQhAAAIQgAAEIBASQGxQCBCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGxQAxCAAAQgAAEIQAACEIAABCAAAQjElgBiI7ap48AhAAEIQAACEIAABCAAAQhAAAIQQGw4a+DP20oNI+QySRsoZGzbTLnhZ5v9wIaRnG2bqVh9canZJat+ri+fskwyadPFqiReEOQ+6wrWDJ9mf+Fwf8Zq9SWbX6g1u2TVz6WSCVs/nLNNkwuSeEGQscFseHzl6qIkZjaTtMF82rbNViTxgiAbRvI2MVsOWSp++vJpy6YSNjWvq52dxvK2cUKXl6G+jC0uLdlcSVM7yaTZDkN52zSlO8bRgayVKjVbqIhqJ520of6MbZ3W9Z0dRvI2NVu2qqp2cinLZlI2Naer7/GxvG2aWDBNdZsNFtJhLFntJMw2jBbszonG945mr8/RwawtlOtWqtSbXbLq57LppA32pcN7jOon6LXT81Wr1jT1XcimLJdN2tScru+Mj951TS+JiieoHUskbFZ0X00kzMZHC7ZRWDsjA1mrVOtWLGtqJ5NK2PBAVtp31g9lbbpYk9ZOPpeySeF9dXysYJsnSyZ6JLOBQto
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
"## Ginger Carrot Pancakes\n",
"(3e1bfca76c)"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
"### Ingredients"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
" * '2 12 cups of coarsely shredded carrots'\n",
" * '12 cup of chopped green onion'\n",
" * '1 teaspoon of minced garlic'\n",
" * '1 tablespoon of grated peeled fresh ginger'\n",
" * '3 tablespoons flour'\n",
" * '14 teaspoon salt'\n",
" * '1 egg , lightly beaten'\n",
" * '1 tablespoon canola oil'\n",
" * '2 tablespoons low sodium soy sauce'\n",
" * '1 12 tablespoons water'\n",
" * '12 teaspoon minced garlic'\n",
" * '12 teaspoon grated peeled fresh ginger'\n",
" * '12 teaspoon rice wine vinegar'"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
"### Instructions"
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/markdown": [
" * In a large bowl , combine carrot , green onion , garlic and ginger .\n",
" * Sprinkle flour and salt over the carrot mixture ; stir to combine .\n",
" * Pour egg over the carrot mixture and stir to blend .\n",
" * Heat 1 1/2 teaspoons of oil in a non-stick skillet coated with cooking spray over low heat .\n",
" * Using about 1/4 cup of batter per pancake , spoon 4 pancakes onto hot pan , spreading each to a 4-inch diameter .\n",
" * Cook 4 minutes on each side or until bottoms are lightly browned and cooked through .\n",
" * Transfer to a plate , keep warm .\n",
" * Heat remaining oil in pan , repeat procedure with remaining batter .\n",
" * Makes 8 .\n",
" * Serve with a dipping sauce made by combining soy sauce , rice vinegar , water , honey , minced garlic , and grated ginger ."
],
"text/plain": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/vnd.plotly.v1+json": {
"config": {
"plotlyServerURL": "https://plot.ly"
},
"data": [
{
"type": "heatmap",
"x": [
"water 🡸 ()",
"carrot 🡸 (warm pour)",
"soy sauce 🡸 ()",
"green onion 🡸 (warm)",
"bottom 🡸 ()",
"hot 🡸 ()",
"ginger 🡸 (grate)",
"garlic 🡸 (mince)",
"bottom 🡸 (cook warm)",
"flour 🡸 ()",
"flour 🡸 (warm)",
"water 🡸 (warm)",
"egg 🡸 (beat)",
"salt 🡸 (warm)",
"green onion 🡸 ()",
"carrot 🡸 ()",
"garlic 🡸 (warm mince)",
"canola oil 🡸 (heat)",
"pancake 🡸 (warm)",
"canola oil 🡸 ()",
"rice wine vinegar 🡸 ()",
"canola oil 🡸 (warm heat)",
"egg 🡸 (beat pour)",
"salt 🡸 ()",
"carrot 🡸 (pour)",
"pancake 🡸 ()",
"hot 🡸 (warm)",
"ginger 🡸 (warm grate)",
"honey 🡸 ()",
"egg 🡸 (warm beat pour)",
"bottom 🡸 (cook)"
],
"xgap": 1,
"y": [
"() 🢂 water",
"(warm pour) 🢂 carrot",
"() 🢂 soy sauce",
"(warm) 🢂 green onion",
"() 🢂 bottom",
"() 🢂 hot",
"(grate) 🢂 ginger",
"(mince) 🢂 garlic",
"(cook warm) 🢂 bottom",
"() 🢂 flour",
"(warm) 🢂 flour",
"(warm) 🢂 water",
"(beat) 🢂 egg",
"(warm) 🢂 salt",
"() 🢂 green onion",
"() 🢂 carrot",
"(warm mince) 🢂 garlic",
"(heat) 🢂 canola oil",
"(warm) 🢂 pancake",
"() 🢂 canola oil",
"() 🢂 rice wine vinegar",
"(warm heat) 🢂 canola oil",
"(beat pour) 🢂 egg",
"() 🢂 salt",
"(pour) 🢂 carrot",
"() 🢂 pancake",
"(warm) 🢂 hot",
"(warm grate) 🢂 ginger",
"() 🢂 honey",
"(warm beat pour) 🢂 egg",
"(cook) 🢂 bottom"
],
"ygap": 1,
"z": [
[
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0
],
[
0,
1,
0,
1,
0,
0,
0,
0,
1,
0,
1,
1,
0,
1,
0,
0,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
1,
0
],
[
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0
],
[
0,
1,
0,
1,
0,
0,
0,
0,
1,
0,
1,
1,
0,
1,
0,
0,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
1,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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,
0,
0,
0,
1,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
1,
0,
1,
0,
0,
0,
0,
1,
0,
1,
1,
0,
1,
0,
0,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
1,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0
],
[
0,
1,
0,
1,
0,
0,
0,
0,
1,
0,
1,
1,
0,
1,
0,
0,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
1,
0
],
[
0,
1,
1,
1,
0,
0,
0,
0,
1,
0,
1,
1,
0,
1,
0,
0,
1,
0,
1,
0,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
1,
0,
1,
0,
0,
0,
0,
1,
0,
1,
1,
0,
1,
0,
0,
1,
0,
1,
0,
0,
0,
0,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
1,
1,
0,
1,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0
],
[
0,
1,
1,
1,
0,
0,
0,
0,
1,
0,
1,
1,
0,
1,
0,
0,
1,
0,
1,
0,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
1,
0,
1,
0,
0,
0,
0,
1,
0,
1,
1,
0,
1,
0,
0,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
1,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0
],
[
0,
1,
0,
1,
0,
0,
0,
0,
1,
0,
1,
1,
0,
1,
0,
0,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
1,
0
],
[
0,
1,
1,
1,
0,
0,
0,
0,
1,
0,
1,
1,
0,
1,
0,
0,
1,
0,
1,
0,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
0
],
[
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0
],
[
0,
1,
0,
1,
0,
0,
0,
0,
1,
0,
1,
1,
0,
1,
0,
0,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
1,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1
]
]
}
],
"layout": {
"height": 1024,
"template": {
"data": {
"bar": [
{
"error_x": {
"color": "#2a3f5f"
},
"error_y": {
"color": "#2a3f5f"
},
"marker": {
"line": {
"color": "#E5ECF6",
"width": 0.5
}
},
"type": "bar"
}
],
"barpolar": [
{
"marker": {
"line": {
"color": "#E5ECF6",
"width": 0.5
}
},
"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": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"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"
}
],
"scatter": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"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
},
"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": "",
"zerolinecolor": "white",
"zerolinewidth": 2
},
"yaxis": {
"automargin": true,
"gridcolor": "white",
"linecolor": "white",
"ticks": "",
"zerolinecolor": "white",
"zerolinewidth": 2
}
}
},
"width": 1024,
"xaxis": {
"autorange": true,
"domain": [
0,
1
],
"range": [
-0.681640625,
30.681640625
2019-09-05 12:03:01 +02:00
],
"type": "category"
},
"yaxis": {
"autorange": true,
"domain": [
0,
1
],
"range": [
-0.5,
30.5
],
"scaleanchor": "x",
"scaleratio": 1,
"type": "category"
}
}
},
"image/png": "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
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"application/vnd.plotly.v1+json": {
"config": {
"plotlyServerURL": "https://plot.ly"
},
"data": [
{
"type": "heatmap",
"x": [
"water 🡸 ()",
"carrot 🡸 (warm pour)",
"soy sauce 🡸 ()",
"green onion 🡸 (warm)",
"bottom 🡸 ()",
"hot 🡸 ()",
"ginger 🡸 (grate)",
"garlic 🡸 (mince)",
"bottom 🡸 (cook warm)",
"flour 🡸 ()",
"flour 🡸 (warm)",
"water 🡸 (warm)",
"egg 🡸 (beat)",
"salt 🡸 (warm)",
"green onion 🡸 ()",
"carrot 🡸 ()",
"garlic 🡸 (warm mince)",
"canola oil 🡸 (heat)",
"pancake 🡸 (warm)",
"canola oil 🡸 ()",
"rice wine vinegar 🡸 ()",
"canola oil 🡸 (warm heat)",
"egg 🡸 (beat pour)",
"salt 🡸 ()",
"carrot 🡸 (pour)",
"pancake 🡸 ()",
"hot 🡸 (warm)",
"ginger 🡸 (warm grate)",
"honey 🡸 ()",
"egg 🡸 (warm beat pour)",
"bottom 🡸 (cook)"
],
"xgap": 1,
"y": [
"warm",
"mince",
"grate",
"cook",
"pour",
"heat"
],
"ygap": 1,
"z": [
[
1,
0,
0,
0,
0,
1,
1,
1,
0,
1,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
1,
1,
1,
1,
0,
0,
0,
0,
1
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0
],
[
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
]
}
],
"layout": {
"height": 1024,
"template": {
"data": {
"bar": [
{
"error_x": {
"color": "#2a3f5f"
},
"error_y": {
"color": "#2a3f5f"
},
"marker": {
"line": {
"color": "#E5ECF6",
"width": 0.5
}
},
"type": "bar"
}
],
"barpolar": [
{
"marker": {
"line": {
"color": "#E5ECF6",
"width": 0.5
}
},
"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": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"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"
}
],
"scatter": [
{
"marker": {
"colorbar": {
"outlinewidth": 0,
"ticks": ""
}
},
"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
},
"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": "",
"zerolinecolor": "white",
"zerolinewidth": 2
},
"yaxis": {
"automargin": true,
"gridcolor": "white",
"linecolor": "white",
"ticks": "",
"zerolinecolor": "white",
"zerolinewidth": 2
}
}
},
"width": 1024,
"xaxis": {
"autorange": true,
"domain": [
0,
1
],
"range": [
-0.5,
30.5
],
"type": "category"
},
"yaxis": {
"autorange": true,
"domain": [
0,
1
],
"range": [
-11.570921985815605,
16.570921985815605
2019-09-05 12:03:01 +02:00
],
"scaleanchor": "x",
"scaleratio": 1,
"type": "category"
}
}
},
"image/png": "iVBORw0KGgoAAAANSUhEUgAABDYAAAQACAYAAAAa8Nn8AAAgAElEQVR4Xuzdefzm9bz/8XfNNDVTUyp7nZCiEBUqP7Ic5OhERwvthVK0b9KUEtpo0SYtEi2WKFIdFEW0OEiSlPV0xMHJobQ3ze/2vZyZtu/3+7yu5+t6vT/znusx/5zbyev1We6f9/vzvq7nvL/fWWjOnDlzCn8QQAABBBBAAAEEEEAAAQQQQACBBgUWItho8KlxyQgggAACCCCAAAIIIIAAAggg0BMg2GAgIIAAAggggAACCCCAAAIIIIBAswIEG80+Oi4cAQQQQAABBBBAAAEEEEAAAQQINhgDCCCAAAIIIIAAAggggAACCCDQrADBRrOPjgtHAAEEEEAAAQQQQAABBBBAAAGCDcYAAggggAACCCCAAAIIIIAAAgg0K0Cw0eyj48IRQAABBBBAAAEEEEAAAQQQQIBggzGAAAIIIIAAAggggAACCCCAAALNChBsNPvouHAEEEAAAQQQQAABBBBAAAEEECDYYAwggAACCCCAAAIIIIAAAggggECzAgQbzT46LhwBBBBAAAEEEEAAAQQQQAABBAg2GAMIIIAAAggggAACCCCAAAIIINCsAMFGs4+OC0cAAQQQQAABBBBAAAEEEEAAAYINxgACCCCAAAIIIIAAAggggAACCDQrQLDR7KPjwhFAAAEEEEAAAQQQQAABBBBAgGCDMYAAAggggAACCCCAAAIIIIAAAs0KEGw0++i4cAQQQAABBBBAAAEEEEAAAQQQINhgDCCAAAIIIIAAAggggAACCCCAQLMCBBvNPjouHAEEEEAAAQQQQAABBBBAAAEECDYYAwgggAACCCCAAAIIIIAAAggg0KwAwUazj44LRwABBBBAAAEEEEAAAQQQQAABgg3GAAIIIIAAAggggAACCCCAAAIINCtAsNHso+PCEUAAAQQQQAABBBBAAAEEEECAYIMxgAACCCCAAAIIIIAAAggggAACzQoQbDT76LhwBBBAAAEEEEAAAQQQQAABBBAg2GAMIIAAAggggAACCCCAAAIIIIBAswIEG80+Oi4cAQQQQAABBBBAAAEEEEAAAQQINhgDCCCAAAIIIIAAAggggAACCCDQrADBRrOPjgtHAAEEEEAAAQQQQAABBBBAAAGCDcYAAggggAACCCCAAAIIIIAAAgg0K0Cw0eyj48IRQAABBBBAAAEEEEAAAQQQQIBggzGAAAIIIIAAAggggAACCCCAAALNChBsNPvouHAEEEAAAQQQQAABBBBAAAEEECDYYAwggAACCCCAAAIIIIAAAggggECzAgQbzT46LhwBBBBAAAEEEEAAAQQQQAABBAg2GAMIIIAAAggggAACCCCAAAIIINCsAMFGs4+OC0cAAQQQQAABBBBAAAEEEEAAAYINxgACCCCAAAIIIIAAAggggAACCDQrQLDR7KPjwhFAAAEEEEAAAQQQQAABBBBAgGCDMYAAAggggAACCCCAAAIIIIAAAs0KEGw0++i4cAQQQAABBBBAAAEEEEAAAQQQINhgDCCAAAIIIIAAAggggAACCCCAQLMCBBvNPjouHAEEEEAAAQQQQAABBBBAAAEECDYYAwgggAACCCCAAAIIIIAAAggg0KwAwUazj44LRwABBBBAAAEEEEAAAQQQQAABgg3GAAIIIIAAAggggAACCCCAAAIINCtAsNHso+PCEUAAAQQQQAABBBBAAAEEEECAYIMxgAACCCCAAAIIIIAAAggggAACzQoQbDT76LhwBBBAAAEEEEAAAQQQQAABBBAg2GAMIIAAAggggAACCCCAAAIIIIBAswIEG80+Oi4cAQQQQAABBBBAAAEEEEAAAQQINhgDCCCAAAIIIIAAAggggAACCCDQrADBRrOPjgtHAAEEEEAAAQQQQAABBBBAAAGCDcYAAggggAACCCCAAAIIIIAAAgg0K0Cw0eyj48IRQAABBBBAAAEEEEAAAQQQQIBggzGAAAIIIIAAAggggAACCCCAAALNChBsNPvouHAEEEAAAQQQQAABBBBAAAEEECDYYAwggAACCCCAAAIIIIAAAggggECzAgQbzT46LhwBBBBAAAEEEEAAAQQQQAABBAg2GAMIIIAAAggggAACCCCAAAIIINCsAMFGs4+OC0cAAQQQQAABBBBAAAEEEEAAAYINxgACCCCAAAIIIIAAAggggAACCDQrQLDR7KPjwhFAAAEEEEAAAQQQQAABBBBAgGCDMYAAAggggAACCCCAAAIIIIAAAs0KEGw0++i4cAQQQAABBBBAAAEEEEAAAQQQINhgDCCAAAIIIIAAAggggAACCCCAQLMCBBvNPjouHAEEEEAAAQQQQAABBBBAAAEECDYYAwgggAACCCCAAAIIIIAAAggg0KwAwUazj44LRwABBBBAAAEEEEAAAQQQQAABgg3GAAIIIIAAAggggAACCCCAAAIINCtAsNHso+PCEUAAAQQQQAABBBBAAAEEEECAYIMxgAACCCCAAAIIIIAAAggggAACzQoQbDT76LhwBBBAAAEEEEAAAQQQQAABBBAg2GAMIIAAAggggAACCCCAAAIIIIBAswIEG80+Oi4cAQQQQAABBBBAAAEEEEAAAQQINhgDCCCAAAIIIIAAAggggAACCCDQrADBRrOPjgtHAAEEEEAAAQQQQAABBBBAAAGCDcYAAggggAACCCCAAAIIIIAAAgg0K0Cw0eyj48IRQAABBBBAAAEEEEAAAQQQQIBggzGAAAIIIIAAAggggAACCCCAAALNChBsNPvouHAEEEAAAQQQQAABBBBAAAEEECDYYAwggAACCCCAAAIIIIAAAggggECzAgQbzT46LhwBBBBAAAEEEEAAAQQQQAABBAg2GAMIIIAAAggggAACCCCAAAIIINCsAMFGs4+OC0cAAQQQQAABBBBAAAEEEEAAAYINxgACCCCAAAIIIIAAAggggAACCDQrQLDR7KPjwhFAAAEEEEAAAQQQQAABBBBAgGCDMYAAAggggAACCCCAAAIIIIAAAs0KEGw0++i4cAQQQAABBBBAAAEEEEAAAQQQINhgDCCAAAIIIIAAAggggAACCCCAQLMCBBvNPjouHAEEEEAAAQQQQAABBBBAAAEECDYYAwgggAACCCCAAAIIIIAAAggg0KwAwUazj44LRwABBBBAAAEEEEAAAQQQQAABgg3GAAIIIIAAAggggAACCCCAAAIINCtAsNHso+PCEUAAAQQQQAABBBBAAAEEEECAYIMxgAACCCCAAAIIIIAAAggggAACzQoQbDT76LhwBBBAAAEEEEAAAQQQQAABBBAg2GAMIIAAAggggAACCCCAAAIIIIBAswIEG80+Oi4cAQQQQAABBBBAAAEEEEAAAQQINoJj4Pe332Md4enLTi9ur3XCUgrndOV0H7bayK3A1pXTfdhqI7cCW1dO92GrjdwKbF053YetNnIrsHXldB+2/RnpKipqCBBsBJXdcIIXRRB+knZssY0KMIaighP3Y4ttVIAxFBVkfjKGGENRAcZQVHDBeQ+NjQX+zB8CBBvB50CwMTkgL/7gACPAYadR3hDCFtuwAO/4MOGEB8AW26gAYygquOB8+XYlGENajmBDG9WqINgIShNsEGyMCfDiD04kAhzGUN4QwhbbsADv+DAhAQ4/gpw2iJifabSsn33QEmz0gVSphGAjCE2wQbBBsBGcRKKdDyx5vthiGxVgDEUF+RthxhBjKCrAGIoK8h6KjCGCjbzxN+iRCTYGFXtMPcEGwQbBRnASEWz0BCKLqvsEOKcrp/uw1UZuBbaunO7DVhu5Fdi6croPW23kVmCr5UY52Pj21deXfT90cvnM8bPKKiutoLGSKwg2gsAEGwQbfCkNTiKCDYKN3CFEaJToy4fePFxssY0KMIaighP3Y4vtXIFRDTbO/PzXyuVXXVfuufe+8sF930GwkTcl6h2ZYINgg2Ajd77x4SHPF1tsowKMoaggX5wYQ4yhqABjKCrIeygyhkY12Lj2upvKGs9fqbxz74+WA3bfimAjbxrWOzLBBsEGwUbufIssNu6VcU5XTvd
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"from time import sleep\n",
"\n",
"for i in range(5):\n",
" rec = Recipe(random.choice(ids)['id'])\n",
" rec.display_recipe()\n",
" ing = rec.extract_ingredients()\n",
" rec.apply_instructions(debug=False)\n",
" rec.plot_matrices()\n",
" sleep(3)\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"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.7.3"
}
},
"nbformat": 4,
"nbformat_minor": 4
}