majoplot 0.1.3__tar.gz → 0.1.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.
- {majoplot-0.1.3 → majoplot-0.1.4}/PKG-INFO +1 -1
- majoplot-0.1.4/TODO.md +1 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/pyproject.toml +1 -1
- {majoplot-0.1.3 → majoplot-0.1.4}/src/majoplot/domain/scenarios/VSM/MT.py +1 -1
- {majoplot-0.1.3 → majoplot-0.1.4}/src/majoplot/domain/scenarios/VSM/MT_insert.py +1 -1
- {majoplot-0.1.3 → majoplot-0.1.4}/src/majoplot/domain/scenarios/VSM/MT_reliability_analysis.py +1 -1
- {majoplot-0.1.3 → majoplot-0.1.4}/src/majoplot/domain/utils.py +1 -1
- {majoplot-0.1.3 → majoplot-0.1.4}/.gitignore +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/LICENSE +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/README.md +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/README.zh-CN.md +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/doc.zh-CN/Label.md +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/doc.zh-CN/interactive_steps.md +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/doc.zh-CN/main_design.md +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/doc.zh-CN/note_of_labtalk.md +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/src/majoplot/__init__.py +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/src/majoplot/__main__.py +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/src/majoplot/app/__init__.py +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/src/majoplot/app/cli.py +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/src/majoplot/app/gui.py +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/src/majoplot/config.json +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/src/majoplot/domain/base.py +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/src/majoplot/domain/importers/PPMS_Resistivity.py +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/src/majoplot/domain/importers/VSM.py +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/src/majoplot/domain/importers/XRD.py +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/src/majoplot/domain/muti_axes_spec.py +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/src/majoplot/domain/scenarios/PPMS_Resistivity/RT.py +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/src/majoplot/domain/scenarios/XRD/Compare.py +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/src/majoplot/gui/__init__.py +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/src/majoplot/gui/main.py +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/src/majoplot/infra/plotters/matplot.py +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/src/majoplot/infra/plotters/origin.py +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/src/majoplot/infra/plotters/origin_utils/originlab_type_library.py +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/tests/README.md +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/tests/conftest.py +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/tests/domain/test_data_ignore_outliers.py +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/tests/domain/test_insert_axes_spec.py +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/tests/domain/test_labeldict_group.py +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/tests/domain/test_labelvalue.py +0 -0
- {majoplot-0.1.3 → majoplot-0.1.4}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: majoplot
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Summary: Automates scenario-specific data preprocessing and plotting workflows for condensed-matter physics labs (OriginLab COM backend + Matplotlib for preview).
|
|
5
5
|
Project-URL: Homepage, https://github.com/ponyofshadows/majoplot
|
|
6
6
|
Project-URL: Source, https://github.com/ponyofshadows/majoplot
|
majoplot-0.1.4/TODO.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
- take in account the situation that no point in data
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "majoplot"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.4"
|
|
4
4
|
description = "Automates scenario-specific data preprocessing and plotting workflows for condensed-matter physics labs (OriginLab COM backend + Matplotlib for preview)."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.11"
|
|
@@ -12,7 +12,7 @@ H = "Magnetic Field (Oe)"
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
class MT:
|
|
15
|
-
data_summary_label_names = ["H","cooling_type"]
|
|
15
|
+
data_summary_label_names = ["mass","H","cooling_type"]
|
|
16
16
|
axes_label_names = ("material","date","raw_data", "H")
|
|
17
17
|
figure_label_names = ("material","date", "raw_data","H")
|
|
18
18
|
figure_summary_label_names = ("raw_data","date")
|
|
@@ -13,7 +13,7 @@ H = "Magnetic Field (Oe)"
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
class MT_insert:
|
|
16
|
-
data_summary_label_names = ["H","cooling_type"]
|
|
16
|
+
data_summary_label_names = ["mass","H","cooling_type"]
|
|
17
17
|
axes_label_names = ("material","date","raw_data", "H")
|
|
18
18
|
figure_label_names = ("material","date", "raw_data")
|
|
19
19
|
figure_summary_label_names = ("raw_data","date")
|
{majoplot-0.1.3 → majoplot-0.1.4}/src/majoplot/domain/scenarios/VSM/MT_reliability_analysis.py
RENAMED
|
@@ -24,7 +24,7 @@ _headers_group = [
|
|
|
24
24
|
]
|
|
25
25
|
|
|
26
26
|
class MT_reliability_analysis:
|
|
27
|
-
data_summary_label_names = ["H","cooling_type"]
|
|
27
|
+
data_summary_label_names = ["mass","H","cooling_type"]
|
|
28
28
|
axes_label_names = ("material","date","raw_data", "H", "Y_axis")
|
|
29
29
|
figure_label_names = ("material","date", "raw_data","H")
|
|
30
30
|
figure_summary_label_names = ("raw_data","date")
|
|
@@ -8,7 +8,7 @@ def group_into_axes(all_datas:Iterable[Data], scenario:Scenario)->list[Axes]:
|
|
|
8
8
|
make_axes_spec = scenario.make_axes_spec
|
|
9
9
|
|
|
10
10
|
axes_labels_and_data_pools, _ = LabelDict.group(
|
|
11
|
-
((data.labels, data) for data in all_datas if not data.unused),
|
|
11
|
+
((data.labels, data) for data in all_datas if ( (not data.unused) and (data.points.size > 0) )),
|
|
12
12
|
group_label_names=axes_label_names,
|
|
13
13
|
)
|
|
14
14
|
axes_pool = []
|
|
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
|
{majoplot-0.1.3 → majoplot-0.1.4}/src/majoplot/infra/plotters/origin_utils/originlab_type_library.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|