Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bar plot fails with no tick labels #4946

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

Closed
wants to merge 1 commit into from
Closed

Conversation

jrevans
Copy link

@jrevans jrevans commented Aug 17, 2015

Fixed an error where 'Axes.bar' would fail if no tick labels were specified.

This addresses an issue in #4897.

@tacaswell
Copy link
Member

@tacaswell tacaswell added this to the next point release milestone Aug 17, 2015
@tacaswell
Copy link
Member

What triggers this?

plt.bar([1, 2], [3, 4])

works as expected because tick_label is always laundered through make_iterable so None -> [None] which is no problem for the line you changed.

@tacaswell
Copy link
Member

marking as not a blocker because I do not understand the bug that is being fixed.

@tacaswell
Copy link
Member

@jrevans Ping, any update on this?

@tacaswell tacaswell modified the milestones: next point release (1.5.0), next bug fix release (2.0.1) Oct 8, 2015
@tacaswell
Copy link
Member

The problem is exercised when the inputs are empty and the validation logic fails.

@tacaswell tacaswell mentioned this pull request Oct 13, 2015
@jenshnielsen
Copy link
Member

Replaced by #5239

@QuLogic QuLogic modified the milestones: v1.5.0, next bug fix release (2.0.1) Nov 4, 2015
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.

5 participants