Skip to content

Commit 01ca94c

Browse files
committed
CLN: Clean up in code and doc
1 parent 1ffda9b commit 01ca94c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/plotting/_matplotlib/core.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,8 +1359,6 @@ def _make_plot(self):
13591359
ax = self._get_ax(i)
13601360

13611361
if self.orientation == "vertical":
1362-
# import pdb
1363-
# pdb.set_trace()
13641362
ax.xaxis.update_units(self.ax_index)
13651363
self.tick_pos = ax.convert_xunits(self.ax_index)
13661364
self.ax_pos = self.tick_pos - self.tickoffset

0 commit comments

Comments
 (0)