METADATA 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907
  1. Metadata-Version: 2.1
  2. Name: matplotlib
  3. Version: 3.10.8
  4. Summary: Python plotting package
  5. Author: John D. Hunter, Michael Droettboom
  6. Author-Email: Unknown <matplotlib-users@python.org>
  7. License: License agreement for matplotlib versions 1.3.0 and later
  8. =========================================================
  9. 1. This LICENSE AGREEMENT is between the Matplotlib Development Team
  10. ("MDT"), and the Individual or Organization ("Licensee") accessing and
  11. otherwise using matplotlib software in source or binary form and its
  12. associated documentation.
  13. 2. Subject to the terms and conditions of this License Agreement, MDT
  14. hereby grants Licensee a nonexclusive, royalty-free, world-wide license
  15. to reproduce, analyze, test, perform and/or display publicly, prepare
  16. derivative works, distribute, and otherwise use matplotlib
  17. alone or in any derivative version, provided, however, that MDT's
  18. License Agreement and MDT's notice of copyright, i.e., "Copyright (c)
  19. 2012- Matplotlib Development Team; All Rights Reserved" are retained in
  20. matplotlib alone or in any derivative version prepared by
  21. Licensee.
  22. 3. In the event Licensee prepares a derivative work that is based on or
  23. incorporates matplotlib or any part thereof, and wants to
  24. make the derivative work available to others as provided herein, then
  25. Licensee hereby agrees to include in any such work a brief summary of
  26. the changes made to matplotlib .
  27. 4. MDT is making matplotlib available to Licensee on an "AS
  28. IS" basis. MDT MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
  29. IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, MDT MAKES NO AND
  30. DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
  31. FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB
  32. WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
  33. 5. MDT SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF MATPLOTLIB
  34. FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR
  35. LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING
  36. MATPLOTLIB , OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF
  37. THE POSSIBILITY THEREOF.
  38. 6. This License Agreement will automatically terminate upon a material
  39. breach of its terms and conditions.
  40. 7. Nothing in this License Agreement shall be deemed to create any
  41. relationship of agency, partnership, or joint venture between MDT and
  42. Licensee. This License Agreement does not grant permission to use MDT
  43. trademarks or trade name in a trademark sense to endorse or promote
  44. products or services of Licensee, or any third party.
  45. 8. By copying, installing or otherwise using matplotlib ,
  46. Licensee agrees to be bound by the terms and conditions of this License
  47. Agreement.
  48. License agreement for matplotlib versions prior to 1.3.0
  49. ========================================================
  50. 1. This LICENSE AGREEMENT is between John D. Hunter ("JDH"), and the
  51. Individual or Organization ("Licensee") accessing and otherwise using
  52. matplotlib software in source or binary form and its associated
  53. documentation.
  54. 2. Subject to the terms and conditions of this License Agreement, JDH
  55. hereby grants Licensee a nonexclusive, royalty-free, world-wide license
  56. to reproduce, analyze, test, perform and/or display publicly, prepare
  57. derivative works, distribute, and otherwise use matplotlib
  58. alone or in any derivative version, provided, however, that JDH's
  59. License Agreement and JDH's notice of copyright, i.e., "Copyright (c)
  60. 2002-2011 John D. Hunter; All Rights Reserved" are retained in
  61. matplotlib alone or in any derivative version prepared by
  62. Licensee.
  63. 3. In the event Licensee prepares a derivative work that is based on or
  64. incorporates matplotlib or any part thereof, and wants to
  65. make the derivative work available to others as provided herein, then
  66. Licensee hereby agrees to include in any such work a brief summary of
  67. the changes made to matplotlib.
  68. 4. JDH is making matplotlib available to Licensee on an "AS
  69. IS" basis. JDH MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
  70. IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, JDH MAKES NO AND
  71. DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
  72. FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB
  73. WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
  74. 5. JDH SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF MATPLOTLIB
  75. FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR
  76. LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING
  77. MATPLOTLIB , OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF
  78. THE POSSIBILITY THEREOF.
  79. 6. This License Agreement will automatically terminate upon a material
  80. breach of its terms and conditions.
  81. 7. Nothing in this License Agreement shall be deemed to create any
  82. relationship of agency, partnership, or joint venture between JDH and
  83. Licensee. This License Agreement does not grant permission to use JDH
  84. trademarks or trade name in a trademark sense to endorse or promote
  85. products or services of Licensee, or any third party.
  86. 8. By copying, installing or otherwise using matplotlib,
  87. Licensee agrees to be bound by the terms and conditions of this License
  88. Agreement.
  89. ----
  90. This binary distrubution of Matplotlib can also bundle the following software
  91. (depending on the build):
  92. Name: AMS Fonts
  93. Files: matplotlib/tests/cmr10.pfb
  94. Description: Type-1 version of one of Knuth's Computer Modern fonts
  95. License: OFL-1.1
  96. The cmr10.pfb file is a Type-1 version of one of Knuth's Computer Modern fonts.
  97. It is included here as test data only, but the following license applies.
  98. Copyright (c) 1997, 2009, American Mathematical Society (http://www.ams.org).
  99. All Rights Reserved.
  100. "cmb10" is a Reserved Font Name for this Font Software.
  101. "cmbsy10" is a Reserved Font Name for this Font Software.
  102. "cmbsy5" is a Reserved Font Name for this Font Software.
  103. "cmbsy6" is a Reserved Font Name for this Font Software.
  104. "cmbsy7" is a Reserved Font Name for this Font Software.
  105. "cmbsy8" is a Reserved Font Name for this Font Software.
  106. "cmbsy9" is a Reserved Font Name for this Font Software.
  107. "cmbx10" is a Reserved Font Name for this Font Software.
  108. "cmbx12" is a Reserved Font Name for this Font Software.
  109. "cmbx5" is a Reserved Font Name for this Font Software.
  110. "cmbx6" is a Reserved Font Name for this Font Software.
  111. "cmbx7" is a Reserved Font Name for this Font Software.
  112. "cmbx8" is a Reserved Font Name for this Font Software.
  113. "cmbx9" is a Reserved Font Name for this Font Software.
  114. "cmbxsl10" is a Reserved Font Name for this Font Software.
  115. "cmbxti10" is a Reserved Font Name for this Font Software.
  116. "cmcsc10" is a Reserved Font Name for this Font Software.
  117. "cmcsc8" is a Reserved Font Name for this Font Software.
  118. "cmcsc9" is a Reserved Font Name for this Font Software.
  119. "cmdunh10" is a Reserved Font Name for this Font Software.
  120. "cmex10" is a Reserved Font Name for this Font Software.
  121. "cmex7" is a Reserved Font Name for this Font Software.
  122. "cmex8" is a Reserved Font Name for this Font Software.
  123. "cmex9" is a Reserved Font Name for this Font Software.
  124. "cmff10" is a Reserved Font Name for this Font Software.
  125. "cmfi10" is a Reserved Font Name for this Font Software.
  126. "cmfib8" is a Reserved Font Name for this Font Software.
  127. "cminch" is a Reserved Font Name for this Font Software.
  128. "cmitt10" is a Reserved Font Name for this Font Software.
  129. "cmmi10" is a Reserved Font Name for this Font Software.
  130. "cmmi12" is a Reserved Font Name for this Font Software.
  131. "cmmi5" is a Reserved Font Name for this Font Software.
  132. "cmmi6" is a Reserved Font Name for this Font Software.
  133. "cmmi7" is a Reserved Font Name for this Font Software.
  134. "cmmi8" is a Reserved Font Name for this Font Software.
  135. "cmmi9" is a Reserved Font Name for this Font Software.
  136. "cmmib10" is a Reserved Font Name for this Font Software.
  137. "cmmib5" is a Reserved Font Name for this Font Software.
  138. "cmmib6" is a Reserved Font Name for this Font Software.
  139. "cmmib7" is a Reserved Font Name for this Font Software.
  140. "cmmib8" is a Reserved Font Name for this Font Software.
  141. "cmmib9" is a Reserved Font Name for this Font Software.
  142. "cmr10" is a Reserved Font Name for this Font Software.
  143. "cmr12" is a Reserved Font Name for this Font Software.
  144. "cmr17" is a Reserved Font Name for this Font Software.
  145. "cmr5" is a Reserved Font Name for this Font Software.
  146. "cmr6" is a Reserved Font Name for this Font Software.
  147. "cmr7" is a Reserved Font Name for this Font Software.
  148. "cmr8" is a Reserved Font Name for this Font Software.
  149. "cmr9" is a Reserved Font Name for this Font Software.
  150. "cmsl10" is a Reserved Font Name for this Font Software.
  151. "cmsl12" is a Reserved Font Name for this Font Software.
  152. "cmsl8" is a Reserved Font Name for this Font Software.
  153. "cmsl9" is a Reserved Font Name for this Font Software.
  154. "cmsltt10" is a Reserved Font Name for this Font Software.
  155. "cmss10" is a Reserved Font Name for this Font Software.
  156. "cmss12" is a Reserved Font Name for this Font Software.
  157. "cmss17" is a Reserved Font Name for this Font Software.
  158. "cmss8" is a Reserved Font Name for this Font Software.
  159. "cmss9" is a Reserved Font Name for this Font Software.
  160. "cmssbx10" is a Reserved Font Name for this Font Software.
  161. "cmssdc10" is a Reserved Font Name for this Font Software.
  162. "cmssi10" is a Reserved Font Name for this Font Software.
  163. "cmssi12" is a Reserved Font Name for this Font Software.
  164. "cmssi17" is a Reserved Font Name for this Font Software.
  165. "cmssi8" is a Reserved Font Name for this Font Software.
  166. "cmssi9" is a Reserved Font Name for this Font Software.
  167. "cmssq8" is a Reserved Font Name for this Font Software.
  168. "cmssqi8" is a Reserved Font Name for this Font Software.
  169. "cmsy10" is a Reserved Font Name for this Font Software.
  170. "cmsy5" is a Reserved Font Name for this Font Software.
  171. "cmsy6" is a Reserved Font Name for this Font Software.
  172. "cmsy7" is a Reserved Font Name for this Font Software.
  173. "cmsy8" is a Reserved Font Name for this Font Software.
  174. "cmsy9" is a Reserved Font Name for this Font Software.
  175. "cmtcsc10" is a Reserved Font Name for this Font Software.
  176. "cmtex10" is a Reserved Font Name for this Font Software.
  177. "cmtex8" is a Reserved Font Name for this Font Software.
  178. "cmtex9" is a Reserved Font Name for this Font Software.
  179. "cmti10" is a Reserved Font Name for this Font Software.
  180. "cmti12" is a Reserved Font Name for this Font Software.
  181. "cmti7" is a Reserved Font Name for this Font Software.
  182. "cmti8" is a Reserved Font Name for this Font Software.
  183. "cmti9" is a Reserved Font Name for this Font Software.
  184. "cmtt10" is a Reserved Font Name for this Font Software.
  185. "cmtt12" is a Reserved Font Name for this Font Software.
  186. "cmtt8" is a Reserved Font Name for this Font Software.
  187. "cmtt9" is a Reserved Font Name for this Font Software.
  188. "cmu10" is a Reserved Font Name for this Font Software.
  189. "cmvtt10" is a Reserved Font Name for this Font Software.
  190. "euex10" is a Reserved Font Name for this Font Software.
  191. "euex7" is a Reserved Font Name for this Font Software.
  192. "euex8" is a Reserved Font Name for this Font Software.
  193. "euex9" is a Reserved Font Name for this Font Software.
  194. "eufb10" is a Reserved Font Name for this Font Software.
  195. "eufb5" is a Reserved Font Name for this Font Software.
  196. "eufb7" is a Reserved Font Name for this Font Software.
  197. "eufm10" is a Reserved Font Name for this Font Software.
  198. "eufm5" is a Reserved Font Name for this Font Software.
  199. "eufm7" is a Reserved Font Name for this Font Software.
  200. "eurb10" is a Reserved Font Name for this Font Software.
  201. "eurb5" is a Reserved Font Name for this Font Software.
  202. "eurb7" is a Reserved Font Name for this Font Software.
  203. "eurm10" is a Reserved Font Name for this Font Software.
  204. "eurm5" is a Reserved Font Name for this Font Software.
  205. "eurm7" is a Reserved Font Name for this Font Software.
  206. "eusb10" is a Reserved Font Name for this Font Software.
  207. "eusb5" is a Reserved Font Name for this Font Software.
  208. "eusb7" is a Reserved Font Name for this Font Software.
  209. "eusm10" is a Reserved Font Name for this Font Software.
  210. "eusm5" is a Reserved Font Name for this Font Software.
  211. "eusm7" is a Reserved Font Name for this Font Software.
  212. "lasy10" is a Reserved Font Name for this Font Software.
  213. "lasy5" is a Reserved Font Name for this Font Software.
  214. "lasy6" is a Reserved Font Name for this Font Software.
  215. "lasy7" is a Reserved Font Name for this Font Software.
  216. "lasy8" is a Reserved Font Name for this Font Software.
  217. "lasy9" is a Reserved Font Name for this Font Software.
  218. "lasyb10" is a Reserved Font Name for this Font Software.
  219. "lcircle1" is a Reserved Font Name for this Font Software.
  220. "lcirclew" is a Reserved Font Name for this Font Software.
  221. "lcmss8" is a Reserved Font Name for this Font Software.
  222. "lcmssb8" is a Reserved Font Name for this Font Software.
  223. "lcmssi8" is a Reserved Font Name for this Font Software.
  224. "line10" is a Reserved Font Name for this Font Software.
  225. "linew10" is a Reserved Font Name for this Font Software.
  226. "msam10" is a Reserved Font Name for this Font Software.
  227. "msam5" is a Reserved Font Name for this Font Software.
  228. "msam6" is a Reserved Font Name for this Font Software.
  229. "msam7" is a Reserved Font Name for this Font Software.
  230. "msam8" is a Reserved Font Name for this Font Software.
  231. "msam9" is a Reserved Font Name for this Font Software.
  232. "msbm10" is a Reserved Font Name for this Font Software.
  233. "msbm5" is a Reserved Font Name for this Font Software.
  234. "msbm6" is a Reserved Font Name for this Font Software.
  235. "msbm7" is a Reserved Font Name for this Font Software.
  236. "msbm8" is a Reserved Font Name for this Font Software.
  237. "msbm9" is a Reserved Font Name for this Font Software.
  238. "wncyb10" is a Reserved Font Name for this Font Software.
  239. "wncyi10" is a Reserved Font Name for this Font Software.
  240. "wncyr10" is a Reserved Font Name for this Font Software.
  241. "wncysc10" is a Reserved Font Name for this Font Software.
  242. "wncyss10" is a Reserved Font Name for this Font Software.
  243. This Font Software is licensed under the SIL Open Font License, Version 1.1.
  244. This license is copied below, and is also available with a FAQ at:
  245. http://scripts.sil.org/OFL
  246. -----------------------------------------------------------
  247. SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
  248. -----------------------------------------------------------
  249. PREAMBLE
  250. The goals of the Open Font License (OFL) are to stimulate worldwide
  251. development of collaborative font projects, to support the font creation
  252. efforts of academic and linguistic communities, and to provide a free and
  253. open framework in which fonts may be shared and improved in partnership
  254. with others.
  255. The OFL allows the licensed fonts to be used, studied, modified and
  256. redistributed freely as long as they are not sold by themselves. The
  257. fonts, including any derivative works, can be bundled, embedded,
  258. redistributed and/or sold with any software provided that any reserved
  259. names are not used by derivative works. The fonts and derivatives,
  260. however, cannot be released under any other type of license. The
  261. requirement for fonts to remain under this license does not apply
  262. to any document created using the fonts or their derivatives.
  263. DEFINITIONS
  264. "Font Software" refers to the set of files released by the Copyright
  265. Holder(s) under this license and clearly marked as such. This may
  266. include source files, build scripts and documentation.
  267. "Reserved Font Name" refers to any names specified as such after the
  268. copyright statement(s).
  269. "Original Version" refers to the collection of Font Software components as
  270. distributed by the Copyright Holder(s).
  271. "Modified Version" refers to any derivative made by adding to, deleting,
  272. or substituting -- in part or in whole -- any of the components of the
  273. Original Version, by changing formats or by porting the Font Software to a
  274. new environment.
  275. "Author" refers to any designer, engineer, programmer, technical
  276. writer or other person who contributed to the Font Software.
  277. PERMISSION & CONDITIONS
  278. Permission is hereby granted, free of charge, to any person obtaining
  279. a copy of the Font Software, to use, study, copy, merge, embed, modify,
  280. redistribute, and sell modified and unmodified copies of the Font
  281. Software, subject to the following conditions:
  282. 1) Neither the Font Software nor any of its individual components,
  283. in Original or Modified Versions, may be sold by itself.
  284. 2) Original or Modified Versions of the Font Software may be bundled,
  285. redistributed and/or sold with any software, provided that each copy
  286. contains the above copyright notice and this license. These can be
  287. included either as stand-alone text files, human-readable headers or
  288. in the appropriate machine-readable metadata fields within text or
  289. binary files as long as those fields can be easily viewed by the user.
  290. 3) No Modified Version of the Font Software may use the Reserved Font
  291. Name(s) unless explicit written permission is granted by the corresponding
  292. Copyright Holder. This restriction only applies to the primary font name as
  293. presented to the users.
  294. 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
  295. Software shall not be used to promote, endorse or advertise any
  296. Modified Version, except to acknowledge the contribution(s) of the
  297. Copyright Holder(s) and the Author(s) or with their explicit written
  298. permission.
  299. 5) The Font Software, modified or unmodified, in part or in whole,
  300. must be distributed entirely under this license, and must not be
  301. distributed under any other license. The requirement for fonts to
  302. remain under this license does not apply to any document created
  303. using the Font Software.
  304. TERMINATION
  305. This license becomes null and void if any of the above conditions are
  306. not met.
  307. DISCLAIMER
  308. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  309. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
  310. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
  311. OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
  312. COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  313. INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
  314. DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  315. FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
  316. OTHER DEALINGS IN THE FONT SOFTWARE.
  317. Name: BaKoMa Fonts
  318. Files: matplotlib/mpl-data/fonts/ttf/cm*.ttf matplotlib/mpl-data/fonts/afm/cm*.afm
  319. Description: Computer Modern Fonts in PostScript Type 1 and TrueType font formats.
  320. License: BaKoMa Fonts Licence
  321. BaKoMa Fonts Licence
  322. --------------------
  323. This licence covers two font packs (known as BaKoMa Fonts Collection,
  324. which is available at `CTAN:fonts/cm/ps-type1/bakoma/'):
  325. 1) BaKoMa-CM (1.1/12-Nov-94)
  326. Computer Modern Fonts in PostScript Type 1 and TrueType font formats.
  327. 2) BaKoMa-AMS (1.2/19-Jan-95)
  328. AMS TeX fonts in PostScript Type 1 and TrueType font formats.
  329. Copyright (C) 1994, 1995, Basil K. Malyshev. All Rights Reserved.
  330. Permission to copy and distribute these fonts for any purpose is
  331. hereby granted without fee, provided that the above copyright notice,
  332. author statement and this permission notice appear in all copies of
  333. these fonts and related documentation.
  334. Permission to modify and distribute modified fonts for any purpose is
  335. hereby granted without fee, provided that the copyright notice,
  336. author statement, this permission notice and location of original
  337. fonts (http://www.ctan.org/tex-archive/fonts/cm/ps-type1/bakoma)
  338. appear in all copies of modified fonts and related documentation.
  339. Permission to use these fonts (embedding into PostScript, PDF, SVG
  340. and printing by using any software) is hereby granted without fee.
  341. It is not required to provide any notices about using these fonts.
  342. Basil K. Malyshev
  343. INSTITUTE FOR HIGH ENERGY PHYSICS
  344. IHEP, OMVT
  345. Moscow Region
  346. 142281 PROTVINO
  347. RUSSIA
  348. E-Mail: bakoma@mail.ru
  349. or malyshev@mail.ihep.ru
  350. Name: ColorBrewer Color Schemes
  351. Files: lib/matplotlib/_cm.py
  352. Description: Color schemes from ColorBrewer
  353. License: Apache-2.0
  354. Apache-Style Software License for ColorBrewer software and ColorBrewer Color Schemes
  355. Copyright (c) 2002 Cynthia Brewer, Mark Harrower, and The Pennsylvania State University.
  356. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
  357. You may obtain a copy of the License at
  358. http://www.apache.org/licenses/LICENSE-2.0
  359. Unless required by applicable law or agreed to in writing, software distributed
  360. under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
  361. CONDITIONS OF ANY KIND, either express or implied. See the License for the
  362. specific language governing permissions and limitations under the License.
  363. Name: Courier 10
  364. Files: matplotlib/tests/Courier10PitchBT-Bold.pfb
  365. Description: Courier 10 font, used in tests.
  366. License: Bitstream-Charter
  367. The Courier10PitchBT-Bold.pfb file is a Type-1 version of
  368. Courier 10 Pitch BT Bold by Bitstream, obtained from
  369. <https://ctan.org/tex-archive/fonts/courierten>. It is included
  370. here as test data only, but the following license applies.
  371. (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA.
  372. You are hereby granted permission under all Bitstream propriety rights
  373. to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream
  374. Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts
  375. for any purpose and without restriction; provided, that this notice is
  376. left intact on all copies of such fonts and that Bitstream's trademark
  377. is acknowledged as shown below on all unmodified copies of the 4 Charter
  378. Type 1 fonts.
  379. BITSTREAM CHARTER is a registered trademark of Bitstream Inc.
  380. Name: JSXTools resize observer
  381. Files:
  382. Description: Minimal polyfill for the ResizeObserver API
  383. License: CC0-1.0
  384. # CC0 1.0 Universal
  385. ## Statement of Purpose
  386. The laws of most jurisdictions throughout the world automatically confer
  387. exclusive Copyright and Related Rights (defined below) upon the creator and
  388. subsequent owner(s) (each and all, an “owner”) of an original work of
  389. authorship and/or a database (each, a “Work”).
  390. Certain owners wish to permanently relinquish those rights to a Work for the
  391. purpose of contributing to a commons of creative, cultural and scientific works
  392. (“Commons”) that the public can reliably and without fear of later claims of
  393. infringement build upon, modify, incorporate in other works, reuse and
  394. redistribute as freely as possible in any form whatsoever and for any purposes,
  395. including without limitation commercial purposes. These owners may contribute
  396. to the Commons to promote the ideal of a free culture and the further
  397. production of creative, cultural and scientific works, or to gain reputation or
  398. greater distribution for their Work in part through the use and efforts of
  399. others.
  400. For these and/or other purposes and motivations, and without any expectation of
  401. additional consideration or compensation, the person associating CC0 with a
  402. Work (the “Affirmer”), to the extent that he or she is an owner of Copyright
  403. and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and
  404. publicly distribute the Work under its terms, with knowledge of his or her
  405. Copyright and Related Rights in the Work and the meaning and intended legal
  406. effect of CC0 on those rights.
  407. 1. Copyright and Related Rights. A Work made available under CC0 may be
  408. protected by copyright and related or neighboring rights (“Copyright and
  409. Related Rights”). Copyright and Related Rights include, but are not limited
  410. to, the following:
  411. 1. the right to reproduce, adapt, distribute, perform, display, communicate,
  412. and translate a Work;
  413. 2. moral rights retained by the original author(s) and/or performer(s);
  414. 3. publicity and privacy rights pertaining to a person’s image or likeness
  415. depicted in a Work;
  416. 4. rights protecting against unfair competition in regards to a Work,
  417. subject to the limitations in paragraph 4(i), below;
  418. 5. rights protecting the extraction, dissemination, use and reuse of data in
  419. a Work;
  420. 6. database rights (such as those arising under Directive 96/9/EC of the
  421. European Parliament and of the Council of 11 March 1996 on the legal
  422. protection of databases, and under any national implementation thereof,
  423. including any amended or successor version of such directive); and
  424. 7. other similar, equivalent or corresponding rights throughout the world
  425. based on applicable law or treaty, and any national implementations
  426. thereof.
  427. 2. Waiver. To the greatest extent permitted by, but not in contravention of,
  428. applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and
  429. unconditionally waives, abandons, and surrenders all of Affirmer’s Copyright
  430. and Related Rights and associated claims and causes of action, whether now
  431. known or unknown (including existing as well as future claims and causes of
  432. action), in the Work (i) in all territories worldwide, (ii) for the maximum
  433. duration provided by applicable law or treaty (including future time
  434. extensions), (iii) in any current or future medium and for any number of
  435. copies, and (iv) for any purpose whatsoever, including without limitation
  436. commercial, advertising or promotional purposes (the “Waiver”). Affirmer
  437. makes the Waiver for the benefit of each member of the public at large and
  438. to the detriment of Affirmer’s heirs and successors, fully intending that
  439. such Waiver shall not be subject to revocation, rescission, cancellation,
  440. termination, or any other legal or equitable action to disrupt the quiet
  441. enjoyment of the Work by the public as contemplated by Affirmer’s express
  442. Statement of Purpose.
  443. 3. Public License Fallback. Should any part of the Waiver for any reason be
  444. judged legally invalid or ineffective under applicable law, then the Waiver
  445. shall be preserved to the maximum extent permitted taking into account
  446. Affirmer’s express Statement of Purpose. In addition, to the extent the
  447. Waiver is so judged Affirmer hereby grants to each affected person a
  448. royalty-free, non transferable, non sublicensable, non exclusive,
  449. irrevocable and unconditional license to exercise Affirmer’s Copyright and
  450. Related Rights in the Work (i) in all territories worldwide, (ii) for the
  451. maximum duration provided by applicable law or treaty (including future time
  452. extensions), (iii) in any current or future medium and for any number of
  453. copies, and (iv) for any purpose whatsoever, including without limitation
  454. commercial, advertising or promotional purposes (the “License”). The License
  455. shall be deemed effective as of the date CC0 was applied by Affirmer to the
  456. Work. Should any part of the License for any reason be judged legally
  457. invalid or ineffective under applicable law, such partial invalidity or
  458. ineffectiveness shall not invalidate the remainder of the License, and in
  459. such case Affirmer hereby affirms that he or she will not (i) exercise any
  460. of his or her remaining Copyright and Related Rights in the Work or (ii)
  461. assert any associated claims and causes of action with respect to the Work,
  462. in either case contrary to Affirmer’s express Statement of Purpose.
  463. 4. Limitations and Disclaimers.
  464. 1. No trademark or patent rights held by Affirmer are waived, abandoned,
  465. surrendered, licensed or otherwise affected by this document.
  466. 2. Affirmer offers the Work as-is and makes no representations or warranties
  467. of any kind concerning the Work, express, implied, statutory or
  468. otherwise, including without limitation warranties of title,
  469. merchantability, fitness for a particular purpose, non infringement, or
  470. the absence of latent or other defects, accuracy, or the present or
  471. absence of errors, whether or not discoverable, all to the greatest
  472. extent permissible under applicable law.
  473. 3. Affirmer disclaims responsibility for clearing rights of other persons
  474. that may apply to the Work or any use thereof, including without
  475. limitation any person’s Copyright and Related Rights in the Work.
  476. Further, Affirmer disclaims responsibility for obtaining any necessary
  477. consents, permissions or other rights required for any use of the Work.
  478. 4. Affirmer understands and acknowledges that Creative Commons is not a
  479. party to this document and has no duty or obligation with respect to this
  480. CC0 or use of the Work.
  481. For more information, please see
  482. http://creativecommons.org/publicdomain/zero/1.0/.
  483. Name: QHull
  484. Files: matplotlib/_qhull.*.so
  485. Description: Convex hull, Delaunay triangulation, Voronoi diagrams, Halfspace intersection
  486. License: Qhull
  487. Qhull, Copyright (c) 1993-2020
  488. C.B. Barber
  489. Arlington, MA
  490. and
  491. The National Science and Technology Research Center for
  492. Computation and Visualization of Geometric Structures
  493. (The Geometry Center)
  494. University of Minnesota
  495. email: qhull@qhull.org
  496. This software includes Qhull from C.B. Barber and The Geometry Center.
  497. Files derived from Qhull 1.0 are copyrighted by the Geometry Center. The
  498. remaining files are copyrighted by C.B. Barber. Qhull is free software
  499. and may be obtained via http from www.qhull.org. It may be freely copied,
  500. modified, and redistributed under the following conditions:
  501. 1. All copyright notices must remain intact in all files.
  502. 2. A copy of this text file must be distributed along with any copies
  503. of Qhull that you redistribute; this includes copies that you have
  504. modified, or copies of programs or other software products that
  505. include Qhull.
  506. 3. If you modify Qhull, you must include a notice giving the
  507. name of the person performing the modification, the date of
  508. modification, and the reason for such modification.
  509. 4. When distributing modified versions of Qhull, or other software
  510. products that include Qhull, you must provide notice that the original
  511. source code may be obtained as noted above.
  512. 5. There is no warranty or other guarantee of fitness for Qhull, it is
  513. provided solely "as is". Bug reports or fixes may be sent to
  514. qhull_bug@qhull.org; the authors may or may not act on them as
  515. they desire.
  516. Name: Qt4 Editor
  517. Files: matplotlib/backends/qt_editor
  518. Description: Module creating PyQt4 form dialogs/layouts to edit various type of parameters
  519. License: MIT
  520. Module creating PyQt4 form dialogs/layouts to edit various type of parameters
  521. formlayout License Agreement (MIT License)
  522. ------------------------------------------
  523. Copyright (c) 2009 Pierre Raybaut
  524. Permission is hereby granted, free of charge, to any person
  525. obtaining a copy of this software and associated documentation
  526. files (the "Software"), to deal in the Software without
  527. restriction, including without limitation the rights to use,
  528. copy, modify, merge, publish, distribute, sublicense, and/or sell
  529. copies of the Software, and to permit persons to whom the
  530. Software is furnished to do so, subject to the following
  531. conditions:
  532. The above copyright notice and this permission notice shall be
  533. included in all copies or substantial portions of the Software.
  534. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  535. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  536. OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  537. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  538. HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  539. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  540. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  541. OTHER DEALINGS IN THE SOFTWARE.
  542. """
  543. Name: Solarized
  544. Files: matplotlib/mpl-data/stylelib/Solarize_Light2.mplstyle
  545. Description: Solarized color scheme/style
  546. License: MIT
  547. https://github.com/altercation/solarized/blob/master/LICENSE
  548. Copyright (c) 2011 Ethan Schoonover
  549. Permission is hereby granted, free of charge, to any person obtaining a copy
  550. of this software and associated documentation files (the "Software"), to deal
  551. in the Software without restriction, including without limitation the rights
  552. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  553. copies of the Software, and to permit persons to whom the Software is
  554. furnished to do so, subject to the following conditions:
  555. The above copyright notice and this permission notice shall be included in
  556. all copies or substantial portions of the Software.
  557. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  558. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  559. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  560. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  561. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  562. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  563. THE SOFTWARE.
  564. Name: Stix fonts
  565. Files: matplotlib/mpl-data/fonts/ttf/STIX*.ttf
  566. Description: STIX fonts
  567. License:
  568. TERMS AND CONDITIONS
  569. 1. Permission is hereby granted, free of charge, to any person
  570. obtaining a copy of the STIX Fonts-TM set accompanying this license
  571. (collectively, the "Fonts") and the associated documentation files
  572. (collectively with the Fonts, the "Font Software"), to reproduce and
  573. distribute the Font Software, including the rights to use, copy, merge
  574. and publish copies of the Font Software, and to permit persons to whom
  575. the Font Software is furnished to do so same, subject to the following
  576. terms and conditions (the "License").
  577. 2. The following copyright and trademark notice and these Terms and
  578. Conditions shall be included in all copies of one or more of the Font
  579. typefaces and any derivative work created as permitted under this
  580. License:
  581. Copyright (c) 2001-2005 by the STI Pub Companies, consisting of
  582. the American Institute of Physics, the American Chemical Society, the
  583. American Mathematical Society, the American Physical Society, Elsevier,
  584. Inc., and The Institute of Electrical and Electronic Engineers, Inc.
  585. Portions copyright (c) 1998-2003 by MicroPress, Inc. Portions copyright
  586. (c) 1990 by Elsevier, Inc. All rights reserved. STIX Fonts-TM is a
  587. trademark of The Institute of Electrical and Electronics Engineers, Inc.
  588. 3. You may (a) convert the Fonts from one format to another (e.g.,
  589. from TrueType to PostScript), in which case the normal and reasonable
  590. distortion that occurs during such conversion shall be permitted and (b)
  591. embed or include a subset of the Fonts in a document for the purposes of
  592. allowing users to read text in the document that utilizes the Fonts. In
  593. each case, you may use the STIX Fonts-TM mark to designate the resulting
  594. Fonts or subset of the Fonts.
  595. 4. You may also (a) add glyphs or characters to the Fonts, or modify
  596. the shape of existing glyphs, so long as the base set of glyphs is not
  597. removed and (b) delete glyphs or characters from the Fonts, provided
  598. that the resulting font set is distributed with the following
  599. disclaimer: "This [name] font does not include all the Unicode points
  600. covered in the STIX Fonts-TM set but may include others." In each case,
  601. the name used to denote the resulting font set shall not include the
  602. term "STIX" or any similar term.
  603. 5. You may charge a fee in connection with the distribution of the
  604. Font Software, provided that no copy of one or more of the individual
  605. Font typefaces that form the STIX Fonts-TM set may be sold by itself.
  606. 6. THE FONT SOFTWARE IS PROVIDED "AS IS," WITHOUT WARRANTY OF ANY
  607. KIND, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES
  608. OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
  609. OF COPYRIGHT, PATENT, TRADEMARK OR OTHER RIGHT. IN NO EVENT SHALL
  610. MICROPRESS OR ANY OF THE STI PUB COMPANIES BE LIABLE FOR ANY CLAIM,
  611. DAMAGES OR OTHER LIABILITY, INCLUDING, BUT NOT LIMITED TO, ANY GENERAL,
  612. SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES, WHETHER IN AN
  613. ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM OR OUT OF THE USE OR
  614. INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT
  615. SOFTWARE.
  616. 7. Except as contained in the notice set forth in Section 2, the
  617. names MicroPress Inc. and STI Pub Companies, as well as the names of the
  618. companies/organizations that compose the STI Pub Companies, shall not be
  619. used in advertising or otherwise to promote the sale, use or other
  620. dealings in the Font Software without the prior written consent of the
  621. respective company or organization.
  622. 8. This License shall become null and void in the event of any
  623. material breach of the Terms and Conditions herein by licensee.
  624. 9. A substantial portion of the STIX Fonts set was developed by
  625. MicroPress Inc. for the STI Pub Companies. To obtain additional
  626. mathematical fonts, please contact MicroPress, Inc., 68-30 Harrow
  627. Street, Forest Hills, NY 11375, USA - Phone: (718) 575-1816.
  628. Name: Yorick Colormaps
  629. Files: lib/matplotlib/_cm.py
  630. Description: Gist/Yorick colormaps
  631. License:
  632. BSD-style license for gist/yorick colormaps.
  633. Copyright:
  634. Copyright (c) 1996. The Regents of the University of California.
  635. All rights reserved.
  636. Permission to use, copy, modify, and distribute this software for any
  637. purpose without fee is hereby granted, provided that this entire
  638. notice is included in all copies of any software which is or includes
  639. a copy or modification of this software and in all copies of the
  640. supporting documentation for such software.
  641. This work was produced at the University of California, Lawrence
  642. Livermore National Laboratory under contract no. W-7405-ENG-48 between
  643. the U.S. Department of Energy and The Regents of the University of
  644. California for the operation of UC LLNL.
  645. DISCLAIMER
  646. This software was prepared as an account of work sponsored by an
  647. agency of the United States Government. Neither the United States
  648. Government nor the University of California nor any of their
  649. employees, makes any warranty, express or implied, or assumes any
  650. liability or responsibility for the accuracy, completeness, or
  651. usefulness of any information, apparatus, product, or process
  652. disclosed, or represents that its use would not infringe
  653. privately-owned rights. Reference herein to any specific commercial
  654. products, process, or service by trade name, trademark, manufacturer,
  655. or otherwise, does not necessarily constitute or imply its
  656. endorsement, recommendation, or favoring by the United States
  657. Government or the University of California. The views and opinions of
  658. authors expressed herein do not necessarily state or reflect those of
  659. the United States Government or the University of California, and
  660. shall not be used for advertising or product endorsement purposes.
  661. AUTHOR
  662. David H. Munro wrote Yorick and Gist. Berkeley Yacc (byacc) generated
  663. the Yorick parser. The routines in Math are from LAPACK and FFTPACK;
  664. MathC contains C translations by David H. Munro. The algorithms for
  665. Yorick's random number generator and several special functions in
  666. Yorick/include were taken from Numerical Recipes by Press, et. al.,
  667. although the Yorick implementations are unrelated to those in
  668. Numerical Recipes. A small amount of code in Gist was adapted from
  669. the X11R4 release, copyright M.I.T. -- the complete copyright notice
  670. may be found in the (unused) file Gist/host.c.
  671. Classifier: Development Status :: 5 - Production/Stable
  672. Classifier: Framework :: Matplotlib
  673. Classifier: Intended Audience :: Science/Research
  674. Classifier: Intended Audience :: Education
  675. Classifier: License :: OSI Approved :: Python Software Foundation License
  676. Classifier: Programming Language :: Python
  677. Classifier: Programming Language :: Python :: 3
  678. Classifier: Programming Language :: Python :: 3.10
  679. Classifier: Programming Language :: Python :: 3.11
  680. Classifier: Programming Language :: Python :: 3.12
  681. Classifier: Programming Language :: Python :: 3.13
  682. Classifier: Programming Language :: Python :: 3.14
  683. Classifier: Topic :: Scientific/Engineering :: Visualization
  684. Project-URL: Homepage, https://matplotlib.org
  685. Project-URL: Download, https://matplotlib.org/stable/install/index.html
  686. Project-URL: Documentation, https://matplotlib.org
  687. Project-URL: Source Code, https://github.com/matplotlib/matplotlib
  688. Project-URL: Bug Tracker, https://github.com/matplotlib/matplotlib/issues
  689. Project-URL: Forum, https://discourse.matplotlib.org/
  690. Project-URL: Donate, https://numfocus.org/donate-to-matplotlib
  691. Requires-Python: >=3.10
  692. Requires-Dist: contourpy>=1.0.1
  693. Requires-Dist: cycler>=0.10
  694. Requires-Dist: fonttools>=4.22.0
  695. Requires-Dist: kiwisolver>=1.3.1
  696. Requires-Dist: numpy>=1.23
  697. Requires-Dist: packaging>=20.0
  698. Requires-Dist: pillow>=8
  699. Requires-Dist: pyparsing>=3
  700. Requires-Dist: python-dateutil>=2.7
  701. Provides-Extra: dev
  702. Requires-Dist: meson-python<0.17.0,>=0.13.1; extra == "dev"
  703. Requires-Dist: pybind11!=2.13.3,>=2.13.2; extra == "dev"
  704. Requires-Dist: setuptools_scm>=7; extra == "dev"
  705. Requires-Dist: setuptools>=64; extra == "dev"
  706. Description-Content-Type: text/markdown
  707. [![PyPi](https://img.shields.io/pypi/v/matplotlib)](https://pypi.org/project/matplotlib/)
  708. [![Conda](https://img.shields.io/conda/vn/conda-forge/matplotlib)](https://anaconda.org/conda-forge/matplotlib)
  709. [![Downloads](https://img.shields.io/pypi/dm/matplotlib)](https://pypi.org/project/matplotlib)
  710. [![NUMFocus](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](https://numfocus.org)
  711. [![Discourse help forum](https://img.shields.io/badge/help_forum-discourse-blue.svg)](https://discourse.matplotlib.org)
  712. [![Gitter](https://badges.gitter.im/matplotlib/matplotlib.svg)](https://gitter.im/matplotlib/matplotlib)
  713. [![GitHub issues](https://img.shields.io/badge/issue_tracking-github-blue.svg)](https://github.com/matplotlib/matplotlib/issues)
  714. [![Contributing](https://img.shields.io/badge/PR-Welcome-%23FF8300.svg?)](https://matplotlib.org/stable/devel/index.html)
  715. [![GitHub actions status](https://github.com/matplotlib/matplotlib/workflows/Tests/badge.svg)](https://github.com/matplotlib/matplotlib/actions?query=workflow%3ATests)
  716. [![Azure pipelines status](https://dev.azure.com/matplotlib/matplotlib/_apis/build/status/matplotlib.matplotlib?branchName=main)](https://dev.azure.com/matplotlib/matplotlib/_build/latest?definitionId=1&branchName=main)
  717. [![AppVeyor status](https://ci.appveyor.com/api/projects/status/github/matplotlib/matplotlib?branch=main&svg=true)](https://ci.appveyor.com/project/matplotlib/matplotlib)
  718. [![Codecov status](https://codecov.io/github/matplotlib/matplotlib/badge.svg?branch=main&service=github)](https://app.codecov.io/gh/matplotlib/matplotlib)
  719. [![EffVer Versioning](https://img.shields.io/badge/version_scheme-EffVer-0097a7)](https://jacobtomlinson.dev/effver)
  720. ![Matplotlib logotype](https://matplotlib.org/_static/logo2.svg)
  721. Matplotlib is a comprehensive library for creating static, animated, and
  722. interactive visualizations in Python.
  723. Check out our [home page](https://matplotlib.org/) for more information.
  724. ![image](https://matplotlib.org/_static/readme_preview.png)
  725. Matplotlib produces publication-quality figures in a variety of hardcopy
  726. formats and interactive environments across platforms. Matplotlib can be
  727. used in Python scripts, Python/IPython shells, web application servers,
  728. and various graphical user interface toolkits.
  729. ## Install
  730. See the [install
  731. documentation](https://matplotlib.org/stable/users/installing/index.html),
  732. which is generated from `/doc/install/index.rst`
  733. ## Contribute
  734. You've discovered a bug or something else you want to change — excellent!
  735. You've worked out a way to fix it — even better!
  736. You want to tell us about it — best of all!
  737. Start at the [contributing
  738. guide](https://matplotlib.org/devdocs/devel/contribute.html)!
  739. ## Contact
  740. [Discourse](https://discourse.matplotlib.org/) is the discussion forum
  741. for general questions and discussions and our recommended starting
  742. point.
  743. Our active mailing lists (which are mirrored on Discourse) are:
  744. - [Users](https://mail.python.org/mailman/listinfo/matplotlib-users)
  745. mailing list: <matplotlib-users@python.org>
  746. - [Announcement](https://mail.python.org/mailman/listinfo/matplotlib-announce)
  747. mailing list: <matplotlib-announce@python.org>
  748. - [Development](https://mail.python.org/mailman/listinfo/matplotlib-devel)
  749. mailing list: <matplotlib-devel@python.org>
  750. [Gitter](https://gitter.im/matplotlib/matplotlib) is for coordinating
  751. development and asking questions directly related to contributing to
  752. matplotlib.
  753. ## Citing Matplotlib
  754. If Matplotlib contributes to a project that leads to publication, please
  755. acknowledge this by citing Matplotlib.
  756. [A ready-made citation
  757. entry](https://matplotlib.org/stable/users/project/citing.html) is
  758. available.