-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Inconsistent indexes for tick label plotting #28733
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
charlesdong1991
merged 19 commits into
pandas-dev:master
from
nrebena:issue_26186_tick_label
Nov 21, 2020
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
3699e11
TST: Test for issues #26186 and #11465
nrebena 82a3110
BUG: Generate the tick position in BarPlot using convert tools from m…
nrebena c449d59
TST: Modify tests/plotting/test_frame.test_bar_categorical
nrebena a1d9a53
TST: Fix test for windows OS
nrebena 383e7a4
TST: Add test for plotting MultiIndex bar plot
nrebena 85881d1
BUG: Special case for MultiIndex bar plot
nrebena 8661103
DOC: Add whatsnew entry for PR #28733
nrebena 0ef2dd5
CLN: Clean up in code and doc
nrebena e22710a
CLN: Clean up test_bar_numeric
nrebena 52cfacb
DOC Move to whatsnew v1.1
nrebena 0ac15a0
FIX: Make tick dtype int for backwards compatibility
nrebena 70683b8
DOC: Improve whatsnew message
nrebena 3c8b54f
ENH: Add UserWarning when plotting bar plot with MultiIndex
nrebena 28f06fc
CLN: Remove duplicate code li
10000
ne
nrebena c19ef4b
TST: Capture UserWarning for Bar plot with MultiIndex
nrebena a28db9c
TST: Improve test explanation
nrebena 1e39ad9
ENH: Raise UserWarning only if redrawing on existing axis with data
nrebena 23635d4
DOC: Move to whatsnew v1.2.9
nrebena 9593256
Merge remote-tracking branch 'upstream/master' into pr/nrebena-issue_…
MarcoGorelli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
DOC Move to whatsnew v1.1
- Loading branch information
commit 52cfacbbbc0806b12a81d41ce3f5d0c7422809e2
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if u can add the proper reference here to plot.bar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like the notes are duplicated (2nd one looks good)