Skip to content

Commit

Permalink
Added cell for getting colorbars of brain data
Browse files Browse the repository at this point in the history
  • Loading branch information
DetectiveKiwi committed Aug 7, 2023
1 parent f63fc8e commit b0d4722
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions examples/nsdmd_lfp_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,40 @@
"# fig.show()"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"### Getting colorbars"
]
},
{
"cell_type": "code",
"execution_count": 16,
"metadata": {},
"outputs": [],
"source": [
"# xyz = pd.DataFrame()\n",
"\n",
"# xyz['x'] = [0]\n",
"# xyz['y'] = [0]\n",
"# xyz['z'] = [0]\n",
"# xyz['a'] = [0]\n",
"\n",
"# fig = px.scatter_3d(\n",
"# xyz, \n",
"# x='x',\n",
"# y='y',\n",
"# z='z', \n",
"# range_color=[0,0.15],\n",
"# # range_color=[-np.pi,np.pi],\n",
"# color='a',\n",
"# # color_continuous_scale='twilight'\n",
"# )\n",
"# fig.show()"
]
},
{
"attachments": {},
"cell_type": "markdown",
Expand Down

0 comments on commit b0d4722

Please sign in to comment.