mayutils 1.2.38__tar.gz → 1.2.40__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.
- {mayutils-1.2.38 → mayutils-1.2.40}/PKG-INFO +1 -1
- {mayutils-1.2.38 → mayutils-1.2.40}/pyproject.toml +1 -1
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/visualisation/graphs/plotly/charts.py +2 -2
- {mayutils-1.2.38 → mayutils-1.2.40}/LICENSE +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/README.md +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/__init__.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/core/__init__.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/core/constants.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/data/__init__.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/data/analysis/__init__.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/data/cache/.gitkeep +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/data/live.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/data/local.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/data/queries/.gitkeep +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/data/queries/__init__.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/data/queries/examples/.gitkeep +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/data/read.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/environment/__init__.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/environment/benchmarking.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/environment/databases.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/environment/filesystem.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/environment/logging.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/environment/memoisation.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/environment/oauth.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/environment/secrets.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/environment/webdrivers.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/export/__init__.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/export/html.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/export/images.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/export/pdf.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/export/slides.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/interfaces/__init__.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/interfaces/google.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/interfaces/microsoft.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/interfaces/streamlit.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/mathematics/__init__.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/mathematics/numba.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/mathematics/numpy.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/objects/__init__.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/objects/classes.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/objects/colours.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/objects/dataframes.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/objects/datetime.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/objects/decorators.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/objects/dictionaries.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/objects/functions.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/objects/hashing.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/objects/numbers.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/objects/strings.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/objects/types.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/py.typed +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/scripts/__init__.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/scripts/clear_cache.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/scripts/versioning.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/testing/__init__.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/visualisation/__init__.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/visualisation/console.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/visualisation/graphs/__init__.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/visualisation/graphs/combine.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/visualisation/graphs/matplotlib/__init__.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/visualisation/graphs/matplotlib/template.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/visualisation/graphs/plotly/__init__.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/visualisation/graphs/plotly/templates.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/visualisation/graphs/plotly/traces.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/visualisation/graphs/plotly/utilities.py +0 -0
- {mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/visualisation/notebook.py +0 -0
|
@@ -1790,8 +1790,8 @@ def get_domains(
|
|
|
1790
1790
|
gap = (1 - spacing * (num_axes - 1)) / num_axes
|
|
1791
1791
|
domains = [
|
|
1792
1792
|
[
|
|
1793
|
-
(gap + spacing) * idx * fraction,
|
|
1794
|
-
(gap + spacing) * idx * fraction + gap * fraction,
|
|
1793
|
+
max((gap + spacing) * idx * fraction, 0),
|
|
1794
|
+
min((gap + spacing) * idx * fraction + gap * fraction, 1),
|
|
1795
1795
|
]
|
|
1796
1796
|
for idx in range(num_axes)
|
|
1797
1797
|
]
|
|
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
|
|
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
|
{mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/visualisation/graphs/matplotlib/__init__.py
RENAMED
|
File without changes
|
{mayutils-1.2.38 → mayutils-1.2.40}/src/mayutils/visualisation/graphs/matplotlib/template.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|