Skip to content

Commit 6481e1c

Browse files
committed
fix: update LICENSE and README to include third-party licenses for Matplotlib and Seaborn; add colorblind.mplstyle file
1 parent 4fe6b43 commit 6481e1c

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

LICENSE

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ SOFTWARE.
2626

2727
### Third-Party Licenses
2828

29-
This project includes or adapts files from the Matplotlib project
30-
(https://matplotlib.org/), licensed under the Matplotlib License Agreement
31-
(BSD-compatible).
32-
Copyright (c) 2012– Matplotlib Development Team.
29+
This project includes or adapts files from:
30+
- **Matplotlib** (BSD-compatible license)
31+
Copyright (c) 2012– Matplotlib Development Team
32+
- **Seaborn** (BSD 3-Clause License)
33+
Copyright (c) 2012–2023, Michael L. Waskom

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,13 @@ Feel free to start from either example when styling your own figures.
6464
- Coming soon
6565

6666
## License
67-
67+
This project is licensed under the
6868
[MIT](LICENSE)
69+
license.
70+
71+
### Third-Party Licenses
72+
This project includes or adapts files from:
73+
- [**Matplotlib**](https://github.com/matplotlib/matplotlib) (BSD-compatible license)
74+
Copyright (c) 2012– Matplotlib Development Team
75+
- [**Seaborn**](https://github.com/mwaskom/seaborn) (BSD 3-Clause License)
76+
Copyright (c) 2012–2023, Michael L. Waskom
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Taken from https://github.com/mwaskom/seaborn/blob/v0.13/seaborn/palettes.py
2+
#
3+
# This style file is adapted from Seaborn (https://github.com/mwaskom/seaborn)
4+
# Copyright (c) 2012–2023, Michael L. Waskom
5+
# Licensed under the BSD 3-Clause License.
6+
7+
axes.prop_cycle: cycler("color", ["#0173B2", "#DE8F05", "#029E73", "#D55E00", "#CC78BC", "#CA9161", "#FBAFE4", "#949494", "#ECE133", "#56B4E9"])

0 commit comments

Comments
 (0)