Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Add easy style sheet selection#2236
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
36 commits Select commitHold shift + click to select a range
643c74b
Add easy style sheet selection.
tonysyu3270aa4
Add rc_params_in_file to return partially-filled RcParams
tonysyud83a03c
Rename style files to `*.style`
tonysyuc8cc486
Allow style.use to open URLs
tonysyu455b54c
Remove pyplot import
tonysyu7769b29
Add style context manager and tests
tonysyu3914089
Change style extension to *.mplstyle
tonysyuc3fae2e
Got a little crazy with the whitespace
tonysyua3de231
Add style package and data to setupext.py
tonysyud56f73e
Move test so that it actually runs.
tonysyuec6ce6b
Use explicit string check
tonysyu5fdc037
Hide rc_params_in_file from parent namespace
tonysyu0c7437c
Remove usage of import *
tonysyu200d2e0
Clarify docstring
tonysyu7392ce6
added `matplotlib.style` to pyplot import list
tacaswellea63c99
fix url rc specification
adrneaa23ee
fixed divergent naming scheme
tacaswell5f80ca1
pep8 clean up
tacaswellf5ecf5e
Add docs for style package
tonysyua8ef5bf
Import style package for easy use.
tonysyudc291e0
Use style package from pyplot
tonysyuc5b5bb4
Fix test
tonysyu7ac26ee
pep8
tacaswell46a725b
Clear style settings between tests
mdboomd372a35
Add note that style sheets are experimental.
tonysyue714c77
added python3 emulation code + six + fixed up print calls
tacaswell512b77c
removed unneeded print statements
tacaswell17282c8
Attempt to fix python 3 test errors on Travis CI
tonysyua6142fc
Remove test from list to test Travis CI failure.
tonysyu19e7bed
Remove test file to test Travis CI failure
tonysyuc604498
Revert commits used to test Travis CI test failures.
tonysyu0b098e2
Fix import for python 3
tonysyu7e2bffb
Use iteritems from `six` module
tonysyu1d87f34
Add compatibility layer for Python 3's urlopen
tonysyu79f83c9
Fix _fix_url on Python 2.6
mdboom246c348
Merge pull request #6 from mdboom/style/py26-fixes
tonysyuFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Change style extension to *.mplstyle
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit391408928823efa6da45a8b03015d21eaf3d6804
There are no files selected for viewing
2 changes: 1 addition & 1 deletionlib/matplotlib/style/core.py
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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.