ya.make 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(3.8.2)
  4. LICENSE(PSF-2.0)
  5. PEERDIR(
  6. contrib/libs/freetype
  7. contrib/libs/libpng
  8. contrib/libs/qhull
  9. contrib/python/Pillow
  10. contrib/python/contourpy
  11. contrib/python/cycler
  12. contrib/python/fonttools
  13. contrib/python/kiwisolver
  14. contrib/python/matplotlib/py3/extern/agg24-svn
  15. contrib/python/matplotlib/py3/extern/ttconv
  16. contrib/python/numpy
  17. contrib/python/packaging
  18. contrib/python/pyparsing
  19. contrib/python/python-dateutil
  20. )
  21. ADDINCL(
  22. contrib/libs/freetype
  23. contrib/libs/libpng
  24. contrib/libs/qhull
  25. contrib/python/matplotlib/py3/extern
  26. contrib/python/matplotlib/py3/extern/agg24-svn/include
  27. )
  28. NO_COMPILER_WARNINGS()
  29. NO_LINT()
  30. NO_CHECK_IMPORTS(
  31. matplotlib.backends.*
  32. matplotlib.sphinxext.*
  33. matplotlib.testing.*
  34. mpl_toolkits.*
  35. )
  36. CFLAGS(
  37. -D_MULTIARRAYMODULE
  38. -DNPY_INTERNAL_BUILD=1
  39. -DFREETYPE_BUILD_TYPE=local
  40. -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
  41. -DMPL_DEVNULL=/dev/null
  42. )
  43. IF (OS_WINDOWS)
  44. LDFLAGS(
  45. Comctl32.lib
  46. Psapi.lib
  47. )
  48. ENDIF()
  49. SRCS(
  50. src/_backend_agg.cpp
  51. src/_backend_agg_wrapper.cpp
  52. src/_c_internal_utils.c
  53. src/_image_wrapper.cpp
  54. src/_path_wrapper.cpp
  55. src/_qhull_wrapper.cpp
  56. src/_tkagg.cpp
  57. src/_ttconv.cpp
  58. src/checkdep_freetype2.c
  59. src/ft2font.cpp
  60. src/ft2font_wrapper.cpp
  61. src/py_converters.cpp
  62. src/tri/_tri.cpp
  63. src/tri/_tri_wrapper.cpp
  64. )
  65. PY_REGISTER(
  66. matplotlib._c_internal_utils
  67. matplotlib._image
  68. matplotlib._path
  69. matplotlib._qhull
  70. matplotlib._tri
  71. matplotlib._ttconv
  72. matplotlib.backends._backend_agg
  73. matplotlib.backends._tkagg
  74. matplotlib.ft2font
  75. )
  76. PY_SRCS(
  77. TOP_LEVEL
  78. matplotlib/__init__.py
  79. matplotlib/__init__.pyi
  80. matplotlib/_afm.py
  81. matplotlib/_animation_data.py
  82. matplotlib/_api/__init__.py
  83. matplotlib/_api/__init__.pyi
  84. matplotlib/_api/deprecation.py
  85. matplotlib/_api/deprecation.pyi
  86. matplotlib/_blocking_input.py
  87. matplotlib/_c_internal_utils.pyi
  88. matplotlib/_cm.py
  89. matplotlib/_cm_listed.py
  90. matplotlib/_color_data.py
  91. matplotlib/_color_data.pyi
  92. matplotlib/_constrained_layout.py
  93. matplotlib/_docstring.py
  94. matplotlib/_docstring.pyi
  95. matplotlib/_enums.py
  96. matplotlib/_enums.pyi
  97. matplotlib/_fontconfig_pattern.py
  98. matplotlib/_image.pyi
  99. matplotlib/_internal_utils.py
  100. matplotlib/_layoutgrid.py
  101. matplotlib/_mathtext.py
  102. matplotlib/_mathtext_data.py
  103. matplotlib/_path.pyi
  104. matplotlib/_pylab_helpers.py
  105. matplotlib/_pylab_helpers.pyi
  106. matplotlib/_qhull.pyi
  107. matplotlib/_text_helpers.py
  108. matplotlib/_tight_bbox.py
  109. matplotlib/_tight_layout.py
  110. matplotlib/_tri.pyi
  111. matplotlib/_ttconv.pyi
  112. matplotlib/_type1font.py
  113. matplotlib/_version.py
  114. matplotlib/animation.py
  115. matplotlib/animation.pyi
  116. matplotlib/artist.py
  117. matplotlib/artist.pyi
  118. matplotlib/axes/__init__.py
  119. matplotlib/axes/__init__.pyi
  120. matplotlib/axes/_axes.py
  121. matplotlib/axes/_axes.pyi
  122. matplotlib/axes/_base.py
  123. matplotlib/axes/_base.pyi
  124. matplotlib/axes/_secondary_axes.py
  125. matplotlib/axes/_secondary_axes.pyi
  126. matplotlib/axis.py
  127. matplotlib/axis.pyi
  128. matplotlib/backend_bases.py
  129. matplotlib/backend_bases.pyi
  130. matplotlib/backend_managers.py
  131. matplotlib/backend_managers.pyi
  132. matplotlib/backend_tools.py
  133. matplotlib/backend_tools.pyi
  134. matplotlib/backends/__init__.py
  135. matplotlib/backends/_backend_agg.pyi
  136. matplotlib/backends/_backend_gtk.py
  137. matplotlib/backends/_backend_pdf_ps.py
  138. matplotlib/backends/_backend_tk.py
  139. matplotlib/backends/_macosx.pyi
  140. matplotlib/backends/_tkagg.pyi
  141. matplotlib/backends/backend_agg.py
  142. matplotlib/backends/backend_cairo.py
  143. matplotlib/backends/backend_gtk3.py
  144. matplotlib/backends/backend_gtk3agg.py
  145. matplotlib/backends/backend_gtk3cairo.py
  146. matplotlib/backends/backend_gtk4.py
  147. matplotlib/backends/backend_gtk4agg.py
  148. matplotlib/backends/backend_gtk4cairo.py
  149. matplotlib/backends/backend_macosx.py
  150. matplotlib/backends/backend_mixed.py
  151. matplotlib/backends/backend_nbagg.py
  152. matplotlib/backends/backend_pdf.py
  153. matplotlib/backends/backend_pgf.py
  154. matplotlib/backends/backend_ps.py
  155. matplotlib/backends/backend_qt.py
  156. matplotlib/backends/backend_qt5.py
  157. matplotlib/backends/backend_qt5agg.py
  158. matplotlib/backends/backend_qt5cairo.py
  159. matplotlib/backends/backend_qtagg.py
  160. matplotlib/backends/backend_qtcairo.py
  161. matplotlib/backends/backend_svg.py
  162. matplotlib/backends/backend_template.py
  163. matplotlib/backends/backend_tkagg.py
  164. matplotlib/backends/backend_tkcairo.py
  165. matplotlib/backends/backend_webagg.py
  166. matplotlib/backends/backend_webagg_core.py
  167. matplotlib/backends/backend_wx.py
  168. matplotlib/backends/backend_wxagg.py
  169. matplotlib/backends/backend_wxcairo.py
  170. matplotlib/backends/qt_compat.py
  171. matplotlib/backends/qt_editor/__init__.py
  172. matplotlib/backends/qt_editor/_formlayout.py
  173. matplotlib/backends/qt_editor/figureoptions.py
  174. matplotlib/bezier.py
  175. matplotlib/bezier.pyi
  176. matplotlib/category.py
  177. matplotlib/cbook.py
  178. matplotlib/cbook.pyi
  179. matplotlib/cm.py
  180. matplotlib/cm.pyi
  181. matplotlib/collections.py
  182. matplotlib/collections.pyi
  183. matplotlib/colorbar.py
  184. matplotlib/colorbar.pyi
  185. matplotlib/colors.py
  186. matplotlib/colors.pyi
  187. matplotlib/container.py
  188. matplotlib/container.pyi
  189. matplotlib/contour.py
  190. matplotlib/contour.pyi
  191. matplotlib/dates.py
  192. matplotlib/dviread.py
  193. matplotlib/dviread.pyi
  194. matplotlib/figure.py
  195. matplotlib/figure.pyi
  196. matplotlib/font_manager.py
  197. matplotlib/font_manager.pyi
  198. matplotlib/ft2font.pyi
  199. matplotlib/gridspec.py
  200. matplotlib/gridspec.pyi
  201. matplotlib/hatch.py
  202. matplotlib/hatch.pyi
  203. matplotlib/image.py
  204. matplotlib/image.pyi
  205. matplotlib/layout_engine.py
  206. matplotlib/layout_engine.pyi
  207. matplotlib/legend.py
  208. matplotlib/legend.pyi
  209. matplotlib/legend_handler.py
  210. matplotlib/legend_handler.pyi
  211. matplotlib/lines.py
  212. matplotlib/lines.pyi
  213. matplotlib/markers.py
  214. matplotlib/markers.pyi
  215. matplotlib/mathtext.py
  216. matplotlib/mathtext.pyi
  217. matplotlib/mlab.py
  218. matplotlib/mlab.pyi
  219. matplotlib/offsetbox.py
  220. matplotlib/offsetbox.pyi
  221. matplotlib/patches.py
  222. matplotlib/patches.pyi
  223. matplotlib/path.py
  224. matplotlib/path.pyi
  225. matplotlib/patheffects.py
  226. matplotlib/patheffects.pyi
  227. matplotlib/projections/__init__.py
  228. matplotlib/projections/__init__.pyi
  229. matplotlib/projections/geo.py
  230. matplotlib/projections/geo.pyi
  231. matplotlib/projections/polar.py
  232. matplotlib/projections/polar.pyi
  233. matplotlib/pylab.py
  234. matplotlib/pyplot.py
  235. matplotlib/quiver.py
  236. matplotlib/quiver.pyi
  237. matplotlib/rcsetup.py
  238. matplotlib/rcsetup.pyi
  239. matplotlib/sankey.py
  240. matplotlib/sankey.pyi
  241. matplotlib/scale.py
  242. matplotlib/scale.pyi
  243. matplotlib/sphinxext/__init__.py
  244. matplotlib/sphinxext/figmpl_directive.py
  245. matplotlib/sphinxext/mathmpl.py
  246. matplotlib/sphinxext/plot_directive.py
  247. matplotlib/spines.py
  248. matplotlib/spines.pyi
  249. matplotlib/stackplot.py
  250. matplotlib/stackplot.pyi
  251. matplotlib/streamplot.py
  252. matplotlib/streamplot.pyi
  253. matplotlib/style/__init__.py
  254. matplotlib/style/core.py
  255. matplotlib/style/core.pyi
  256. matplotlib/table.py
  257. matplotlib/table.pyi
  258. matplotlib/testing/__init__.py
  259. matplotlib/testing/__init__.pyi
  260. matplotlib/testing/_markers.py
  261. matplotlib/testing/compare.py
  262. matplotlib/testing/compare.pyi
  263. matplotlib/testing/conftest.py
  264. matplotlib/testing/conftest.pyi
  265. matplotlib/testing/decorators.py
  266. matplotlib/testing/decorators.pyi
  267. matplotlib/testing/exceptions.py
  268. matplotlib/testing/jpl_units/Duration.py
  269. matplotlib/testing/jpl_units/Epoch.py
  270. matplotlib/testing/jpl_units/EpochConverter.py
  271. matplotlib/testing/jpl_units/StrConverter.py
  272. matplotlib/testing/jpl_units/UnitDbl.py
  273. matplotlib/testing/jpl_units/UnitDblConverter.py
  274. matplotlib/testing/jpl_units/UnitDblFormatter.py
  275. matplotlib/testing/jpl_units/__init__.py
  276. matplotlib/testing/widgets.py
  277. matplotlib/testing/widgets.pyi
  278. matplotlib/texmanager.py
  279. matplotlib/texmanager.pyi
  280. matplotlib/text.py
  281. matplotlib/text.pyi
  282. matplotlib/textpath.py
  283. matplotlib/textpath.pyi
  284. matplotlib/ticker.py
  285. matplotlib/ticker.pyi
  286. matplotlib/transforms.py
  287. matplotlib/transforms.pyi
  288. matplotlib/tri/__init__.py
  289. matplotlib/tri/_triangulation.py
  290. matplotlib/tri/_triangulation.pyi
  291. matplotlib/tri/_tricontour.py
  292. matplotlib/tri/_tricontour.pyi
  293. matplotlib/tri/_trifinder.py
  294. matplotlib/tri/_trifinder.pyi
  295. matplotlib/tri/_triinterpolate.py
  296. matplotlib/tri/_triinterpolate.pyi
  297. matplotlib/tri/_tripcolor.py
  298. matplotlib/tri/_tripcolor.pyi
  299. matplotlib/tri/_triplot.py
  300. matplotlib/tri/_triplot.pyi
  301. matplotlib/tri/_trirefine.py
  302. matplotlib/tri/_trirefine.pyi
  303. matplotlib/tri/_tritools.py
  304. matplotlib/tri/_tritools.pyi
  305. matplotlib/tri/triangulation.py
  306. matplotlib/tri/tricontour.py
  307. matplotlib/tri/trifinder.py
  308. matplotlib/tri/triinterpolate.py
  309. matplotlib/tri/tripcolor.py
  310. matplotlib/tri/triplot.py
  311. matplotlib/tri/trirefine.py
  312. matplotlib/tri/tritools.py
  313. matplotlib/typing.py
  314. matplotlib/units.py
  315. matplotlib/widgets.py
  316. matplotlib/widgets.pyi
  317. mpl_toolkits/axes_grid1/__init__.py
  318. mpl_toolkits/axes_grid1/anchored_artists.py
  319. mpl_toolkits/axes_grid1/axes_divider.py
  320. mpl_toolkits/axes_grid1/axes_grid.py
  321. mpl_toolkits/axes_grid1/axes_rgb.py
  322. mpl_toolkits/axes_grid1/axes_size.py
  323. mpl_toolkits/axes_grid1/inset_locator.py
  324. mpl_toolkits/axes_grid1/mpl_axes.py
  325. mpl_toolkits/axes_grid1/parasite_axes.py
  326. mpl_toolkits/axisartist/__init__.py
  327. mpl_toolkits/axisartist/angle_helper.py
  328. mpl_toolkits/axisartist/axes_divider.py
  329. mpl_toolkits/axisartist/axes_grid.py
  330. mpl_toolkits/axisartist/axes_rgb.py
  331. mpl_toolkits/axisartist/axis_artist.py
  332. mpl_toolkits/axisartist/axisline_style.py
  333. mpl_toolkits/axisartist/axislines.py
  334. mpl_toolkits/axisartist/floating_axes.py
  335. mpl_toolkits/axisartist/grid_finder.py
  336. mpl_toolkits/axisartist/grid_helper_curvelinear.py
  337. mpl_toolkits/axisartist/parasite_axes.py
  338. mpl_toolkits/mplot3d/__init__.py
  339. mpl_toolkits/mplot3d/art3d.py
  340. mpl_toolkits/mplot3d/axes3d.py
  341. mpl_toolkits/mplot3d/axis3d.py
  342. mpl_toolkits/mplot3d/proj3d.py
  343. pylab.py
  344. )
  345. RESOURCE_FILES(
  346. PREFIX contrib/python/matplotlib/py3/
  347. .dist-info/METADATA
  348. .dist-info/top_level.txt
  349. matplotlib/backends/web_backend/.eslintrc.js
  350. matplotlib/backends/web_backend/.prettierignore
  351. matplotlib/backends/web_backend/.prettierrc
  352. matplotlib/backends/web_backend/all_figures.html
  353. matplotlib/backends/web_backend/css/boilerplate.css
  354. matplotlib/backends/web_backend/css/fbm.css
  355. matplotlib/backends/web_backend/css/mpl.css
  356. matplotlib/backends/web_backend/css/page.css
  357. matplotlib/backends/web_backend/ipython_inline_figure.html
  358. matplotlib/backends/web_backend/js/mpl.js
  359. matplotlib/backends/web_backend/js/mpl_tornado.js
  360. matplotlib/backends/web_backend/js/nbagg_mpl.js
  361. matplotlib/backends/web_backend/nbagg_uat.ipynb
  362. matplotlib/backends/web_backend/package.json
  363. matplotlib/backends/web_backend/single_figure.html
  364. matplotlib/mpl-data/fonts/afm/cmex10.afm
  365. matplotlib/mpl-data/fonts/afm/cmmi10.afm
  366. matplotlib/mpl-data/fonts/afm/cmr10.afm
  367. matplotlib/mpl-data/fonts/afm/cmsy10.afm
  368. matplotlib/mpl-data/fonts/afm/cmtt10.afm
  369. matplotlib/mpl-data/fonts/afm/pagd8a.afm
  370. matplotlib/mpl-data/fonts/afm/pagdo8a.afm
  371. matplotlib/mpl-data/fonts/afm/pagk8a.afm
  372. matplotlib/mpl-data/fonts/afm/pagko8a.afm
  373. matplotlib/mpl-data/fonts/afm/pbkd8a.afm
  374. matplotlib/mpl-data/fonts/afm/pbkdi8a.afm
  375. matplotlib/mpl-data/fonts/afm/pbkl8a.afm
  376. matplotlib/mpl-data/fonts/afm/pbkli8a.afm
  377. matplotlib/mpl-data/fonts/afm/pcrb8a.afm
  378. matplotlib/mpl-data/fonts/afm/pcrbo8a.afm
  379. matplotlib/mpl-data/fonts/afm/pcrr8a.afm
  380. matplotlib/mpl-data/fonts/afm/pcrro8a.afm
  381. matplotlib/mpl-data/fonts/afm/phvb8a.afm
  382. matplotlib/mpl-data/fonts/afm/phvb8an.afm
  383. matplotlib/mpl-data/fonts/afm/phvbo8a.afm
  384. matplotlib/mpl-data/fonts/afm/phvbo8an.afm
  385. matplotlib/mpl-data/fonts/afm/phvl8a.afm
  386. matplotlib/mpl-data/fonts/afm/phvlo8a.afm
  387. matplotlib/mpl-data/fonts/afm/phvr8a.afm
  388. matplotlib/mpl-data/fonts/afm/phvr8an.afm
  389. matplotlib/mpl-data/fonts/afm/phvro8a.afm
  390. matplotlib/mpl-data/fonts/afm/phvro8an.afm
  391. matplotlib/mpl-data/fonts/afm/pncb8a.afm
  392. matplotlib/mpl-data/fonts/afm/pncbi8a.afm
  393. matplotlib/mpl-data/fonts/afm/pncr8a.afm
  394. matplotlib/mpl-data/fonts/afm/pncri8a.afm
  395. matplotlib/mpl-data/fonts/afm/pplb8a.afm
  396. matplotlib/mpl-data/fonts/afm/pplbi8a.afm
  397. matplotlib/mpl-data/fonts/afm/pplr8a.afm
  398. matplotlib/mpl-data/fonts/afm/pplri8a.afm
  399. matplotlib/mpl-data/fonts/afm/psyr.afm
  400. matplotlib/mpl-data/fonts/afm/ptmb8a.afm
  401. matplotlib/mpl-data/fonts/afm/ptmbi8a.afm
  402. matplotlib/mpl-data/fonts/afm/ptmr8a.afm
  403. matplotlib/mpl-data/fonts/afm/ptmri8a.afm
  404. matplotlib/mpl-data/fonts/afm/putb8a.afm
  405. matplotlib/mpl-data/fonts/afm/putbi8a.afm
  406. matplotlib/mpl-data/fonts/afm/putr8a.afm
  407. matplotlib/mpl-data/fonts/afm/putri8a.afm
  408. matplotlib/mpl-data/fonts/afm/pzcmi8a.afm
  409. matplotlib/mpl-data/fonts/afm/pzdr.afm
  410. matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Bold.afm
  411. matplotlib/mpl-data/fonts/pdfcorefonts/Courier-BoldOblique.afm
  412. matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Oblique.afm
  413. matplotlib/mpl-data/fonts/pdfcorefonts/Courier.afm
  414. matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Bold.afm
  415. matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-BoldOblique.afm
  416. matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Oblique.afm
  417. matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica.afm
  418. matplotlib/mpl-data/fonts/pdfcorefonts/Symbol.afm
  419. matplotlib/mpl-data/fonts/pdfcorefonts/Times-Bold.afm
  420. matplotlib/mpl-data/fonts/pdfcorefonts/Times-BoldItalic.afm
  421. matplotlib/mpl-data/fonts/pdfcorefonts/Times-Italic.afm
  422. matplotlib/mpl-data/fonts/pdfcorefonts/Times-Roman.afm
  423. matplotlib/mpl-data/fonts/pdfcorefonts/ZapfDingbats.afm
  424. matplotlib/mpl-data/fonts/pdfcorefonts/readme.txt
  425. matplotlib/mpl-data/fonts/ttf/DejaVuSans-Bold.ttf
  426. matplotlib/mpl-data/fonts/ttf/DejaVuSans-BoldOblique.ttf
  427. matplotlib/mpl-data/fonts/ttf/DejaVuSans-Oblique.ttf
  428. matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf
  429. matplotlib/mpl-data/fonts/ttf/DejaVuSansDisplay.ttf
  430. matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Bold.ttf
  431. matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-BoldOblique.ttf
  432. matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Oblique.ttf
  433. matplotlib/mpl-data/fonts/ttf/DejaVuSansMono.ttf
  434. matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Bold.ttf
  435. matplotlib/mpl-data/fonts/ttf/DejaVuSerif-BoldItalic.ttf
  436. matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Italic.ttf
  437. matplotlib/mpl-data/fonts/ttf/DejaVuSerif.ttf
  438. matplotlib/mpl-data/fonts/ttf/DejaVuSerifDisplay.ttf
  439. matplotlib/mpl-data/fonts/ttf/LICENSE_DEJAVU
  440. matplotlib/mpl-data/fonts/ttf/LICENSE_STIX
  441. matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf
  442. matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf
  443. matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf
  444. matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf
  445. matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf
  446. matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf
  447. matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf
  448. matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf
  449. matplotlib/mpl-data/fonts/ttf/STIXSizFiveSymReg.ttf
  450. matplotlib/mpl-data/fonts/ttf/STIXSizFourSymBol.ttf
  451. matplotlib/mpl-data/fonts/ttf/STIXSizFourSymReg.ttf
  452. matplotlib/mpl-data/fonts/ttf/STIXSizOneSymBol.ttf
  453. matplotlib/mpl-data/fonts/ttf/STIXSizOneSymReg.ttf
  454. matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymBol.ttf
  455. matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymReg.ttf
  456. matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymBol.ttf
  457. matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymReg.ttf
  458. matplotlib/mpl-data/fonts/ttf/cmb10.ttf
  459. matplotlib/mpl-data/fonts/ttf/cmex10.ttf
  460. matplotlib/mpl-data/fonts/ttf/cmmi10.ttf
  461. matplotlib/mpl-data/fonts/ttf/cmr10.ttf
  462. matplotlib/mpl-data/fonts/ttf/cmss10.ttf
  463. matplotlib/mpl-data/fonts/ttf/cmsy10.ttf
  464. matplotlib/mpl-data/fonts/ttf/cmtt10.ttf
  465. matplotlib/mpl-data/images/back-symbolic.svg
  466. matplotlib/mpl-data/images/back.pdf
  467. matplotlib/mpl-data/images/back.png
  468. matplotlib/mpl-data/images/back.svg
  469. matplotlib/mpl-data/images/back_large.png
  470. matplotlib/mpl-data/images/filesave-symbolic.svg
  471. matplotlib/mpl-data/images/filesave.pdf
  472. matplotlib/mpl-data/images/filesave.png
  473. matplotlib/mpl-data/images/filesave.svg
  474. matplotlib/mpl-data/images/filesave_large.png
  475. matplotlib/mpl-data/images/forward-symbolic.svg
  476. matplotlib/mpl-data/images/forward.pdf
  477. matplotlib/mpl-data/images/forward.png
  478. matplotlib/mpl-data/images/forward.svg
  479. matplotlib/mpl-data/images/forward_large.png
  480. matplotlib/mpl-data/images/hand.pdf
  481. matplotlib/mpl-data/images/hand.png
  482. matplotlib/mpl-data/images/hand.svg
  483. matplotlib/mpl-data/images/help-symbolic.svg
  484. matplotlib/mpl-data/images/help.pdf
  485. matplotlib/mpl-data/images/help.png
  486. matplotlib/mpl-data/images/help.svg
  487. matplotlib/mpl-data/images/help_large.png
  488. matplotlib/mpl-data/images/home-symbolic.svg
  489. matplotlib/mpl-data/images/home.pdf
  490. matplotlib/mpl-data/images/home.png
  491. matplotlib/mpl-data/images/home.svg
  492. matplotlib/mpl-data/images/home_large.png
  493. matplotlib/mpl-data/images/matplotlib.pdf
  494. matplotlib/mpl-data/images/matplotlib.png
  495. matplotlib/mpl-data/images/matplotlib.svg
  496. matplotlib/mpl-data/images/matplotlib_large.png
  497. matplotlib/mpl-data/images/move-symbolic.svg
  498. matplotlib/mpl-data/images/move.pdf
  499. matplotlib/mpl-data/images/move.png
  500. matplotlib/mpl-data/images/move.svg
  501. matplotlib/mpl-data/images/move_large.png
  502. matplotlib/mpl-data/images/qt4_editor_options.pdf
  503. matplotlib/mpl-data/images/qt4_editor_options.png
  504. matplotlib/mpl-data/images/qt4_editor_options.svg
  505. matplotlib/mpl-data/images/qt4_editor_options_large.png
  506. matplotlib/mpl-data/images/subplots-symbolic.svg
  507. matplotlib/mpl-data/images/subplots.pdf
  508. matplotlib/mpl-data/images/subplots.png
  509. matplotlib/mpl-data/images/subplots.svg
  510. matplotlib/mpl-data/images/subplots_large.png
  511. matplotlib/mpl-data/images/zoom_to_rect-symbolic.svg
  512. matplotlib/mpl-data/images/zoom_to_rect.pdf
  513. matplotlib/mpl-data/images/zoom_to_rect.png
  514. matplotlib/mpl-data/images/zoom_to_rect.svg
  515. matplotlib/mpl-data/images/zoom_to_rect_large.png
  516. matplotlib/mpl-data/kpsewhich.lua
  517. matplotlib/mpl-data/matplotlibrc
  518. matplotlib/mpl-data/plot_directive/plot_directive.css
  519. matplotlib/mpl-data/sample_data/Minduka_Present_Blue_Pack.png
  520. matplotlib/mpl-data/sample_data/README.txt
  521. matplotlib/mpl-data/sample_data/Stocks.csv
  522. matplotlib/mpl-data/sample_data/axes_grid/bivariate_normal.npy
  523. matplotlib/mpl-data/sample_data/data_x_x2_x3.csv
  524. matplotlib/mpl-data/sample_data/eeg.dat
  525. matplotlib/mpl-data/sample_data/embedding_in_wx3.xrc
  526. matplotlib/mpl-data/sample_data/goog.npz
  527. matplotlib/mpl-data/sample_data/grace_hopper.jpg
  528. matplotlib/mpl-data/sample_data/jacksboro_fault_dem.npz
  529. matplotlib/mpl-data/sample_data/logo2.png
  530. matplotlib/mpl-data/sample_data/membrane.dat
  531. matplotlib/mpl-data/sample_data/msft.csv
  532. matplotlib/mpl-data/sample_data/s1045.ima.gz
  533. matplotlib/mpl-data/sample_data/topobathy.npz
  534. matplotlib/mpl-data/stylelib/Solarize_Light2.mplstyle
  535. matplotlib/mpl-data/stylelib/_classic_test_patch.mplstyle
  536. matplotlib/mpl-data/stylelib/_mpl-gallery-nogrid.mplstyle
  537. matplotlib/mpl-data/stylelib/_mpl-gallery.mplstyle
  538. matplotlib/mpl-data/stylelib/bmh.mplstyle
  539. matplotlib/mpl-data/stylelib/classic.mplstyle
  540. matplotlib/mpl-data/stylelib/dark_background.mplstyle
  541. matplotlib/mpl-data/stylelib/fast.mplstyle
  542. matplotlib/mpl-data/stylelib/fivethirtyeight.mplstyle
  543. matplotlib/mpl-data/stylelib/ggplot.mplstyle
  544. matplotlib/mpl-data/stylelib/grayscale.mplstyle
  545. matplotlib/mpl-data/stylelib/seaborn-v0_8-bright.mplstyle
  546. matplotlib/mpl-data/stylelib/seaborn-v0_8-colorblind.mplstyle
  547. matplotlib/mpl-data/stylelib/seaborn-v0_8-dark-palette.mplstyle
  548. matplotlib/mpl-data/stylelib/seaborn-v0_8-dark.mplstyle
  549. matplotlib/mpl-data/stylelib/seaborn-v0_8-darkgrid.mplstyle
  550. matplotlib/mpl-data/stylelib/seaborn-v0_8-deep.mplstyle
  551. matplotlib/mpl-data/stylelib/seaborn-v0_8-muted.mplstyle
  552. matplotlib/mpl-data/stylelib/seaborn-v0_8-notebook.mplstyle
  553. matplotlib/mpl-data/stylelib/seaborn-v0_8-paper.mplstyle
  554. matplotlib/mpl-data/stylelib/seaborn-v0_8-pastel.mplstyle
  555. matplotlib/mpl-data/stylelib/seaborn-v0_8-poster.mplstyle
  556. matplotlib/mpl-data/stylelib/seaborn-v0_8-talk.mplstyle
  557. matplotlib/mpl-data/stylelib/seaborn-v0_8-ticks.mplstyle
  558. matplotlib/mpl-data/stylelib/seaborn-v0_8-white.mplstyle
  559. matplotlib/mpl-data/stylelib/seaborn-v0_8-whitegrid.mplstyle
  560. matplotlib/mpl-data/stylelib/seaborn-v0_8.mplstyle
  561. matplotlib/mpl-data/stylelib/tableau-colorblind10.mplstyle
  562. matplotlib/py.typed
  563. )
  564. END()
  565. RECURSE(
  566. extern
  567. )