mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-16 03:47:28 -08:00
- Renamed from matplotlib2tikz - Added py3_7 - Fixed IUSE="test" - Added IUSE="doc" - dev-python/matplotlib2tikz: Renamed to tikzplotlib - profile/updates: matplotlib2tikz to tikzplotlib Closes: https://bugs.gentoo.org/695716 Closes: https://github.com/gentoo/gentoo/pull/14579 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
14 lines
841 B
XML
14 lines
841 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>sci@gentoo.org</email>
|
|
<name>Gentoo Science Project</name>
|
|
</maintainer>
|
|
<longdescription>tikzplotlib is a Python tool for converting matplotlib figures into PGFPlots (TikZ) figures like for native inclusion into LaTeX documents. The output of tikzplotlib 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 tikzplotlib retains more information, can be more easily understood, and is more easily editable than raw TikZ output.</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">nschloe/tikzplotlib</remote-id>
|
|
<remote-id type="pypi">tikzplotlib</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|