Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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
mdboom merged 36 commits intomatplotlib:masterfromtonysyu:stylesheets
Nov 18, 2013
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
36 commits
Select commitHold shift + click to select a range
643c74b
Add easy style sheet selection.
tonysyuJul 21, 2013
3270aa4
Add rc_params_in_file to return partially-filled RcParams
tonysyuJul 21, 2013
d83a03c
Rename style files to `*.style`
tonysyuJul 21, 2013
c8cc486
Allow style.use to open URLs
tonysyuJul 21, 2013
455b54c
Remove pyplot import
tonysyuJul 21, 2013
7769b29
Add style context manager and tests
tonysyuJul 23, 2013
3914089
Change style extension to *.mplstyle
tonysyuJul 23, 2013
c3fae2e
Got a little crazy with the whitespace
tonysyuJul 23, 2013
a3de231
Add style package and data to setupext.py
tonysyuJul 25, 2013
d56f73e
Move test so that it actually runs.
tonysyuSep 19, 2013
ec6ce6b
Use explicit string check
tonysyuSep 19, 2013
5fdc037
Hide rc_params_in_file from parent namespace
tonysyuSep 19, 2013
0c7437c
Remove usage of import *
tonysyuSep 19, 2013
200d2e0
Clarify docstring
tonysyuSep 19, 2013
7392ce6
added `matplotlib.style` to pyplot import list
tacaswellSep 27, 2013
ea63c99
fix url rc specification
adrnSep 17, 2013
eaa23ee
fixed divergent naming scheme
tacaswellSep 27, 2013
5f80ca1
pep8 clean up
tacaswellSep 27, 2013
f5ecf5e
Add docs for style package
tonysyuSep 29, 2013
a8ef5bf
Import style package for easy use.
tonysyuSep 29, 2013
dc291e0
Use style package from pyplot
tonysyuSep 29, 2013
c5b5bb4
Fix test
tonysyuSep 29, 2013
7ac26ee
pep8
tacaswellOct 18, 2013
46a725b
Clear style settings between tests
mdboomSep 30, 2013
d372a35
Add note that style sheets are experimental.
tonysyuOct 19, 2013
e714c77
added python3 emulation code + six + fixed up print calls
tacaswellOct 27, 2013
512b77c
removed unneeded print statements
tacaswellOct 31, 2013
17282c8
Attempt to fix python 3 test errors on Travis CI
tonysyuNov 13, 2013
a6142fc
Remove test from list to test Travis CI failure.
tonysyuNov 14, 2013
19e7bed
Remove test file to test Travis CI failure
tonysyuNov 14, 2013
c604498
Revert commits used to test Travis CI test failures.
tonysyuNov 14, 2013
0b098e2
Fix import for python 3
tonysyuNov 17, 2013
7e2bffb
Use iteritems from `six` module
tonysyuNov 17, 2013
1d87f34
Add compatibility layer for Python 3's urlopen
tonysyuNov 17, 2013
79f83c9
Fix _fix_url on Python 2.6
mdboomNov 18, 2013
246c348
Merge pull request #6 from mdboom/style/py26-fixes
tonysyuNov 18, 2013
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
PrevPrevious commit
NextNext commit
Change style extension to *.mplstyle
  • Loading branch information
@tonysyu
tonysyu committedNov 17, 2013
commit391408928823efa6da45a8b03015d21eaf3d6804
2 changes: 1 addition & 1 deletionlib/matplotlib/style/core.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -25,7 +25,7 @@
BASE_LIBRARY_PATH = os.path.join(_here, 'stylelib')
# Users may want multiple library paths, so store a list of paths.
USER_LIBRARY_PATHS = [os.path.join('~', '.matplotlib', 'stylelib')]
STYLE_EXTENSION = 'style'
STYLE_EXTENSION = 'mplstyle'
STYLE_FILE_PATTERN = re.compile('([\S]+).%s$' % STYLE_EXTENSION)


Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp