Again, numerous changes.
Mostly figure polishing and fixing. Crucial fix to "short" invariance analysis.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user