File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 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
[ ![ PyPi downloads] ( https://img.shields.io/pypi/dm/tikzplotlib.svg?style=flat-square )] ( https://pypistats.org/packages/tikzplotlib )
12
12
13
- [ ![ Discord] ( https://img.shields.io/static/v1?logo=discord&label=chat&message=on%20discord&color=7289da&style=flat-square )] ( https://discord.com/channels/818781969562599434/818781969562599438 )
13
+ [ ![ Discord] ( https://img.shields.io/static/v1?logo=discord&label=chat&message=on%20discord&color=7289da&style=flat-square )] ( https://discord.gg/hnTJ5MRX2Y )
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 )
16
16
Original file line number Diff line number Diff line change 1
- import numpy as np
2
1
import matplotlib .pyplot as plt
3
-
2
+ import numpy as np
4
3
from helpers import assert_equality
5
4
6
5
Original file line number Diff line number Diff line change 1
1
import matplotlib .pyplot as plt
2
2
import numpy as np
3
3
import pytest
4
-
5
4
from helpers import assert_equality
6
5
7
6
You can’t perform that action at this time.
0 commit comments