File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
strategy :
25
25
matrix :
26
- python-version : ["3.7", "3.8", "3.9", "3.10-dev "]
26
+ python-version : ["3.7", "3.8", "3.9", "3.10"]
27
27
steps :
28
28
- uses : actions/setup-python@v2
29
29
with :
Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ The output of tikzplotlib is in [PGFPlots](https://github.com/pgf-tikz/pgfplots/
30
30
library that sits on top of [ PGF/TikZ] ( https://en.wikipedia.org/wiki/PGF/TikZ ) and
31
31
describes graphs in terms of axes, data etc. Consequently, the output of tikzplotlib
32
32
33
- - retains more information,
34
- - can be more easily understood, and
35
- - is more easily editable
33
+ - retains more information,
34
+ - can be more easily understood, and
35
+ - is more easily editable
36
36
37
37
than [ raw TikZ output] ( https://matplotlib.org/users/whats_new.html#pgf-tikz-backend ) .
38
38
For example, the matplotlib figure
You can’t perform that action at this time.
0 commit comments