tikzplot42 0.2.9__tar.gz → 0.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/PKG-INFO +3 -2
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/README.md +2 -1
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/pyproject.toml +1 -1
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot42.egg-info/PKG-INFO +3 -2
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/LICENSE +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/setup.cfg +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot/__init__.py +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot/__init__.pyi +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot/axes.py +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot/axes.pyi +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot/axes3d.py +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot/colorbar.py +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot/colorbar.pyi +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot/colors.py +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot/colors.pyi +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot/config.py +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot/config.pyi +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot/elements.py +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot/elements.pyi +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot/figure.py +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot/figure.pyi +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot/latex_special.py +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot/plots.py +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot/plots.pyi +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot/py.typed +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot/state.py +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot/state.pyi +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot42.egg-info/SOURCES.txt +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot42.egg-info/dependency_links.txt +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot42.egg-info/requires.txt +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/src/tikzplot42.egg-info/top_level.txt +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/tests/test1.py +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/tests/test2.py +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/tests/test3.py +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/tests/test4.py +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/tests/test5.py +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/tests/test6.py +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/tests/test7.py +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/tests/test8.py +0 -0
- {tikzplot42-0.2.9 → tikzplot42-0.3.0}/tests/test9.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tikzplot42
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: TikzPlot to make TikZ/PGFPlots plots with matplotlib.pyplot-like syntax.
|
|
5
5
|
Author-email: Zan Ambrozic <zan.ambrozic7@gmail.com>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -703,7 +703,7 @@ Dynamic: license-file
|
|
|
703
703
|
# TikzPlot
|
|
704
704
|
A clean version of PltToTikz, this time as Python package. Easy to use: only replace import matplotlib.pyplot with this library.
|
|
705
705
|
|
|
706
|
-
Please let me know if you find any bugs or unexpected behaviour.
|
|
706
|
+
Please let me know if you find any bugs or unexpected behaviour. Examples may be found in repository under `tests/` directory.
|
|
707
707
|
|
|
708
708
|
# Installation
|
|
709
709
|
NEW: PyPI: `pip install tikzplot42`.
|
|
@@ -720,6 +720,7 @@ Instead of using `import matplotlib.pyplot (as plt)`, use `import tikzplot.plots
|
|
|
720
720
|
- `\usepgfplotslibrary{groupplots}` (recommended for best results, enabled by default, may be avoided by setting TikzConfig USE_GROUPPLOTS=False),
|
|
721
721
|
- `\usepackage{xcolor}` (recommended for best colors, works without but needs change of TikzConfig USE_XCOLOR=False).
|
|
722
722
|
|
|
723
|
+
Export using `plt.savefig("example_graph.tex")` (recommended) or `plt.show()`.
|
|
723
724
|
Then use the generated file as `\input{example_graph.tex}`.
|
|
724
725
|
|
|
725
726
|
## Currently implemented:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# TikzPlot
|
|
2
2
|
A clean version of PltToTikz, this time as Python package. Easy to use: only replace import matplotlib.pyplot with this library.
|
|
3
3
|
|
|
4
|
-
Please let me know if you find any bugs or unexpected behaviour.
|
|
4
|
+
Please let me know if you find any bugs or unexpected behaviour. Examples may be found in repository under `tests/` directory.
|
|
5
5
|
|
|
6
6
|
# Installation
|
|
7
7
|
NEW: PyPI: `pip install tikzplot42`.
|
|
@@ -18,6 +18,7 @@ Instead of using `import matplotlib.pyplot (as plt)`, use `import tikzplot.plots
|
|
|
18
18
|
- `\usepgfplotslibrary{groupplots}` (recommended for best results, enabled by default, may be avoided by setting TikzConfig USE_GROUPPLOTS=False),
|
|
19
19
|
- `\usepackage{xcolor}` (recommended for best colors, works without but needs change of TikzConfig USE_XCOLOR=False).
|
|
20
20
|
|
|
21
|
+
Export using `plt.savefig("example_graph.tex")` (recommended) or `plt.show()`.
|
|
21
22
|
Then use the generated file as `\input{example_graph.tex}`.
|
|
22
23
|
|
|
23
24
|
## Currently implemented:
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "tikzplot42"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.3.0"
|
|
8
8
|
description = "TikzPlot to make TikZ/PGFPlots plots with matplotlib.pyplot-like syntax."
|
|
9
9
|
authors = [
|
|
10
10
|
{ name = "Zan Ambrozic", email = "zan.ambrozic7@gmail.com" }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tikzplot42
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: TikzPlot to make TikZ/PGFPlots plots with matplotlib.pyplot-like syntax.
|
|
5
5
|
Author-email: Zan Ambrozic <zan.ambrozic7@gmail.com>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -703,7 +703,7 @@ Dynamic: license-file
|
|
|
703
703
|
# TikzPlot
|
|
704
704
|
A clean version of PltToTikz, this time as Python package. Easy to use: only replace import matplotlib.pyplot with this library.
|
|
705
705
|
|
|
706
|
-
Please let me know if you find any bugs or unexpected behaviour.
|
|
706
|
+
Please let me know if you find any bugs or unexpected behaviour. Examples may be found in repository under `tests/` directory.
|
|
707
707
|
|
|
708
708
|
# Installation
|
|
709
709
|
NEW: PyPI: `pip install tikzplot42`.
|
|
@@ -720,6 +720,7 @@ Instead of using `import matplotlib.pyplot (as plt)`, use `import tikzplot.plots
|
|
|
720
720
|
- `\usepgfplotslibrary{groupplots}` (recommended for best results, enabled by default, may be avoided by setting TikzConfig USE_GROUPPLOTS=False),
|
|
721
721
|
- `\usepackage{xcolor}` (recommended for best colors, works without but needs change of TikzConfig USE_XCOLOR=False).
|
|
722
722
|
|
|
723
|
+
Export using `plt.savefig("example_graph.tex")` (recommended) or `plt.show()`.
|
|
723
724
|
Then use the generated file as `\input{example_graph.tex}`.
|
|
724
725
|
|
|
725
726
|
## Currently implemented:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|