Skip to content

Commit f4a56af

Browse files
authored
Merge pull request #33 from nschloe/add-doi
add doi
2 parents 443d2f6 + 98c90ac commit f4a56af

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- family-names: "Schlömer"
5+
given-names: "Nico"
6+
orcid: "https://orcid.org/0000-0001-5228-0946"
7+
title: "matplotx: Extensions for Matplotlib"
8+
doi: 10.5281/zenodo.5985269
9+
url: https://github.com/nschloe/matplotx
10+
license: MIT

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![PyPi Version](https://img.shields.io/pypi/v/matplotx.svg?style=flat-square)](https://pypi.org/project/matplotx/)
77
[![Anaconda Cloud](https://anaconda.org/conda-forge/matplotx/badges/version.svg?=style=flat-square)](https://anaconda.org/conda-forge/matplotx/)
88
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/matplotx.svg?style=flat-square)](https://pypi.org/project/matplotx/)
9+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5985269.svg)](https://doi.org/10.5281/zenodo.5985269)
910
[![GitHub stars](https://img.shields.io/github/stars/nschloe/matplotx.svg?style=flat-square&logo=github&label=Stars&logoColor=white)](https://github.com/nschloe/matplotx)
1011
[![Downloads](https://pepy.tech/badge/matplotx/month)](https://pepy.tech/project/matplotx)
1112

0 commit comments

Comments
 (0)