plotlp 0.1.5__tar.gz → 0.1.7__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.
- {plotlp-0.1.5 → plotlp-0.1.7}/PKG-INFO +1 -1
- {plotlp-0.1.5 → plotlp-0.1.7}/pyproject.toml +6 -3
- plotlp-0.1.7/src/plotlp/__init__.py +45 -0
- plotlp-0.1.7/src/plotlp/modules/StyledAxes_LP/functions/__template__.py +19 -0
- {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/StyledAxes_LP/test_StyledAxes.py +1 -1
- plotlp-0.1.7/src/plotlp/modules/StyledFigure_LP/functions/__template__.py +19 -0
- {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/StyledFigure_LP/test_StyledFigure.py +1 -1
- plotlp-0.1.7/src/plotlp/modules/cmap_LP/functions/__template__.py +19 -0
- {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/cmap_LP/test_cmap.py +1 -1
- plotlp-0.1.7/src/plotlp/modules/color_LP/functions/__template__.py +19 -0
- {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/color_LP/test_color.py +1 -1
- plotlp-0.1.7/src/plotlp/modules/figure_LP/functions/__template__.py +19 -0
- {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/figure_LP/test_figure.py +1 -1
- plotlp-0.1.7/src/plotlp/modules/imgfigure_LP/functions/__template__.py +19 -0
- {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/imgfigure_LP/test_imgfigure.py +1 -1
- plotlp-0.1.7/src/plotlp/modules/plt_LP/__init__.py +0 -0
- plotlp-0.1.7/src/plotlp/modules/plt_LP/functions/__init__.py +0 -0
- plotlp-0.1.7/src/plotlp/modules/plt_LP/functions/__template__.py +19 -0
- {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/plt_LP/test_plt.py +1 -1
- plotlp-0.1.7/src/plotlp/modules/style_LP/__init__.py +0 -0
- plotlp-0.1.7/src/plotlp/modules/style_LP/functions/__init__.py +0 -0
- plotlp-0.1.7/src/plotlp/modules/style_LP/functions/__template__.py +19 -0
- plotlp-0.1.7/src/plotlp/modules/style_LP/styles/__init__.py +0 -0
- {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/style_LP/test_style.py +1 -1
- plotlp-0.1.7/src/plotlp/modules/subplots_LP/__init__.py +0 -0
- plotlp-0.1.7/src/plotlp/modules/subplots_LP/functions/__init__.py +0 -0
- plotlp-0.1.7/src/plotlp/modules/subplots_LP/functions/__template__.py +19 -0
- {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/subplots_LP/test_subplots.py +1 -1
- plotlp-0.1.7/src/plotlp/py.typed +0 -0
- plotlp-0.1.7/src/plotlp/routines/__init__.py +0 -0
- plotlp-0.1.5/src/plotlp/__init__.py +0 -23
- plotlp-0.1.5/src/plotlp/modules.json +0 -56
- plotlp-0.1.5/src/plotlp/scripts.json +0 -1
- {plotlp-0.1.5 → plotlp-0.1.7}/README.md +0 -0
- {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/StyledAxes_LP/StyledAxes.py +0 -0
- {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/StyledAxes_LP/__init__.py +0 -0
- {plotlp-0.1.5/src/plotlp/modules/StyledFigure_LP → plotlp-0.1.7/src/plotlp/modules/StyledAxes_LP/functions}/__init__.py +0 -0
- {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/StyledFigure_LP/StyledFigure.py +0 -0
- {plotlp-0.1.5/src/plotlp/modules → plotlp-0.1.7/src/plotlp/modules/StyledFigure_LP}/__init__.py +0 -0
- {plotlp-0.1.5/src/plotlp/modules/cmap_LP → plotlp-0.1.7/src/plotlp/modules/StyledFigure_LP/functions}/__init__.py +0 -0
- {plotlp-0.1.5/src/plotlp/modules/color_LP → plotlp-0.1.7/src/plotlp/modules}/__init__.py +0 -0
- {plotlp-0.1.5/src/plotlp/modules/figure_LP → plotlp-0.1.7/src/plotlp/modules/cmap_LP}/__init__.py +0 -0
- {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/cmap_LP/cmap.py +0 -0
- {plotlp-0.1.5/src/plotlp/modules/imgfigure_LP → plotlp-0.1.7/src/plotlp/modules/cmap_LP/functions}/__init__.py +0 -0
- {plotlp-0.1.5/src/plotlp/modules/plt_LP → plotlp-0.1.7/src/plotlp/modules/color_LP}/__init__.py +0 -0
- {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/color_LP/color.py +0 -0
- {plotlp-0.1.5/src/plotlp/modules/style_LP → plotlp-0.1.7/src/plotlp/modules/color_LP/functions}/__init__.py +0 -0
- {plotlp-0.1.5/src/plotlp/modules/style_LP/styles → plotlp-0.1.7/src/plotlp/modules/figure_LP}/__init__.py +0 -0
- {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/figure_LP/figure.py +0 -0
- {plotlp-0.1.5/src/plotlp/modules/subplots_LP → plotlp-0.1.7/src/plotlp/modules/figure_LP/functions}/__init__.py +0 -0
- {plotlp-0.1.5/src/plotlp/scripts → plotlp-0.1.7/src/plotlp/modules/imgfigure_LP}/__init__.py +0 -0
- /plotlp-0.1.5/src/plotlp/py.typed → /plotlp-0.1.7/src/plotlp/modules/imgfigure_LP/functions/__init__.py +0 -0
- {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/imgfigure_LP/imgfigure.py +0 -0
- {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/plt_LP/plt.py +0 -0
- {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/style_LP/style.py +0 -0
- {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/style_LP/styles/darkLP.py +0 -0
- {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/style_LP/styles/default.py +0 -0
- {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/style_LP/styles/lightLP.py +0 -0
- {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/style_LP/styles/styleLP.py +0 -0
- {plotlp-0.1.5 → plotlp-0.1.7}/src/plotlp/modules/subplots_LP/subplots.py +0 -0
|
@@ -1,19 +1,22 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "plotlp"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.7"
|
|
4
4
|
description = "A library wrapper around matplotlib for custom plots."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.12"
|
|
7
7
|
dependencies = [ "corelp", "cycler", "matplotlib", "numpy", "pillow",]
|
|
8
8
|
|
|
9
9
|
[build-system]
|
|
10
|
-
requires = [ "uv_build
|
|
10
|
+
requires = [ "uv_build",]
|
|
11
11
|
build-backend = "uv_build"
|
|
12
12
|
|
|
13
13
|
[dependency-groups]
|
|
14
|
-
|
|
14
|
+
tests = [ "pytest",]
|
|
15
15
|
docs = [ "sphinx", "sphinx-design", "sphinx-rtd-theme", "toml",]
|
|
16
16
|
anaconda = [ "ipykernel", "spyder-kernels",]
|
|
17
17
|
|
|
18
18
|
[tool.uv]
|
|
19
19
|
required-environments = [ "sys_platform == 'linux' and platform_machine == 'x86_64'", "sys_platform == 'win32' and (platform_machine == 'AMD64' or platform_machine == 'x86_64')",]
|
|
20
|
+
|
|
21
|
+
[tool.uv.sources.corelp]
|
|
22
|
+
workspace = true
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
# -*- coding: utf-8 -*-
|
|
3
|
+
# Date : 2025-08-28
|
|
4
|
+
# Author : Lancelot PINCET
|
|
5
|
+
# GitHub : https://github.com/LancelotPincet
|
|
6
|
+
# Library : plotLP
|
|
7
|
+
|
|
8
|
+
"""
|
|
9
|
+
A library wrapper around matplotlib for custom plots.
|
|
10
|
+
"""
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# %% Source import
|
|
15
|
+
sources = {
|
|
16
|
+
'StyledAxes': 'plotlp.modules.StyledAxes_LP.StyledAxes',
|
|
17
|
+
'StyledFigure': 'plotlp.modules.StyledFigure_LP.StyledFigure',
|
|
18
|
+
'cmap': 'plotlp.modules.cmap_LP.cmap',
|
|
19
|
+
'color': 'plotlp.modules.color_LP.color',
|
|
20
|
+
'figure': 'plotlp.modules.figure_LP.figure',
|
|
21
|
+
'imgfigure': 'plotlp.modules.imgfigure_LP.imgfigure',
|
|
22
|
+
'plt': 'plotlp.modules.plt_LP.plt',
|
|
23
|
+
'style': 'plotlp.modules.style_LP.style',
|
|
24
|
+
'subplots': 'plotlp.modules.subplots_LP.subplots'
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
# %% Hidden imports
|
|
30
|
+
if False :
|
|
31
|
+
import plotlp.modules.StyledAxes_LP.StyledAxes
|
|
32
|
+
import plotlp.modules.StyledFigure_LP.StyledFigure
|
|
33
|
+
import plotlp.modules.cmap_LP.cmap
|
|
34
|
+
import plotlp.modules.color_LP.color
|
|
35
|
+
import plotlp.modules.figure_LP.figure
|
|
36
|
+
import plotlp.modules.imgfigure_LP.imgfigure
|
|
37
|
+
import plotlp.modules.plt_LP.plt
|
|
38
|
+
import plotlp.modules.style_LP.style
|
|
39
|
+
import plotlp.modules.subplots_LP.subplots
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
# %% Lazy imports
|
|
44
|
+
from corelp import getmodule
|
|
45
|
+
__getattr__, __all__ = getmodule(sources)
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
# -*- coding: utf-8 -*-
|
|
3
|
+
# Author : Lancelot PINCET
|
|
4
|
+
# GitHub : https://github.com/LancelotPincet
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
# %% Libraries
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
# %% Function
|
|
14
|
+
def temp(**kwargs) :
|
|
15
|
+
'''
|
|
16
|
+
TODO
|
|
17
|
+
'''
|
|
18
|
+
|
|
19
|
+
print('Hello world!')
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
# -*- coding: utf-8 -*-
|
|
3
|
+
# Author : Lancelot PINCET
|
|
4
|
+
# GitHub : https://github.com/LancelotPincet
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
# %% Libraries
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
# %% Function
|
|
14
|
+
def temp(**kwargs) :
|
|
15
|
+
'''
|
|
16
|
+
TODO
|
|
17
|
+
'''
|
|
18
|
+
|
|
19
|
+
print('Hello world!')
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
# -*- coding: utf-8 -*-
|
|
3
|
+
# Author : Lancelot PINCET
|
|
4
|
+
# GitHub : https://github.com/LancelotPincet
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
# %% Libraries
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
# %% Function
|
|
14
|
+
def temp(**kwargs) :
|
|
15
|
+
'''
|
|
16
|
+
TODO
|
|
17
|
+
'''
|
|
18
|
+
|
|
19
|
+
print('Hello world!')
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
# -*- coding: utf-8 -*-
|
|
3
|
+
# Author : Lancelot PINCET
|
|
4
|
+
# GitHub : https://github.com/LancelotPincet
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
# %% Libraries
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
# %% Function
|
|
14
|
+
def temp(**kwargs) :
|
|
15
|
+
'''
|
|
16
|
+
TODO
|
|
17
|
+
'''
|
|
18
|
+
|
|
19
|
+
print('Hello world!')
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
# -*- coding: utf-8 -*-
|
|
3
|
+
# Author : Lancelot PINCET
|
|
4
|
+
# GitHub : https://github.com/LancelotPincet
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
# %% Libraries
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
# %% Function
|
|
14
|
+
def temp(**kwargs) :
|
|
15
|
+
'''
|
|
16
|
+
TODO
|
|
17
|
+
'''
|
|
18
|
+
|
|
19
|
+
print('Hello world!')
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
# -*- coding: utf-8 -*-
|
|
3
|
+
# Author : Lancelot PINCET
|
|
4
|
+
# GitHub : https://github.com/LancelotPincet
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
# %% Libraries
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
# %% Function
|
|
14
|
+
def temp(**kwargs) :
|
|
15
|
+
'''
|
|
16
|
+
TODO
|
|
17
|
+
'''
|
|
18
|
+
|
|
19
|
+
print('Hello world!')
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
# -*- coding: utf-8 -*-
|
|
3
|
+
# Author : Lancelot PINCET
|
|
4
|
+
# GitHub : https://github.com/LancelotPincet
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
# %% Libraries
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
# %% Function
|
|
14
|
+
def temp(**kwargs) :
|
|
15
|
+
'''
|
|
16
|
+
TODO
|
|
17
|
+
'''
|
|
18
|
+
|
|
19
|
+
print('Hello world!')
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
# -*- coding: utf-8 -*-
|
|
3
|
+
# Author : Lancelot PINCET
|
|
4
|
+
# GitHub : https://github.com/LancelotPincet
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
# %% Libraries
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
# %% Function
|
|
14
|
+
def temp(**kwargs) :
|
|
15
|
+
'''
|
|
16
|
+
TODO
|
|
17
|
+
'''
|
|
18
|
+
|
|
19
|
+
print('Hello world!')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
# -*- coding: utf-8 -*-
|
|
3
|
+
# Author : Lancelot PINCET
|
|
4
|
+
# GitHub : https://github.com/LancelotPincet
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
# %% Libraries
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
# %% Function
|
|
14
|
+
def temp(**kwargs) :
|
|
15
|
+
'''
|
|
16
|
+
TODO
|
|
17
|
+
'''
|
|
18
|
+
|
|
19
|
+
print('Hello world!')
|
|
File without changes
|
|
File without changes
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env python3
|
|
2
|
-
# -*- coding: utf-8 -*-
|
|
3
|
-
# Date : 2025-08-28
|
|
4
|
-
# Author : Lancelot PINCET
|
|
5
|
-
# GitHub : https://github.com/LancelotPincet
|
|
6
|
-
# Library : plotLP
|
|
7
|
-
|
|
8
|
-
"""
|
|
9
|
-
A library wrapper around matplotlib for custom plots.
|
|
10
|
-
"""
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
# %% Lazy imports
|
|
15
|
-
from corelp import getmodule
|
|
16
|
-
__getattr__, __all__ = getmodule(__file__)
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
# %% Test function run
|
|
21
|
-
if __name__ == "__main__":
|
|
22
|
-
from corelp import test
|
|
23
|
-
test(__file__)
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"StyledAxes": {
|
|
3
|
-
"date": "2025-12-11",
|
|
4
|
-
"description": "A class using stored styles inside.",
|
|
5
|
-
"module": "modules/StyledAxes_LP/StyledAxes",
|
|
6
|
-
"object": "StyledAxes"
|
|
7
|
-
},
|
|
8
|
-
"StyledFigure": {
|
|
9
|
-
"date": "2025-12-11",
|
|
10
|
-
"description": "A class defining figures with custom styles included inside.",
|
|
11
|
-
"module": "modules/StyledFigure_LP/StyledFigure",
|
|
12
|
-
"object": "StyledFigure"
|
|
13
|
-
},
|
|
14
|
-
"cmap": {
|
|
15
|
-
"date": "2025-11-17",
|
|
16
|
-
"description": "This module adds custom cmaps to matplotlib.",
|
|
17
|
-
"module": "modules/cmap_LP/cmap",
|
|
18
|
-
"object": "cmap"
|
|
19
|
-
},
|
|
20
|
-
"color": {
|
|
21
|
-
"date": "2025-11-16",
|
|
22
|
-
"description": "Gets a custom Color object.",
|
|
23
|
-
"module": "modules/color_LP/color",
|
|
24
|
-
"object": "color"
|
|
25
|
-
},
|
|
26
|
-
"figure": {
|
|
27
|
-
"date": "2025-12-11",
|
|
28
|
-
"description": "Wrapper function defining a StyledFigure.",
|
|
29
|
-
"module": "modules/figure_LP/figure",
|
|
30
|
-
"object": "figure"
|
|
31
|
-
},
|
|
32
|
-
"imgfigure": {
|
|
33
|
-
"date": "2025-12-11",
|
|
34
|
-
"description": "Figure function for showing images.",
|
|
35
|
-
"module": "modules/imgfigure_LP/imgfigure",
|
|
36
|
-
"object": "imgfigure"
|
|
37
|
-
},
|
|
38
|
-
"plt": {
|
|
39
|
-
"date": "2025-12-11",
|
|
40
|
-
"description": "matplotlib.pyplot shortcut",
|
|
41
|
-
"module": "modules/plt_LP/plt",
|
|
42
|
-
"object": "plt"
|
|
43
|
-
},
|
|
44
|
-
"style": {
|
|
45
|
-
"date": "2025-11-16",
|
|
46
|
-
"description": "This module defines style informations for matplotlib.",
|
|
47
|
-
"module": "modules/style_LP/style",
|
|
48
|
-
"object": "style"
|
|
49
|
-
},
|
|
50
|
-
"subplots": {
|
|
51
|
-
"date": "2025-12-11",
|
|
52
|
-
"description": "Wrapper function defining subplots in a StyledFigure.",
|
|
53
|
-
"module": "modules/subplots_LP/subplots",
|
|
54
|
-
"object": "subplots"
|
|
55
|
-
}
|
|
56
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{plotlp-0.1.5/src/plotlp/modules → plotlp-0.1.7/src/plotlp/modules/StyledFigure_LP}/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{plotlp-0.1.5/src/plotlp/modules/figure_LP → plotlp-0.1.7/src/plotlp/modules/cmap_LP}/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{plotlp-0.1.5/src/plotlp/modules/plt_LP → plotlp-0.1.7/src/plotlp/modules/color_LP}/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{plotlp-0.1.5/src/plotlp/scripts → plotlp-0.1.7/src/plotlp/modules/imgfigure_LP}/__init__.py
RENAMED
|
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
|