plot bug removed
This commit is contained in:
parent
e919dad2b3
commit
2dce79d5d7
|
@ -14,7 +14,7 @@ for i in range(num_iter):
|
||||||
df_tmp = env_data.iloc[i * (num_time_step + 1): (i + 1) * (num_time_step + 1), 1:]
|
df_tmp = env_data.iloc[i * (num_time_step + 1): (i + 1) * (num_time_step + 1), 1:]
|
||||||
lst_df.append(df_tmp)
|
lst_df.append(df_tmp)
|
||||||
|
|
||||||
lst_column = lst_df[0].columns[1:]
|
lst_column = lst_df[0].columns
|
||||||
|
|
||||||
for str_col in lst_column:
|
for str_col in lst_column:
|
||||||
x = np.arange(num_time_step+1)
|
x = np.arange(num_time_step+1)
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue