Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9fdf6ad

Browse filesBrowse files
authored
Merge pull request matplotlib#26213 from cgobat/add-cff
2 parents 1e01504 + a55c146 commit 9fdf6ad
Copy full SHA for 9fdf6ad

File tree

Expand file treeCollapse file tree

1 file changed

+27
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+27
-0
lines changed

‎CITATION.cff

Copy file name to clipboard
+27Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
cff-version: 1.2.0
2+
message: 'If Matplotlib contributes to a project that leads to a scientific publication, please acknowledge this fact by citing J. D. Hunter, "Matplotlib: A 2D Graphics Environment", Computing in Science & Engineering, vol. 9, no. 3, pp. 90-95, 2007.'
3+
title: 'Matplotlib: Visualization with Python'
4+
authors:
5+
- name: The Matplotlib Development Team
6+
website: https://matplotlib.org/
7+
type: software
8+
url: 'https://matplotlib.org/'
9+
repository-code: 'https://github.com/matplotlib/matplotlib/'
10+
preferred-citation:
11+
type: article
12+
authors:
13+
- family-names: Hunter
14+
given-names: John D.
15+
title: "Matplotlib: A 2D graphics environment"
16+
year: 2007
17+
date-published: 2007-06-18
18+
journal: Computing in Science & Engineering
19+
volume: 9
20+
issue: 3
21+
start: 90
22+
end: 95
23+
doi: 10.1109/MCSE.2007.55
24+
publisher:
25+
name: IEEE Computer Society
26+
website: 'https://www.computer.org/'
27+
abstract: Matplotlib is a 2D graphics package used for Python for application development, interactive scripting, and publication-quality image generation across user interfaces and operating systems.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.