Skip to content

Commit

Permalink
Remove unnecessary line in complete analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Jun 27, 2019
1 parent 0400121 commit 5cd60a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion doc/complete_analysis.ipynb
Expand Up @@ -4946,7 +4946,6 @@
" jitter=True, order=('normal', 'infected'), ax=ax[3])\n",
" \n",
"ax[3].set_xlabel('infection status')\n",
"ax[3].set_ylabel('mean branch distance by cell (nm)')\n",
"ax[3].set_ylabel('mean branch distance\\nby cell (nm)')\n",
"\n",
"# Use matplotlib's automatic layout algorithm\n",
Expand Down
1 change: 0 additions & 1 deletion doc/complete_analysis.rst
Expand Up @@ -205,7 +205,6 @@ for our purpose.
... jitter=True, order=('normal', 'infected'), ax=ax[3])
...
>>> ax[3].set_xlabel('infection status')
>>> ax[3].set_ylabel('mean branch distance by cell (nm)')
>>> ax[3].set_ylabel('mean branch distance\nby cell (nm)')
>>>
>>> # Use matplotlib's automatic layout algorithm
Expand Down

0 comments on commit 5cd60a0

Please sign in to comment.