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

Commit94cbbcb

Browse files
committed
Note lack of changes for end user.
1 parentca0825a commit94cbbcb

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

‎doc/devel/MEP/MEP32.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ considered below. In all cases, it is necessary to encode, in a way or
112112
another, that the config file uses the new syntax, so that Matplotlib can tell
113113
which file-parser to use.
114114

115-
Maintain a matplotlibrc-likelayout
115+
Maintain a matplotlibrc-likesyntax
116116
```````````````````````````````````
117117

118118
The config files would maintain the format
@@ -195,6 +195,16 @@ document how to do it using ``urllib`` if we really want to) of style sheets,
195195
which I believe is a good enough replacement (but I am happy to hear arguments
196196
that it is not).
197197

198+
(Lack of) changes for the end-user
199+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
200+
201+
For the end user, calls to ``matplotlib.style.use`` are unchanged. If
202+
maintaining the *same* naming convention, then the lookup mechanism stays the
203+
same and there is no ambiguity as to what file should be loaded. If the naming
204+
convention is changed (e.g. ``.mplstyle-v2`` with the matplotlibrc-like syntax,
205+
or ``.py``\(!) with the full Python syntax), then a simple priority policy
206+
(such as "always prefer the newer syntax if available") can be implemented.
207+
198208
Implementation
199209
--------------
200210

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp