Skip to content

Commit 05c5526

Browse files
committed
feat: add ggplot style file and third-party license information
1 parent 53cbc93 commit 05c5526

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

LICENSE

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,14 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22+
23+
24+
---
25+
26+
27+
### Third-Party Licenses
28+
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.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Taken from https://github.com/matplotlib/matplotlib/blob/v3.10.7/lib/matplotlib/mpl-data/stylelib/ggplot.mplstyle
2+
#
3+
# This style file is adapted from Matplotlib’s "ggplot.mplstyle"
4+
# (https://github.com/matplotlib/matplotlib)
5+
# Copyright (c) 2012– Matplotlib Development Team.
6+
# Licensed under the Matplotlib License Agreement (BSD-compatible).
7+
8+
axes.prop_cycle: cycler('color', ['E24A33', '348ABD', '988ED5', '777777', 'FBC15E', '8EBA42', 'FFB5B8'])
9+
# E24A33 : red
10+
# 348ABD : blue
11+
# 988ED5 : purple
12+
# 777777 : gray
13+
# FBC15E : yellow
14+
# 8EBA42 : green
15+
# FFB5B8 : pink

0 commit comments

Comments
 (0)