Str Categorical Axis Support#6689
Merged
tacaswell merged 2 commits intomatplotlib:masterfrom Jul 8, 2016
Merged
Conversation
lib/matplotlib/axes/_axes.py
Outdated
| import matplotlib.collections as mcoll | ||
| import matplotlib.colors as mcolors | ||
| import matplotlib.contour as mcontour | ||
| import matplotlib.category as _ # <-registers a date unit converter |
Member
|
Can you revert the merge of master into this branch? |
Member
|
Ah, I see there are a bunch of them, I will see if I can de-tangle this. |
… for updating ticks/animation in progress/buggy, 'especially for scatter.
Member
|
If you look at the category branch on my gh I have cherry-picked off all of your commits and rebased them onto current master. The changes to the code are exactly the same, but the history is cleaner 22:15 $ git diff story645/category tacaswell/categoryshows that there are no code changes. I suggest you do the following
If you have not discovered magit (https://github.com/magit/magit) yet, I can not suggest it highly enough. |
Member
|
appveyor failure is spurious (failed upload, tests passed). |
Member
|
appveyor failure is spurious (failed upload, tests passed). The plan is to collect a single what_new entry + examples towards the end. |
Member
|
🎆 🎉 🎆 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Cleaned up and updated version of #6612, this adds support for directly plotting lists of strings, so that the following is now possible:
Now fighting with the update ticks (@tacaswell) use case:
'cause it breaks in randomly different ways without the other tests failing.
And beats my why, but Python2.7 triggers weirdness with the bounds & view_limits that Python3.5 doesn't:
this was 'caused by
plt.plot('a')