Backport PR #8638 on branch v3.1.x (FIX: if bins input to hist is str, treat like no bins) by meeseeksmachine · Pull Request #13837 · matplotlib/matplotlib · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 53 additions & 12 deletions lib/matplotlib/axes/_axes.py
20 changes: 20 additions & 0 deletions lib/matplotlib/tests/test_axes.py