batplot 1.4.1__tar.gz → 1.4.2__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.
- {batplot-1.4.1 → batplot-1.4.2}/PKG-INFO +1 -1
- {batplot-1.4.1 → batplot-1.4.2}/batplot/args.py +10 -9
- {batplot-1.4.1 → batplot-1.4.2}/batplot.egg-info/PKG-INFO +1 -1
- {batplot-1.4.1 → batplot-1.4.2}/pyproject.toml +1 -1
- {batplot-1.4.1 → batplot-1.4.2}/LICENSE +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/README.md +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/batplot/__init__.py +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/batplot/batch.py +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/batplot/batplot.py +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/batplot/batplot_new.py +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/batplot/cif.py +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/batplot/cli.py +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/batplot/converters.py +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/batplot/cpc_interactive.py +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/batplot/electrochem_interactive.py +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/batplot/interactive.py +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/batplot/modes.py +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/batplot/operando.py +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/batplot/operando_ec_interactive.py +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/batplot/plotting.py +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/batplot/readers.py +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/batplot/session.py +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/batplot/style.py +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/batplot/ui.py +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/batplot/utils.py +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/batplot.egg-info/SOURCES.txt +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/batplot.egg-info/dependency_links.txt +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/batplot.egg-info/entry_points.txt +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/batplot.egg-info/requires.txt +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/batplot.egg-info/top_level.txt +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/setup.cfg +0 -0
- {batplot-1.4.1 → batplot-1.4.2}/setup.py +0 -0
|
@@ -104,15 +104,16 @@ def _print_general_help() -> None:
|
|
|
104
104
|
" • Batch styling: apply .bps/.bpsg files to all exports (use --all flag)\n"
|
|
105
105
|
" • Format option: use --format png/pdf/jpg/etc to change export format\n\n"
|
|
106
106
|
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
107
|
+
"More help:\n"
|
|
108
|
+
" batplot -h xy # XY file plotting guide\n"
|
|
109
|
+
" batplot -h ec # Electrochemistry (GC/dQdV/CV/CPC) guide\n"
|
|
110
|
+
" batplot -h op # Operando guide\n"
|
|
111
|
+
" Manual: https://github.com/tiandai-chem/batplot/blob/main/USER_MANUAL.md\n\n"
|
|
112
|
+
"Contact & Updates:\n"
|
|
113
|
+
" Subscribe to batplot-lab@kjemi.uio.no for updates\n"
|
|
114
|
+
" (If you are not from UiO, send an email to sympa@kjemi.uio.no with the subject line \"subscribe batplot-lab@kjemi.uio.no your-name\")\n"
|
|
115
|
+
" GitHub: https://github.com/tiandai-chem/batplot\n"
|
|
116
|
+
" Email: tianda@uio.no\n"
|
|
116
117
|
)
|
|
117
118
|
_print_help(msg)
|
|
118
119
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "batplot"
|
|
7
|
-
version = "1.4.
|
|
7
|
+
version = "1.4.2"
|
|
8
8
|
description = "Interactive plotting for XRD, PDF, and XAS data (.xye, .xy, .qye, .dat, .csv, .gr, .nor, .chik, .chir)"
|
|
9
9
|
authors = [
|
|
10
10
|
{ name = "Tian Dai", email = "tianda@uio.no" }
|
|
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
|