Skip to content

BUG: dont ignore use_index kw in bar plot #6210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 31, 2014

Conversation

TomAugspurger
Copy link
Contributor

Closes #6209

Here's the fixed output for the same example from the issue: df.plot(kind='bar', use_index=False):

line_false_fixed

I thew it in .13.1, can push to .14 if need be.

@jreback
Copy link
Contributor

jreback commented Jan 31, 2014

ping we when its green.....

@TomAugspurger
Copy link
Contributor Author

@jreback I had a u prefix that python 3.2 didn't like. Green now.

EDIT: hmm, I was looking at a different build I guess. Still running.

@jreback
Copy link
Contributor

jreback commented Jan 31, 2014

looks green to me....merge?

jreback added a commit that referenced this pull request Jan 31, 2014
BUG: dont ignore use_index kw in bar plot
@jreback jreback merged commit a134eb6 into pandas-dev:master Jan 31, 2014
@TomAugspurger TomAugspurger deleted the bar-use_index branch November 3, 2016 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: plot(kind='bar') ignores use_index keyword
2 participants