Skip to content

Commit f866c26

Browse files
committed
CLN: Clean up in code and doc
1 parent 81625d3 commit f866c26

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

13521352
if self.orientation == "vertical":
1353-
# import pdb
1354-
# pdb.set_trace()
13551353
ax.xaxis.update_units(self.ax_index)
13561354
self.tick_pos = ax.convert_xunits(self.ax_index)
13571355
self.ax_pos = self.tick_pos - self.tickoffset

0 commit comments

Comments
 (0)