Skip to content

Commit 6aa9984

Browse files
committed
CLN: Clean up in code and doc
1 parent 16589c3 commit 6aa9984

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/plotting/_matplotlib/core.py

-2
Original file line numberDiff line numberDiff line change
@@ -1362,8 +1362,6 @@ def _make_plot(self):
13621362
ax = self._get_ax(i)
13631363

13641364
if self.orientation == "vertical":
1365-
# import pdb
1366-
# pdb.set_trace()
13671365
ax.xaxis.update_units(self.ax_index)
13681366
self.tick_pos = ax.convert_xunits(self.ax_index)
13691367
self.ax_pos = self.tick_pos - self.tickoffset

0 commit comments

Comments
 (0)