Skip to content

Commit

Permalink
Prise en compte de la largeur / longeur dans le layout du graph for p…
Browse files Browse the repository at this point in the history
…revious commit (#49)
  • Loading branch information
armgilles committed Apr 20, 2021
1 parent 79e1a1c commit b8437c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vcub_keeper/visualisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,8 @@ def plot_map_station_with_plotly(station_control,
zoom=zoom_plot,
style="light"),
showlegend=True,
width=width,
height=height,
legend=dict(orientation="h",
yanchor="top",
xanchor="center",
Expand Down

0 comments on commit b8437c5

Please sign in to comment.