Skip to content

Commit d680243

Browse files
committed
fix: update LICENSE and README to include third-party licenses for SciencePlots; enhance references in pp_base.mplstyle
1 parent 6481e1c commit d680243

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

LICENSE

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ SOFTWARE.
2727
### Third-Party Licenses
2828

2929
This project includes or adapts files from:
30-
- **Matplotlib** (BSD-compatible license)
30+
- [**SciencePlots**](https://github.com/garrettj403/SciencePlots) (MIT License)
31+
Copyright (c) 2018 John Garrett
32+
- [**Matplotlib**](https://github.com/matplotlib/matplotlib) (BSD-compatible license)
3133
Copyright (c) 2012– Matplotlib Development Team
32-
- **Seaborn** (BSD 3-Clause License)
34+
- [**Seaborn**](https://github.com/mwaskom/seaborn) (BSD 3-Clause License)
3335
Copyright (c) 2012–2023, Michael L. Waskom

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ license.
7070

7171
### Third-Party Licenses
7272
This project includes or adapts files from:
73+
- [**SciencePlots**](https://github.com/garrettj403/SciencePlots) (MIT License)
74+
Copyright (c) 2018 John Garrett
7375
- [**Matplotlib**](https://github.com/matplotlib/matplotlib) (BSD-compatible license)
7476
Copyright (c) 2012– Matplotlib Development Team
7577
- [**Seaborn**](https://github.com/mwaskom/seaborn) (BSD 3-Clause License)

src/physics_plot/pp_base.mplstyle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Author: Cory Chu <[email protected]>
22
# Repository: https://github.com/c0rychu/physics-plot
33
#
4-
# Reference:
4+
# This style sheet is based on the combination of these two sources:
55
# https://blog.gwlab.page/beautiful-plots-by-matplotlib-b5ca9fe2765f
66
# https://github.com/garrettj403/SciencePlots/blob/master/scienceplots/styles/science.mplstyle
77

0 commit comments

Comments
 (0)