Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
remove an instruction show in a notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Feb 8, 2015
1 parent 0729022 commit 55c1f5b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions _doc/notebooks/expose/expose_velib.ipynb
@@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:284bb28193dce98cd21d105fdd8999562687788b87fd9356b8b3b096c8016976"
"signature": "sha256:ea22343124c7e0540027ab519487a0eead701b9d69a90bedf821e76c06114a25"
},
"nbformat": 3,
"nbformat_minor": 0,
Expand Down Expand Up @@ -511,8 +511,7 @@
" y = [deb[4], fin[4]]\n",
" if x[0] > 0 and y[0] and x[1] > 0 and y[1] > 0 :\n",
" # on enl\u00e8ve les trajets aberrants\n",
" plt.plot(x,y,color=\"b\")\n",
"plt.show()"
" plt.plot(x,y,color=\"b\")"
],
"language": "python",
"metadata": {},
Expand Down

0 comments on commit 55c1f5b

Please sign in to comment.