File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 5
5
- id : isort
6
6
7
7
- repo : https://github.com/psf/black
8
- rev : 21.11b1
8
+ rev : 21.12b0
9
9
hooks :
10
10
- id : black
11
11
language_version : python3
Original file line number Diff line number Diff line change 9
9
[ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.1173089.svg?style=flat-square )] ( https://doi.org/10.5281/zenodo.1173089 )
10
10
[ ![ 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 )
11
11
[ ![ Downloads] ( https://pepy.tech/badge/tikzplotlib/month?style=flat-square )] ( https://pepy.tech/project/tikzplotlib )
12
+
12
13
<!-- [](https://pypistats.org/packages/tikzplotlib)-->
13
14
14
15
[ ![ 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/
31
32
library that sits on top of [ PGF/TikZ] ( https://en.wikipedia.org/wiki/PGF/TikZ ) and
32
33
describes graphs in terms of axes, data etc. Consequently, the output of tikzplotlib
33
34
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
37
38
38
39
than [ raw TikZ output] ( https://matplotlib.org/users/whats_new.html#pgf-tikz-backend ) .
39
40
For example, the matplotlib figure
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ def draw_pathcollection(data, obj):
206
206
+ " }%\n "
207
207
+ " \\ scope[draw=thispointdrawcolor, fill=thispointfillcolor]%\n "
208
208
+ "}" ,
209
- "scatter/@post marker code/.code={%\n \\ endscope\n " "}" ,
209
+ + "scatter/@post marker code/.code={%\n \\ endscope\n " "}" ,
210
210
]
211
211
)
212
212
You can’t perform that action at this time.
0 commit comments