Marius Brehler 9bfccc1116
dev-python/matplotlib2tikz: New package
matplotlib2tikz is a Python tool for converting matplotlib figures
into PGFPlots (TikZ) figures like for native inclusion into LaTeX
documents. The output of matplotlib2tikz is in PGFPlots, a LaTeX
library that sits on top of TikZ and describes graphs in terms of
axes, data etc. Consequently, the output of matplotlib2tikz retains
more information, can be more easily understood, and is more easily
editable than raw TikZ output.

Bug: https://bugs.gentoo.org/612052

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4161
2017-03-09 21:43:49 +01:00

18 lines
976 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>marbre@linux.sungazer.de</email>
<name>Marius Brehler</name>
</maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription>matplotlib2tikz is a Python tool for converting matplotlib figures into PGFPlots (TikZ) figures like for native inclusion into LaTeX documents. The output of matplotlib2tikz is in PGFPlots, a LaTeX library that sits on top of TikZ and describes graphs in terms of axes, data etc. Consequently, the output of matplotlib2tikz retains more information, can be more easily understood, and is more easily editable than raw TikZ output.</longdescription>
<upstream>
<remote-id type="github">nschloe/matplotlib2tikz</remote-id>
<remote-id type="pypi">matplotlib2tikz</remote-id>
</upstream>
</pkgmetadata>