Skip to content

Commit

Permalink
Try another fix for this cell
Browse files Browse the repository at this point in the history
  • Loading branch information
arm61 committed Nov 6, 2024
1 parent 63dfb12 commit bb5cdd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/vasp_d.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -342,13 +342,13 @@
"source": [
"plt.plot(loaded_diff.dt, loaded_diff.msd, 'k-')\n",
"for i, ci in enumerate(credible_intervals):\n",
" plt.fill_between(loaded_diff.dt[7:],\n",
" plt.fill_between(loaded_diff.dt[14:],\n",
" *np.percentile(ppd.T, ci, axis=1),\n",
" alpha=alpha[i],\n",
" color='#0173B2',\n",
" lw=0)\n",
"plt.ylabel('MSD/Å$^2$')\n",
"plt.xlabel(r'$\\Delta t$/ps')\n",
"plt.xlabel('$\\Delta t$/ps')\n",
"plt.show()"
]
}
Expand Down

0 comments on commit bb5cdd7

Please sign in to comment.