Skip to content

Commit

Permalink
chore: set sizing_mode to 'scale_both'
Browse files Browse the repository at this point in the history
  • Loading branch information
danielolsen committed Apr 26, 2021
1 parent a501407 commit 14e5d6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions postreise/plot/plot_upgrades_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def _map_upgrades(
plot_height=figsize[1],
output_backend="webgl",
match_aspect=True,
sizing_mode="scale_both",
x_range=x_range,
y_range=y_range,
)
Expand Down

0 comments on commit 14e5d6d

Please sign in to comment.