prefig 0.4.0.dev20250801054919__py3-none-any.whl → 0.4.1.dev20250803054516__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.
prefig/core/axes.py CHANGED
@@ -528,8 +528,7 @@ class Axes():
528
528
  log.error(f"Error in <axes> parsing hlabels={hlabels}")
529
529
  return
530
530
  if self.h_pi_format:
531
- hlabels = 1/math.pi * hlabels
532
-
531
+ h_positions = 1/math.pi * h_positions
533
532
  h_scale = 1
534
533
  if self.h_pi_format:
535
534
  h_scale = math.pi
@@ -636,7 +635,7 @@ class Axes():
636
635
  return
637
636
 
638
637
  if self.v_pi_format:
639
- vlabels = 1/math.pi * vlabels
638
+ v_positions = 1/math.pi * v_positions
640
639
 
641
640
  v_scale = 1
642
641
  if self.v_pi_format:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: prefig
3
- Version: 0.4.0.dev20250801054919
3
+ Version: 0.4.1.dev20250803054516
4
4
  Summary: An authoring system for mathematical diagrams
5
5
  Home-page: https://prefigure.org
6
6
  License: GPL-3.0-or-later
@@ -5,7 +5,7 @@ prefig/core/__init__.py,sha256=roT0a8-iBrp8WXTbPN5RzMWFiCXfpKrEXa2xE-F-yBo,728
5
5
  prefig/core/annotations.py,sha256=9wStnLhEHFmkIocufHLiBcUZ3NSce7ZESor5kjj-vzg,3998
6
6
  prefig/core/area.py,sha256=U-AxXvaZJWgVccpLlh-aaRfM_QtTa09NR2TqAd8Yk0o,3710
7
7
  prefig/core/arrow.py,sha256=h8lFm1rMdpiZRyQu5kvAiptBmMYr5aKCZuB5JypAGDM,11283
8
- prefig/core/axes.py,sha256=xMO_X6PbKZ5ptEdaQJk0iZ1iV5mGyZ3Apq0eBrGUoCk,31679
8
+ prefig/core/axes.py,sha256=T-n0P-Sk2e1cD3upzHtJCrh4CH8Kus7GduEF_yMRzZ4,31694
9
9
  prefig/core/calculus.py,sha256=Q4kSGTTTeQYEEVKgmYWpFP0JLHmCsBchB5OF9qSclQk,498
10
10
  prefig/core/circle.py,sha256=_v1eMVhl4nnD4WXCz-Boa_SAdQg_kKeU3NhP42z2Yzw,15668
11
11
  prefig/core/clip.py,sha256=X3TcFYPuZwjZ9SFBWMc1MYY__6XTJqLafPeOLFNOdIE,806
@@ -61,8 +61,8 @@ prefig/resources/schema/pf_schema.rng,sha256=TmZQLgyK2wntXDXOiQXYcVQedlPuPh8IWrt
61
61
  prefig/resources/template/pf_publication.xml,sha256=eEv8HACv610Apw5DSVNy0reLfELYqHlNy9Oq0GH7C_c,200
62
62
  prefig/scripts/__init__.py,sha256=qJcPi1WRh9UAwu4zIFJbmxWalAMilMYqgi6LxRkF7bI,25
63
63
  prefig/scripts/install_mj.py,sha256=5A6-oc1xbIXka5mkFE70vlp9-Rh_QoxOxGMrQi9Hkio,1219
64
- prefig-0.4.0.dev20250801054919.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
65
- prefig-0.4.0.dev20250801054919.dist-info/METADATA,sha256=erYt9LDSSjSVJf44Jr9Qx8mt-jGDLl34NGQ6NlHLOiM,8728
66
- prefig-0.4.0.dev20250801054919.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
67
- prefig-0.4.0.dev20250801054919.dist-info/entry_points.txt,sha256=OP4ZQT71q2b0Zfbie-oM2Z1HlxpkuX7qaxJnzwsBOVQ,42
68
- prefig-0.4.0.dev20250801054919.dist-info/RECORD,,
64
+ prefig-0.4.1.dev20250803054516.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
65
+ prefig-0.4.1.dev20250803054516.dist-info/METADATA,sha256=V4Vqjxq24rs6uvVp0tFxeEPraunTHot3-GKP2rb4umk,8728
66
+ prefig-0.4.1.dev20250803054516.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
67
+ prefig-0.4.1.dev20250803054516.dist-info/entry_points.txt,sha256=OP4ZQT71q2b0Zfbie-oM2Z1HlxpkuX7qaxJnzwsBOVQ,42
68
+ prefig-0.4.1.dev20250803054516.dist-info/RECORD,,