batplot 1.7.24__tar.gz → 1.7.25__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.
Potentially problematic release.
This version of batplot might be problematic. Click here for more details.
- {batplot-1.7.24/batplot.egg-info → batplot-1.7.25}/PKG-INFO +1 -1
- {batplot-1.7.24 → batplot-1.7.25}/batplot/__init__.py +1 -1
- {batplot-1.7.24 → batplot-1.7.25}/batplot/batplot.py +2 -2
- {batplot-1.7.24 → batplot-1.7.25}/batplot/cpc_interactive.py +775 -319
- {batplot-1.7.24 → batplot-1.7.25}/batplot/electrochem_interactive.py +1 -1
- {batplot-1.7.24 → batplot-1.7.25}/batplot/interactive.py +1 -1
- {batplot-1.7.24 → batplot-1.7.25}/batplot/operando_ec_interactive.py +1 -1
- {batplot-1.7.24 → batplot-1.7.25}/batplot/session.py +121 -17
- {batplot-1.7.24 → batplot-1.7.25/batplot.egg-info}/PKG-INFO +1 -1
- {batplot-1.7.24 → batplot-1.7.25}/pyproject.toml +1 -1
- {batplot-1.7.24 → batplot-1.7.25}/LICENSE +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/MANIFEST.in +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/README.md +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/USER_MANUAL.md +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot/args.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot/batch.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot/cif.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot/cli.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot/color_utils.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot/config.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot/converters.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot/data/USER_MANUAL.md +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot/manual.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot/modes.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot/operando.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot/plotting.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot/readers.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot/style.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot/ui.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot/utils.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot/version_check.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot.egg-info/SOURCES.txt +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot.egg-info/dependency_links.txt +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot.egg-info/entry_points.txt +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot.egg-info/requires.txt +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot.egg-info/top_level.txt +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot_backup_20251121_223043/__init__.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot_backup_20251121_223043/args.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot_backup_20251121_223043/batch.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot_backup_20251121_223043/batplot.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot_backup_20251121_223043/cif.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot_backup_20251121_223043/cli.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot_backup_20251121_223043/color_utils.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot_backup_20251121_223043/config.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot_backup_20251121_223043/converters.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot_backup_20251121_223043/cpc_interactive.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot_backup_20251121_223043/electrochem_interactive.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot_backup_20251121_223043/interactive.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot_backup_20251121_223043/modes.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot_backup_20251121_223043/operando.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot_backup_20251121_223043/operando_ec_interactive.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot_backup_20251121_223043/plotting.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot_backup_20251121_223043/readers.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot_backup_20251121_223043/session.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot_backup_20251121_223043/style.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot_backup_20251121_223043/ui.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot_backup_20251121_223043/utils.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/batplot_backup_20251121_223043/version_check.py +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/setup.cfg +0 -0
- {batplot-1.7.24 → batplot-1.7.25}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: batplot
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.25
|
|
4
4
|
Summary: Interactive plotting tool for material science (1D plot) and electrochemistry (GC, CV, dQ/dV, CPC, operando) with batch processing
|
|
5
5
|
Author-email: Tian Dai <tianda@uio.no>
|
|
6
6
|
License: MIT License
|
|
@@ -1828,7 +1828,7 @@ def batplot_main() -> int:
|
|
|
1828
1828
|
if not res:
|
|
1829
1829
|
print("Failed to load CPC session.")
|
|
1830
1830
|
exit(1)
|
|
1831
|
-
fig_c, ax_c, ax2_c, sc_c, sc_d, sc_e = res
|
|
1831
|
+
fig_c, ax_c, ax2_c, sc_c, sc_d, sc_e, file_data = res
|
|
1832
1832
|
try:
|
|
1833
1833
|
_plt.ion()
|
|
1834
1834
|
except Exception:
|
|
@@ -1839,7 +1839,7 @@ def batplot_main() -> int:
|
|
|
1839
1839
|
pass
|
|
1840
1840
|
try:
|
|
1841
1841
|
if cpc_interactive_menu is not None:
|
|
1842
|
-
cpc_interactive_menu(fig_c, ax_c, ax2_c, sc_c, sc_d, sc_e)
|
|
1842
|
+
cpc_interactive_menu(fig_c, ax_c, ax2_c, sc_c, sc_d, sc_e, file_data=file_data)
|
|
1843
1843
|
except Exception as _ie:
|
|
1844
1844
|
print(f"CPC interactive menu failed: {_ie}")
|
|
1845
1845
|
_plt.show()
|