Skip to content

Commit f0e28a3

Browse files
committed
Add matplotlib citation as standalone bibliography file
1 parent 5584ba7 commit f0e28a3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/MCSE.2007.55.bib

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
@Article{Hunter:2007,
2+
Author = {Hunter, J. D.},
3+
Title = {Matplotlib: A 2D graphics environment},
4+
Journal = {Computing in Science \& Engineering},
5+
Volume = {9},
6+
Number = {3},
7+
Pages = {90--95},
8+
abstract = {Matplotlib is a 2D graphics package used for Python for
9+
application development, interactive scripting, and publication-quality
10+
image generation across user interfaces and operating systems.},
11+
publisher = {IEEE COMPUTER SOC},
12+
doi = {10.1109/MCSE.2007.55},
13+
year = 2007
14+
}

0 commit comments

Comments
 (0)