1
0
mirror of https://github.com/titanscouting/tra-analysis.git synced 2025-04-03 01:33:25 +00:00
This commit is contained in:
Dev Singh 2020-03-06 13:12:01 -06:00
parent 12cbb21077
commit fb2800cf9e

@ -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