Skip to content

Commit 3c94e2a

Browse files
authored
Merge pull request #181 from markovmodel/nb8plot
NB08: make plot compatible with new matplotlib version
2 parents c53c465 + 66156a1 commit 3c94e2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/08-common-problems.ipynb

Lines changed: 2 additions & 2 deletions
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)