Again, numerous changes.

Mostly figure polishing and fixing.
Crucial fix to "short" invariance analysis.
This commit is contained in:
j-hartling
2026-04-21 17:49:30 +02:00
parent 3b4b7f2161
commit 1a586848e8
41 changed files with 1392 additions and 242 deletions

View File

@@ -150,8 +150,8 @@ def super_xlabel(label, fig, left_ax, right_ax, y=0.005,
def super_ylabel(label, fig, low_ax, high_ax, x=0.005,
high_fig=None, low_fig=None, **kwargs):
low_y = high_ax.get_position().y0
high_y = low_ax.get_position().y1
low_y = low_ax.get_position().y0
high_y = high_ax.get_position().y1
if low_fig is not None or high_fig is not None:
trans_fig = get_trans_artist(fig)
if low_fig is not None: