File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
[ ![ PyPI pyversions] ( https://img.shields.io/pypi/pyversions/tikzplotlib.svg?style=flat-square )] ( https://pypi.org/pypi/tikzplotlib/ )
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
- <!-- [](https://pypistats.org/packages/tikzplotlib)-->
12
11
[ ![ Downloads] ( https://pepy.tech/badge/tikzplotlib/month?style=flat-square )] ( https://pepy.tech/project/tikzplotlib )
12
+ <!-- [](https://pypistats.org/packages/tikzplotlib)-->
13
13
14
14
[ ![ Documentation Status] ( https://readthedocs.org/projects/tikzplotlib/badge/?version=latest&style=flat-square )] ( https://readthedocs.org/projects/tikzplotlib/?badge=latest )
15
15
[ ![ awesome] ( https://img.shields.io/badge/awesome-yes-brightgreen.svg?style=flat-square )] ( https://github.com/nschloe/tikzplotlib )
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