Skip to content

Commit

Permalink
Update plot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
svittoz authored Feb 13, 2024
1 parent e73ea44 commit 86846d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eds_scikit/biology/viz/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,10 @@ def plot_concepts_set(
def _save_and_display_chart(
chart: alt.ConcatChart, source_path: str, concepts_set_name: str, chart_name: str
):
# chart.display()
chart.save("{}/{}/{}.html".format(source_path, concepts_set_name, chart_name))


def _save_and_display_table(table: DataFrame, source_path: str, concepts_set_name: str):
# display(table)
html_measurement_stats = build_table(
table,
"blue_dark",
Expand Down

0 comments on commit 86846d2

Please sign in to comment.