majoplot 0.1.6__py3-none-any.whl → 0.1.7__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.
@@ -590,13 +590,13 @@ def _legend_anchor_xy(leg: LegendSpec) -> tuple[float, float]:
590
590
 
591
591
  loc = (leg.loc or "upper right").lower().replace("_", " ")
592
592
  table = {
593
- "upper right": (85.0, 90.0),
593
+ "upper right": (70.0, 90.0),
594
594
  "upper left": (10.0, 90.0),
595
595
  "lower left": (10.0, 10.0),
596
- "lower right": (85.0, 10.0),
596
+ "lower right": (70.0, 10.0),
597
597
  "center": (50.0, 50.0),
598
598
  }
599
- return table.get(loc, (85.0, 90.0))
599
+ return table.get(loc, (70.0, 90.0))
600
600
 
601
601
 
602
602
  def _apply_legend_text(og: Any, layer_idx: int, legend_spec: LegendSpec, legend_text: str, scale: float) -> None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: majoplot
3
- Version: 0.1.6
3
+ Version: 0.1.7
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
@@ -20,10 +20,10 @@ majoplot/domain/scenarios/XRD/Compare.py,sha256=YvyrnYyFzzlp5DK6Unv75AFuf5fbRgbC
20
20
  majoplot/gui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
21
  majoplot/gui/main.py,sha256=v5pyi-Gb26o_lmVM4GaM_Tt_-1rTTKVRekgOcBochA0,20291
22
22
  majoplot/infra/plotters/matplot.py,sha256=DE3nCfFjL9FxNbuEgggJyXlolkP1nWKmNwJElt1bgHw,12281
23
- majoplot/infra/plotters/origin.py,sha256=fpQrC1xhka3TXqvNjQ7LbXtaYCbZfQsc-8HkcC8ZGlw,39034
23
+ majoplot/infra/plotters/origin.py,sha256=xB80d216pmo_mXo5Lx8sGQrjQC6N0NljzzoMNG37w1g,39034
24
24
  majoplot/infra/plotters/origin_utils/originlab_type_library.py,sha256=zxOxF7nB57zwnXSaFSoCUV64ZTHhDBDRv57exatiBoU,37398
25
- majoplot-0.1.6.dist-info/METADATA,sha256=JH2InxxU7UHPpMfgeT_uSKF_YnIJ6pUTJAwKJm1p7NI,2877
26
- majoplot-0.1.6.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
27
- majoplot-0.1.6.dist-info/entry_points.txt,sha256=zEiPXZtNyJQMvVS-Zl9psx8SpTafOcs8F9S8xGtOaBM,52
28
- majoplot-0.1.6.dist-info/licenses/LICENSE,sha256=fj2NqLupbHWfA5W-8tqCpT5yjO8A4F1HcKnt_maww20,1070
29
- majoplot-0.1.6.dist-info/RECORD,,
25
+ majoplot-0.1.7.dist-info/METADATA,sha256=BvDHU3bUUKf4MqpjnA2su0hYiDxOiBB6YX_xlwWTlkw,2877
26
+ majoplot-0.1.7.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
27
+ majoplot-0.1.7.dist-info/entry_points.txt,sha256=zEiPXZtNyJQMvVS-Zl9psx8SpTafOcs8F9S8xGtOaBM,52
28
+ majoplot-0.1.7.dist-info/licenses/LICENSE,sha256=fj2NqLupbHWfA5W-8tqCpT5yjO8A4F1HcKnt_maww20,1070
29
+ majoplot-0.1.7.dist-info/RECORD,,