batplot 1.8.1__tar.gz → 1.8.3__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.8.1/batplot.egg-info → batplot-1.8.3}/PKG-INFO +1 -1
- batplot-1.8.3/batplot/__init__.py +5 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot/args.py +2 -0
- batplot-1.8.3/batplot/batch.py +1199 -0
- batplot-1.8.3/batplot/batplot.py +3678 -0
- batplot-1.8.3/batplot/cpc_interactive.py +4431 -0
- batplot-1.8.3/batplot/electrochem_interactive.py +4536 -0
- batplot-1.8.3/batplot/interactive.py +3898 -0
- batplot-1.8.3/batplot/modes.py +799 -0
- batplot-1.8.3/batplot/operando_ec_interactive.py +5487 -0
- batplot-1.8.3/batplot/session.py +3169 -0
- batplot-1.8.3/batplot/style.py +1460 -0
- batplot-1.8.3/batplot/version_check.py +253 -0
- {batplot-1.8.1 → batplot-1.8.3/batplot.egg-info}/PKG-INFO +1 -1
- {batplot-1.8.1 → batplot-1.8.3}/batplot.egg-info/SOURCES.txt +24 -1
- {batplot-1.8.1 → batplot-1.8.3}/batplot.egg-info/top_level.txt +1 -0
- batplot-1.8.3/batplot_backup_20251221_101150/args.py +625 -0
- batplot-1.8.3/batplot_backup_20251221_101150/cif.py +823 -0
- batplot-1.8.3/batplot_backup_20251221_101150/cli.py +149 -0
- batplot-1.8.3/batplot_backup_20251221_101150/color_utils.py +547 -0
- batplot-1.8.3/batplot_backup_20251221_101150/config.py +198 -0
- batplot-1.8.3/batplot_backup_20251221_101150/converters.py +204 -0
- batplot-1.8.3/batplot_backup_20251221_101150/manual.py +323 -0
- batplot-1.8.3/batplot_backup_20251221_101150/operando.py +603 -0
- batplot-1.8.3/batplot_backup_20251221_101150/plotting.py +228 -0
- batplot-1.8.3/batplot_backup_20251221_101150/readers.py +2607 -0
- batplot-1.8.3/batplot_backup_20251221_101150/ui.py +790 -0
- batplot-1.8.3/batplot_backup_20251221_101150/utils.py +1046 -0
- {batplot-1.8.1 → batplot-1.8.3}/pyproject.toml +1 -1
- {batplot-1.8.1 → batplot-1.8.3}/LICENSE +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/MANIFEST.in +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/README.md +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/USER_MANUAL.md +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot/cif.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot/cli.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot/color_utils.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot/config.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot/converters.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot/data/USER_MANUAL.md +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot/manual.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot/operando.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot/plotting.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot/readers.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot/ui.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot/utils.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot.egg-info/dependency_links.txt +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot.egg-info/entry_points.txt +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot.egg-info/requires.txt +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot_backup_20251121_223043/__init__.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot_backup_20251121_223043/args.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot_backup_20251121_223043/batch.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot_backup_20251121_223043/batplot.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot_backup_20251121_223043/cif.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot_backup_20251121_223043/cli.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot_backup_20251121_223043/color_utils.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot_backup_20251121_223043/config.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot_backup_20251121_223043/converters.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot_backup_20251121_223043/cpc_interactive.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot_backup_20251121_223043/electrochem_interactive.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot_backup_20251121_223043/interactive.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot_backup_20251121_223043/modes.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot_backup_20251121_223043/operando.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot_backup_20251121_223043/operando_ec_interactive.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot_backup_20251121_223043/plotting.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot_backup_20251121_223043/readers.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot_backup_20251121_223043/session.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot_backup_20251121_223043/style.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot_backup_20251121_223043/ui.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot_backup_20251121_223043/utils.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/batplot_backup_20251121_223043/version_check.py +0 -0
- {batplot-1.8.1/batplot → batplot-1.8.3/batplot_backup_20251221_101150}/__init__.py +0 -0
- {batplot-1.8.1/batplot → batplot-1.8.3/batplot_backup_20251221_101150}/batch.py +0 -0
- {batplot-1.8.1/batplot → batplot-1.8.3/batplot_backup_20251221_101150}/batplot.py +0 -0
- {batplot-1.8.1/batplot → batplot-1.8.3/batplot_backup_20251221_101150}/cpc_interactive.py +0 -0
- {batplot-1.8.1/batplot → batplot-1.8.3/batplot_backup_20251221_101150}/electrochem_interactive.py +0 -0
- {batplot-1.8.1/batplot → batplot-1.8.3/batplot_backup_20251221_101150}/interactive.py +0 -0
- {batplot-1.8.1/batplot → batplot-1.8.3/batplot_backup_20251221_101150}/modes.py +0 -0
- {batplot-1.8.1/batplot → batplot-1.8.3/batplot_backup_20251221_101150}/operando_ec_interactive.py +0 -0
- {batplot-1.8.1/batplot → batplot-1.8.3/batplot_backup_20251221_101150}/session.py +0 -0
- {batplot-1.8.1/batplot → batplot-1.8.3/batplot_backup_20251221_101150}/style.py +0 -0
- {batplot-1.8.1/batplot → batplot-1.8.3/batplot_backup_20251221_101150}/version_check.py +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/setup.cfg +0 -0
- {batplot-1.8.1 → batplot-1.8.3}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: batplot
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.3
|
|
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
|
|
@@ -152,6 +152,8 @@ def _print_general_help() -> None:
|
|
|
152
152
|
" batplot --all style.bps # Batch with style: apply style.bps to all files\n"
|
|
153
153
|
" batplot --all ./Style/style.bps # Batch with style: use relative path to style file\n"
|
|
154
154
|
" batplot --all config.bpsg # Batch with style+geom: apply to all XY files\n"
|
|
155
|
+
" batplot file1.xy:1.54 file2.qye --stack # Stack mode: stack all files vertically\n"
|
|
156
|
+
" batplot file1.xy:1.54 file2.qye structure.cif --stack --i # Stack mode: stack all files vertically with cif ticks\n"
|
|
155
157
|
" batplot file1.qye file2.qye style.bps # Apply style to multiple files and export\n"
|
|
156
158
|
" batplot file1.xy file2.xye ./Style/style.bps # Apply style from relative path\n\n"
|
|
157
159
|
" [Electrochemistry]\n"
|