Minor change

From SW's lab
master
sanginnwoo 2022-08-11 22:09:38 +09:00
parent 22207f63d8
commit ce50c5e8bf
1 changed files with 0 additions and 9 deletions

View File

@ -195,19 +195,10 @@ time_hyper = time_hyper + t0_hyper
# ===================== # =====================
# Post-Processing # Post-Processing
# ===================== # =====================
# 그래프 크기, 서브 그래프 개수 및 비율 설정 # 그래프 크기, 서브 그래프 개수 및 비율 설정
fig, axes = plt.subplots(2, 1, figsize=(10, 10), fig, axes = plt.subplots(2, 1, figsize=(10, 10),
gridspec_kw={'height_ratios':[1,2]}) gridspec_kw={'height_ratios':[1,2]})