babelplot 2024.3__tar.gz → 2024.4__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-2024.3 → babelplot-2024.4}/PKG-INFO +1 -1
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot/main.py +3 -3
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot/version.py +1 -1
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot.egg-info/PKG-INFO +1 -1
- {babelplot-2024.3 → babelplot-2024.4}/MANIFEST.in +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/README-COPYRIGHT-utf8.txt +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/README-LICENCE-utf8.txt +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/README.rst +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/documentation/wiki/description.asciidoc +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot/__init__.py +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot/backend/catalog/bokeh_.py +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot/backend/catalog/matplotlib_.py +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot/backend/catalog/plotly_.py +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot/backend/catalog/vedo_.py +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot/backend/helper/creation.py +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot/backend/helper/validation.py +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot/backend/specification/backend.py +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot/backend/specification/runtime.py +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot/constant/backend.py +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot/constant/project.py +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot/extension/enum_.py +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot/help.py +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot/specification/dimension.py +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot/specification/plot.py +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot/task/show_pyqt6.py +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot/type/base.py +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot/type/figure.py +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot/type/frame.py +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot/type/plot.py +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot.egg-info/SOURCES.txt +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot.egg-info/dependency_links.txt +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot.egg-info/requires.txt +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/package/babelplot.egg-info/top_level.txt +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/pyproject.toml +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/requirements.txt +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/setup.cfg +0 -0
- {babelplot-2024.3 → babelplot-2024.4}/setup.py +0 -0
|
@@ -88,11 +88,11 @@ def NewPlot(
|
|
|
88
88
|
) -> tuple[figure_t, frame_t, plot_t] | None:
|
|
89
89
|
""""""
|
|
90
90
|
if fig_kwargs is None:
|
|
91
|
-
fig_kwargs =
|
|
91
|
+
fig_kwargs = {}
|
|
92
92
|
if frm_kwargs is None:
|
|
93
|
-
frm_kwargs =
|
|
93
|
+
frm_kwargs = {}
|
|
94
94
|
if plt_kwargs is None:
|
|
95
|
-
plt_kwargs =
|
|
95
|
+
plt_kwargs = {}
|
|
96
96
|
|
|
97
97
|
figure = NewFigure(
|
|
98
98
|
*fig_args,
|
|
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
|