summaryrefslogtreecommitdiff
path: root/dev-python/matplotlib2tikz/metadata.xml
AgeCommit message (Collapse)Author
2020-02-14dev-python/tikzplotlib: Version bump 0.9.1Andrew Ammerlaan
- 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>
2019-06-01*/*: Retire marbre (proxied maintainer)Michał Górny
Closes: https://bugs.gentoo.org/643664 Closes: https://bugs.gentoo.org/682368 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2018-02-16dev-python/matplotlib2tikz: Add proxy-maintainers projectMarius Brehler
Package-Manager: Portage-2.3.13, Repoman-2.3.3
2017-03-09dev-python/matplotlib2tikz: New packageMarius Brehler
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