Skip to content

Commit

Permalink
Merge pull request #30 from jochenater/patch-1
Browse files Browse the repository at this point in the history
adding ; to the plotting cells
  • Loading branch information
pv committed Aug 17, 2018
2 parents 239b4fb + 17c34c3 commit ca8745b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipython/robust_regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
"plt.plot(r, arctan, label='arctan')\n",
"plt.xlabel(\"$r$\")\n",
"plt.ylabel(r\"$\\rho(r^2)$\")\n",
"plt.legend(loc='upper left')"
"plt.legend(loc='upper left');"
]
},
{
Expand Down Expand Up @@ -476,7 +476,7 @@
"plt.plot(t_test, y_robust, label='robust lsq')\n",
"plt.xlabel('$t$')\n",
"plt.ylabel('$y$')\n",
"plt.legend()"
"plt.legend();"
]
},
{
Expand Down

0 comments on commit ca8745b

Please sign in to comment.