Skip to content

Commit

Permalink
more to demo nb
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalkolar committed Nov 4, 2023
1 parent 2161995 commit b8cda19
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions notebooks/mcorr_cnmf.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1772,6 +1772,8 @@
"Public attributes:\n",
"\n",
"- `image_widget`: the `ImageWidget` in the visualization\n",
"- `plot_temporal`: the `Plot` with the temporal\n",
"- `plot_heatmap`: the `Plot` with the heatmap\n",
"- `cnmf_obj`: The cnmf object currently being visualized. This object gets saved to disk when you click the \"Save Eval to disk\" button.\n",
"- `component_index`: current component index, `int`\n",
"\n",
Expand All @@ -1791,17 +1793,31 @@
]
},
{
"cell_type": "markdown",
"id": "3db5a18d-c341-43b2-90d3-b364d25237f0",
"cell_type": "code",
"execution_count": null,
"id": "778a211b-a4a3-4b36-b441-32c9b367a5ce",
"metadata": {},
"source": []
"outputs": [],
"source": [
"viz_cnmf.plot_heatmap"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "e53a507c-a274-4b41-be16-99530de5006d",
"metadata": {},
"outputs": [],
"source": [
"viz_cnmf.plot_heatmap[\"heatmap\"].cmap = \"viridis\""
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "6260eba2-8c40-478e-ad90-f355d3861c8f",
"metadata": {},
"outputs": [],
"source": []
}
],
Expand Down

0 comments on commit b8cda19

Please sign in to comment.