Skip to content

Commit 5743492

Browse files
authored
Merge pull request matplotlib#22317 from anntzer/snsty
Rename outdated seaborn styles.
2 parents 9844e9f + 06c92b8 commit 5743492

20 files changed

+51
-6
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
seaborn styles renamed
2+
~~~~~~~~~~~~~~~~~~~~~~
3+
Matplotlib currently ships many style files inspired from the seaborn
4+
library ("seaborn", "seaborn-bright", "seaborn-colorblind", etc.) but they
5+
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
8+
directly use seaborn to access the up-to-date styles.

lib/matplotlib/mpl-data/stylelib/seaborn-bright.mplstyle renamed to lib/matplotlib/mpl-data/stylelib/seaborn0.8-bright.mplstyle

File renamed without changes.

lib/matplotlib/mpl-data/stylelib/seaborn-colorblind.mplstyle renamed to lib/matplotlib/mpl-data/stylelib/seaborn0.8-colorblind.mplstyle

File renamed without changes.

lib/matplotlib/mpl-data/stylelib/seaborn-dark-palette.mplstyle renamed to lib/matplotlib/mpl-data/stylelib/seaborn0.8-dark-palette.mplstyle

File renamed without changes.

lib/matplotlib/mpl-data/stylelib/seaborn-dark.mplstyle renamed to lib/matplotlib/mpl-data/stylelib/seaborn0.8-dark.mplstyle

File renamed without changes.

lib/matplotlib/mpl-data/stylelib/seaborn-darkgrid.mplstyle renamed to lib/matplotlib/mpl-data/stylelib/seaborn0.8-darkgrid.mplstyle

File renamed without changes.

lib/matplotlib/mpl-data/stylelib/seaborn-deep.mplstyle renamed to lib/matplotlib/mpl-data/stylelib/seaborn0.8-deep.mplstyle

File renamed without changes.

lib/matplotlib/mpl-data/stylelib/seaborn-muted.mplstyle renamed to lib/matplotlib/mpl-data/stylelib/seaborn0.8-muted.mplstyle

File renamed without changes.

lib/matplotlib/mpl-data/stylelib/seaborn-notebook.mplstyle renamed to lib/matplotlib/mpl-data/stylelib/seaborn0.8-notebook.mplstyle

File renamed without changes.

lib/matplotlib/mpl-data/stylelib/seaborn-paper.mplstyle renamed to lib/matplotlib/mpl-data/stylelib/seaborn0.8-paper.mplstyle

File renamed without changes.

0 commit comments

Comments
 (0)