File: CITATION.cff

package info (click to toggle)
matplotlib 3.10.1%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 78,340 kB
  • sloc: python: 147,118; cpp: 62,988; objc: 1,679; ansic: 1,426; javascript: 786; makefile: 92; sh: 53
file content (27 lines) | stat: -rw-r--r-- 1,113 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
cff-version: 1.2.0
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.'
title: 'Matplotlib: Visualization with Python'
authors:
  - name: The Matplotlib Development Team
    website: https://matplotlib.org/
type: software
url: 'https://matplotlib.org/'
repository-code: 'https://github.com/matplotlib/matplotlib/'
preferred-citation:
  type: article
  authors:
    - family-names: Hunter
      given-names: John D.
  title: "Matplotlib: A 2D graphics environment"
  year: 2007
  date-published: 2007-06-18
  journal: Computing in Science & Engineering
  volume: 9
  issue: 3
  start: 90
  end: 95
  doi: 10.1109/MCSE.2007.55
  publisher:
    name: IEEE Computer Society
    website: 'https://www.computer.org/'
  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.