Skip to content

Commit

Permalink
Include all analysis (#260)
Browse files Browse the repository at this point in the history
* include notebooks and figures for main project

* include all plotting notebooks for mdmc

* add remaining notebooks

* also include pdf generated
  • Loading branch information
daico007 committed Mar 6, 2024
1 parent c8689c5 commit 65daf88
Show file tree
Hide file tree
Showing 22 changed files with 2,953 additions and 442 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.11"
"version": "3.10.13"
}
},
"nbformat": 4,
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@
" ax[0].set_xticklabels([\n",
" pretty_states[sp] for sp in statepoints]\n",
" )\n",
" ax[0].set_xlim(sps_positions[0]-1, sps_positions[-1]+1)\n",
" ax[1].set_xlim(sps_positions[0]-1, sps_positions[-1]+1)\n",
" ax[1].axhline(y = 0, color = 'black', alpha=0.5, linestyle = '--')\n",
"\n",
Expand Down Expand Up @@ -492,14 +491,6 @@
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "14b9b961-d1c4-4fbf-b6f7-353881d359a5",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -518,7 +509,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.11"
"version": "3.10.13"
}
},
"nbformat": 4,
Expand Down
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -384,11 +384,6 @@
"\n",
"ax[0].set_xticks([pos for pos in sps_positions]) \n",
"if len(statepoints) != 1:\n",
" # ax[0].set_xticklabels([\n",
" # f'{sp}\\n' +r'$\\rho_{\\mathrm{ave}}$'+'$ = {:.3f}$'.format(sp_omean) \n",
" # for sp_omean, sp in zip(statepoints_overall_means, statepoints)\n",
" # ]\n",
" # )\n",
" ax[0].set_xticklabels([statepoint for statepoint in statepoints])\n",
"\n",
" ax[0].set_xlim(sps_positions[0]-1, sps_positions[-1]+1)\n",
Expand Down Expand Up @@ -418,16 +413,6 @@
"sorted_labels = [pretty_names[engine+bcond] \n",
" for engine, bcond in itertools.product(engines, [\"flex\", \"fix\"])]\n",
"\n",
"# plt.legend(sorted_handles, \n",
"# sorted_labels,\n",
"# bbox_to_anchor=(1.05, 0.4),\n",
"# bbox_transform=fig.transFigure,\n",
"# labelspacing=2,\n",
"# facecolor='white', \n",
"# loc='lower right',\n",
"# prop={'size': 12},\n",
"# ncol=1)\n",
"\n",
"\n",
"ax[0].legend(\n",
" sorted_handles, \n",
Expand Down Expand Up @@ -472,22 +457,6 @@
"plt.show()\n",
"plt.close()\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "7e2ab3c2-2a35-4f48-89bd-0012d5b5c729",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "93c60f24-f421-4e25-99a6-81ed27c9f1ac",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -506,7 +475,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.11"
"version": "3.10.13"
}
},
"nbformat": 4,
Expand Down

Large diffs are not rendered by default.

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.11"
"version": "3.10.13"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 65daf88

Please sign in to comment.