1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
%% Copyright (C) 2019-2023 Raul Infante-Sainz <infantesainz@gmail.com>
%%
%% Copying and distribution of this file, with or without modification,
%% are permitted in any medium without royalty provided the copyright
%% notice and this notice are preserved. This file is offered as-is,
%% without any warranty.
@ARTICLE{matplotlib2007,
author = {{Hunter}, John D.},
title = "{Matplotlib: A 2D Graphics Environment}",
journal = {CiSE},
keywords = {Python, Scripting languages, Application development, Scientific programming},
year = 2007,
month = may,
volume = {9},
number = {3},
pages = {90-95},
doi = {10.1109/MCSE.2007.55},
adsurl = {https://ui.adsabs.harvard.edu/abs/2007CSE.....9...90H},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
|