Skip to content

Commit

Permalink
Nit: left space before comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
awper361 authored and zhangjunmin committed Mar 15, 2019
1 parent d60d228 commit ab1562d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Part.1.A.better.teachyourself.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"note = 'from {:.2f} in 1960 to {:.2f} in 2016, increased {:.2%}'\\\n",
" .format(da1960, da2016, increase)\n",
"\n",
"plt.figure(figsize=(10,5))\n",
"plt.figure(figsize=(10, 5))\n",
"plt.plot(data['x'], data['y'])\n",
"plt.ylabel('Life Expectancy from Birth')\n",
"plt.tick_params(axis='x', rotation=70)\n",
Expand Down

0 comments on commit ab1562d

Please sign in to comment.