Skip to content

Commit ca8745b

Browse files
authored
Merge pull request #30 from jochenater/patch-1
adding ; to the plotting cells
2 parents 239b4fb + 17c34c3 commit ca8745b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ipython/robust_regression.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
"plt.plot(r, arctan, label='arctan')\n",
224224
"plt.xlabel(\"$r$\")\n",
225225
"plt.ylabel(r\"$\\rho(r^2)$\")\n",
226-
"plt.legend(loc='upper left')"
226+
"plt.legend(loc='upper left');"
227227
]
228228
},
229229
{
@@ -476,7 +476,7 @@
476476
"plt.plot(t_test, y_robust, label='robust lsq')\n",
477477
"plt.xlabel('$t$')\n",
478478
"plt.ylabel('$y$')\n",
479-
"plt.legend()"
479+
"plt.legend();"
480480
]
481481
},
482482
{

0 commit comments

Comments
 (0)