| Age | Commit message (Collapse) | Author |
|
- 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>
|
|
Closes: https://bugs.gentoo.org/643664
Closes: https://bugs.gentoo.org/682368
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Package-Manager: Portage-2.3.13, Repoman-2.3.3
|
|
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
|