Skip to content

Commit

Permalink
Merge pull request #16 from aertslab/return_plot_crested_pl_patterns_…
Browse files Browse the repository at this point in the history
…modisco_results

Return figure after rendering modisco_results plot.
  • Loading branch information
LukasMahieu authored Sep 12, 2024
2 parents 98c6a9f + 691cc53 commit 84a205c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crested/pl/patterns/_modisco_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def modisco_results(
if "height" not in kwargs:
kwargs["height"] = 2 * max_num_patterns

render_plot(fig, **kwargs)
return render_plot(fig, **kwargs)


def plot_custom_xticklabels(
Expand Down

0 comments on commit 84a205c

Please sign in to comment.