laverdes commited on
Commit
00c13c0
1 Parent(s): da02708

test: 600, 600

Browse files
Files changed (1) hide show
  1. pages/1_📈_Plotting.py +1 -1
pages/1_📈_Plotting.py CHANGED
@@ -66,6 +66,6 @@ if 'df_plot' in list(st.session_state.keys()):
66
  st.caption(f"Columns of df_plot: {list(df_plot_t.columns)}")
67
  st.caption(f"Axes of df_plot: {df_plot_t.axes}")
68
  st.dataframe(df_plot_t)
69
- st.line_chart(df_plot_t, y=list(df_plot_t.columns), height=100, width=300)
70
  elif df_base.empty and file:
71
  st.warning("Consider running outlier detection to clean your data!", icon="⚠️")
 
66
  st.caption(f"Columns of df_plot: {list(df_plot_t.columns)}")
67
  st.caption(f"Axes of df_plot: {df_plot_t.axes}")
68
  st.dataframe(df_plot_t)
69
+ st.line_chart(df_plot_t, y=list(df_plot_t.columns), height=600, width=600)
70
  elif df_base.empty and file:
71
  st.warning("Consider running outlier detection to clean your data!", icon="⚠️")