| |
- delete_empty_rows(df, sizeSelected)
- Loop through the rows in the dataframe,
if the value for the sizeSelected number doesn't exist, drop the row
- write_to_html(fig)
- Writes the figure to an HTML file
:param fig: A Plotly figure object
:return: An HTML view of the graph
|