From 1fbff85e57c8715584e10a97ddf7fda7fc606490 Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Fri, 18 Mar 2022 17:35:31 -0400 Subject: [PATCH] larger top margin --- scripts/plotly_streamlit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/plotly_streamlit.py b/scripts/plotly_streamlit.py index e34e1f7..3ea1b62 100755 --- a/scripts/plotly_streamlit.py +++ b/scripts/plotly_streamlit.py @@ -104,7 +104,7 @@ fig = make_subplots( fig.add_trace(go.Bar(y=top_N_species.index, x=top_N_species, orientation='h'), row=1,col=1) fig.update_layout( - margin=dict(l=0, r=50, t=50, b=0), + margin=dict(l=0, r=50, t=70, b=0), yaxis={'categoryorder':'total ascending'}) # Set 360 degrees, 24 hours for polar plot theta = np.linspace(0.0, 360, 24, endpoint=False)