Skip to content

Commit d07e30c

Browse files
committed
rebuilding Fig.2 to avoid error bar clash (#161)
1 parent 427ca9b commit d07e30c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manuscript/figures/figure_2.pdf

-515 Bytes
Binary file not shown.

notebooks/00-pentapeptide-showcase.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@
12681268
"ax_feat_upper.set_title(r'lag time $\\tau$ = {:.1f} ns'.format(vamp_bars_plot['lag'] * 0.1))\n",
12691269
"ax_feat_upper.spines['bottom'].set_visible(False)\n",
12701270
"ax_feat_upper.set_xticks([])\n",
1271-
"ax_feat_upper.set_ylim(2.8, 3.6)\n",
1271+
"ax_feat_upper.set_ylim(2.85, 3.65)\n",
12721272
"ax_feat_lower.spines['top'].set_visible(False)\n",
12731273
"ax_feat_lower.tick_params(axis='x', labelrotation=20)\n",
12741274
"ax_feat_lower.set_ylim(0.0, 0.4)\n",
@@ -1640,7 +1640,7 @@
16401640
"name": "python",
16411641
"nbconvert_exporter": "python",
16421642
"pygments_lexer": "ipython3",
1643-
"version": "3.6.6"
1643+
"version": "3.6.5"
16441644
},
16451645
"toc": {
16461646
"base_numbering": 1,

0 commit comments

Comments
 (0)