majoplot 0.1.3__tar.gz → 0.1.5__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.
Files changed (40) hide show
  1. {majoplot-0.1.3 → majoplot-0.1.5}/PKG-INFO +1 -1
  2. {majoplot-0.1.3 → majoplot-0.1.5}/pyproject.toml +1 -1
  3. {majoplot-0.1.3 → majoplot-0.1.5}/src/majoplot/domain/scenarios/VSM/MT.py +1 -1
  4. {majoplot-0.1.3 → majoplot-0.1.5}/src/majoplot/domain/scenarios/VSM/MT_insert.py +1 -1
  5. {majoplot-0.1.3 → majoplot-0.1.5}/src/majoplot/domain/scenarios/VSM/MT_reliability_analysis.py +1 -1
  6. {majoplot-0.1.3 → majoplot-0.1.5}/src/majoplot/domain/utils.py +1 -1
  7. majoplot-0.1.5/src/majoplot/gui/__init__.py +0 -0
  8. {majoplot-0.1.3 → majoplot-0.1.5}/uv.lock +1 -1
  9. {majoplot-0.1.3 → majoplot-0.1.5}/.gitignore +0 -0
  10. {majoplot-0.1.3 → majoplot-0.1.5}/LICENSE +0 -0
  11. {majoplot-0.1.3 → majoplot-0.1.5}/README.md +0 -0
  12. {majoplot-0.1.3 → majoplot-0.1.5}/README.zh-CN.md +0 -0
  13. /majoplot-0.1.3/src/majoplot/__init__.py → /majoplot-0.1.5/TODO.md +0 -0
  14. {majoplot-0.1.3 → majoplot-0.1.5}/doc.zh-CN/Label.md +0 -0
  15. {majoplot-0.1.3 → majoplot-0.1.5}/doc.zh-CN/interactive_steps.md +0 -0
  16. {majoplot-0.1.3 → majoplot-0.1.5}/doc.zh-CN/main_design.md +0 -0
  17. {majoplot-0.1.3 → majoplot-0.1.5}/doc.zh-CN/note_of_labtalk.md +0 -0
  18. {majoplot-0.1.3/src/majoplot/app → majoplot-0.1.5/src/majoplot}/__init__.py +0 -0
  19. {majoplot-0.1.3 → majoplot-0.1.5}/src/majoplot/__main__.py +0 -0
  20. {majoplot-0.1.3/src/majoplot/gui → majoplot-0.1.5/src/majoplot/app}/__init__.py +0 -0
  21. {majoplot-0.1.3 → majoplot-0.1.5}/src/majoplot/app/cli.py +0 -0
  22. {majoplot-0.1.3 → majoplot-0.1.5}/src/majoplot/app/gui.py +0 -0
  23. {majoplot-0.1.3 → majoplot-0.1.5}/src/majoplot/config.json +0 -0
  24. {majoplot-0.1.3 → majoplot-0.1.5}/src/majoplot/domain/base.py +0 -0
  25. {majoplot-0.1.3 → majoplot-0.1.5}/src/majoplot/domain/importers/PPMS_Resistivity.py +0 -0
  26. {majoplot-0.1.3 → majoplot-0.1.5}/src/majoplot/domain/importers/VSM.py +0 -0
  27. {majoplot-0.1.3 → majoplot-0.1.5}/src/majoplot/domain/importers/XRD.py +0 -0
  28. {majoplot-0.1.3 → majoplot-0.1.5}/src/majoplot/domain/muti_axes_spec.py +0 -0
  29. {majoplot-0.1.3 → majoplot-0.1.5}/src/majoplot/domain/scenarios/PPMS_Resistivity/RT.py +0 -0
  30. {majoplot-0.1.3 → majoplot-0.1.5}/src/majoplot/domain/scenarios/XRD/Compare.py +0 -0
  31. {majoplot-0.1.3 → majoplot-0.1.5}/src/majoplot/gui/main.py +0 -0
  32. {majoplot-0.1.3 → majoplot-0.1.5}/src/majoplot/infra/plotters/matplot.py +0 -0
  33. {majoplot-0.1.3 → majoplot-0.1.5}/src/majoplot/infra/plotters/origin.py +0 -0
  34. {majoplot-0.1.3 → majoplot-0.1.5}/src/majoplot/infra/plotters/origin_utils/originlab_type_library.py +0 -0
  35. {majoplot-0.1.3 → majoplot-0.1.5}/tests/README.md +0 -0
  36. {majoplot-0.1.3 → majoplot-0.1.5}/tests/conftest.py +0 -0
  37. {majoplot-0.1.3 → majoplot-0.1.5}/tests/domain/test_data_ignore_outliers.py +0 -0
  38. {majoplot-0.1.3 → majoplot-0.1.5}/tests/domain/test_insert_axes_spec.py +0 -0
  39. {majoplot-0.1.3 → majoplot-0.1.5}/tests/domain/test_labeldict_group.py +0 -0
  40. {majoplot-0.1.3 → majoplot-0.1.5}/tests/domain/test_labelvalue.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: majoplot
3
- Version: 0.1.3
3
+ Version: 0.1.5
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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "majoplot"
3
- version = "0.1.3"
3
+ version = "0.1.5"
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")
@@ -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 or np.isnan(data.y_for_plot).all()) ),
12
12
  group_label_names=axes_label_names,
13
13
  )
14
14
  axes_pool = []
File without changes
@@ -252,7 +252,7 @@ wheels = [
252
252
 
253
253
  [[package]]
254
254
  name = "majoplot"
255
- version = "0.1.3"
255
+ version = "0.1.4"
256
256
  source = { editable = "." }
257
257
  dependencies = [
258
258
  { name = "matplotlib" },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes