Skip to content

Commit

Permalink
beautified merged until constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
linozen committed Nov 25, 2021
1 parent 8edc6b1 commit 46d40ff
Show file tree
Hide file tree
Showing 4 changed files with 1,575 additions and 320 deletions.
6 changes: 0 additions & 6 deletions explorer/lib/figures.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ def generate_overlaid_histogram(traces, names, colors):
return fig


def generate_stacked_bar_chart(data):
fig = go.Figure(data=data)
fig.update_layout(width=800, height=800, barmode="stack")
return fig


def generate_ranking_plot(df, input_col, options, scoring):
input_col_score = pd.Series(index=options)
for i in range(1, 7):
Expand Down
Loading

0 comments on commit 46d40ff

Please sign in to comment.