Skip to content

Commit 3805668

Browse files
committed
Add more distinguishing docs
1 parent 040f30c commit 3805668

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@
2020
[![LGTM](https://img.shields.io/lgtm/grade/python/github/nschloe/tikzplotlib.svg?style=flat-square)](https://lgtm.com/projects/g/nschloe/tikzplotlib)
2121
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/psf/black)
2222

23-
This is tikzplotlib, a Python tool for converting matplotlib figures into
23+
This is ***a patched version of*** tikzplotlib, a Python tool for converting matplotlib figures into
2424
[PGFPlots](https://www.ctan.org/pkg/pgfplots) ([PGF/TikZ](https://www.ctan.org/pkg/pgf))
2525
figures like
2626

2727
![](https://nschloe.github.io/tikzplotlib/example.png)
2828

2929
for native inclusion into LaTeX or ConTeXt documents.
3030

31+
This version contains patches from [`JasonGross/tikzplotlib/patched`](https://github.com/JasonGross/tikzplotlib/tree/patched).
32+
3133
The output of tikzplotlib is in [PGFPlots](https://github.com/pgf-tikz/pgfplots/), a TeX
3234
library that sits on top of [PGF/TikZ](https://en.wikipedia.org/wiki/PGF/TikZ) and
3335
describes graphs in terms of axes, data etc. Consequently, the output of tikzplotlib

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
{ name = "Nico Schlömer", email = "[email protected]" },
1212
{ "name" = "Jason Gross", "email" = "[email protected]" },
1313
]
14-
description = "Convert matplotlib figures into TikZ/PGFPlots"
14+
description = "Convert matplotlib figures into TikZ/PGFPlots. Version of tikzplotlib patched with additional patches."
1515
readme = "README.md"
1616
license = { file = "LICENSE" }
1717
classifiers = [

src/tikzplotlib/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.1.post1"
1+
__version__ = "0.10.1.post2"

0 commit comments

Comments
 (0)