8000 Re-rename builtin seaborn styles to not include a dot. · matplotlib/matplotlib@d920e7d · GitHub
[go: up one dir, main page]

Skip to content

Commit d920e7d

Browse files
committed
Re-rename builtin seaborn styles to not include a dot.
... as we may want to use dots later to support third-party styles, e.g. `foo.bar` could be used to mean `foo/bar.mplstyle` where `foo` is a regularly installed python package.
1 parent 69cf385 commit d920e7d

20 files changed

+6
-6
lines changed

doc/api/next_api_changes/deprecations/22317-AL.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ seaborn styles renamed
33
Matplotlib currently ships many style files inspired from the seaborn
44
library ("seaborn", "seaborn-bright", "seaborn-colorblind", etc.) but they
55
have gone out of sync with the library itself since the release of seaborn
6-
0.9. To prevent confusion, the style files have been renamed "seaborn0.8",
7-
"seaborn0.8-bright", "seaborn0.8-colorblind", etc. Users are encouraged to
6+
0.9. To prevent confusion, the style files have been renamed "seaborn08",
7+
"seaborn08-bright", "seaborn08-colorblind", etc. Users are encouraged to
88
directly use seaborn to access the up-to-date styles.

0 commit comments

Comments
 (0)
0