Skip to content

Commit 75bb4fc

Browse files
committed
CLN: Clean up in code and doc
1 parent 0b1fc9e commit 75bb4fc

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
@@ -1363,8 +1363,6 @@ def _make_plot(self):
13631363
ax = self._get_ax(i)
13641364

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

0 commit comments

Comments
 (0)