Skip to content

Commit

Permalink
fix title height: by default 500
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-vignal committed Oct 25, 2024
1 parent d2c9193 commit 7c5f342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shapash/plots/plot_stability.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def plot_stability_distribution(
return fig


def _update_stability_fig(fig, x_barlen, y_bar, style_dict, xaxis_title, yaxis_title, file_name, auto_open, height):
def _update_stability_fig(fig, x_barlen, y_bar, style_dict, xaxis_title, yaxis_title, file_name, auto_open, height=500):
"""
Function used for the `plot_stability_distribution` and `plot_amplitude_vs_stability`
to update the layout of the plotly figure.
Expand Down

0 comments on commit 7c5f342

Please sign in to comment.