Skip to content

Commit

Permalink
Merge pull request #227 from monarch-initiative/225-change-default-pl…
Browse files Browse the repository at this point in the history
…ot-type-to-cumulative-bar

changing default plot type to cumulative bar
  • Loading branch information
julesjacobsen authored Dec 8, 2023
2 parents ee1c19f + 89b88c6 commit 71dd820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pheval/cli_pheval_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def benchmark(
@click.option(
"--plot-type",
"-y",
default="bar_stacked",
default="bar_cumulative",
show_default=True,
type=click.Choice(["bar_stacked", "bar_cumulative", "bar_non_cumulative"]),
help="Bar chart type to output.",
Expand Down Expand Up @@ -577,7 +577,7 @@ def benchmark_comparison(
@click.option(
"--plot-type",
"-y",
default="bar_stacked",
default="bar_cumulative",
show_default=True,
type=click.Choice(["bar_stacked", "bar_cumulative", "bar_non_cumulative"]),
help="Bar chart type to output.",
Expand Down

0 comments on commit 71dd820

Please sign in to comment.