majoplot 0.1.4__py3-none-any.whl → 0.1.5__py3-none-any.whl
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/domain/utils.py +1 -1
- {majoplot-0.1.4.dist-info → majoplot-0.1.5.dist-info}/METADATA +1 -1
- {majoplot-0.1.4.dist-info → majoplot-0.1.5.dist-info}/RECORD +6 -6
- {majoplot-0.1.4.dist-info → majoplot-0.1.5.dist-info}/WHEEL +0 -0
- {majoplot-0.1.4.dist-info → majoplot-0.1.5.dist-info}/entry_points.txt +0 -0
- {majoplot-0.1.4.dist-info → majoplot-0.1.5.dist-info}/licenses/LICENSE +0 -0
majoplot/domain/utils.py
CHANGED
|
@@ -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
|
|
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 = []
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: majoplot
|
|
3
|
-
Version: 0.1.
|
|
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
|
|
@@ -6,7 +6,7 @@ majoplot/app/cli.py,sha256=L3ADrNasVBFZdmh5r6exuxJEcXJKx7_MROOM4DtjxxM,10033
|
|
|
6
6
|
majoplot/app/gui.py,sha256=CpRg6LRI3dM2ALswnwz89KSKjONHRlfs69eO8P2VWYE,142
|
|
7
7
|
majoplot/domain/base.py,sha256=DKlK1_2cdRS2CVwnWJc-EFYKKl3MS3WZ445LoMMq6PU,14341
|
|
8
8
|
majoplot/domain/muti_axes_spec.py,sha256=pF4Yy2x12QSFny5x18gave-f-ZYuJMW-czwwsJ-6Ths,6313
|
|
9
|
-
majoplot/domain/utils.py,sha256=
|
|
9
|
+
majoplot/domain/utils.py,sha256=yjq8CVPOBiuhevmLkT8S7Ohawrgspwgf8B1CQ2wLsyE,3321
|
|
10
10
|
majoplot/domain/importers/PPMS_Resistivity.py,sha256=zJe_33w0i90am9yI24r4STjG53AggUH_QdOY1HobT3g,4492
|
|
11
11
|
majoplot/domain/importers/VSM.py,sha256=bn9DQVrjAt8cnSXxZhHzXoDrMjV6MXrs84_c7UkmfKM,3549
|
|
12
12
|
majoplot/domain/importers/XRD.py,sha256=K93Gwce45-ta-TfOt7ijrJVBtePU1veDcRYUyeP4sOI,2808
|
|
@@ -20,8 +20,8 @@ majoplot/gui/main.py,sha256=A3hLqs96zK7TrXAOUdSn-sip9Ivzmy74263lDmjINSk,20222
|
|
|
20
20
|
majoplot/infra/plotters/matplot.py,sha256=DE3nCfFjL9FxNbuEgggJyXlolkP1nWKmNwJElt1bgHw,12281
|
|
21
21
|
majoplot/infra/plotters/origin.py,sha256=m5cMYqnKHB2GJSTWlAbd61b2Xz7rvaHT38JXLHUTSQQ,39034
|
|
22
22
|
majoplot/infra/plotters/origin_utils/originlab_type_library.py,sha256=zxOxF7nB57zwnXSaFSoCUV64ZTHhDBDRv57exatiBoU,37398
|
|
23
|
-
majoplot-0.1.
|
|
24
|
-
majoplot-0.1.
|
|
25
|
-
majoplot-0.1.
|
|
26
|
-
majoplot-0.1.
|
|
27
|
-
majoplot-0.1.
|
|
23
|
+
majoplot-0.1.5.dist-info/METADATA,sha256=7InPZFLagp_fVXoSwKWQgORA5qUf3sn5BasF5RcK5Tc,2877
|
|
24
|
+
majoplot-0.1.5.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
25
|
+
majoplot-0.1.5.dist-info/entry_points.txt,sha256=zEiPXZtNyJQMvVS-Zl9psx8SpTafOcs8F9S8xGtOaBM,52
|
|
26
|
+
majoplot-0.1.5.dist-info/licenses/LICENSE,sha256=fj2NqLupbHWfA5W-8tqCpT5yjO8A4F1HcKnt_maww20,1070
|
|
27
|
+
majoplot-0.1.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|