You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think in this line, parsed_points_df should be parsed_data_df instead, because we should plot with the data with shifted labels. Using parsed_points_df we can't see the labels on the x-axis as it's out of range.
I think in this line,
parsed_points_dfshould beparsed_data_dfinstead, because we should plot with the data with shifted labels. Usingparsed_points_dfwe can't see the labels on the x-axis as it's out of range.Thank you very much.