Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed Feb 5, 2024
1 parent 43ca4d0 commit f38c555
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions content/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@
"metadata": {
"tags": [
"hide_input",
"report_output"
"remove_output"
]
},
"outputs": [],
Expand Down Expand Up @@ -1375,7 +1375,7 @@
" t2_datasets[subject][shim_mode]={}\n",
" b1_datasets[subject][shim_mode]={}\n",
"\n",
" t2_data=go.scatter.Line(\n",
" t2_data=go.Line(\n",
" x=x_grid,\n",
" y=t2_data_plotly[subject][shim_mode][0],\n",
" name=shim_mode,\n",
Expand All @@ -1384,7 +1384,7 @@
" showlegend=False\n",
" )\n",
"\n",
" b1_data=go.scatter.Line(\n",
" b1_data=go.Line(\n",
" x=x_grid,\n",
" y=b1_data_plotly[subject][shim_mode],\n",
" name=shim_mode,\n",
Expand Down Expand Up @@ -1546,7 +1546,20 @@
"fig.update_annotations(font_size=22)\n",
"\n",
"#iplot(fig, filename = 'figure4a', config = config)\n",
"plot(fig, filename = 'figure1.html', config = config)\n",
"plot(fig, filename = 'figure1.html', config = config)\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"tags": [
"remove_input",
"report_output"
]
},
"outputs": [],
"source": [
"display(HTML('figure1.html'))"
]
},
Expand Down

0 comments on commit f38c555

Please sign in to comment.