Skip to content

Commit c60bed9

Browse files
committed
small readme update
1 parent 9038fb7 commit c60bed9

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: isort
66

77
- repo: https://github.com/psf/black
8-
rev: 21.11b1
8+
rev: 21.12b0
99
hooks:
1010
- id: black
1111
language_version: python3

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1173089.svg?style=flat-square)](https://doi.org/10.5281/zenodo.1173089)
1010
[![GitHub stars](https://img.shields.io/github/stars/nschloe/tikzplotlib.svg?style=flat-square&logo=github&label=Stars&logoColor=white)](https://github.com/nschloe/tikzplotlib)
1111
[![Downloads](https://pepy.tech/badge/tikzplotlib/month?style=flat-square)](https://pepy.tech/project/tikzplotlib)
12+
1213
<!--[![PyPi downloads](https://img.shields.io/pypi/dm/tikzplotlib.svg?style=flat-square)](https://pypistats.org/packages/tikzplotlib)-->
1314

1415
[![Documentation Status](https://readthedocs.org/projects/tikzplotlib/badge/?version=latest&style=flat-square)](https://readthedocs.org/projects/tikzplotlib/?badge=latest)
@@ -31,9 +32,9 @@ The output of tikzplotlib is in [PGFPlots](https://github.com/pgf-tikz/pgfplots/
3132
library that sits on top of [PGF/TikZ](https://en.wikipedia.org/wiki/PGF/TikZ) and
3233
describes graphs in terms of axes, data etc. Consequently, the output of tikzplotlib
3334

34-
- retains more information,
35-
- can be more easily understood, and
36-
- is more easily editable
35+
- retains more information,
36+
- can be more easily understood, and
37+
- is more easily editable
3738

3839
than [raw TikZ output](https://matplotlib.org/users/whats_new.html#pgf-tikz-backend).
3940
For example, the matplotlib figure

src/tikzplotlib/_path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def draw_pathcollection(data, obj):
206206
+ " }%\n"
207207
+ " \\scope[draw=thispointdrawcolor, fill=thispointfillcolor]%\n"
208208
+ "}",
209-
"scatter/@post marker code/.code={%\n \\endscope\n" "}",
209+
+"scatter/@post marker code/.code={%\n \\endscope\n" "}",
210210
]
211211
)
212212

0 commit comments

Comments
 (0)