Skip to content

Commit

Permalink
change main figure names
Browse files Browse the repository at this point in the history
  • Loading branch information
jdehning committed Apr 28, 2020
1 parent 4a79b75 commit 0bec108
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
Binary file added figures/Fig_4_paper.pdf
Binary file not shown.
Binary file added figures/Fig_4_paper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/Fig_S1_paper.pdf
Binary file not shown.
Binary file added figures/Fig_S2_paper.pdf
Binary file not shown.
Binary file added figures/Fig_S2_paper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/Fig_S4_paper.pdf
Binary file not shown.
Binary file added figures/Fig_S4_paper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions scripts/paper200429/SIR_Germany_3scenarios_with_sine_weekend.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
},
{
"cell_type": "code",
"execution_count": 23,
"execution_count": 33,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -224,31 +224,31 @@
"source": [
"create_figure_distributions(models[1], traces[1],\n",
" additional_insets = None, xlim_lambda = (0, 0.53), color = 'tab:red',\n",
" num_changepoints=1, xlim_tbegin=7, save_to = path_to_save +'Fig_S2')\n",
" num_changepoints=1, xlim_tbegin=7, save_to = path_to_save +'Fig_S2_paper')\n",
"create_figure_distributions(models[2], traces[2],\n",
" additional_insets = None, xlim_lambda = (0, 0.53), color = 'tab:orange',\n",
" num_changepoints=2, xlim_tbegin=7, save_to = path_to_save +'Fig_4')\n",
" num_changepoints=2, xlim_tbegin=7, save_to = path_to_save +'Fig_4_paper')\n",
"create_figure_distributions(models[3], traces[3],\n",
" additional_insets = None, xlim_lambda = (0, 0.53), color = 'tab:green',\n",
" num_changepoints=3, save_to = path_to_save + 'Fig_S4')"
" num_changepoints=3, save_to = path_to_save + 'Fig_S4_paper')"
]
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 34,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"(<Figure size 288x432 with 5 Axes>,\n",
" array([<matplotlib.axes._subplots.AxesSubplot object at 0x7f1418383e90>,\n",
" <matplotlib.axes._subplots.AxesSubplot object at 0x7f140b601a90>,\n",
" <matplotlib.axes._subplots.AxesSubplot object at 0x7f140b81ea50>],\n",
" array([<matplotlib.axes._subplots.AxesSubplot object at 0x7f1417f07710>,\n",
" <matplotlib.axes._subplots.AxesSubplot object at 0x7f140b1ad090>,\n",
" <matplotlib.axes._subplots.AxesSubplot object at 0x7f140a763e90>],\n",
" dtype=object))"
]
},
"execution_count": 17,
"execution_count": 34,
"metadata": {},
"output_type": "execute_result"
},
Expand Down Expand Up @@ -291,11 +291,11 @@
],
"source": [
"create_figure_timeseries(traces[1], 'tab:red',\n",
" plot_red_axis=True, save_to=path_to_save + 'Fig_S1')\n",
" plot_red_axis=True, save_to=path_to_save + 'Fig_S1_paper')\n",
"create_figure_timeseries(traces[2], 'tab:orange',\n",
" plot_red_axis=True, save_to=path_to_save + 'Fig_3')\n",
" plot_red_axis=True, save_to=path_to_save + 'Fig_3_paper')\n",
"create_figure_timeseries(traces[3], 'tab:green',\n",
" plot_red_axis=True, save_to=path_to_save + 'Fig_S3')"
" plot_red_axis=True, save_to=path_to_save + 'Fig_S3_paper')"
]
},
{
Expand Down

0 comments on commit 0bec108

Please sign in to comment.