Skip to content

Commit 66156a1

Browse files
committed
[08] circumvent matplotlib bug
matplotlib/matplotlib#12820
1 parent 811a591 commit 66156a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/08-common-problems.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
" np.linspace(*ylims, min(len(_traj), max_traj_length)), \n",
9494
" '.-', alpha=.6, label='dtraj {}'.format(n), linewidth=.3)\n",
9595
" ax.annotate(\n",
96-
" '', xy=(0.85 * xlims[1], 0.7 * ylims[1]), xytext=(0.85 * xlims[1], 0.3 * ylims[1]),\n",
96+
" '', xy=(0.8500001 * xlims[1], 0.7 * ylims[1]), xytext=(0.85 * xlims[1], 0.3 * ylims[1]),\n",
9797
" arrowprops=dict(fc='C0', ec='None', alpha=0.6, width=2))\n",
9898
" ax.text(0.86 * xlims[1], 0.5 * ylims[1], '$x(time)$', ha='left', va='center', rotation=90)\n",
9999
" ax.set_xlabel('TICA coordinate')\n",
@@ -905,7 +905,7 @@
905905
"name": "python",
906906
"nbconvert_exporter": "python",
907907
"pygments_lexer": "ipython3",
908-
"version": "3.6.5"
908+
"version": "3.6.6"
909909
},
910910
"toc": {
911911
"base_numbering": 1,

0 commit comments

Comments
 (0)