I hereby claim:
- I am tomhepz on github.
- I am tomhepz (https://keybase.io/tomhepz) on keybase.
- I have a public key whose fingerprint is 88F7 2681 7B37 2CD2 8E04 7721 0B59 59A6 D7CC F198
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import matplotlib.pyplot as plt | |
| fig = plt.figure(figsize=(3+3/8,4),constrained_layout=True) | |
| gsmain = fig.add_gridspec(2,1,height_ratios=[1,2]) | |
| ax_hide, ax_broad = gsmain[0].subgridspec(1, 2, width_ratios=[1,2]).subplots() | |
| gs_bottom = gsmain[1].subgridspec(1, 2, width_ratios=[4,5]) | |
| ax_near_0_deg, ax_near_90_deg = gs_bottom[0].subgridspec(2, 1).subplots(sharex='col', sharey=True,squeeze=True) |