Skip to content

Commit

Permalink
Auto-commit: Wed Nov 1 12:16:46 CDT 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
jnaiman committed Nov 1, 2023
1 parent 2c6187b commit 6b163df
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions week11/prep_notebook_week11.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2792,7 +2792,7 @@
},
{
"cell_type": "markdown",
"id": "8d18325c",
"id": "1b5e77b6",
"metadata": {},
"source": [
"## 6. Quick drop-down interactivity (if time)"
Expand All @@ -2801,22 +2801,22 @@
{
"cell_type": "code",
"execution_count": null,
"id": "3e2c217b",
"id": "ac9d3cf6",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "de34c93a",
"id": "9959abf5",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"id": "b16c039f",
"id": "6b1c7f77",
"metadata": {},
"source": [
"Final plot all together:"
Expand All @@ -2825,13 +2825,13 @@
{
"cell_type": "code",
"execution_count": null,
"id": "b8946029",
"id": "e70925d6",
"metadata": {},
"outputs": [],
"source": [
"brush = alt.selection_interval(encodings=['x','y']) # to select bins of student-teacher ratio and state\n",
"\n",
"# select what is plotted in the histogram\n",
"# select what is plotted in the x-axis of the rectangle plot (assuming)\n",
"input_dropdown = alt.binding_select(options=['Mobility','Population','min','max','std'], \n",
" name='Statistic')\n",
"\n",
Expand Down Expand Up @@ -2861,39 +2861,39 @@
{
"cell_type": "code",
"execution_count": null,
"id": "3b866cfe",
"id": "cd1155bf",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "7b351220",
"id": "633d0e60",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "6a5ad027",
"id": "5f992a8d",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "08e5072c",
"id": "4cd3405d",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "a73889de",
"id": "6bb8cc60",
"metadata": {},
"outputs": [],
"source": []
Expand Down

0 comments on commit 6b163df

Please sign in to comment.