Skip to content

Commit

Permalink
BUG: Bar plot fails if axis parameter supplied, closes #702
Browse files Browse the repository at this point in the history
  • Loading branch information
adamklein committed Jan 27, 2012
1 parent b0ee06b commit 782f392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/core/frame.py
Expand Up @@ -3624,6 +3624,7 @@ def plot(self, subplots=False, sharex=True, sharey=False, use_index=True,
axes = [ax]
else:
fig = ax.get_figure()
axes = fig.get_axes()

if kind == 'line':
if use_index:
Expand Down

0 comments on commit 782f392

Please sign in to comment.