babelplot 2025.13__tar.gz → 2025.15__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.
- {babelplot-2025.13 → babelplot-2025.15}/PKG-INFO +3 -2
- {babelplot-2025.13 → babelplot-2025.15}/README.rst +1 -1
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/backend/catalog/matplotlib_.py +1 -1
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/backend/catalog/plotly_.py +4 -4
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/backend/catalog/vedo_.py +1 -1
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/version.py +1 -1
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot.egg-info/PKG-INFO +3 -2
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot.egg-info/requires.txt +1 -0
- {babelplot-2025.13 → babelplot-2025.15}/requirements.txt +1 -0
- {babelplot-2025.13 → babelplot-2025.15}/MANIFEST.in +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/README-COPYRIGHT-utf8.txt +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/README-LICENCE-utf8.txt +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/documentation/wiki/description.asciidoc +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/__init__.py +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/api/type.py +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/backend/catalog/bokeh_.py +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/backend/helper/creation.py +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/backend/helper/validation.py +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/constant/backend.py +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/constant/path.py +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/constant/project.py +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/extension/enum_.py +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/extension/function.py +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/runtime/backends.py +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/task/help.py +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/task/instantiation.py +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/task/plotting.py +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/task/showing.py +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/type/backend.py +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/type/dimension.py +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/type/ffp_base.py +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/type/figure.py +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/type/frame.py +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/type/plot.py +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/type/plot_function.py +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/type/plot_type.py +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot/type/translator.py +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot.egg-info/SOURCES.txt +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot.egg-info/dependency_links.txt +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/package/babelplot.egg-info/top_level.txt +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/pyproject.toml +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/setup.cfg +0 -0
- {babelplot-2025.13 → babelplot-2025.15}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: babelplot
|
|
3
|
-
Version: 2025.
|
|
3
|
+
Version: 2025.15
|
|
4
4
|
Summary: A Meta Plotting Library That Speaks Several Backends
|
|
5
5
|
Home-page: https://src.koda.cnrs.fr/eric.debreuve/babelplot/
|
|
6
6
|
Author: Eric Debreuve
|
|
@@ -16,6 +16,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
16
16
|
Classifier: Development Status :: 3 - Alpha
|
|
17
17
|
Requires-Python: >=3.11
|
|
18
18
|
Description-Content-Type: text/x-rst
|
|
19
|
+
Requires-Dist: color_spec_changer
|
|
19
20
|
Requires-Dist: numpy
|
|
20
21
|
Requires-Dist: scikit-image
|
|
21
22
|
Dynamic: author
|
|
@@ -46,7 +47,7 @@ Dynamic: summary
|
|
|
46
47
|
.. |DOCUMENTATION_URL| replace:: https://src.koda.cnrs.fr/eric.debreuve/babelplot/-/wikis/home
|
|
47
48
|
.. _DOCUMENTATION_URL: https://src.koda.cnrs.fr/eric.debreuve/babelplot/-/wikis/home
|
|
48
49
|
|
|
49
|
-
.. |DEPENDENCIES_MANDATORY| replace:: numpy, scikit-image
|
|
50
|
+
.. |DEPENDENCIES_MANDATORY| replace:: color_spec_changer, numpy, scikit-image
|
|
50
51
|
.. |DEPENDENCIES_OPTIONAL| replace:: bokeh, matplotlib, plotly, vedo
|
|
51
52
|
|
|
52
53
|
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
.. |DOCUMENTATION_URL| replace:: https://src.koda.cnrs.fr/eric.debreuve/babelplot/-/wikis/home
|
|
14
14
|
.. _DOCUMENTATION_URL: https://src.koda.cnrs.fr/eric.debreuve/babelplot/-/wikis/home
|
|
15
15
|
|
|
16
|
-
.. |DEPENDENCIES_MANDATORY| replace:: numpy, scikit-image
|
|
16
|
+
.. |DEPENDENCIES_MANDATORY| replace:: color_spec_changer, numpy, scikit-image
|
|
17
17
|
.. |DEPENDENCIES_OPTIONAL| replace:: bokeh, matplotlib, plotly, vedo
|
|
18
18
|
|
|
19
19
|
|
|
@@ -10,7 +10,7 @@ import typing as h
|
|
|
10
10
|
import matplotlib.pyplot as pypl # noqa
|
|
11
11
|
import numpy as nmpy
|
|
12
12
|
import skimage.measure as msre
|
|
13
|
-
from color_spec_changer
|
|
13
|
+
from color_spec_changer import NewTranslatedColor
|
|
14
14
|
from babelplot.task.plotting import NewPlotFunctionsTemplate
|
|
15
15
|
from babelplot.type.dimension import dim_e
|
|
16
16
|
from babelplot.type.ffp_base import backend_element_h
|
|
@@ -13,8 +13,8 @@ from pathlib import Path as path_t
|
|
|
13
13
|
import numpy as nmpy
|
|
14
14
|
import plotly.figure_factory as fcry # noqa
|
|
15
15
|
import plotly.graph_objects as plly # noqa
|
|
16
|
-
from color_spec_changer
|
|
17
|
-
from color_spec_changer.
|
|
16
|
+
from color_spec_changer import NewTranslatedColor
|
|
17
|
+
from color_spec_changer.task.analysis import CSCSpecification
|
|
18
18
|
from babelplot.task.plotting import NewPlotFunctionsTemplate
|
|
19
19
|
from babelplot.task.showing import ShowHTMLPlotWithPyQt
|
|
20
20
|
from babelplot.type.dimension import dim_e
|
|
@@ -501,8 +501,8 @@ def _ApplyGlobalTranslation(
|
|
|
501
501
|
marker[wanted] = value
|
|
502
502
|
del kwargs[passed]
|
|
503
503
|
if "color" in marker:
|
|
504
|
-
|
|
505
|
-
n_colors =
|
|
504
|
+
specification = CSCSpecification(marker["color"])
|
|
505
|
+
n_colors = specification.n_colors
|
|
506
506
|
if n_colors > 1:
|
|
507
507
|
translated, _ = NewTranslatedColor(marker["color"], "function_rgb255")
|
|
508
508
|
colorscale = [
|
|
@@ -8,7 +8,7 @@ import dataclasses as d
|
|
|
8
8
|
import typing as h
|
|
9
9
|
from multiprocessing import Process as process_t
|
|
10
10
|
|
|
11
|
-
from color_spec_changer
|
|
11
|
+
from color_spec_changer import NewTranslatedColor
|
|
12
12
|
from babelplot.task.plotting import NewPlotFunctionsTemplate, SetDefaultPlotFunction
|
|
13
13
|
from babelplot.type.dimension import dim_e
|
|
14
14
|
from babelplot.type.figure import figure_t as base_figure_t
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: babelplot
|
|
3
|
-
Version: 2025.
|
|
3
|
+
Version: 2025.15
|
|
4
4
|
Summary: A Meta Plotting Library That Speaks Several Backends
|
|
5
5
|
Home-page: https://src.koda.cnrs.fr/eric.debreuve/babelplot/
|
|
6
6
|
Author: Eric Debreuve
|
|
@@ -16,6 +16,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
16
16
|
Classifier: Development Status :: 3 - Alpha
|
|
17
17
|
Requires-Python: >=3.11
|
|
18
18
|
Description-Content-Type: text/x-rst
|
|
19
|
+
Requires-Dist: color_spec_changer
|
|
19
20
|
Requires-Dist: numpy
|
|
20
21
|
Requires-Dist: scikit-image
|
|
21
22
|
Dynamic: author
|
|
@@ -46,7 +47,7 @@ Dynamic: summary
|
|
|
46
47
|
.. |DOCUMENTATION_URL| replace:: https://src.koda.cnrs.fr/eric.debreuve/babelplot/-/wikis/home
|
|
47
48
|
.. _DOCUMENTATION_URL: https://src.koda.cnrs.fr/eric.debreuve/babelplot/-/wikis/home
|
|
48
49
|
|
|
49
|
-
.. |DEPENDENCIES_MANDATORY| replace:: numpy, scikit-image
|
|
50
|
+
.. |DEPENDENCIES_MANDATORY| replace:: color_spec_changer, numpy, scikit-image
|
|
50
51
|
.. |DEPENDENCIES_OPTIONAL| replace:: bokeh, matplotlib, plotly, vedo
|
|
51
52
|
|
|
52
53
|
|
|
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
|