plot bug removed
This commit is contained in:
@@ -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:]
|
||||
lst_df.append(df_tmp)
|
||||
|
||||
lst_column = lst_df[0].columns[1:]
|
||||
lst_column = lst_df[0].columns
|
||||
|
||||
for str_col in lst_column:
|
||||
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.
Reference in New Issue
Block a user