We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ae073 commit 961341bCopy full SHA for 961341b
pandas/plotting/_core.py
@@ -390,7 +390,7 @@ def get_label(i):
390
391
if self.orientation == 'vertical' or self.orientation is None:
392
if self._need_to_set_index:
393
- xticklabels = [get_label(x) for x in ax.get_xticks()]
+ xticklabels = [get_label(x) for x in self._get_xticks()]
394
ax.set_xticklabels(xticklabels)
395
self._apply_axis_properties(ax.xaxis, rot=self.rot,
396
fontsize=self.fontsize)
0 commit comments