Skip to content

Commit

Permalink
Fix matplotlib deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
Atcold committed Apr 29, 2021
1 parent ef9b9cf commit 008daa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 14-truck_backer-upper.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
" self.ax.axis('equal')\n",
" b = self.box\n",
" self.ax.axis([b[0] - 1, b[1], b[2], b[3]])\n",
" self.ax.set_xticks([], []); self.ax.set_yticks([], [])\n",
" self.ax.set_xticks([]); self.ax.set_yticks([])\n",
" self.ax.axhline(); self.ax.axvline()\n",
"\n",
" self.reset()\n",
Expand Down

0 comments on commit 008daa8

Please sign in to comment.