This commit is contained in:
Dev Singh 2020-03-06 13:12:01 -06:00
parent 33e0cc19a5
commit 267918d67e

View File

@ -34,7 +34,7 @@ import numpy as np
# %%
fig, ax = plt.subplots(1, len(pit), sharey=True, figsize=(20,10))
fig, ax = plt.subplots(1, len(pit), sharey=True, figsize=(80,15))
i = 0