Skip to content
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

BUG : fixes whis over-writing in boxplot_stats #3534

Merged
merged 1 commit into from Sep 18, 2014

Conversation

tacaswell
Copy link
Member

Restore the value of whis to the input value at the top of each pass
through the for-loop.

@WeatherGod hit the nail on the head.

closes #3468

@tacaswell tacaswell added this to the v1.4.1 milestone Sep 18, 2014
for ii, (x, label) in enumerate(zip(X, labels), start=0):
# empty dict
stats = {}
stats['label'] = label

# restore whis incase in got changed
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The grammar... I have no clue...

Restore the value of `whis` to the input value at the top of each pass
through the for-loop.

@WeatherGod hit the nail on the head.

closes matplotlib#3468
@tacaswell
Copy link
Member Author

@WeatherGod Made more like english and forcepushed.

WeatherGod added a commit that referenced this pull request Sep 18, 2014
BUG : fixes whis over-writing in boxplot_stats
@WeatherGod WeatherGod merged commit 53b6797 into matplotlib:v1.4.x Sep 18, 2014
@tacaswell tacaswell deleted the bxp_whis_fix branch September 18, 2014 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants