diff --git a/rowers/interactiveplots.py b/rowers/interactiveplots.py index ed1d54eb..5be7da74 100644 --- a/rowers/interactiveplots.py +++ b/rowers/interactiveplots.py @@ -3480,7 +3480,7 @@ def interactive_windchart(id=0,promember=0): plot.xaxis.axis_label = "Distance (m)" plot.yaxis.axis_label = "Wind Speed (m/s)" plot.y_range = Range1d(-7,7) - plot.sizing_mode = 'scale_both' + plot.sizing_mode = 'stretch_both' plot.extra_y_ranges = {"winddirection": Range1d(start=0,end=360)}