pkiage commited on
Commit
217c1b9
1 Parent(s): d13a277

clean up: delete unused function

Browse files
Files changed (1) hide show
  1. src/visualization/visualize.py +0 -9
src/visualization/visualize.py CHANGED
@@ -63,15 +63,6 @@ def time_series_box_plot(data):
63
  st.plotly_chart(fig, use_container_width=True)
64
 
65
 
66
- def time_series_line_and_box(data):
67
-
68
- with st.expander("Line plot"):
69
- time_series_line_plot(data)
70
-
71
- with st.expander("Box plot"):
72
- time_series_box_plot(data)
73
-
74
-
75
  def streamlit_chart_setting_height_width(
76
  title: str,
77
  default_widthvalue: int,
 
63
  st.plotly_chart(fig, use_container_width=True)
64
 
65
 
 
 
 
 
 
 
 
 
 
66
  def streamlit_chart_setting_height_width(
67
  title: str,
68
  default_widthvalue: int,